Azure CLI and resources¶
Useful Azure CLI commands¶
View App Service configuration
Restart App Service
View environment variables
View connection strings
az webapp config connection-string list \
--name <your-app-name> \
--resource-group <your-resource-group>
Check App Service health
Related resources¶
- Admin guide: complete administration documentation
- Setup guide: deployment and configuration
- Security overview: security model and compliance
- Architecture: design choices and data flows