You have an Azure Storage account named storage1 that is configured as shown in the following exhibit.

You need to ensure that all calls to an Azure Storage REST API operation on storage1 are made over HTTPS.
What should you do?
You have an Azure Storage account named storage1 that is configured as shown in the following exhibit.
You need to ensure that all calls to an Azure Storage REST API operation on storage1 are made over HTTPS.
What should you do?
To ensure that all calls to an Azure Storage REST API operation on storage1 are made over HTTPS, you need to set the 'Secure transfer required' property to Enabled. This setting enforces the use of HTTPS for all requests to the storage account, rejecting HTTP requests. Therefore, enabling this setting ensures that all operations are performed securely using HTTPS.
Correct Answer!