I have these inbound security rules for my VM.
Priority 1005: Allows RDP connections from Azure Bastion. Bastion's public IP is 52.191.87.53
Priority 1010: Denies RDP connections from the VNet.

As per my understanding, rule 1005 should be processed (higher priority compared to 1010), and I should be able to access VM via Bastion. But, still, the RDP connection is denied.
The MS document says this:
"Once traffic matches a rule, processing stops. As a result, any rules that exist with lower priorities (higher numbers) that have the same attributes as rules with higher priorities are not processed."
This indicates that rule 1010 is processed. I am not able to understand why
