File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
apachefop-serverless-az-func Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ echo ************************************************************************************************************
3+ echo Ensure that the IsEncrypted flag is set to 'false' int he Root of the local.settings.json file!
4+ echo See for more info: https://archicode.be/index.php/2024/05/15/issue-when-debugging-azure-function-locally/
5+ echo ************************************************************************************************************
6+ @ echo on
7+ call func settings encrypt
8+ call func settings decrypt
9+ cmd /k
Original file line number Diff line number Diff line change 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
64 "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
75 "FUNCTIONS_WORKER_RUNTIME" : " java" ,
86 "FUNCTIONS_EXTENSION_VERSION" : " ~4" ,
You can’t perform that action at this time.
0 commit comments