Skip to content

Commit cf7729b

Browse files
authored
Merge pull request #100054 from CawaMS/master
address feedback https://github.com/MicrosoftDocs/azure-docs/issues/4…
2 parents 8e5ac9c + 1f3d377 commit cf7729b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/key-vault/vs-secure-secret-appsettings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ If you are developing a project and need to share source code securely, use [Azu
3939
![Create Azure Key Vault](./media/vs-secure-secret-appsettings/create-keyvault.PNG)
4040

4141
2. Grant you and your team members access to the Key Vault. If you have a large team, you can create an [Azure Active Directory group](../active-directory/active-directory-groups-create-azure-portal.md) and add that security group access to the Key Vault. In the *Secret Permissions* dropdown, check *Get* and *List* under *Secret Management Operations*.
42+
If you already have your web app created, grant the web app access to the Key Vault so it can access the key vault without storing secret configuration in App Settings or files. Search for your web app by its name and add it the same way you grant users access.
4243

4344
![Add Key Vault access policy](./media/vs-secure-secret-appsettings/add-keyvault-access-policy.png)
4445

4546
3. Add your secret to Key Vault on the Azure portal. For nested configuration settings, replace ':' with '--' so the Key Vault secret name is valid. ':' is not allowed to be in the name of a Key Vault secret.
4647

4748
![Add Key Vault secret](./media/vs-secure-secret-appsettings/add-keyvault-secret.png)
4849

49-
> [!NOTE]
50+
> [!NOTE]
5051
> Prior to Visual Studio 2017 V15.6 we used to recommend installing the Azure Services Authentication extension for Visual Studio. But it is deprecated now as the functionality is integrated within the Visual Studio . Hence if you are on an older version of visual Studio 2017 , we suggest you to update to at least VS 2017 15.6 or up so that you can use this functionality natively and access the Key-vault from using the Visual Studio sign-in Identity itself.
5152
>
52-
53+
5354
4. Add the following NuGet packages to your project:
5455

5556
```

0 commit comments

Comments
 (0)