Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
31 views

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 ...
danvic's user avatar
  • 11
0 votes
0 answers
32 views

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 ...
error404's user avatar
0 votes
0 answers
21 views

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 ...
kiki's user avatar
  • 1
0 votes
0 answers
103 views

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 ...
scrapkowe's user avatar
  • 147
0 votes
1 answer
30 views

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: { ...
CNL's user avatar
  • 43
Advice
0 votes
2 replies
56 views

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 ...
EMAW2008's user avatar
  • 319
0 votes
0 answers
33 views

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 ...
Ricardo Arciniega's user avatar
0 votes
1 answer
46 views

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 ...
Vitamin C's user avatar
  • 356
1 vote
0 answers
94 views

I am using PersistentAgentsClient to handle agent deployment and invocation in Azure AI Foundry. Chat client: public PersistentAgentsClient CreateChatClient() { return new PersistentAgentsClient(&...
Anindya Chanda's user avatar
-1 votes
1 answer
97 views

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 ...
Ahsan Ullah Khan's user avatar
1 vote
1 answer
53 views

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., ...
masoma's user avatar
  • 23
0 votes
0 answers
69 views

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 ...
shobhitjindal's user avatar
0 votes
0 answers
80 views

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 ...
Jeremiah's user avatar
0 votes
1 answer
58 views

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: ${{ ...
auburg's user avatar
  • 1,517
0 votes
0 answers
25 views

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....
pickYourCode's user avatar
0 votes
0 answers
65 views

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 ...
mp252's user avatar
  • 493
0 votes
0 answers
82 views

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 ...
Joly's user avatar
  • 3,326
0 votes
1 answer
47 views

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 ...
Pranav ramachandran's user avatar
0 votes
0 answers
34 views

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 ...
Chichebe's user avatar
  • 598
0 votes
1 answer
176 views

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 ...
J Weezy's user avatar
  • 4,059
0 votes
1 answer
61 views

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/...
ABF's user avatar
  • 119
0 votes
1 answer
54 views

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 ...
geoidiot's user avatar
  • 117
0 votes
0 answers
35 views

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: *...
Salman's user avatar
  • 1,999
0 votes
2 answers
85 views

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 ...
rpowell6's user avatar
  • 244
0 votes
0 answers
30 views

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: ...
BelizeMonkey's user avatar

1
2 3 4 5
669