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? A. Set Secure transfer required to Enabled. B. Set Allow Blob public access to Disabled. C. For the Blob service, create a shared access signature (SAS) that allows HTTPS only. D. Set Minimum TLS version to Version 1.2. Â Suggested Answer: 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. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-require-secure-transfer This question is in DP-200 Microsoft Azure Data Engineer Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer