Practice free →
HomeAzure AZ-500cloudcomputingaz500compstoragedb › Which Azure Storage feature should a security en…

Which Azure Storage feature should a security engineer enable to require all reads/writes to use HTTPS + TLS — rejecting plaintext HTTP API calls?

ADisabling TLS entirely
BPublic-anonymous read
CSecure transfer required (storage account property + Azure Policy 'Storage accounts should use a secure transfer for connections')
DAzure DNS
Answer & Solution
Correct answer: C. Secure transfer required (storage account property + Azure Policy 'Storage accounts should use a secure transfer for connections')
Secure-transfer-required + Policy enforcement is the canonical pattern (per AZ-500 §3 storage TLS). The others are insecure.
Solve this in the app — Azure AZ-500 practice & 24k+ MCQs →
Related questions