What are service connections in Azure DevOps? Answer: A service connection is a secure link between Azure DevOps and external systems (like Azure, AWS, GitHub, or Docker Hub). Example: If your pipeline needs to deploy code to Azure App Service, you create an Azure Resource Manager service connection. It stores credentials securely so the pipeline can deploy automatically.
What are service connections in Azure DevOps?
Answer:
A service connection is a secure link between Azure DevOps and external systems (like
Azure, AWS, GitHub, or Docker Hub).
Example:
If your pipeline needs to deploy code to Azure App Service, you create an Azure Resource
Manager service connection. It stores credentials securely so the pipeline can deploy
automatically.