python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Timeout error when creating ServiceBusMessageBatch in Azure.Messaging.ServiceBus
I have the following code where I start getting an error during long-running tests on the same Service Bus Client.
ServiceBusMessageBatch batch = this._serviceBusSender.CreateMessageBatchAsync().GetAw...
Arun Prakash Nagendran
Votes: 0
Answers: 1
Token expiry time from ServiceBusClient class of Azure.Messaging.ServiceBus
If I create a ServiceBusClient using the Sas Token Method, is there a way(property) to get the token expiry time from the ServiceBusClient object? Because, I will discard the token and down the timeli...
Arun Prakash Nagendran
Votes: 0
Answers: 1
Operation returned an invalid status code 'BadRequest' - Microsoft.Azure.Management.ResourceGraph
Whenever var response line executes it will throw an exception that states
Operation returned an invalid status code 'BadRequest'
The same request that I did in Azure Resource Graph Explorer worked ...
MarkCo
Votes: 0
Answers: 1
Service bus sas token working even after the expiry time
I was investigating access to a service bus done through SAS token. I converted the "se" ticks value from the token to actual date-time and found that to be 1 AM which was 1 minute from the ...
Arun Prakash Nagendran
Votes: 0
Answers: 1