Skip to content

Commit 52dd15e

Browse files
authored
Add command to check for AKS resource provider
1 parent f83e819 commit 52dd15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This quickstart shows you how to connect Azure Kubernetes Service (AKS) to other
3333
```
3434

3535
> [!TIP]
36-
> You can check if the resource provider has already been registered by running the command `az provider show -n "Microsoft.ServiceLinker" --query registrationState`. If the output is `Registered`, then Service Connector has already been registered.
36+
> You can check if these resource providers have already been registered by running the commands `az provider show -n "Microsoft.ServiceLinker" --query registrationState` and `az provider show -n "Microsoft.KubernetesConfiguration" --query registrationState`.
3737
3838
1. Optionally, use the Azure CLI command to get a list of supported target services for AKS cluster.
3939

@@ -106,4 +106,4 @@ Go to the following tutorials to start connecting AKS cluster to Azure services
106106
> [Tutorial: Connect to Azure Key Vault using CSI driver](./tutorial-python-aks-keyvault-csi-driver.md)
107107
108108
> [!div class="nextstepaction"]
109-
> [Tutorial: Connect to Azure Storage using workload identity](./tutorial-python-aks-storage-workload-identity.md)
109+
> [Tutorial: Connect to Azure Storage using workload identity](./tutorial-python-aks-storage-workload-identity.md)

0 commit comments

Comments
 (0)