From 0947ef022eb52ae6606ec4ad4c88a19a2935e945 Mon Sep 17 00:00:00 2001 From: Pavel Zhur Date: Sat, 7 Sep 2024 10:05:36 +0300 Subject: [PATCH] readme updated --- OneShelf.Videos/OneShelf.Videos.App/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OneShelf.Videos/OneShelf.Videos.App/readme.md b/OneShelf.Videos/OneShelf.Videos.App/readme.md index edea03ae..59761b0e 100644 --- a/OneShelf.Videos/OneShelf.Videos.App/readme.md +++ b/OneShelf.Videos/OneShelf.Videos.App/readme.md @@ -29,4 +29,8 @@ It is not production ready, it's just once-use. Probably I'll make a library lat "ConnectionStrings": { "VideosDatabase": "Data Source=c:/temp/oneshelf.videos.app.db", } -``` \ No newline at end of file +``` + +## File share mounting to the linux function app + +```az webapp config storage-account add --access-key (storage account access key) -t AzureFiles --account-name (storage account name) --custom-id (storage account name) --name (function app name) --resource-group (function app resource group) --sn (file share name) --mount-path /sharepath1``` \ No newline at end of file