MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

User Dropdown information #119792

Closed andrcami closed 8 months ago

andrcami commented 8 months ago

I would like to see more information on the user dropdown, what is its purpose? will selecting this user from the dropdown limit the access to only a combination of User selected and API key?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Naveenommi-MSFT commented 8 months ago

@andrcami Thanks for your feedback! We will investigate and update as appropriate.

mumurug-MSFT commented 8 months ago

@andrcami The user in the dropdown is actually owner of the subscription and it refers ownerId in https://learn.microsoft.com/en-us/rest/api/apimanagement/subscription/get?view=rest-apimanagement-2022-08-01&tabs=HTTP#subscriptioncontract.

image

The user/owner can login to the developer portal and navigate to Profile -> Subscriptions and can manage the subscription like get the key, regenerate key, cancel subscription etc.

image

No, the subscription is not restricted to the user/owner. The developers (or teams) can make the call with subscription key like standalone subscription https://learn.microsoft.com/en-gb/azure/api-management/api-management-subscriptions#standalone-subscriptions.

I hope this helps and let me know if any questions.