Why connecting Azure DevOps organisation with Azure creates resoure groups in Azure?
I can’t find any information on documentation why connecting an Azure Devops Organisation with Microsoft Entra creates resources groups.
PAT Token doesn’t work for authenticating into Azure DevOps
I found out that my PAT wasn’t working when I tried to push to remote and got an ‘Authentication failed’ message. So I generated a new PAT
Is there any limitation of creating service connections in azure devops? Can we create 100+ service connection in azure devops?
I need to create 100+ service connections will it be possible to create it or is there any limitation for it in azure devops?
Not able to find this answer in documentation.
@mention users is not working for some users on Azure Devops Board for work items [Azure]
When editing or creating a work item for Azure DevOps Board, you can use “@” character to mention specific users. For some of my group members (Basic level), typing “@” doesn’t present any usernames. According to Basic level access, only limitation published is access to Azure DevOps Test Plans. We’re not trying to use Test Plans but merely editing/creating work item in Board and mentioning users. Does anyone know how to fix this? See screenshot below to see the issue
How to limit concurrent pipeline job execution on an Azure agent?
I have the following needs in developing a pipeline on Azure Devops with our own instances running as agents:
Azure webapp create statement throws error
I’m trying to create webapp through azure cli. I do get error as ‘6.0’ is not recognized as an internal or external command. Any idea how to resolve this error?
How to access Artifact from Azure Extension?
I am currently trying to access a pusblished artifact from my Azure Extension.
Unfortunately, I don’t get a response, not even an error is displayed.
I think there is a problem with the client.
The permissions are set correctly I think since I was eg able to retrive the project name and ID.
Azure Pipeline not triggered by changes to other than self repository
I have two repositories and both are in same project of ADO:
one is at the top level (It also include pipeline yaml), and the other is defined as a submodule. I want to trigger a pipeline whenever an update is pushed to either the main repository or any of the repositories declared as resources(submodule mentioned here).
Internet access on Microsoft hosted Azure DevOps pipeline runner?
When I run a pipeline on a Microsoft-hosted vm using vmImage: ubuntu-latest, the Internet access seems to be not working. Here is my simple pipeline:
Creating Azure DevOps Workload Identity Federation with Az CLI/Az PS
does anyone know how to create an Azure DevOps “Azure Resource Manager/Workload Identity federation with OpenID Connect” Service Endpoint automated using Az CLI or Az PS terminals? Failing that even calling the Azure DevOPs REST API will do.