Skip to content

Commit 2fa7390

Browse files
committed
Microsoft.KubernetesConfiguration provider
1 parent 788da8f commit 2fa7390

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/service-connector/tutorial-aks-sql.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,21 @@ In this tutorial, you learn how to connect an application deployed to AKS, to an
4141
4242
## Create a service connection in AKS with Service Connector (preview)
4343
44-
### Register the Service Connector resource provider
44+
### Register the Service Connector and Kubernetes Configuration resource providers
4545
46-
* If you're using Service Connector for the first time, register the Service Connector resource provider using the [`az provider register`](/cli/azure/provider#az-provider-register) command.
46+
* Register the Service Connector and Kubernetes Configuration resource providers using the [`az provider register`](/cli/azure/provider#az-provider-register) command.
4747
4848
```azurecli-interactive
4949
az provider register --namespace Microsoft.ServiceLinker
5050
```
5151
52+
```azurecli-interactive
53+
az provider register --namespace Microsoft.KubernetesConfiguration
54+
```
55+
5256
> [!TIP]
53-
> You can check if the resource provider is already registered using the `az provider show --namespace "Microsoft.ServiceLinker" --query registrationState` command. If the output is `Registered`, then Service Connector is already registered.
57+
> You can check if these resource providers are already registered using the `az provider show --namespace "Microsoft.ServiceLinker" --query registrationState` and `az provider show --namespace "Microsoft.ServiceLinker" --query registrationState` commands. If the output is `Registered`, then the service provider is already registered.
5458
55-
<!-- check if registering RP is still necessary-->
5659
5760
### Create a new connection
5861

0 commit comments

Comments
 (0)