Skip to content

Commit e5bc949

Browse files
committed
feat: step 4
1 parent f263877 commit e5bc949

File tree

5 files changed

+347
-105
lines changed

5 files changed

+347
-105
lines changed

funpets-server/local.settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"Values": {
44
"FUNCTIONS_WORKER_RUNTIME": "node",
55
"MONGODB_CONNECTION_STRING": "<your mongodb connection string>",
6-
"MONGODB_DATABASE": "funpets-db"
6+
"MONGODB_DATABASE": "funpets-db",
7+
"AZURE_STORAGE_ACCOUNT": "<your storage account name>",
8+
"AZURE_STORAGE_SAS_KEY": "<your SAS key>"
79
}
810
}

0 commit comments

Comments
 (0)