Skip to content

Commit a17491e

Browse files
committed
Fix include link
1 parent c7c4ec1 commit a17491e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-connector/quickstart-cli-container-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart shows you how to connect Azure Container Apps to other Cloud res
2323

2424
- 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).
2525

26-
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../includes/azure-cli-prepare-your-environment.md)]
26+
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../includes/azure-cli-prepare-your-environment-no-header.md)]
2727

2828
- 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.
2929

@@ -66,7 +66,7 @@ You can create a connection using an access key or a managed identity.
6666
| **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. |
6767
6868
> [!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.
7070
7171
### [Managed identity](#tab/using-managed-identity)
7272
@@ -90,7 +90,7 @@ You can create a connection using an access key or a managed identity.
9090
| **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. |
9191
9292
> [!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.
9494
9595
---
9696

0 commit comments

Comments
 (0)