Skip to content

Commit 00833ca

Browse files
committed
Fix local settings json to contain note about installing Azure Storage Emulator (Azurite)...
1 parent 63c0461 commit 00833ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apachefop-serverless-az-func/local.settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"IsEncrypted": false,
33
"Values": {
4+
//Be sure to install the Azurite emulator (Azure Storage Emulator) to support Timer Triggers, etc.
5+
//For more info see: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator#get-the-storage-emulator
46
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
57
"FUNCTIONS_WORKER_RUNTIME": "java",
68
"FUNCTIONS_EXTENSION_VERSION": "~4",

0 commit comments

Comments
 (0)