由于微软Azure平台界面一直都在变,所以通过考试的关键,是真正理解lab题要表达的意思,不要死记硬背。
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.
Correct Answer
You need to configure a 'lock' for the app service plan. A read-only lock ensures that no one can make changes to the app service plan without first deleting the lock.
- In the Azure portal, type App Service Plans in the search box, select App Service Plans from the search results then select Homepage. Alternatively, browse to App Service Plans in the left navigation pane.
- In the properties of the app service plan, click on Locks.
- Click the Add button to add a new lock.
- Enter a name in the Lock name field. It doesn't matter what name you provide for the exam.
- For the Lock type, select Read-only.
- Click OK to save the changes.