Hello Team,
how to trigger notification for blob policy expiration ?
Any option to generate SAS for container using C# code [programatically]
Thanks
Madan S B
Hello Team,
how to trigger notification for blob policy expiration ?
Any option to generate SAS for container using C# code [programatically]
Thanks
Madan S B
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Madan ShekarPosted Jan 27, 2023, 4:06 AM
Thank you Anupam , Jefferson
Please suggest me a any blog to refer impimentation.
Anupam MaitiPosted Jan 26, 2023, 6:04 PM
You can use Azure Event Grid, for trigger a notification for Azure blob policy expiration. You will need to create an event subscription and configure it to listen for "Blob Policy Expiration" events.
Generating SAS for container using C# code:
Jefferson S. MottaPosted Jan 26, 2023, 2:37 PM
Hello,
When a blob policy expires, you can use Azure Event Grid to trigger a notification.