You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
I am trying to use the context.Subscription.Id for some of our business logic and logging but have run across what I think is a mismatch in the value and what is shown in the Azure Portal. Using this in my inbound policy:
I am trying to use the
context.Subscription.Idfor some of our business logic and logging but have run across what I think is a mismatch in the value and what is shown in the Azure Portal. Using this in myinboundpolicy:I see this in the trace:
And this is what the Azure Portal shows:
Should the
context.Subscription.Idbe the/subscriptions/70d926fe.....value? Is anyone using this in a similar way?I realize maybe Azure support would probably be a better place to put this, but I thought I would start here first.