python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I get past "Could not queue the build because there were validation errors or warnings." while automating pipeline creation using az-cli
I am trying to automate rsync pipeline creation using az-cli.
This is the command I am running from a local clone of my repository:
az pipelines create --name my_pipeline --yml-path azure-pipeline.yml...
Rishabh
Votes: 0
Answers: 1
Azure Webapp Clone powershell script is not working
I want to copy an existing webapp to another app plan. I have collected the command from https://learn.microsoft.com/en-us/azure/app-service/app-service-web-app-cloning
But getting ##[error]Long runni...
Akash paul
Votes: 0
Answers: 1
GitLab Pipeline is throwing an Azure CLI error
I'm running a very lightweight GitLab Pipeline which executes a number of Terraform configuration. However, I have hit an absolute roadblock as the pipeline throws an Azure CLI error (screenshot below...
hitman126
Votes: 0
Answers: 1
Azure App Configuration export and import
I have a pretty simple line on code for import/export App Configuration between different envs.
az appconfig kv export -n appc1 -d file --path abc.json --format json --yes
az appconfig kv import --na...
nobodyfromhell
Votes: 0
Answers: 3