33,404 questions
1
vote
0
answers
31
views
Managed Identity does not allow a call to MS Graph API
I created a user-assigned Managed Identity and granted it Sites.Read.All permission to MS Graph API. Then, I created a notebook instance on Azure Machine Learning and assigned it the created managed ...
0
votes
0
answers
32
views
Error in Pod Update while building in Azure DevOps Pipeline for React Native
I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
0
votes
0
answers
21
views
Separate Dependabot minor/patch PR from major PRs
I'm attempting to use the Tingle Software Dependabot extension for Azure Devops, and it can successfully create a PR with the NuGet dependency updates for the repo.
However, I'm trying to use the ...
0
votes
0
answers
103
views
Runtime variable from Variable Group in Library
My pipeline failed because it increases the default time for job execution (60 minutes):
[error] The job running on agent ... ran longer than the maximum time of 60 minutes
However, I set in library ...
0
votes
1
answer
30
views
Stack settings are blank in configuration tab
I am deploying an azure webapp with the following settings:
resource functionAppName_web 'Microsoft.Web/sites/config@2021-03-01' = {
parent: functionAppName
name: 'web'
properties: {
...
Advice
0
votes
2
replies
56
views
Azure DevOps sort list by state but not alphabetically
We have a list of states that we use and this is the preferred order of those states for our business:
New
Ready for Development
In Progress
Code Review
Testing
Stakeholder Approval
Ready for ...
0
votes
0
answers
33
views
Increase timeout for Azure Pipelines service connections
I have a problem with my actual setup. I decided to use managed identity in workload federation with a service connection.
Everything works fine, except when an approval takes more than 15 minutes.
In ...
0
votes
1
answer
46
views
How to reference other folders in Azure Devops pipelines
On Azure Devops I want to run ".ci/build.yml" pipeline which builds images in "python/version/flavor" folders.
For each version there is a dockerfile and a version.yml which ...
1
vote
0
answers
94
views
Getting Azure DevOps MCP server to work with a PersistentAgent in Azure AI Foundry with Microsoft Agent Framework
I am using PersistentAgentsClient to handle agent deployment and invocation in Azure AI Foundry.
Chat client:
public PersistentAgentsClient CreateChatClient()
{
return new PersistentAgentsClient(&...
-1
votes
1
answer
97
views
How do I republish/update a custom Azure DevOps Pipeline Task after modifying its PowerShell module (.psm1)? [closed]
I have a custom Azure DevOps Pipeline Task that we use internally to deploy Power BI artifacts. The task is published privately to our Azure DevOps organization and appears in pipelines
This task is ...
1
vote
1
answer
53
views
Azure DevOps iOS pipeline fails during Xcode archive: “Signing for GoogleSignIn_GoogleSignIn requires a development team”
I’m trying to build and upload an iOS app to TestFlight using an Azure DevOps pipeline, but the build fails during the archive step with signing errors related to Swift Package dependencies (e.g., ...
0
votes
0
answers
69
views
Python Function not coming up in Azure FunctionApp
I am deploying a python function in azure linux function app, function app is created via terraform and azure CI/CD pipelines, and azure function also via zip deploy and linux function deploy using ...
0
votes
0
answers
80
views
Tabular Editor 2 on Azure DevOps Pipelines: "Error loading model: The connection string is not valid."
Cross post here (though I think that might not be the right place to post)
I've been trying to build a tabular model ".bim" file from a folder-based tabular model (.pbip) on Azure DevOps ...
0
votes
1
answer
58
views
Access Azure keyvault secret from AZDO pipeline step
I have the following Azure Devops pipeline step to retrieve a secret from a KV
steps:
- task: AzureKeyVault@2
displayName: Fetch Azure Key Vault Secrets
inputs:
azureSubscription: ${{ ...
0
votes
0
answers
25
views
Ignore compiled files in .NET 9.0 code coverage report
I have an ASP.NET Core 9 Web API project and in the Azure DevOps pipeline, there are compiled files being collected for coverage - and there is no test code for those. For example the Mediator Library....
0
votes
0
answers
65
views
Cache-from with Docker build image in AzureDevOps throws error because of tag
I am using AzureDevOps to build/push images to a registry. I am using script instead of the Azure DevOps docker task as I was not able to set DOCKER_BUILDKIT=1.
But what keeps happening is that it ...
0
votes
0
answers
82
views
How to bootstrap private self hosted build agent in Azure with PowerShell
I am trying to run this PowerShell task on self hosted private Windows build agent.
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-file-copy-v6?view=azure-pipelines
...
0
votes
1
answer
47
views
Unable to authorize databricks from Azure Devops Stage
I'm trying to build a devops pipeline that allows to upload a python wheel file to my databricks volume.
However I keep getting the error : "Error: Authorization failed. Your token may be expired ...
0
votes
0
answers
34
views
Can't manually sign IPA for deployment to Firebase on Azure DevOps
I attempted to generate an IPA build via YAML in Azure DevOps with limited success.
I have the generated .p12 cert and provisioning profile done - provisioning profile is ad-hoc
Below is the error I ...
0
votes
1
answer
176
views
How to fix a 401 (Unauthorized) error from Fabric REST API?
Question: How do I troubleshoot a 401 (Unauthorized) error from Fabric REST API?
I have an App Registration that that uses a secret to authenticate with Fabric and I am able to issue REST API calls ...
0
votes
1
answer
61
views
Adding diagnosticSettings to Azure SQL Databases using Bicep loops
I am trying to set diagnosticSettings to an array of databases in bicep using for (db, i) in dataBaseArray.
At first I create the databases:
@batchSize(1)
resource sqlDatabases 'Microsoft.Sql/servers/...
0
votes
1
answer
54
views
Update Work Item Type Categories in Azure DevOps Services
I have an inherited Basic Process in Azure DevOps Services.
By default the Work Item Type Category 'Microsoft.BugCategory' only contains the Work Item Type 'Issue'. I'd like to add other Work Item ...
0
votes
0
answers
35
views
Error while distribute app to firebase using Azure pipeline
After iOS build pipeline in Azure pipelines, I am running 'Distribute app to firebase' task but it fails with below error
Attempting to distribute IPA: /Users/runner/work/1/a/FinalIPA/**.ipa
App ID: *...
0
votes
2
answers
85
views
How do I resolve, "Error NETSDK1022: Duplicate 'Content' items were included" error message?
I am attempting to migrate an ASP.NET Core 3.1 MVC project in Visual Studio 2022 to ASP.NET Core 6.0. The project builds and runs flawlessly on my development server but fails when uploaded to be ...
0
votes
0
answers
30
views
Azure DevOps Analytics Not Showing Full Iteration Path
I am trying to create an Azure DO Analytic that I can bring into Power BI. Specifically I am trying to get all PBIs for the current sprint. When I pull up a PBI from the sprint the iteration path is:
...