Skip to content

Commit 01ac061

Browse files
committed
incorp vendor feedback
1 parent 13678f7 commit 01ac061

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/azure/azure-sql-database-add-connected-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ghogen
55
manager: mijacobs
66
ms.subservice: azure-development
77
ms.topic: conceptual
8-
ms.date: 10/17/2024
8+
ms.date: 10/30/2024
99
ms.author: ghogen
1010
monikerRange: ">= vs-2019"
1111
---
@@ -106,7 +106,7 @@ With Visual Studio 2022 version 17.12 and later, the connected services procedur
106106

107107
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).
108108

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:
110110

111111
```tsql
112112
CREATE USER [<identity-name>] FROM EXTERNAL PROVIDER;
6.61 KB
Loading

docs/azure/vs-key-vault-add-connected-service.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ghogen
66
manager: mijacobs
77
ms.custom: devx-track-csharp
88
ms.topic: how-to
9-
ms.date: 04/10/2024
9+
ms.date: 10/30/2024
1010
ms.author: ghogen
1111
---
1212

@@ -33,15 +33,15 @@ Before you begin, make sure that you're signed in to Visual Studio. Sign in with
3333
The Connected Service page appears with services you can add to your project.
3434
1. In the menu of available services, choose **Azure Key Vault** and click **Next**.
3535

36-
![Choose "Azure Key Vault"](./media/vs-key-vault-add-connected-service/key-vault-connected-service.png)
36+
![Screenshot showing Connected Services screen, with option to choose Azure Key Vault.](./media/vs-key-vault-add-connected-service/key-vault-connected-service.png)
3737

3838
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**.
3939

40-
![Screenshot Select your subscription](./media/vs-key-vault-add-connected-service/key-vault-connected-service-select-vault.png)
40+
![Screenshot showing Select your subscription.](./media/vs-key-vault-add-connected-service/key-vault-connected-service-select-vault.png)
4141

4242
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.
4343

44-
![Screenshot of "Create Azure Key Vault" screen](./media/vs-key-vault-add-connected-service/create-new-key-vault.png)
44+
![Screenshot of "Create Azure Key Vault" screen.](./media/vs-key-vault-add-connected-service/create-new-key-vault.png)
4545

4646
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.
4747

@@ -66,15 +66,15 @@ Before you begin, make sure that you're signed in to Visual Studio. Sign in with
6666
The Connected Service page appears with services you can add to your project.
6767
1. In the menu of available services, choose **Azure Key Vault** and click **Next**.
6868

69-
![Choose "Azure Key Vault"](./media/vs-key-vault-add-connected-service/key-vault-connected-service.png)
69+
![Screenshot showing Connected Services screen and option to choose Azure Key Vault.](./media/vs-key-vault-add-connected-service/key-vault-connected-service.png)
7070

7171
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**.
7272

73-
![Screenshot Select your subscription](./media/vs-key-vault-add-connected-service/key-vault-connected-service-select-vault.png)
73+
![Screenshot showing Select your subscription.](./media/vs-key-vault-add-connected-service/key-vault-connected-service-select-vault.png)
7474

7575
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.
7676

77-
![Screenshot of "Create Azure Key Vault" screen](./media/vs-key-vault-add-connected-service/create-new-key-vault.png)
77+
![Screenshot of "Create Azure Key Vault" screen.](./media/vs-key-vault-add-connected-service/create-new-key-vault.png)
7878

7979
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.
8080

0 commit comments

Comments
 (0)