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/app-service/includes/configure-azure-storage/linux-container-pivot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
7
7
---
8
8
9
9
> [!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.
11
11
>
12
12
13
13
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.
Copy file name to clipboardExpand all lines: articles/app-service/includes/configure-azure-storage/windows-code-pivot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
7
7
---
8
8
9
9
> [!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.
11
11
>
12
12
13
13
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.
Copy file name to clipboardExpand all lines: articles/app-service/includes/configure-azure-storage/windows-container-pivot.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: msangapu
7
7
---
8
8
9
9
> [!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.
11
11
>
12
12
13
13
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:
30
30
31
31
### [Basic](#tab/basic)
32
32
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.
34
36
35
37
### [Access Key](#tab/access-key)
36
38
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).
38
40
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.
40
42
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.
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**.
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.
0 commit comments