0
votes

I explicitly created an Availability Set via the Azure console. I can launch VM's in successfully by selecting the Availability Set.

When I review the Availability Set in the console, I do not have an option to edit the Fault Domain or Update Domains values.

Are there options to perform this Action?

1

1 Answers

0
votes

Yes, you can use REST api, or resources.azure.com to edit those values. Powershell\Cli have commands to edit those (Update-AzAvailabilitySet).

It appears these values are read only after creating the resource