-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
App Servicesaz appserviceaz appserviceService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webapp
Description
I am facing the same issue with az cli 2.16 version. Tried to upgrade it to 2.18 and still getting the same issue
az webapp config appsettings set -g dp-yamlcont-master -n dp-yamlcont-cont-test --slot staging --settings @appSettings.json
The command above. always make the slot setting to true even if we define false in JSON
[
{
"name": "testNewApp" ,
"value": "time",
"slotsetting": "false"
}
,
{
"name": "testNewApp1" ,
"value": "time1",
"slotsetting": "false"
}
,
{
"name": "testNewApp2" ,
"value": "time2",
"slotsetting": "false"
}
,
{
"name": "testNewApp3" ,
"value": "time3",
"slotsetting": "false"
}
,
{
"name": "testNewApp2" ,
"value": "@Microsoft.KeyVault(SecretUri=https://dpyamlcont.vault.azure.net/secrets/test1/f6d4d4f4dff74a689c29dfd180bc0740)",
"slotsetting": "false"
}
,
{
"name": "testNewApp3" ,
"value": "@Microsoft.KeyVault(SecretUri=https://dpyamlcont.vault.azure.net/secrets/test2/2416121e38d74e7495f0d0fc2e3d9be6)",
"slotsetting": "false"
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
App Servicesaz appserviceaz appserviceService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Web Appsaz webappaz webapp