Skip to content

Commit b6d5cad

Browse files
committed
rfc
1 parent b2bdd97 commit b6d5cad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -77,7 +77,7 @@ Choose this option when using Azure Key Vault to securely store and retrieve acc
7777
- Azure Storage isn't supported with [Docker Compose](../../configure-custom-container.md?pivots=container-linux#docker-compose-options) scenarios.
7878
- Storage mounts aren't included in [backups](../../manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
7979
- Azure Files [NFS](../../../storage/files/files-nfs-protocol.md) is currently unsupported for App Service on Linux. Only Azure Files [SMB](../../../storage/files/files-smb-protocol.md) are supported.
80-
- With VNET integration on your app, the mounted drive uses an RC1918 IP address and not an IP address from your VNET.
80+
- With VNET integration on your app, the mounted drive uses an RFC1918 IP address and not an IP address from your VNET.
8181

8282
## Prepare for mounting
8383

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
@@ -74,7 +74,7 @@ Choose this option when using Azure Key Vault to securely store and retrieve acc
7474
- FTP/FTPS access to mounted storage isn't supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
7575
- Mapping `/mounts`, `mounts/foo/bar`, `/`, and `/mounts/foo.bar/` to custom-mounted storage isn't supported (you can only use /mounts/pathname for mounting custom storage to your web app.)
7676
- Storage mounts aren't included in [backups](../../manage-backup.md). Be sure to follow best practices to back up Azure Storage accounts.
77-
- With VNET integration on your app, the mounted drive uses an RC1918 IP address and not an IP address from your VNET.
77+
- With VNET integration on your app, the mounted drive uses an RFC1918 IP address and not an IP address from your VNET.
7878
-
7979
- ## Prepare for mounting
8080

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Choose this option when using Azure Key Vault to securely store and retrieve acc
7676
- FTP/FTPS access to mounted storage not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
7777
- Mapping `[C-Z]:\`, `[C-Z]:\home`, `/`, and `/home` to custom-mounted storage isn't supported.
7878
- Storage mounts aren't backed up when you [back up your app](../../manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
79-
- With VNET integration on your app, the mounted drive uses an RC1918 IP address and not an IP address from your VNET.
79+
- With VNET integration on your app, the mounted drive uses an RFC1918 IP address and not an IP address from your VNET.
8080

8181
## Prepare for mounting
8282

0 commit comments

Comments
 (0)