We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f263877 commit e5bc949Copy full SHA for e5bc949
5 files changed
funpets-server/local.settings.json
@@ -3,6 +3,8 @@
3
"Values": {
4
"FUNCTIONS_WORKER_RUNTIME": "node",
5
"MONGODB_CONNECTION_STRING": "<your mongodb connection string>",
6
- "MONGODB_DATABASE": "funpets-db"
+ "MONGODB_DATABASE": "funpets-db",
7
+ "AZURE_STORAGE_ACCOUNT": "<your storage account name>",
8
+ "AZURE_STORAGE_SAS_KEY": "<your SAS key>"
9
}
10
0 commit comments