I've always kept around a handy console application that would generate SAS tokens for a Service Bus queue or topic. While it was convenient, it also seemed a little silly to have to keep that application around for such a trivial task. Generating SAS tokens from Bash While researching for alternatives, I came across this helpful ...