I'm trying to understand how deployment slot works (https://learn.microsoft.com/en-us/cli/azure/webapp/deployment?view=azure-cli-latest).
I ran the following command in order to create a new staging slot:
az functionapp deployment slot create --name MyFunctionapp --resource-group MyResourceGroup --slot staging
And I see two deployment slots in 'Running' state. Is it supposed to run only 1 slot at a time? If so, how do I stop one?
I have a few app settings in Configuration. What does this checkbox indicate? Please help me understand.