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: docs/azure/azure-sql-database-add-connected-service.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ghogen
5
5
manager: mijacobs
6
6
ms.subservice: azure-development
7
7
ms.topic: conceptual
8
-
ms.date: 10/17/2024
8
+
ms.date: 10/30/2024
9
9
ms.author: ghogen
10
10
monikerRange: ">= vs-2019"
11
11
---
@@ -106,7 +106,7 @@ With Visual Studio 2022 version 17.12 and later, the connected services procedur
106
106
107
107
You can use the Azure Portal, PowerShell, or the Azure CLI to create the Microsoft Entra admin user. For detailed instructions for each of these methods, see [Set the Microsoft Entra admin user](/azure/azure-sql/database/authentication-aad-configure?view=azuresql&preserve-view=true&tabs=azure-portal#azure-sql-database-and-azure-synapse-analytics).
108
108
109
-
After completing the Connected Services process, you'll need to create a SQL user that corresponds to the managed identity, and set permissions by executing SQL statements in the database. Sign in to the [query editor](/azure/azure-sql/database/connect-query-portal?view=azuresql&preserve-view=true) in the Azure portal as your Microsoft Entra admin user, and execute statements like the following:
109
+
After completing the Connected Services process, you'll need to create a SQL user that corresponds to the managed identity, and set permissions by executing SQL statements in the database. Sign in to the [query editor](/azure/azure-sql/database/connect-query-portal?view=azuresql&preserve-view=true) in the Azure Portal as your Microsoft Entra admin user, and execute statements like the following:
110
110
111
111
```tsql
112
112
CREATE USER [<identity-name>] FROM EXTERNAL PROVIDER;

37
37
38
38
1. Select the subscription you want to use, and then if you already have a key vault you want to use, select it and click **Next**.
39
39
40
-

40
+

41
41
42
42
1. If you don't have an existing Key Vault, or if you need a Key Vault that you can set with different permissions than an existing one, click on **Create new Key Vault**. You'll be asked to provide the resource group, location, and SKU.
43
43
44
-

44
+

45
45
46
46
1. In the **Configure Key Vault** screen, you can change the name of the environment variable that references the Key Vault URI. The connection string is not stored here; it's stored in the key vault.
47
47
@@ -66,15 +66,15 @@ Before you begin, make sure that you're signed in to Visual Studio. Sign in with
66
66
The Connected Service page appears with services you can add to your project.
67
67
1. In the menu of available services, choose **Azure Key Vault** and click **Next**.

70
70
71
71
1. Select the subscription you want to use, and then if you already have a key vault you want to use, select it and click **Next**.
72
72
73
-

73
+

74
74
75
75
1. If you don't have an existing Key Vault, click on **Create new Key Vault**. You'll be asked to provide the resource group, location, and SKU.
76
76
77
-

77
+

78
78
79
79
1. In the **Configure Key Vault** screen, you can change the name of the environment variable that references the Key Vault URI. The connection string is not stored here; it's stored in the key vault.
0 commit comments