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 protocolsCevap
- Allowed IP addressesCevap
- CMicrosoft Entra ID role assignments
- DTrusted Microsoft services bypass
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Shared Access Signatures (SAS) allow granular delegation of access using constraints such as protocol validation and source IP address range filters.