Skip to content

Update create-sas-tokens.md #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Go to the [Azure portal](https://portal.azure.com/#home) and navigate to your co

1. Specify the signed key **Start** and **Expiry** times.

* When you create a shared access signature (SAS), the default duration is 48 hours. After 48 hours, you'll need to create a new token.
* When you create a shared access signature (SAS), the default duration is 8 hours. After 8 hours, you'll need to create a new token.
* Consider setting a longer duration period for the time you're using your storage account for Translator Service operations.
* The value of the expiry time is determined by whether you're using an **Account key** or **User delegation key** **Signing method**:
* **Account key**: While a maximum time limit isn't imposed, best practice recommends that you configure an expiration policy to limit the interval and minimize compromise. [Configure an expiration policy for shared access signatures](/azure/storage/common/sas-expiration-policy).
Expand Down