So I'm using Power Automate to connect the API for Azure Cost Management Usage Specifically this guy:
CodePudding user response:
The Audience
is the API which your AAD app has permissions on.
To find this URL, try to navigate to Azure AD
and App Registration
, then select your Application, and click on API Permissions
.
Select API / Permissions name which should popup the permission details along with the used API.
For example my AAD app has Microsoft Graph permissions
If I select Microsoft Graph
row or click on one of the permissions the popup shows details
The URL https://graph.microsoft.com/
represents the Audience in my case.
You are probably using Azure Service Management, so in your case the Audience will be https://management.azure.com/