Skip to content

Commit 160e336

Browse files
committed
Remove code comments as it breaks the func from being able to be run locally with misnomer error about settings not being able to be decrypted.
1 parent 00833ca commit 160e336

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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",

0 commit comments

Comments
 (0)