I'm using Azure storage, for accessing it , I'm using SAS token.
I would like to know if there is a way to automate the regeneration of a new SAS token after the old one has expired. I know there is a possibility to automatically regenerate Storage keys by using a key Vault to manage the storage account, but is this also possible for SAS tokens? the following link explain how to rotate key automatically but I could not find anything about SAS token: https://docs.microsoft.com/en-us/azure/key-vault/key-vault-ovw-storage-keys
in addition I found this link which explain about SAS definition, can someone clarify what is it?
https://docs.microsoft.com/en-us/powershell/module/azurerm.keyvault/set-azurekeyvaultmanagedstoragesasdefinition?view=azurermps-6.13.0 , can it help me ?