Skip to content

Commit 8c73803

Browse files
authored
Update azure-storage-linux-container-pivot.md to include call out about Azure Files vs. Azure Blob usage
Adding a section under "Best Practices" for "Configuration". This is to explicitly call out that if wanting to use a "real time" file system where file changes/operations are expected, use Aure Files. Blob is only really recommended for static content.
1 parent 68e7445 commit 8c73803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ To validate that the Azure Storage is mounted successfully for the app:
218218
1. Regenerate **key2**.
219219
1. In the storage mount configuration, update the access the key to use the regenerated **key2**.
220220
1. Regenerate **key1**.
221+
222+
#### Configuration
223+
- If needing to use a real time file system, where changes to alter, add, or remove files are expected to be shown quickly, then use _Azure Files_ as the storage type when mounting storage. Azure Blob should be used when files are static and aren't expected to be changed.
221224
222225
#### Troubleshooting
223226

0 commit comments

Comments
 (0)