Skip to content

Commit d4f6800

Browse files
Merge pull request #291928 from edburns/patch-4
Service connector (preview) is under settings.
2 parents 782998d + b91a9ff commit d4f6800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Create a service connection to the SQL database using the [`az aks connection cr
163163
164164
Now that you created a connection between your AKS cluster and the database, you need to retrieve the connection secrets and deploy them in your container.
165165
166-
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource and select **Service Connector (Preview)**.
166+
1. In the [Azure portal](https://portal.azure.com/), navigate to your AKS cluster resource. Under **Settings**, select **Service Connector (Preview)**.
167167
1. Select the newly created connection, and then select **YAML snippet**. This action opens a panel displaying a sample YAML file generated by Service Connector.
168168
1. To set the connection secrets as environment variables in your container, you have two options:
169169

0 commit comments

Comments
 (0)