Skip to content

Commit 605e1ee

Browse files
committed
fix table rows
1 parent 639b3b8 commit 605e1ee

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

articles/service-connector/quickstart-portal-aks-connection.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
3333

3434
| Setting | Example | Description |
3535
|---------------------|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
36-
| **Service type** | Storage - Blob | The target service type. If you don't have a Microsoft Blob Storage, you can[create one](../storage/blobs/storage-quickstart-blobs-portal.md) or use another service type. |
37-
| **Subscription** | My subscription | The subscription for your target service (the service you want to connect to). The default value is the subscription for this AKS cluster. |
36+
| **Kubernetes namespace**| *default* | The namespace where you need the connection in the cluster. |
37+
| **Service type** | Storage - Blob | The target service type. If you don't have a Microsoft Blob Storage, you can [create one](../storage/blobs/storage-quickstart-blobs-portal.md) or use another service type. |
3838
| **Connection name** | *my_connection* | The connection name that identifies the connection between your AKS cluster and target service. Use the connection name provided by Service Connector or choose your own connection name. |
39+
| **Subscription** | My subscription | The subscription for your target service (the service you want to connect to). The default value is the subscription for this AKS cluster. |
3940
| **Storage account** | *my_storage_account* | The target storage account you want to connect to. Target service instances to choose from vary according to the selected service type. |
40-
| **Client type** | *python* | The code language or framework you use to connect to the target service. |
41+
| **Client type** | *python* | The code language or framework you use to connect to the target service. |
42+
4143
1. Select **Next: Authentication** to choose an authentication method.
4244

4345
### [Workload identity](#tab/UMI)
4446

45-
Select **Workload identity** to authenticate through [Microsoft Entra workload identity](/entra/workload-id/workload-identities-overview) to one or more instances of an Azure service. You need choose a user assigned managed identity to enable workload identity with this option.
47+
Select **Workload identity** to authenticate through [Microsoft Entra workload identity](/entra/workload-id/workload-identities-overview) to one or more instances of an Azure service. Then select a user-assigned managed identity to enable workload identity.
4648

4749
### [Connection string](#tab/CS)
4850

@@ -59,8 +61,8 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
5961

6062
## View service connections in AKS cluster
6163

62-
1. The **Service Connector** tab displays existing connections of this cluster.
63-
1. Select **Network View**. You can see all the service connections in a network topology view.
64+
1. The **Service Connector** tab displays existing connections in this cluster.
65+
1. Select **Network View** to see all the service connections in a network topology view.
6466
:::image type="content" source="./media/aks-quickstart/list-and-view.png" alt-text="Screenshot of the Azure portal, listing and viewing the connections.":::
6567

6668
## Next steps

articles/service-connector/tutorial-python-aks-keyvault-csi-driver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ Create a service connection between an AKS cluster and an Azure Key Vault using
8585
8686
| Setting | Choice | Description |
8787
|---------------------|--------------------------|-------------------------------------------------------------------------------------------|
88+
| **Kubernetes namespace**| *default* | The namespace where you need the connection in the cluster. |
8889
| **Service type** | *Key Vault (enable CSI)* | Choose Key Vault as the target service type and check the option to enable CSI. |
89-
| **Subscription** | `<MySubscription>` | The subscription for your target service (Azure Key Vault). |
9090
| **Connection name** | *keyvault_conn* | Use the connection name provided by Service Connector or choose your own connection name. |
91+
| **Subscription** | `<MySubscription>` | The subscription for your Azure Key Vault target service. |
9192
| **Key vault** | `<MyKeyVault>` | The target key vault you want to connect to. |
9293
| **Client type** | *Python* | The code language or framework you use to connect to the target service. |
9394

articles/service-connector/tutorial-python-aks-storage-workload-identity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ Create a service connection between an AKS cluster and an Azure storage account
107107

108108
| Setting | Choice | Description |
109109
|---------------------|----------------------|-------------------------------------------------------------------------------------------|
110+
| **Kubernetes namespace**| *default* | The namespace where you need the connection in the cluster. |
110111
| **Service type** | *Storage - Blob* | The target service type. |
111-
| **Subscription** | `<MySubscription>` | The subscription for your target service (Azure Blob Storage). |
112-
| **Connection name** | *storage_conn* | Use the connection name provided by Service Connector or choose your own connection name. |
112+
| **Connection name** | *storage_conn* | Use the connection name provided by Service Connector or choose your own connection name. |
113+
| **Subscription** | `<MySubscription>` | The subscription for your Azure Blob Storage target service. |
113114
| **Storage account** | `<MyStorageAccount>` | The target storage account you want to connect to. |
114115
| **Client type** | *Python* | The code language or framework you use to connect to the target service. |
115116

0 commit comments

Comments
 (0)