You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-connector/tutorial-python-aks-sql-database-connection-string.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: maud-lv
7
7
ms.author: malev
8
8
ms.service: service-connector
9
9
ms.topic: tutorial
10
-
ms.date: 23/04/2024
10
+
ms.date: 07/23/2024
11
11
---
12
12
13
13
# Tutorial: Connect an AKS app to Azure SQL Database (preview)
@@ -85,20 +85,20 @@ Create a service connection between your AKS cluster and your SQL database in th
85
85
86
86
Create a service connection to the SQL database using the [`az aks connection create sql`](/cli/azure/aks/connection/create#az-aks-connection-create-sql) command. You can run this command in two different ways.
87
87
88
-
* Generate the new connection step by step.
88
+
* Generate the new connection step by step.
89
+
90
+
```azurecli-interactive
91
+
az aks connection create sql
92
+
```
93
+
94
+
* Generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, and `<***>`.
89
95
90
-
```azurecli-interactive
91
-
az aks connection create sql
92
-
```
93
-
94
-
* Generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, and `<***>`.
0 commit comments