You need to generate a Shared Access Signature (SAS) token for an Azure Storage account. The access must be restricted to secure connections only and limited to a specific client network range.
Which two settings should you configure when generating the SAS token?
- Allowed protocolsAnswer
- Allowed IP addressesAnswer
- CMicrosoft Entra ID role assignments
- DTrusted Microsoft services bypass
Answer
To restrict access to secure connections and a specific client network range, you must configure the Allowed protocols and Allowed IP addresses settings.
The correct parameters to configure are the allowed protocols and the allowed IP addresses. Restricting allowed protocols to HTTPS only enforces secure connections, and setting allowed IP addresses limits traffic to the specified client network range.
Step-by-Step Solution
Key Concept
Shared Access Signatures (SAS) allow granular delegation of access using constraints such as protocol validation and source IP address range filters.