Thursday, May 3, 2018

Azure availability set - powershell

#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

No comments:

Post a Comment

Thanks for showing interest in tech-jockey.

Content of this blog has been moved to GITHUB

Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...