-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
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:
<set-variable name="debugSubscriptionId" value="@(context.Subscription.Id)" />
I see this in the trace:
And this is what the Azure Portal shows:
Should the context.Subscription.Id be 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.
Metadata
Metadata
Assignees
Labels
No labels

