Skip to content

Commit 9612c39

Browse files
committed
Merge branch 'ml-aks'
2 parents 8d2a60b + 9d69ed2 commit 9612c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-connector/tutorial-python-aks-sql-database-connection-string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to connect an application deployed to AKS, to an
2424
## Prerequisites
2525

2626
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
27-
* An application deployed to Azure Kubernetes Service.
27+
* An application deployed to AKS.
2828
* [!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
2929

3030
## Create an Azure SQL Database
@@ -54,7 +54,7 @@ In this tutorial, you learn how to connect an application deployed to AKS, to an
5454
```
5555
5656
> [!TIP]
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.
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.KubernetesConfiguration" --query registrationState` commands. If the output is `Registered`, then the service provider is already registered.
5858
5959
6060
### Create a new connection

0 commit comments

Comments
 (0)