Question 54 of 170 from exam DP-200: Implementing an Azure Data Solution

Question 54 of 170 from exam DP-200: Implementing an Azure Data Solution

Question

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A

You can configure your storage account to accept requests from secure connections only by setting the Secure transfer required property for the storage account.

When you require secure transfer, any requests originating from an insecure connection are rejected. Microsoft recommends that you always require secure transfer for all of your storage accounts.

When secure transfer is required, a call to an Azure Storage REST API operation must be made over HTTPS. Any request made over HTTP is rejected.

https://docs.microsoft.com/en-us/azure/storage/common/storage-require-secure-transfer