An administrator needs to generate a Shared Access Signature (SAS) token to grant an external application access to a blob container. The administrator wants to secure the SAS token by limiting access to a specific network range and ensuring encrypted transit.
Which two settings should the administrator configure directly on the SAS token to meet these requirements?
- Allowed IP addressesCevap
- Allowed protocols set to HTTPS onlyCevap
- CStorage Blob Data Reader Azure role-based access control (RBAC) role
- DAn expiration time set to five years
Cevap
The correct settings to configure on the SAS token are 'Allowed IP addresses' and 'Allowed protocols set to HTTPS only'.
To restrict access to a specific network range, the 'Allowed IP addresses' parameter can be set when generating the SAS token. To ensure encrypted transit, the 'Allowed protocols set to HTTPS only' parameter must be configured. These settings are applied directly to the SAS token to enforce network and protocol security constraints.
Adım Adım Çözüm
Anahtar Kavram
Shared Access Signatures (SAS) allow delegation of access to Azure Storage resources with specific restrictions, such as IP constraints and protocol requirements.