An Azure administrator applies a ReadOnly resource lock to an Azure SQL Database. Which action can a user still perform on this database?
- Read the database configuration settingsCevap
- BChange the database pricing tier
- CModify the database firewall rules
- DRename the database resource
Cevap
Read the database configuration settings
The correct answer is reading the database configuration settings. A ReadOnly lock is the most restrictive lock type. It blocks any modifications (writes) and deletions, but allows authorized users to read the configuration, properties, and status of the resource.
Adım Adım Çözüm
Anahtar Kavram
Azure resource locks prevent accidental deletion or modification of resources. A ReadOnly lock restricts all write, modify, and delete operations while permitting read operations.