diff --git a/src/containerapp/azext_containerapp/_help.py b/src/containerapp/azext_containerapp/_help.py index d5db7171bdf..3152917f2f6 100644 --- a/src/containerapp/azext_containerapp/_help.py +++ b/src/containerapp/azext_containerapp/_help.py @@ -112,9 +112,9 @@ helps['containerapp up'] = """ type: command - short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, Github Actions, etc.) + short-summary: Create or update a container app as well as any associated resources (ACR, resource group, container apps environment, GitHub Actions, etc.) examples: - - name: Create a container app from a dockerfile in a Github repo (setting up github actions) + - name: Create a container app from a dockerfile in a GitHub repo (setting up github actions) text: | az containerapp up -n MyContainerapp --repo https://github.com/myAccount/myRepo - name: Create a container app from a dockerfile in a local directory @@ -645,7 +645,7 @@ helps['containerapp github-action add'] = """ type: command - short-summary: Add a Github Actions workflow to a repository to deploy a container app. + short-summary: Add a GitHub Actions workflow to a repository to deploy a container app. examples: - name: Add GitHub Actions, using Azure Container Registry and personal access token. text: az containerapp github-action add -g MyResourceGroup -n MyContainerapp --repo-url https://github.com/userid/repo --branch main