Hi,
We have an Azure App which has been protected by Azure AD oAuth. This means the calling application has to hit the https://login.microsoftonline.com/<tenant-id>/oauth2/token to fetch a bearer token before accessing the actual http triggered Azure function.
We wanted to know what kind of rate limiting/throttling is present at the Azure AD oAuth endpoint? I'm assuming this would be at the tenant id level but am not sure what the throttling limits are.
Any help would be appreciated.
Thank,
Anupam