📌  相关文章
📜  如何删除二头肌资源 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:23.378000             🧑  作者: Mango

代码示例1
# Make an empty bicep with no resources in it and then apply that file configuration, it will delete all resources in that resource group.
az deployment group create -f ./main.bicep -g my-rg --mode Complete