az functionapp config appsettings from Az CLI 2.40

JoelP 306 Reputation points
2022-09-14T09:01:12.393+00:00

This was working before 2.40

240929-image.png

az functionapp config appsettings set --name $FunctionAppName --resource-group $ResourceGroupName --slot-settings "AppConfig1=test" "AppConfig2=test2"

now, it will only put it on the first config which is AppConfig1, and will have a value of test" "AppConfig2=test2

anyone encounter the issue?

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,504 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JoelP 306 Reputation points
    2022-09-15T20:25:16.383+00:00

    please close this as the az cli team has answered this...

    https://github.com/Azure/azure-cli/issues/23887

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.