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)
- Query data stored within the database tablesCevap
- View the database resource settings and configuration in the Azure portalCevap
- CChange the pricing tier of the database to scale resources
- DDelete 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
Anahtar Kavram
Azure Resource Locks (ReadOnly)