We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a json object in app-settings-json which uses slot settings....
example:
{ "name": "AzureWebjobs.LoggingPiiExampleQueueTriggerFunction.Disabled", "value": "true", "slotSetting": true }, { "name": "AzureWebjobs.RunQueueTrigger.Disabled", "value": "true", "slotSetting": true },
The slotSetting property is stripped away during the Action run, resulting in logging of:
Updating App Service Application settings. Data: {"AzureWebjobs.LoggingPiiExampleQueueTriggerFunction.Disabled":"***","AzureWebjobs.RunQueueTrigger.Disabled":"***"}
And the appsettings are added to the app as regular settings, not slot settings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using a json object in app-settings-json which uses slot settings....
example:
The slotSetting property is stripped away during the Action run, resulting in logging of:
Updating App Service Application settings. Data: {"AzureWebjobs.LoggingPiiExampleQueueTriggerFunction.Disabled":"***","AzureWebjobs.RunQueueTrigger.Disabled":"***"}
And the appsettings are added to the app as regular settings, not slot settings.
The text was updated successfully, but these errors were encountered: