Is it possible to export the JSON definition for an existing app service in Azure?
Ie this json object: https://docs.microsoft.com/en-us/azure/templates/microsoft.web/sites
The app service was created using the Azure Portal UI and I want to recreate it using the Azure CLI command line.
az group export --name
to export json file? – Shui shengbao