We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c0461 commit 00833caCopy full SHA for 00833ca
apachefop-serverless-az-func/local.settings.json
@@ -1,6 +1,8 @@
1
{
2
"IsEncrypted": false,
3
"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
6
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
7
"FUNCTIONS_WORKER_RUNTIME": "java",
8
"FUNCTIONS_EXTENSION_VERSION": "~4",
0 commit comments