Automating Access Token Generation in Azure DevOps Pipeline for Deployment
I have an Azure DevOps pipeline that uses Fabric APIs for deployment. Unfortunately, these APIs do not support service principals. As a workaround, I am currently using a service account with MFA disabled. To proceed with deployments, I manually run…
Azure DevOps
How to Retrieve Azure DevOps Users with Project Access Levels and Roles via PowerShell or API?
I need to retrieve the following details for all users in my Azure DevOps organization: User Name User Email Project (including Project Access Level) User Access Level (License Type) Project Admin Status (Whether the user is a Project Admin) I am…
Azure DevOps
Can't enter Azure DevOps organization I created
I am the organization owner, I created it. I request access for myself, but it just points me to this page I am forbidden from.
Azure DevOps
System.ArgumentOutOfRangeException while deploying AKS template using demo generator
While updating the lab, we encountered an error during the new demo generator process. The error is as follows: "System.ArgumentOutOfRangeException," and it's shown in the screenshot. Could you please share the resolution for this issue?…
Azure DevOps
Azure devops web service: can I import board stories INCLUDING the discussion?
I'm importing an existing issue tracker database into Azure devops. I'm finding out about all the fields, etc, and I know how to do the import from csv. However, I see nowhere the mentioning of the possibility to also import the discussion fields for…
Azure DevOps
User cannot access Azure DevOps, error 500
Whn I try to access my DevOps account from Azure portal, I am getting 500 - Something went wrong! The title in the browser says Unable to complete authentication. I am logged in to my Azure account, so I expect to login to DevOps with the same without…
Azure DevOps
Facing an issue saying no hosted parallelism has been purchased or granted while trying to run pipeline. Have filled Azure DevOps Parallelism Request form still there is no response.
Hi everyone, I'm facing an issue where my pipeline fails to run with the error: "No hosted parallelism has been purchased or granted." I have already submitted the Azure DevOps Parallelism Request Form, but there has been no response. I also…
Azure DevOps
I am having a authentication problems with a release pipeline
Note tagged on blob storage because there is no tag for Azure Devops! We are experiencing authentication failures in our Azure DevOps Release Pipeline when using a service principal for deployment. Despite verifying that the service principal exists, has…
Azure DevOps
failed to create webhook
/bytebase.v1.VCSConnectorService/CreateVCSConnector INTERNAL: failed to create webhook for project kshema-desing-v2 with error: failed to create webhook: failed to create webhook, code: 403, body:…
Azure DevOps
Issues with my organization accounts being unable to access my repo
I am currently trying to set up my organization permissions so that I can give my developors and other accounts access. Right now on my developer and other accounts it is showing 401 no access error even though the email for the developer and other…
Azure DevOps
How to resolve Xcode Build(signed) Error
We've imported our iOS pipeline from AppCenter but after trying to build the app its failing on the Xcode build(signed) step. The error being thrown is below. " note: Building targets in dependency…
Azure DevOps
I donot use azure devops demo template to create project
Today, I used the Azure DevOps demo generator to create a project, but the system always switches to my organization's website. I'm not sure why I can't access the demo generator template website. thanks.
Azure DevOps
Using Release Flow Branching: How to prevent Azure DevOps from showing all changes since the first commit for new release branches?
I am using Release Flow branching in Azure DevOps, where each new release branch (release/x) is created from main. How can I control how Azure DevOps determines "new changes" for a release branch? Can I manually specify the previous release…
Azure DevOps
How to manage Workflows in ADO for workitems
Hi Team, is it possible to implement Workflows for Work items in ADO, for example i have created work item as User story and currently its in state New the next state should be available only as in progress or In development instead of showing all…
Azure DevOps
Required approvals were added as a group in the branch but are not receiving notifications
We have assigned required PR approvals to a group so that any member can approve it. However, members of the group are not receiving any notifications when a PR is created. To resolve this, we attempted to configure notifications in Project Settings →…
Azure DevOps
Why does my Strapi app deployment on Azure App Service via Azure DevOps fail initially but succeed on a rerun?
I am facing an issue while deploying my Strapi application on Azure App Service using Azure DevOps CI/CD pipeline. The pipeline runs for approximately 40 minutes before failing with an error (attached in the image). However, when I rerun the failed job,…
Azure DevOps
Azure DevOps deploy pipeline SSIS Catalog Configuration task fails with a missing file error
I have built a deployment pipeline in Azure DevOps that deploys an SSIS project to a SQL Server 2019 instance using an Azure Pipelines agent running on the same server. The pipeline has two tasks: Deploy the SSIS project using the SSIS Deploy task…
Azure DevOps
Azure Devops Audit events - only 2 Days
I am only seeing 2 days of events in the Audit. I have read the help document that says it should be 90 days. The screen shot in the help are a bit different than what I see in ADO. There is no date/time filter in my Audit
Azure DevOps
How to Access Azure DevOps Resources via Microsoft Entra OAuth Apps from a Third-Party Application?
Hi, I am currently working on integrating Azure DevOps resources into a third-party application, and I would like to utilize Microsoft Entra for authentication via OAuth. Could someone please provide guidance on the correct steps to set up and…
Azure DevOps
Resolving AADSTS7000222 of invalid application password after expiration
Hello, We recently had an application secret expire - we were using it for RBAC for an app we were deploying. We updated the secret value with a new secret in the Azure DevOps variable group, but continued to get an expired secret error. Upon deleting…