exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 14 question 1 discussion

Actual exam question from Microsoft's AZ-304
Question #: 1
Topic #: 14
[All AZ-304 Questions]

HOTSPOT -
You plan to migrate App1 to Azure.
You need to recommend a high-availability solution for App1. The solution must meet the resiliency requirements.
What should you include in the recommendation? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: 3 -
Scenario: App1 must meet the following requirements:
✑ Be hosted in an Azure region that supports availability zones.
✑ Maintain availability if two availability zones in the local Azure region fail.
A host group is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it.
Use Availability Zones for fault isolation
Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. A host group is created in a single availability zone. Once created, all hosts will be placed within that zone. To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts accordingly.

Box 2: 1 -
Scenario: App1 must meet the following requirements:
✑ Be hosted on Azure virtual machines that support automatic scaling.
An Azure virtual machine scale set can automatically increase or decrease the number of VM instances that run your application. This automated and elastic behavior reduces the management overhead to monitor and optimize the performance of your application.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-autoscale-overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pentium75
Highly Voted 3 years, 10 months ago
When using Virtual Machine Scale Sets with Dedicated Hosts, they must be linked to a Host Group. Thus if we have 3 Host Groups we also need 3 Scale Sets. 3/3
upvoted 38 times
crescha
3 years, 5 months ago
"To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts accordingly." "The host group and the scale set must be using the same availability zone." 3/3
upvoted 1 times
...
MrClumsy
3 years, 5 months ago
It's seems 3/3 is correct, but it's so strange to have 3 vmss when you need only one. Of course you can use load balancer, but that make setup more complex.
upvoted 1 times
Mr_wippy
3 years, 1 month ago
Yeah. I have the same question. Having to create 3 VM-scale-sets doesn't make much sense but it seem to be the only option considering VMSS cannot have more than one host-group assigned
upvoted 1 times
...
...
jjdevine
3 years, 10 months ago
https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=portal%2Cportal2#create-a-scale-set
upvoted 1 times
...
reachmymind
3 years, 4 months ago
1/1 - Lab Tested Create 1 Host Group with no Zone selected & Automatic VM placement: Supported Create 1 VM Scale set on 3 availability zones with 3x VM count on the Host Group
upvoted 1 times
...
...
goodengo
Highly Voted 3 years, 10 months ago
Given answer is correct because scale set can be zone-redundant https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones
upvoted 7 times
...
LillyLiver
Most Recent 3 years ago
3 and 3. From: https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts 'To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts accordingly.' 'The host group and the scale set must be using the same availability zone.'
upvoted 1 times
...
manojchavan
3 years, 1 month ago
Dedicated hosts are physical servers which can host one or more VMs. Dedicated host is within a region, availability zone and fault domain. The requirement is "Maintain availability if two availability zones in the local Azure region fail.". Means need THREE availability zones and THREE host group one per availability zone.
upvoted 1 times
...
hikpd
3 years, 2 months ago
When using Virtual Machine Scale Sets with Dedicated Hosts, they must be linked to a Host Group. If we have to cover 3 zones, we need 3 Host Groups. When creating VMSS, you need to pick one of the host groups from the dropdown. So even though there is an ability to create VMSS across multiple zones, you will need 3 VMSS for 3 dedicated host groups.
upvoted 1 times
...
icedog
3 years, 4 months ago
My take on this is 1 and 1 One host group without specifying an AZ One VMSS with 3 minimum instances spread across AZ
upvoted 2 times
...
Dpejic
3 years, 6 months ago
On exam 24.12.2021
upvoted 2 times
...
Dpejic
3 years, 6 months ago
On exam today 22-Dec-21
upvoted 2 times
...
student22
3 years, 8 months ago
3/3 ---
upvoted 2 times
...
MOLLYHAN
3 years, 8 months ago
one hostgroup can choose 3 availability zones. so answer is 1/1
upvoted 3 times
MrCopyPaste
3 years, 8 months ago
Nope, only one or none
upvoted 3 times
...
...
waqas
3 years, 9 months ago
Given Answers are correct.
upvoted 2 times
...
syu31svc
3 years, 9 months ago
https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts You create a host group in a region and an availability zone, and add hosts to it. https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=portal%2Cportal2#create-a-scale-set In Host group, select the host group from the drop-down. 3 for both
upvoted 3 times
...
leo_az300
3 years, 9 months ago
- Maintain availability if two availability zones in the local Azure region fail. - Be hosted in an Azure region that supports availability zones - Be hosted on Azure virtual machines that support automatic scaling. Above requirements clearly indicate that you need at least 3 zones. You can create a scale set across Availability Zones. Azure regions that support Availability Zones have a minimum of three separate zones. BOX 2 should be 1 scale set - Deploy the Azure virtual machines that will host App1 to Azure dedicated hosts. You need dedicated hosts in each hots group. A host group is a resource that represents a collection of dedicated hosts. When you span across multiple availability zones, you are required to have a host group in each of the zones you wish to use. This answers BOX 1, you need 3 host groups for 3 zones.
upvoted 2 times
leo_az300
3 years, 9 months ago
Correct on BOX 2, it should 3. When creating a virtual machine scale set you can specify an existing host group to have all of the VM instances created on dedicated hosts. Which means one scale set for each host group with dedicated hosts.
upvoted 2 times
bugimachi
3 years, 7 months ago
I agree. The link below says: "The host group and the scale set must be using the same availability zone." https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts
upvoted 1 times
...
...
...
J4U
3 years, 10 months ago
Given answer is correct. Host group should be available in each zone and scaleset in the host group. https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=portal%2Cportal2
upvoted 4 times
...
MTK94
3 years, 10 months ago
can confirm?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...