Soru

Zorluk: KolayResource Locks

An Azure administrator applies a ReadOnly resource lock directly to an Azure SQL database. Which two actions can users still perform on this database? (Select two)

  1. Query data stored within the database tablesCevap
  2. View the database resource settings and configuration in the Azure portalCevap
  3. C
    Change the pricing tier of the database to scale resources
  4. D
    Delete the database resource from the resource group

Cevap

Users can query data stored within the database tables and view the database resource settings and configuration in the Azure portal.
A ReadOnly lock prevents configuration modifications (write actions) and deletions on the management plane, but allows read operations. Thus, viewing settings in the Azure portal is permitted. Additionally, resource locks only apply to management plane operations, so data plane operations like querying database tables are not restricted.

Adım Adım Çözüm

1
Determine the impact of a ReadOnly resource lock.
A ReadOnly lock prevents all write and delete operations on the resource's configuration (management plane), but allows read operations.
This establishes the boundary of what operations are blocked at the Azure Resource Manager level.
2
Differentiate between management plane and data plane operations.
Resource locks only apply to management plane operations (actions done via Azure Resource Manager). They do not affect data plane operations, which are managed within the resource itself.
This explains why querying database tables is unaffected.
3
Evaluate each action against these rules.
Querying tables (data plane) and viewing portal settings (management plane read) are allowed. Modifying the pricing tier (management plane write) and deleting the resource (management plane delete) are blocked.
This identifies the two correct allowed actions.

Anahtar Kavram

Azure Resource Locks (ReadOnly)
Bu soruyu puanla