You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/get-started-existing-container-image.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The example shown in this article demonstrates how to use a custom container ima
51
51
52
52
::: zone pivot="container-apps-private-registry"
53
53
54
-
# [Azure CLI](#tab/azure-cli)
54
+
# [Bash](#tab/bash)
55
55
56
56
For details on how to provide values for any of these parameters to the `create` command, run `az containerapp create --help` or [visit the online reference](/cli/azure/containerapp#az-containerapp-create). To generate credentials for an Azure Container Registry, use [az acr credential show](/cli/azure/acr/credential#az-acr-credential-show).
@@ -193,7 +193,7 @@ If you're not going to continue to use this application, run the following comma
193
193
>[!CAUTION]
194
194
> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this quickstart exist in the specified resource group, they will also be deleted.
Copy file name to clipboardExpand all lines: articles/container-apps/microservices-dapr.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following architecture diagram illustrates the components that make up this
50
50
51
51
With the environment deployed, the next step is to deploy an Azure Blob Storage account that is used by one of the microservices to store data. Before deploying the service, you need to choose a name for the storage account. Storage account names must be _unique within Azure_, from 3 to 24 characters in length and must contain numbers and lowercase letters only.
@@ -412,7 +412,7 @@ Congratulations! You've completed this tutorial. If you'd like to delete the res
412
412
> [!CAUTION]
413
413
> This command deletes the specified resource group and all resources contained within it. If resources outside the scope of this tutorial exist in the specified resource group, they will also be deleted.
0 commit comments