Skip to content

Commit e6ef52b

Browse files
Minor fix.
1 parent 8c6bb81 commit e6ef52b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ In this quickstart, you connect Azure Kubernetes Service (AKS) to other Cloud re
2828
1. If you're using Service Connector for the first time, run the [az provider register](/cli/azure/provider#az-provider-register) command to register the Service Connector and Kubernetes Configuration resource providers.
2929

3030
```azurecli
31-
az provider register -n Microsoft.ServiceLinker
31+
az provider register --name Microsoft.ServiceLinker
3232
33-
az provider register -n Microsoft.KubernetesConfiguration
33+
az provider register --name Microsoft.KubernetesConfiguration
3434
```
3535

3636
> [!TIP]
@@ -55,7 +55,7 @@ Use the Azure CLI command to create a service connection to a Blob Storage with
5555
- **AKS cluster name:** the name of your AKS cluster that connects to the target service.
5656
- **Target service resource group name:** the resource group name of the Blob Storage.
5757
- **Storage account name:** the account name of your Blob Storage.
58-
- **User-assigned identity resource ID:** the resource ID of the user assigned identity that is used to create workload identity
58+
- **User-assigned identity resource ID:** the resource ID of the user assigned identity that is used to create workload identity.
5959

6060
```azurecli
6161
az aks connection create storage-blob \

0 commit comments

Comments
 (0)