Implementing IaaS solutions
- C is the correct answer.
Although having VMs within an availability zone will bring VMs closer together than if they were in different availability zones or regions, proximity placement groups ensure that they are physically located close to each other for when you have low latency requirements.
Feel free to revisit Chapter 2, Implementing IaaS Solutions, to review the availability options for VMs, including the useful links in the Further reading section of that chapter.
- B is the correct answer.
The default deployment mode is incremental
, which will only make changes to the resources defined in the template if they need to be changed but won’t delete any resources. The complete
deployment mode will delete any resources within the deployment scope (the resource group, in this case) that are present within that scope but not defined within the template.
This topic was covered in Chapter 2, Implementing IaaS Solutions...