Questions tagged [azure-devops]
67 questions
0
votes
1 answer
What privileges needed to deploy in Azure Pipelines
I'm trying to setup release pipeline.
When I add task Azure App Service Deploy and try to authorize, I get an error:
Failed to create an app in Azure Active Directory. Error: Insufficient
privileges to complete the operation. Ensure that the user…

Igor
- 1
- 1
- 1
0
votes
0 answers
Json object from power shell
I am trying to create JSON object from power shell
$var6 = '{
"key5": "value5",
"key4": [
"$Version"
],
"key1": "value1",
"key3": "value3"
"key6": {
"$Version2"
},
…

Rajendar Talatam
- 101
0
votes
0 answers
Cannot access Azure Artifacts Settings to remove inheritance
I screwed up my Feed settings trying to do cross-project pushes. I think I know how to fix it, but I can't seem to get to a setting that I had changed in order to change it back. Long story short, I have inherited permissions that are blocking me,…

naspinski
- 177
- 1
- 4
- 10
0
votes
0 answers
Access denied issue with NEW-PSDrive commandlet
I have two machines: Machine A(Windows Server 2012 R2) and Machine B.(Windows 10)
We use Machine A to host an ASP.NET Web application, Machine B is my development machine
Both A and B are behind a corporate firewall and are joined to an Active…

Chedy2149
- 223
- 4
- 14
0
votes
1 answer
Difference between Build Pipeline and Deployment Pipeline
If somebody could explain this in the simplest of terms I would appreciate it. I'm trying to understand the differences between the two if there are any.

jrd1989
- 698
- 15
- 48
-1
votes
1 answer
Cloning a repo from Azure DevOps at a client
We are running into a weird issue while cloning a repo from Azure DevOps at a client.
Error: RPC failed; curl 56 Failure when receiving data from the peer
So far we tried;
git config settings - SSLbackedn, sslVerify, postBuffer, proxy.
We also…

Joy1979
- 111
- 3
-1
votes
1 answer
Agent job Failed | ##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant,
When i running the pipeline job in azredevops it's getting the below error., Please check and provide us the grant permissions.
ERROR: ##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please reach…

Ammu
- 1
- 2