Skip to content

Commit b58bded

Browse files
Incorporated all the minor changes.
1 parent 527aef5 commit b58bded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/container-apps/containerapp-up.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this example, the `az containerapp up` command performs the following actions
8383
1. Creates and deploys a container app that pulls the image from a public registry.
8484
1. Sets the container app's ingress to external with a target port set to the specified value.
8585
86-
Run the following command to deploy a container app from an existing image. Replace the \<Placeholders\> with your values.
86+
Run the following command to deploy a container app from an existing image. Replace the \<PLACEHOLDERS\> with your values.
8787
8888
```azurecli
8989
az containerapp up \
@@ -186,7 +186,7 @@ az containerapp up \
186186

187187
If you've configured ingress through your Dockerfile or your app doesn't require ingress, you can omit the `ingress` option.
188188

189-
Because the `up` command creates a GitHub Actions workflow, rerunning it to deploy changes to your app's image has the unwanted effect of creating multiple workflows. Instead, push changes to your GitHub repository, and the GitHub workflow automatically build and deploy your app. To change the workflow, edit the workflow file in GitHub.
189+
Because the `up` command creates a GitHub Actions workflow, rerunning it to deploy changes to your app's image has the unwanted effect of creating multiple workflows. Instead, push changes to your GitHub repository, and the GitHub workflow automatically builds and deploys your app. To change the workflow, edit the workflow file in GitHub.
190190

191191
## Next steps
192192

articles/container-apps/vnet-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ You must either provide values for all three of these properties, or none of the
350350

351351
## Clean up resources
352352

353-
If you're not going to continue to use this application, you can remove the **my-container-apps** resource group. This deletes the Azure Container Apps instance and all associated services. It also deletes the resource group that the Container Apps service automatically created and which contains the custom network components.
353+
If you're not going to continue to use this application, you can delete the Azure Container Apps instance and all the associated services by removing the **my-container-apps** resource group. Deleting this resource group will also delete the resource group automatically created by the Container Apps service containing the custom network components.
354354

355355
::: zone pivot="azure-cli"
356356

0 commit comments

Comments
 (0)