Skip to content

Commit 58428c6

Browse files
committed
Fix syntax
1 parent a17491e commit 58428c6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ You can create a connection using an access key or a managed identity.
5757
5858
1. Provide the following information at the Azure CLI's request:
5959
60-
| Setting | Description |
61-
|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
62-
| **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. |
60+
| Setting | Description |
61+
|----------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
62+
| `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. |
6767
6868
> [!TIP]
6969
> 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.
8181
8282
1. Provide the following information at the Azure CLI's request:
8383
84-
| Setting | Description |
85-
|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
86-
| **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. |
84+
| Setting | Description |
85+
|----------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
86+
| `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. |
9191
9292
> [!NOTE]
9393
> 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

Comments
 (0)