How to increase max lines of "live" Azure pipeline logs
We're using an Azure pipeline to do a BuildXL build. It outputs all errors to the single output logs which are visible to the develoer as the build progresses, however it truncates the output so all the information isn't present. Once the build…
Azure DevOps
Unable to turn off Advance Security on DevOps project and repositories
I turned on this feature at the project level, I imported in some repos, but now I can't turn off the feature in order to import the remaining repos nor can I turn it off at the project level. It says I can turn this off at any time but yet I can't. The…
Azure DevOps
Azure Container Registry Permissions TaskOperationsNotAllowed
Dear Azure Community, I want to run a pipeline on Github Actions and push an image to ACR but i received an error message that the ACR named ejbcicd does not have have permissions to effect the task. I am using an Azure free account, the operation ID…
Azure DevOps
How to parameterize the Azure Key Vault linked service and secret name in Synapse to support secure, environment-specific deployments through CI/CD.
How to parameterize the Azure Key Vault linked service and secret name in Synapse, so that each environment uses its own Key Vault and secret during CI/CD deployment - without hardcoding values? While deployment setup using Azure Synapse and Azure…
Azure DevOps
Azure DevOps presents noticeable delays after every keystroke and locks on splitting pasted text blocks
Starting about two weeks ago, I began experiencing noticeable delays between hitting a key and seeing the character actually appear in an ADO discussion text box. These delays can frequently range up to an entire second or more. I've also begun…
Azure DevOps
Selecting issues on Agent Size, Maximum Agents, and Images in Azure Deployment Environment (Create a Managed DevOps Pool)
Screenshot 2025-05-26 112732.png Screenshot 2025-05-26 112229.png Request for help when Selecting the default Agent Size it having issues on Maximum Agent either 1 also can't be accept. After request quota for different Agent Size it will not…
Azure DevOps
azure devops webhook resource field null
We recently started receiving service hooks payloads with the resource field being null. The impacted events are the following: git.pullrequest.merged git.pullrequest.created git.pullrequest.updated We're a platform and our clients configures…
Azure DevOps
Get Changeset List of PRD Branch in AzureDevOps 2022
Since TFS_Warehouse Database is depreciated in Azure DevOps 2022 , so from where can I get the changeset details of only PRD Branch with changed file details in sql database.
Azure DevOps
Adding non root user in windows container agent in azure devops - powershell console
The following Dockerfile commands are used to configure a Linux container to run as a non-root user: ARG Could you please provide the equivalent commands to configure a Windows container to run as a non-administrator (non-root) user, utilizing…
Azure DevOps
when deploying artifacts from AzureDevops to Azure app service got the error
When deploying artifacts from AzureDevops to Azure app service got the error like described below ##[error]Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'tumlinsonelectric-production'. Error: Could not fetch…
Azure DevOps
magento helmchart
Hi Team, Can you share to me source code now? i want deploy magento to aks CI steps: 1 Dockerfile magento (nginx, php) => 80 port 2 Dockerfile magento-cli (php) => ssh, no port CD steps: 1helm-chart: magento, magento-cli, magento-cron
Azure DevOps
Azure DevOps OAuth2 Profile API returns 203 Non-Authoritative Information after successful authentication
Hi team, I’m trying to trigger the Azure DevOps Services Build REST API using an Azure AD access token. My Azure DevOps organization is integrated with Azure Active Directory, and I have registered an application in Azure AD for this purpose. Here’s what…
Azure DevOps
SSL certificate problem while doing GIT pull from Azure Devops Repos
We are using a proxy server that does SSL inspection of traffic and thus replaces the cert with the one that it issues in the process. That cert is issued by the cert authority on the proxy itself. This is fairly common with modern proxies. But users are…
Azure DevOps
Error: No Task, Test Case templates found. Please add Task, Test Case templates for the project team
When trying to add tasks using the 1 click child links I get the following error: No Task, Test Case templates found. Please add Task, Test Case templates for the project team But, I have tasks and templates set up for the team. this was working last…
Azure DevOps
Azure DevOps Pipeline Not Triggering for GitHub Pull Request Events Despite Successful Webhook Delivery
An issue is being encountered where pull request (PR) events from a GitHub Enterprise Cloud repository (with data residency in Europe) are not triggering the Azure DevOps pipeline, even though webhook events are successfully delivered with a 200 OK…
Azure DevOps
Azure DevOps new release pipeline is not deploying correctly to App service
We are creating a new release pipeline for an Angular 18 application. The steps in the pipeline are completing successfully. The code is being delivered to the Web App, but the App Service is not coming up and we don't know why.
Azure DevOps
Deployment Center failed error: unable to create file filename too long error
Normally when i push new changes to github, its automatically build without issues but today i have to disconnect github and connect it again but now its keep failing . How can i fix this ASAP? Source: GitHub Build provider: App Service Build…
Azure DevOps
Azure DevOps - Firewall allow lists for IP addresses
I saw a message on Azure DevOps that says " As previously announced in our blog, we are transitioning to the new IP addresses. If you have not done so already, please update your firewall allow lists with new IP address ranges of Azure DevOps…
Azure DevOps
Placing toscha in the windows container agent
I am trying to install tosca in the container agent, Please suggest way
Azure DevOps
Unable to Install Package from Azure DevOps Artifacts Feed Using Pip
Hi, I'm trying to install a package hosted in my Azure DevOps Artifacts feed into my local Python environment using pip, using the following command: pip install auth-app-streamlit==2.0.1 \ --extra-index-url…