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
+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
@@ -46,12 +46,12 @@ az containerapp connection list-support-types --output table
46
46
az containerapp connection create storage-blob --secret
47
47
```
48
48
49
-
1. Provide the following information at the Azure CLI's request:
49
+
1. Provide the following information at the Azure CLI's request:
50
50
51
51
- **The resource group which contains the container app**: the name of the resource group with the container app.
52
52
- **Name of the container app**: the name of your container app.
53
53
- **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.
55
55
- **Name of the storage account:** the name of the storage account that contains your blob.
56
56
57
57
> [!NOTE]
@@ -68,12 +68,12 @@ az containerapp connection list-support-types --output table
68
68
az containerapp connection create storage-blob --system-identity
69
69
```
70
70
71
-
1. Provide the following information at the Azure CLI's request:
71
+
1. Provide the following information at the Azure CLI's request:
72
72
73
73
- **The resource group which contains the container app**: the name of the resource group with the container app.
74
74
- **Name of the container app**: the name of your container app.
75
75
- **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.
77
77
- **Name of the storage account:** the name of the storage account that contains your blob.
0 commit comments