gpt4 book ai didi

Azure - 在 Powershell 中断开 VNet 集成

转载 作者:行者123 更新时间:2023-12-03 00:57:19 27 4
gpt4 key购买 nike

通过 Azure 门户,我可以断开 VNet 集成,请参见下文。我需要使用 Az 模块在 Powershell 脚本中执行此操作。这可能吗?

enter image description here

最佳答案

只需使用下面的命令,它在我这边工作得很好。

Remove-AzResource -ResourceGroupName "<resource-group-name>" -ResourceType "Microsoft.Web/sites/config" -ResourceName "<webapp-name>/virtualNetwork" -Force

或者

Remove-AzResource -ResourceId "/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Web/sites/<webapp-name>/config/virtualNetwork" -Force

关于Azure - 在 Powershell 中断开 VNet 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61090137/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com