fog / fog-azure-rm

Fog for Azure Resource Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for Managed Availability Set

abbas-sheikh-confiz opened this issue · comments

In Fog ARM, while creating availability set we are ONLY creating un-managed availability set(default). When we add a managed OS disk VM to this availability set, we are getting following error

Addition of a VM with managed disks to non-managed Availability Set or addition of a VM with blob based disks to managed Availability Set is not supported. Please create an Availability Set with 'Aligned' SKU in order to add a VM with managed disks to it. Type: MsRestAzure::AzureOperationError

Add option to create managed availability set as well so that managed OS disk VMs can be added to it. Here is the relevant API link

This issue has been resolved in PR#308