You want to create an Azure Storage Account that ensures your data is safe even if an entire Azure region fails. Which redundancy option should you choose?
Think about which option replicates data across regions, not just within one region.
Read-access geo-redundant storage (RA-GRS) replicates your data to a secondary region hundreds of miles away and provides read access to the secondary region, protecting against regional outages.
You want to create a Storage Account that only allows secure HTTPS connections. Which configuration setting must you enable?
Focus on settings that enforce encrypted connections.
Setting 'Secure transfer required' to true forces all requests to use HTTPS, ensuring secure data transfer.
You create a Storage Account with kind set to 'BlobStorage'. Which feature will NOT be available in this account?
Consider which storage services are supported by the 'BlobStorage' kind.
'BlobStorage' accounts support blob services only and do not support file shares.
You configure your Storage Account to allow access only from selected virtual networks. What will happen if a request comes from a public IP not in the allowed list?
Think about how network restrictions affect all incoming traffic.
When network rules restrict access, any request from outside allowed networks is denied even if authentication is valid.
You need to create a Storage Account optimized for high throughput and low latency for large-scale analytics. Which combination of settings is best?
Consider which performance tier and account kind support high throughput for blobs.
Premium performance with BlockBlobStorage kind and ZRS provides low latency and high throughput optimized for large-scale blob analytics.