Skip to content

Commit 554c734

Browse files
committed
fix spaces
1 parent bbdaf95 commit 554c734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ az containerapp connection list-support-types --output table
4646
az containerapp connection create storage-blob --secret
4747
```
4848
49-
1. Provide the following information at the Azure CLI's request :
49+
1. Provide the following information at the Azure CLI's request:
5050
5151
- **The resource group which contains the container app**: the name of the resource group with the container app.
5252
- **Name of the container app**: the name of your container app.
5353
- **The container where the connection information will be saved:** the name of the container, in your container app, that connects to the target service
54-
- **The resource group which contains the storage account:** the name of the resource group name with the storage account. In this guide, we are using a Blob Storage.
54+
- **The resource group which contains the storage account:** the name of the resource group name with the storage account. In this guide, we're using a Blob Storage.
5555
- **Name of the storage account:** the name of the storage account that contains your blob.
5656
5757
> [!NOTE]
@@ -68,12 +68,12 @@ az containerapp connection list-support-types --output table
6868
az containerapp connection create storage-blob --system-identity
6969
```
7070
71-
1. Provide the following information at the Azure CLI's request :
71+
1. Provide the following information at the Azure CLI's request:
7272
7373
- **The resource group which contains the container app**: the name of the resource group with the container app.
7474
- **Name of the container app**: the name of your container app.
7575
- **The container where the connection information will be saved:** the name of the container, in your container app, that connects to the target service
76-
- **The resource group which contains the storage account:** the name of the resource group name with the storage account. In this guide, we are using a Blob Storage.
76+
- **The resource group which contains the storage account:** the name of the resource group name with the storage account. In this guide, we're using a Blob Storage.
7777
- **Name of the storage account:** the name of the storage account that contains your blob.
7878
7979
> [!NOTE]

0 commit comments

Comments
 (0)