Skip to content

KiriLucas/azure-serverless-sas-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shared Access Signature generator

I've made this function just to make it easier for me and my team to generate shared access signature tokens for Event Hubs. Not meant to be pretty, but helpful.

You only need to provide a name and the connection string for the event hubs and the function shall return a valid SAS Token.

Oh, also, because of reasons, the expiry time is set to something close to 264 years (Just type 9999999999 on https://www.epochconverter.com/)

About

Microsoft's Event Hubs SAS generator

Resources

License

Stars

Watchers

Forks