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
| `The resource group that contains the container app` | The name of the resource group with the container app. |
63
+
| `Name of the container app` | The name of the container app. |
64
+
| `The container where the connection information will be saved` | The name of the container app's container. |
65
+
| `The resource group which contains the storage account` | The name of the resource group with the storage account. |
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
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.
@@ -81,13 +81,13 @@ You can create a connection using an access key or a managed identity.
81
81
82
82
1. Provide the following information at the Azure CLI's request:
| `The resource group that contains the container app` | The name of the resource group with the container app. |
87
+
| `Name of the container app` | The name of the container app. |
88
+
| `The container where the connection information will be saved` | The name of the container app's container. |
89
+
| `The resource group which contains the storage account` | The name of the resource group with the storage account. |
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
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