Azure Service Bus Send Message – Invalid authorization token signature
I have the below powershell code to send a message to Azure Service Bus Queue. param ( [Parameter(Mandatory = $true)][string] $ResourceGroupName, [Parameter(Mandatory = $true)][string] $NamespaceName, [Parameter(Mandatory = $true)][string] $QueueName, [Parameter(Mandatory = $false)][string] $PolicyName = 'SASPolicy' ) $test_msg = [PSCustomObject] @{…