.NET Core Console Application to generate a Shared Access Signature token (more information in Azure Documentation) to access a Service Bus messaging.
- .NET Core 3.1
- Open appsettings.json.
- Replace yourservicebus.servicebus.windows.net with the host name of your Service Bus instance.
- Replace YourPolicyName with the name of the policy rule.
- Replace YourPolicyKey with the key (Primary of Secondary) related to the policy.
- Replace yourQueueName with the name of the queue that you want to acess
Run the application and after the config check the SAS token will be generated and displayed in console.
Azure SAS Token Generator is open source software licensed as MIT.