I'm working with a Standard logic app in Azure and need to adjust the Runtime.Backend.VariableOperation.MaximumVariableSize setting in the host.json file. I attempted to edit the file using Visual Studio Code (via Azure Tools extension), but the file appears to be read-only and won't allow changes.
Has anyone encountered this issue? Is there a specific method or workaround to modify the host.json settings for a Standard logic app? Any guidance on how to enable write access or how to properly deploy a custom host.json configuration would be greatly appreciated.
Azure Logic App Standard doesn't allow direct modification of certain files via the Azure Tools extension in Visual Studio code.
I have tried to edit the host.json
file of the logic apps workflow (which was created in Portal) in Visual studio code and faced the same issue.
To resolve this, you have to save the file you want to edit.
Open Visual Studio code, click on File=>Save
or Ctrl+S
and save the file.
Now, you will be able to edit the host.json
file.
You can edit host.json
in Portal directly.
Follow below Steps:
Development Tools=>Advanced Tools=>Go
in Logic Apps.Debug Console
=> select CMD
.Site/wwwroot
=>host.json
.edit icon
near host.json
and you will be able to edit the file.