AZ-500 · Question #156
SIMULATION You need to prevent administrators from performing accidental changes to the Homepage app service plan. To complete this task, sign in to the Azure portal. Answer: You need to configure a…
A Read-Only lock on the App Service Plan is the correct approach because it prevents any modifications to the resource while still allowing administrators to view its configuration, effectively blocking accidental changes without removing access entirely. The lock must be…
Question
Explanation
A Read-Only lock on the App Service Plan is the correct approach because it prevents any modifications to the resource while still allowing administrators to view its configuration, effectively blocking accidental changes without removing access entirely. The lock must be explicitly deleted before any changes can be made, adding a deliberate friction point that prevents accidental modifications. This is configured directly on the resource under the 'Locks' blade in the Azure portal, which is the native Azure Resource Manager (ARM) mechanism for protecting resources from unintended changes.
Topics
Community Discussion
No community discussion yet for this question.