从品牌网站建设到网络营销策划,从策略到执行的一站式服务
在很多情况下,当我们使用完Azure资源组之后总是忘记删除它们,所以我创建了下面的PowerShell脚本来帮助清理它们。它适用于所有的账户订阅。如果您的账户中有很多人在管理不同的Azure Resource但其并而不是自己清理空的资源组,那么这个脚本就很有用
创新互联专注于博州网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供博州营销型网站建设,博州网站制作、博州网页设计、博州网站官网定制、重庆小程序开发服务,打造博州网络公司原创品牌,更为您提供博州网站排名全网营销落地服务。
#Log in to Azure account Login-AzureRmAccount #Global Login-AzureRmAccount -Environment AzureChinaCloud #21V #Get list of Azure Subscription ID's $Subs = (get-AzureRMSubscription).ID #Loop through the subscriptions to find all empty Resource Groups and store them in $EmptyRGs ForEach ($sub in $Subs) { Select-AzureRmSubscription -SubscriptionId $Sub $AllRGs = (Get-AzureRmResourceGroup).ResourceGroupName $UsedRGs = (Get-AzureRMResource | Group-Object ResourceGroupName).Name $EmptyRGs = $AllRGs | Where-Object {$_ -notin $UsedRGs} #Loop through the empty Resorce Groups asking if you would like to delete them. And then deletes them. foreach ($EmptyRG in $EmptyRGs){ $Confirmation = Read-Host "Would you like to delete $EmptyRG '(Y)es' or '(N)o'" IF ($Confirmation -eq "y" -or $Confirmation -eq "Yes"){ Write-Host "Deleting" $EmptyRG "Resource Group" Remove-AzureRmResourceGroup -Name $EmptyRG -Force } } }
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图