如何从 Azure 应用服务导出 json 模板

How to export json template from azure app service

是否可以导出 Azure 中现有应用服务的 JSON 定义?

即这个json对象:https://docs.microsoft.com/en-us/azure/templates/microsoft.web/sites

应用服务是使用 Azure 门户创建的 UI,我想使用 Azure CLI 命令行重新创建它。

您可以使用 az group export --name *** >test.json 将资源组捕获为模板。请参考这个link.

但是目前资源类型Microsoft.Web/sites不支持导出,请参考这个feedback

注意:如果也可以在 Azure 门户上找到错误日志。