Skip to content

Commit 7145cc2

Browse files
committed
updates
1 parent 16ac750 commit 7145cc2

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

articles/app-service/includes/configure-azure-storage/linux-container-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
77
---
88

99
> [!NOTE]
10-
> Azure Key Vault support for Azure Storage is now available in preview. There's an ongoing deployment and Key Vault support will be available in all regions in the next few weeks. Key Vault support for App Service on Linux is available over SMB.
10+
> Azure Key Vault support for Azure Storage is in preview.
1111
>
1212
1313
This guide shows how to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. See the video [how to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y). For using Azure Storage in an ARM template, see [Bring your own storage](https://github.com/Azure/app-service-linux-docs/blob/master/BringYourOwnStorage/BYOS_azureFiles.json). Azure Storage is non-default storage for App Service and billed separately.

articles/app-service/includes/configure-azure-storage/windows-code-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
77
---
88

99
> [!NOTE]
10-
> Azure Key Vault support for Azure Storage is now available in preview. There's an ongoing deployment and Key Vault support will be available in all regions in the next few weeks.
10+
> Azure Key Vault support for Azure Storage is in preview.
1111
>
1212
1313
This guide shows how to mount Azure Storage Files as a network share in Windows code (non-container) in App Service. Only [Azure Files Shares](../../../storage/files/storage-how-to-use-files-portal.md) and [Premium Files Shares](../../../storage/files/storage-how-to-create-file-share.md) are supported. Azure Storage is non-default storage for App Service and billed separately.

articles/app-service/includes/configure-azure-storage/windows-container-pivot.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
77
---
88

99
> [!NOTE]
10-
> Azure Key Vault support for Azure Storage is now available in preview. There's an ongoing deployment and Key Vault support will be available in all regions in the next few weeks.
10+
> Azure Key Vault support for Azure Storage is in preview.
1111
>
1212
1313
This guide shows how to mount Azure Storage Files as a network share in a Windows container in App Service. Only [Azure Files Shares](../../../storage/files/storage-how-to-use-files-portal.md) and [Premium Files Shares](../../../storage/files/storage-how-to-create-file-share.md) are supported. Azure Storage is non-default storage for App Service and billed separately.
@@ -30,23 +30,19 @@ This article covers three options for mounting your storage account:
3030

3131
### [Basic](#tab/basic)
3232

33-
No additional steps are required because the portal gets and stores the access key for you.
33+
Choose this option when mounting storage using the Azure portal. You can use the basic option as long as the storage account isn't using [service endpoints](../../../storage/common/storage-network-security.md#grant-access-from-a-virtual-network), [private endpoints](../../../storage/common/storage-private-endpoints.md), or [Azure Key Vault](../../../key-vault/general/overview.md). In this case, the portal gets and stores the access key for you.
34+
35+
If you plan to mount storage using the Azure CLI, you'll need to obtain an access key.
3436

3537
### [Access Key](#tab/access-key)
3638

37-
You need to obtain the access key from your storage account. <!--link or instructions? -->
39+
Choose this option storage account isn't using [service endpoints](../../../storage/common/storage-network-security.md#grant-access-from-a-virtual-network), [private endpoints](../../../storage/common/storage-private-endpoints.md), or [Azure Key Vault](../../../key-vault/general/overview.md).
3840

39-
### [Key Vault](#tab/key-vault)
41+
Also use this option when you plan to mount storage using the Azure CLI, which requires the access key.
4042

41-
Before you can mount storage using Key Vault access, you need to get the Key Vault secret and add it as an application setting in your app.
42-
43-
1. In the portal, browse to your Key Vault secret and copy the **Secret Identifier** into your clipboard.
44-
:::image type="content" source="../../media/configure-azure-storage/key-vault-secret-identifier.png" alt-text="Key Vault secret identifier":::
45-
46-
1. Back in your app, create an [**application setting**](../../configure-common.md?tabs=portal#configure-app-settings) and paste the Key Vault **Secret Identifier** into **Value**.
47-
:::image type="content" source="../../media/configure-azure-storage/secret-identifier-application-setting.png" alt-text="Secret Identifier application setting":::
43+
### [Key Vault](#tab/key-vault)
4844

49-
Now you're ready to use Key Vault to access your storage account.
45+
Choose this option when using Azure Key Vault to securely store and retrieve access keys. [Azure Key Vault](../../../key-vault/general/overview.md) has the benefits of storing application secrets centrally and securely with the ability to monitor, administer, and integrate with other Azure services like Azure App Service.
5046

5147
---
5248

0 commit comments

Comments
 (0)