Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 5e5d80e

Browse files
authored
fix: Specifying storage account name (#426)
* add statement about specifying storage account * add statement about specifying storage account * recovery the section for tagging a resource group
1 parent 25bf717 commit 5e5d80e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/DEPLOY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ then user try to deploy
6969
1. always using the right resource group
7070
1. restrictive for user who have already defined their resources
7171

72+
#### Specifying storage acount in serverless.yml
73+
74+
1. can specify storage account for your Azure Functions
75+
1. specified storageAccount need to be unique
76+
1. default storageAccount is `sls<region><stage><6-char resource group hash>`
77+
78+
```yaml
79+
provider:
80+
stage: dev
81+
region: westus
82+
resourceGroup: myResourceGroup
83+
storageAccount:
84+
name: myStorageAccountName
85+
```
86+
7287
## Deployment Methodologies
7388

7489
#### 1. Deployment to Function App

0 commit comments

Comments
 (0)