Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Thanks @soumi-MSFT . I will work as per your comments and will update.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Scenario:
Now, I need to deploy the same API in South East Asia region, I will create another web app named 'seaapi' and will deploy the same code. And I believe in order to protect the API, I need to register in Azure AD again and doing so will create a different Client Id.
Now question comes here:
Do I need to provide access of the API deployed in SEA region again to the user 'A'? And even if I will give access, won't the access token needs to be generated with new Client ID, in which case the user needs to know the Client Id of the API deployed in SEA region?
Whats the right approach to achieve the above?
Note: I will route the request of User 'A' either to US or SEA region from Traffic Manager.
@souravmishra-msft @Shashi Shailaj
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
A cloud-based identity and access management service for securing user authentication and resource access
Thanks @soumi-MSFT . I will work as per your comments and will update.
@AnishKumar7058,
This issue can be approached in two ways that I can think of.
Hope this helps.
Please take a moment to "Mark as Answer" and/or "Vote as Helpful" wherever applicable. Thanks!