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/service-connector/quickstart-cli-container-apps.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This quickstart shows you how to connect Azure Container Apps to other Cloud res
23
23
24
24
- At least one application deployed to Container Apps in a [region supported by Service Connector](./concept-region-support.md). If you don't have one, [create and deploy a container to Container Apps](../container-apps/quickstart-portal.md).
- Version 2.37.0 or higher of the Azure CLI must be installed. To upgrade to the latest version, run `az upgrade`. If using Azure Cloud Shell, the latest version is already installed.
29
29
@@ -66,7 +66,7 @@ You can create a connection using an access key or a managed identity.
66
66
| **Name of the storage account** | The name of the storage account you want to connect to. In this guide, we're using a Blob Storage. |
67
67
68
68
> [!TIP]
69
-
> If you don't have a Blob Storage, you can run `az containerapp connection create storage-blob --new --secret` to provision a new Blob Storage and directly connect it to your container app with a connection string.
69
+
> If you don't have a Blob Storage, you can run `az containerapp connection create storage-blob --new --secret` to provision a new Blob Storage and directly connect it to your container app using a connection string.
@@ -90,7 +90,7 @@ You can create a connection using an access key or a managed identity.
90
90
| **Name of the storage account** | The name of the storage account you want to connect to. In this guide, we're using a Blob Storage. |
91
91
92
92
> [!NOTE]
93
-
> If you don't have a Blob Storage, you can run `az containerapp connection create storage-blob --new --system-identity` to provision a new Blob Storage and directly get connected to your app service with a managed identity.
93
+
> If you don't have a Blob Storage, you can run `az containerapp connection create storage-blob --new --system-identity` to provision a new Blob Storage and directly connect it to your container app using a managed identity.
0 commit comments