Skip to content

Commit 0ca82a0

Browse files
authored
Merge pull request #113462 from BryanTrach-MSFT/patch-68
(forumsteam) fixes MicrosoftDocs/azure-docs#53773
2 parents 018c7b3 + 4bed909 commit 0ca82a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/how-to-serve-content-from-azure-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This guide shows how to attach Azure Storage to App Service on Linux. Benefits i
4141

4242
Once you've created your [Azure Storage account, file share and directory](#prerequisites), you can now configure your app with Azure Storage.
4343

44-
To mount a storage account to a directory in your App Service app, you use the [`az webapp config storage-account add`](https://docs.microsoft.com/cli/azure/webapp/config/storage-account?view=azure-cli-latest#az-webapp-config-storage-account-add) command. Storage Type can be AzureBlob or AzureFiles. AzureFiles is used in this example.
44+
To mount a storage account to a directory in your App Service app, you use the [`az webapp config storage-account add`](https://docs.microsoft.com/cli/azure/webapp/config/storage-account?view=azure-cli-latest#az-webapp-config-storage-account-add) command. Storage Type can be AzureBlob or AzureFiles. AzureFiles is used in this example. The mount path setting corresponds to the folder you would like to mount from Azure Storage. Setting it to '/' mounts the entire Azure Storage.
4545

4646

4747
> [!CAUTION]

0 commit comments

Comments
 (0)