Can't access to Azure due to tenant inactivity!
Hi everyone! I'm currently facing a bit of a challenge with my Azure account and hoping to get some insights from the community. I have a personal Azure Tenant linked to my personal account that I haven't used for a very long time – 3 to 4 years. As a…
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
After paying two microsoft hosted agents in Azure DevOpts I am still limited to 60 min jobs instead of 360 as the documentation say
After paying two microsoft hosted agents in Azure DevOpts I am still limited to 60 min jobs instead of 360 as the documentation say
Azure DevOps


Sorry, we are unable to set up billing. Give it a few minutes and then please try again
Hello, I need some assistance with the following error message: "Sorry, we are unable to set up billing. Give it a few minutes and then please try again." I’m encountering this issue while attempting to link Azure DevOps billing to an Azure…
Azure DevOps
Can we automate Result upload to particular test point at every iteration and test step level using Azure rest APIs?
Can we automate Result upload to particular test point at every iteration and test step level using Azure rest APIs?
Azure DevOps
Why is Microsoft recreating client secrets with a different timeout?
We use a service connection in our Azure DevOps pipeline. This has the credentials that allows the release pipeline to deploy our application. When I update the client secret, I always give it the maximum timeout of 730 days. I give it a name that…
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
Get scope for current PAT token
I would like to know if there is a way to fetch scopes configured for a given token, but using the same aforementioned token. The idea behind that is that I want to catch misconfigurations early if the PAT is not configured correctly. I tried many things…
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
One is has a pipeline fail when authenticating to Azure Artifacts repo, works for everyone else
All things being equal, Im betting on #4
Azure DevOps
Can't access my Azure portal and DevOps
This tenant has been blocked due to inactivity. The error message gotten while trying to sign in to my azure devops account. Can someone assist on how to go about resolving this without calling the Microsoft help line.
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
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.Identity.CredentialUnavailableException : DefaultAzureCredential failed to retrieve a token from the included credentials.
Hi, I am creating CI-CD pipeline where I have test run task, which is failing due to 400 bad request error under test runs it is showing error I am using secrets from keyvault. I tried to print it as well, It is printing fine but not sure why it…
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…
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
Moved DevOps Organization to Wrong Tenant But now can't get to Org Page to disconnect it from Intra ID
I moved my Organization to the wrong tenant, both were set as "Default Directory". I am a guest in this directory/tenant from a long time ago and it let me move it there. When I go to the Organizations page for that directory/tenant I see my…
Azure DevOps
How to hide the organization users list in Azure DevOps
To completely hide organization users in Azure DevOps
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
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…