An organization operates a logistics portal where external partner drivers submit location updates. You are configuring an Azure Queue Storage queue named `fleet-updates` to receive these updates. You need to provide the partner application with a Shared Access Signature (SAS) token that allows it to submit new location update messages. The partner application must not be able to view, modify, or delete any other messages in the queue. Which queue permission should you assign to the SAS token to meet this requirement?
- AWrite
- AddCevap
- CUpdate
- DProcess
Cevap
The Add permission is the correct choice because it allows the partner application to submit new messages to the queue without granting permissions to read, update, or delete existing messages.
The Add permission allows a client to add messages to the queue. This is the least privilege permission that fulfills the requirement to submit new messages while restricting the client from reading or deleting existing messages.
Adım Adım Çözüm
Anahtar Kavram
Azure Queue Storage SAS Permissions