nerdexam
Microsoft

70-473 · Question #100

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h

The correct answer is A. Yes. Removing the delete permission for administrators at the Azure portal level will prevent them from deleting the specified Azure Database for MySQL server.

Design and implement data security

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen. You have a Microsoft Azure Database for MySQL Server named SQLDB1. Four database administrators manage SQLDB1. You need to prevent any administrator from deleting the server that hosts SQLDB1. Solution: You remove the Delete permission for SQLDB1 from the Azure portal. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(39 responses)
  • A
    74% (29)
  • B
    26% (10)

Why each option

Removing the delete permission for administrators at the Azure portal level will prevent them from deleting the specified Azure Database for MySQL server.

AYesCorrect

Removing the Delete permission for SQLDB1 from the Azure portal, typically achieved through Azure Role-Based Access Control (RBAC), directly revokes the ability of administrators to perform the delete operation on that specific server resource, thus meeting the goal.

BNo

Concept tested: Azure RBAC Delete permission

Source: https://learn.microsoft.com/en-us/azure/role-based-access-control/overview

Topics

#Azure Database for MySQL#resource locks#data security#governance

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice