ANSWERED: Explain availability sets and availability zones

This commit is contained in:
Austin Songer 2020-01-21 21:57:43 +00:00
parent 6c4f32af1b
commit 1af924ba87

View File

@ -5061,6 +5061,10 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
<details>
<summary>Explain availability sets and availability zones</summary><br><b>
An availability set is a logical grouping of VMs that allows Azure to understand how your application is built to provide redundancy and availability. It is recommended that two or more VMs are created within an availability set to provide for a highly available application and to meet the 99.95% Azure SLA.
</b></details>
<details>