在 Azure 中导出操作组模板
Export action group template in Azure
我的 ARM 模板中应包含多个操作组(Microsoft.Insights/actionGroups
类型)。有什么方法可以检索他们的 ARM 规范吗?
我试过的 -
我希望您可以像使用其他资源一样使用 export template
。
然而,不可能来自:
- 在行动组内,
All Resources
- 那里找不到操作组。
有什么想法吗?
All Resources
-> 显示隐藏类型 -> Select 操作组 -> export template
我的 ARM 模板中应包含多个操作组(Microsoft.Insights/actionGroups
类型)。有什么方法可以检索他们的 ARM 规范吗?
我试过的 -
我希望您可以像使用其他资源一样使用 export template
。
然而,不可能来自:
- 在行动组内,
All Resources
- 那里找不到操作组。
有什么想法吗?
All Resources
-> 显示隐藏类型 -> Select 操作组 -> export template