I know there is a way to determine the number of messages (or approximate number) in the Azure Queue (Store Account); however is there a way to query for the number of pendi
have you looked at the Queue Description API? There's a property called MessageCount.
MessageCount
Here's the .NET SDK reference documentation page as well.