Apr 17 2023
08:33 AM
- last edited on
Mar 05 2024
02:38 PM
by
TechCommunityAP
Apr 17 2023
08:33 AM
- last edited on
Mar 05 2024
02:38 PM
by
TechCommunityAP
with the latest release of Service principal and/or Managed Identity integration with Azure Devops, we plan to trigger the REST API via Managed identity :
for which we need the Resource URL for the Release pipelines.
Resource url for which Job should acquire a token from AAD in order to access the service
No where in any documentation or links I am able to get the list of all Resource URLs. like for PowerBI it is : https://analysis.windows.net/powerbi/api
Can someone help provide what is the Resource URL for Azure Devops Release pipeline? And is there any common site wherein you can get the values for all Azure/MSFT offerings
Below are the referenced Docs: https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/service-principa...
Apr 17 2023 10:21 PM
Apr 24 2023 04:57 AM
Jun 14 2023 03:53 AM
Hi @NandanHegde15 ,
Try using 499b84ac-1321-427f-aa17-267ca6975798 as Resource.
It's an oddly random value - you might have expected a recognisable URI. And it's not easy to look up. It is mentioned in some articles, such as Use Azure Active Directory service principals & managed identities - Azure DevOps | Microsoft Learn (the second powershell query under "Can I use a service principal or managed identity with Azure CLI?" mentions it)
Oct 21 2023 02:40 AM