Skip to content

Commit 08035d0

Browse files
Merge pull request #248254 from stevemunk/ado-365days-to-24hrs
2 parents 7b6c184 + 2149e8c commit 08035d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/azure-maps-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Shared access signature (SAS) tokens are authentication tokens created using the
174174

175175
Functional key differences of SAS token from Azure AD Access tokens:
176176

177-
- Lifetime of a token for a max expiration of one year (365 days).
177+
- Lifetime of a token for a max expiration of one day (24 hours).
178178
- Azure location and geography access control per token.
179179
- Rate limits per token for an approximate of 1 to 500 requests per second.
180180
- Private keys of the token are the primary and secondary keys of an Azure Maps account resource.
@@ -271,7 +271,7 @@ SAS token parameters:
271271
| regions | `[ "eastus", "westus2", "westcentralus" ]` | Optional, the default value is `null`. The regions control which regions the SAS token can be used in the Azure Maps REST [data-plane] API. Omitting regions parameter allows the SAS token to be used without any constraints. When used in combination with an Azure Maps data-plane geographic endpoint like `us.atlas.microsoft.com` and `eu.atlas.microsoft.com` allows the application to control usage with-in the specified geography. This allows prevention of usage in other geographies. |
272272
| maxRatePerSecond | 500 | Required, the specified approximate maximum request per second which the SAS token is granted. Once the limit is reached, more throughput is rate limited with HTTP status code `429 (TooManyRequests)`. |
273273
| start | `2021-05-24T10:42:03.1567373Z` | Required, a UTC date that specifies the date and time the token becomes active. |
274-
| expiry | `2021-05-24T11:42:03.1567373Z` | Required, a UTC date that specifies the date and time the token expires. The duration between start and expiry can't be more than 365 days. |
274+
| expiry | `2021-05-24T11:42:03.1567373Z` | Required, a UTC date that specifies the date and time the token expires. The duration between start and expiry can't be more than 24 hours. |
275275

276276
### Configuring application with SAS token
277277

0 commit comments

Comments
 (0)