Skip to content

Commit 5dccb45

Browse files
Update configure-connect-to-azure-storage.md
------- cc: @msangapu-msft
1 parent 07ec997 commit 5dccb45

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,16 @@ The following features are supported for Linux containers:
104104
- Azure blobs are not supported when configuring Azure storage mounts for Windows code apps deployed to App Service.
105105
- FTP/FTPS access to mounted storage not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
106106
- Mapping `/mounts`, `mounts/foo/bar`, `/`, and `/mounts/foo.bar/` to custom-mounted storage is not supported (you can only use /mounts/pathname for mounting custom storage to your web app.)
107-
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
108107
- Storage mounts are not backed up when you [back up your app](manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
109108

110109
::: zone-end
111110

112111
::: zone pivot="container-windows"
113112

114-
- Storage mounts are not supported for native Windows (non-containerized) apps.
115113
- Azure blobs are not supported.
116114
- [Storage firewall](../storage/common/storage-network-security.md) is supported only through [private endpoints](../storage/common/storage-private-endpoints.md) and [service endpoints](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) (when [VNET integration](./overview-vnet-integration.md) is used).
117115
- FTP/FTPS access to mounted storage not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
118116
- Mapping `[C-Z]:\`, `[C-Z]:\home`, `/`, and `/home` to custom-mounted storage is not supported.
119-
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
120117
- Storage mounts are not backed up when you [back up your app](manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
121118

122119
> [!NOTE]
@@ -126,13 +123,12 @@ The following features are supported for Linux containers:
126123

127124
::: zone pivot="container-linux"
128125

129-
- [Storage firewall](../storage/common/storage-network-security.md) is supported only through [service endpoints](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) and [private endpoints](../storage/common/storage-private-endpoints.md) (when [VNET integration](./overview-vnet-integration.md) is used). Custom DNS support is currently unavailable when the mounted Azure Storage account uses a private endpoint.
126+
- [Storage firewall](../storage/common/storage-network-security.md) is supported only through [service endpoints](../storage/common/storage-network-security.md#grant-access-from-a-virtual-network) and [private endpoints](../storage/common/storage-private-endpoints.md) (when [VNET integration](./overview-vnet-integration.md) is used).
130127
- FTP/FTPS access to custom-mounted storage is not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
131128
- Azure CLI, Azure PowerShell, and Azure SDK support is in preview.
132129
- Mapping `/` or `/home` to custom-mounted storage is not supported.
133130
- Don't map the custom storage mount to `/tmp` or its subdirectories as this may cause timeout during app startup.
134131
- Azure Storage is not supported with [Docker Compose Scenarios](configure-custom-container.md?pivots=container-linux#docker-compose-options)
135-
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
136132
- Storage mounts are not backed up when you [back up your app](manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
137133
- Only Azure Files [SMB](../storage/files/files-smb-protocol.md) are supported. Azure Files [NFS](../storage/files/files-nfs-protocol.md) is not currently supported for Linux App Services.
138134

@@ -245,7 +241,7 @@ To validate that the Azure Storage is mounted successfully for the app:
245241
::: zone pivot="code-windows"
246242
- To avoid potential issues related to latency, place the app and the Azure Storage account in the same Azure region. Note, however, if the app and Azure Storage account are in same Azure region, and if you grant access from App Service IP addresses in the [Azure Storage firewall configuration](../storage/common/storage-network-security.md), then these IP restrictions are not honored.
247243

248-
- In the Azure Storage account, avoid [regenerating the access key](../storage/common/storage-account-keys-manage.md) that's used to mount the storage in the app. The storage account contains two different keys. Use a stepwise approach to ensure that the storage mount remains available to the app during key regeneration. For example, assuming that you used **key1** to configure storage mount in your app:
244+
- In the Azure Storage account, avoid [regenerating the access key](../storage/common/storage-account-keys-manage.md) that's used to mount the storage in the app. The storage account contains two different keys. Azure App Services stores Azure storage account key. Use a stepwise approach to ensure that the storage mount remains available to the app during key regeneration. For example, assuming that you used **key1** to configure storage mount in your app:
249245
250246
1. Regenerate **key2**.
251247
1. In the storage mount configuration, update the access the key to use the regenerated **key2**.

0 commit comments

Comments
 (0)