#Author : Neeraj
$avgrp=New-AzureRmAvailabilitySet -Name 'AVG01' -ResourceGroupName $rsgrp.ResourceGroupName -Location eastus -PlatformUpdateDomainCount 3 -PlatformFaultDomainCount 2
$avltgrp=Get-AzureRmAvailabilitySet -name 'AVG01' -ResourceGroupName $rsgrp.ResourceGroupName |select name
$avgrp=New-AzureRmAvailabilitySet -Name 'AVG01' -ResourceGroupName $rsgrp.ResourceGroupName -Location eastus -PlatformUpdateDomainCount 3 -PlatformFaultDomainCount 2
$avltgrp=Get-AzureRmAvailabilitySet -name 'AVG01' -ResourceGroupName $rsgrp.ResourceGroupName |select name
No comments:
Post a Comment
Thanks for showing interest in tech-jockey.