Questions tagged [serviceconnection]
86 questions
1
vote
0 answers
Not able to see Usage History under Azure Service connection for yaml pipeline
Background -
I have created one multi-stage yaml pipeline which contains the stages - BUILD, DeployToDEV, DeployToUAT, DeployToPROD. For deployment to azure web services, I used deployment job in the stages. In those deployment jobs, I'm using…

Ajit Medhekar
- 1,018
- 1
- 10
- 39
1
vote
1 answer
Power BI Service connection to Azure DevOps
Which is the service connection that I should choose for a power BI connection with Azure DevOps?

Mohitaban
- 21
- 3
1
vote
0 answers
Service connection error with sonatype nexus connection in Azure Devops
I am using a generic service connection for sonatype nexus repository in Azure Devops but I'm getting an error
HttpResponse.statusCode: 404, HttpResponse.statusMessage: Repository not found
I can upload artifacts using curl command and have valid…

John_D
- 31
- 1
- 4
1
vote
1 answer
Power Platform DevOps Tools new environment creation task
I am trying to setup Azure DevOps pipeline for Power Platform environment creation. I have created the App Registration in Azure AD. Now I am struggling to create the Power Platform service connection to be used by the environment creation task.…

shaswata pal
- 389
- 3
- 15
1
vote
1 answer
How do you get approvals and checks for a given service connection via the Azure DevOps Rest API?
Having looked through the Azure DevOps REST API documentation, and a few failed attempts at guessing the endpoint, there doesn't appear to be any mention of how to view or create 'Approvals and checks' associated with a given service…

Jordan
- 13
- 1
- 5
1
vote
1 answer
Can't change service connection in Azure DevOps release pipeline task
I have a release pipeline in Azure DevOps with one stage. The stage contains a task "Kubectl" to login to an AKS cluster. It expects a service connection as a parameter. My problem is that I get the service connection from the previous task which…

Sven Malvik
- 765
- 2
- 8
- 18
1
vote
1 answer
Grant permission to pipeline to use a service connection
In my project, I want to create a few AzureRM service connections with different levels of access. I want to allow only certain pipelines to use the service connections. And I am aiming to use API or az devops extension to do this. Portal already…

Vad
- 41
- 1
- 2
1
vote
1 answer
Service Fabric, Azure Devops Deployment fails : The specified network password is not correct
I was recently ordered by our IT team to disable the NAT pools on my service fabric cluster due to security risks. The only way I could do this was to deploy a new cluster with all its components.
Because this is a test environment I opt to use a…

Steve
- 1,061
- 10
- 21
1
vote
1 answer
How to create Azure DevOps Service connection endpoints through PowerShell
I want to know if writing PowerShell to create Azure DevOps service connection endpoints is possible.
I want to restrict access to everyone to create service connection endpoints by visiting Azure DevOps and we require multiple service connection…

VtheK
- 13
- 3
1
vote
0 answers
Unable to load private key when creating service connection via the REST API
I am trying to create an Azure DevOps SSH Service Connection via the Endpoint REST API. I can create the connection successfully and see it in Azure Devops. When the service connection is used in a release pipeline to connect to a Linux server the…

pwaller
- 11
- 3
1
vote
3 answers
Maintaining a ServiceConnection in Android through Orientation Changes
I have an Activity that holds a ServiceConnection to a Service. When the orientation changes the ServiceConnection appears to get lost and gets re created.
This is not desirable. I'd like to have it such that the ServiceConnection is maintained…

Jeremy Edwards
- 14,620
- 17
- 74
- 99
1
vote
1 answer
Who is the "client" of a Service - a Context, or a ServiceConnection?
I have found and read various posts here on SO that mention you should use getApplicationContext() when binding to a Service - instead of this (in an Activity) or getActivity() (in a Fragment).
However, this raised the following question for me: The…

david.mihola
- 12,062
- 8
- 49
- 73
1
vote
0 answers
Activity has leaked ServiceConnection eroror in Android
My application is developed through Phone-Gap. But when we turn-on TALK_BACK option from accessibility then I am getting the error message like below and the application is crashing for some time (but not always). How can I resolve it?
…

Sampath Kumar
- 4,433
- 2
- 27
- 42
1
vote
2 answers
NullPointerError: Cannot Connect to Server
I am attempting to connect to my XAMPP server and interact with the MySQL database with the classes below. However, the error notes that I receive a NullPointerException at the line:
result = imService.createNewGroup(newGroupName);
In the…

Sauron
- 6,399
- 14
- 71
- 136
1
vote
1 answer
ServiceConnection leak when not using BIND_AUTO_CREATE
Could you please explain to me, what happens when we bind to service, but never start it and then unbind? I'm getting "Activity has leaked a Service Connection error", but I do not understand why.
MyService:
package…

Eugene
- 656
- 8
- 20