Reputation: 5394
The documentation that I found doesn't mention any expiration time for the Shared Access Authorization rules and it's not present in the API.
Is it correct that Shared Access Authorization rule keys never expire?
Upvotes: 0
Views: 426
Reputation: 136306
Is it correct that Shared Access Authorization rule keys never expire?
This is correct. Shared Access Authorization rule keys never expire by themselves. You will need to regenerate a new rule key to invalidate the existing rule key.
You can however generate a Shared Access Signature Token
and make it expire at pre-determined time.
Upvotes: 1