Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Yacoub Badran
You may try using --settings along with the --slot parameter instead of --slot-settings. With this approach, the update worked successfully for me.
below command works for me:
az webapp config appsettings set -g test-xx-xxxapp-secure -n xxxx-xx-secure-webapp --settings Project=abc ConnectionString=abc --slot dev
Results:
Slot Env with effect:
Production Env without effect:
Hope this helps !