Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Sep 7, 2024
1 parent 0625966 commit 0947ef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion OneShelf.Videos/OneShelf.Videos.App/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
```
```

## 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```

0 comments on commit 0947ef0

Please sign in to comment.