exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 8 question 2 discussion

Actual exam question from Microsoft's AZ-500
Question #: 2
Topic #: 18
[All AZ-500 Questions]

HOTSPOT -
You need to create Role1 to meet the platform protection requirements.
How should you complete the role definition of Role1? 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:
Scenario: A new custom RBAC role named Role1 must be used to delegate the administration of the managed disks in RG1. Role1 must be available only for
RG1.
Azure RBAC template managed disks "Microsoft.Storage/"
Reference:
https://blogs.msdn.microsoft.com/azureedu/2017/02/11/new-managed-disk-storage-option-for-your-azure-vms/ https://blogs.msdn.microsoft.com/azure4fun/2016/10/21/custom-azure-rbac-roles-and-how-to-extend-existing-role-definitions-scope/

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
ThomasKong
Highly Voted 3 years, 6 months ago
1) Microsoft.Compute/ 2) disks 3) /subscrption/{subscriptionId}/resourceGroups/{Resource Group Id}
upvoted 96 times
saturation97
1 year, 10 months ago
Yes, I believe this is correct: Microsoft.Compute Disks /su/sub/resgroup/resgroupId
upvoted 1 times
...
TJ001
3 years ago
This is right
upvoted 1 times
...
moutaz1983
3 years, 5 months ago
I believe you are right
upvoted 1 times
...
Janmigs
3 years, 1 month ago
This is the correct answer! ET please correct your answers. SMH!
upvoted 5 times
...
...
Rume
Highly Voted 3 years, 7 months ago
https://www.examtopics.com/discussions/microsoft/view/6772-exam-az-500-topic-11-question-2-discussion/
upvoted 9 times
w00t
3 years, 5 months ago
Explanations help.
upvoted 1 times
w00t
3 years, 5 months ago
Disregrd.
upvoted 1 times
...
...
...
heatfan900
Most Recent 1 year, 4 months ago
FROM MICROSOFT: Managed disks are under Microsoft.Compute resource provider, not Microsoft.Storage. Microsoft.Storage is used for unmanaged disks that require a storage account to hold the VHD files1. Managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines2. They do not need a storage account and can be created using the Microsoft.Disks resource provider
upvoted 1 times
...
majstor86
1 year, 11 months ago
1) Microsoft.Compute/ 2) disks 3) /subscrption/{subscriptionId}/resourceGroups/{Resource Group Id}
upvoted 5 times
...
Muaamar_Alsayyad
2 years, 3 months ago
1) Microsoft.Compute/ 2) disks 3) /subscrption/{subscriptionId}/resourceGroups/{Resource Group Id}
upvoted 2 times
...
Eole
2 years, 12 months ago
Is there no way to select RG only in AssignableScopes? https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#assignablescopes
upvoted 1 times
...
PointsE
3 years, 2 months ago
# This shows that to manage disks, you need to have permissions to the storage account https://docs.microsoft.com/en-us/azure/virtual-machines/using-managed-disks-template-deployments # This shows that the scope should incl. resource group https://vincentlauzon.com/2018/08/15/rbac-and-role-assignment-using-arm-templates/#:~:text=RBAC%20and%20role%20assignment%20using%20ARM%20Templates%20Solution,scope%20%28resource%2C%20resource%20group%2C%20subscription%20or%20management%20group%29. 1) Microsoft.Storage 2) storageAccounts/* 3) /subscrption/{subscriptionId}/resourceGroups/{Resource Group Id}
upvoted 3 times
Nian
1 year, 10 months ago
"With Azure Managed Disks, the disk becomes a top-level resource and no longer requires a storage account to be created by the user" https://learn.microsoft.com/en-us/azure/virtual-machines/using-managed-disks-template-deployments
upvoted 1 times
husam421
1 year ago
{ "type": "Microsoft.Compute/disks", "apiVersion": "2018-06-01", "name": "[concat(variables('vmName'),'-datadisk1')]", "location": "[resourceGroup().location]", "sku": { "name": "Standard_LRS" }, "properties": { "creationData": { "createOption": "Empty" }, "diskSizeGB": 1023
upvoted 2 times
...
...
Fal991l
1 year, 11 months ago
I think you are right
upvoted 1 times
...
...
Jco
3 years, 4 months ago
#exam ques # 29 Sep
upvoted 1 times
...
ashishg2105
3 years, 4 months ago
Congrats those who completed all qsts.. all the best
upvoted 6 times
...
Orel123
3 years, 4 months ago
1) Microsoft.Compute/ 2) disks 3) /subscrption/{subscriptionId}/resourceGroups/{Resource Group Id} Explaination: A new custom RBAC role named Role1 must be used to delegate the administration of the managed disks in Resource Group1. Role1 must be available only for Resource Group1. This proves we need to maintain scope to ResourceGroup 1 only. Also Resource gropu 1 contanins VNet1, VM0, and VM1 none of them are storage disks
upvoted 6 times
kenn1234
3 years, 3 months ago
as confirmed here https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#virtual-machine-contributor
upvoted 2 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 ...