About 638,000 results
Open links in new tab
  1. What is a Service Connection in Azure used for? - Stack Overflow

    Jun 26, 2022 · I see that Service Connection is a link between Azure Pipelines and Azure Subscription to trigger Pipelines. But can I create a Service Connection and get client id and …

  2. azure - How to create a service connection to External Entra Id ...

    Nov 5, 2024 · On Azure DevOps, in the project where your pipelines are, go to " Project Settings " > " Service connections " to create a new ARM connection. Select " Azure Resource Manager …

  3. How to create a service connection for Azure in Azure Devops …

    Dec 10, 2019 · This "service connection" thing in Azure Devops is quite confusing. I want to create a service connection to be able to connect to Azure and do things like deploy to my App …

  4. Azure Pipelines: Logging in using Workload Identity Federation

    Apr 9, 2024 · To create an ARM service connection with workload identity federation, you can follow the steps below: In the Azure DevOps project where you pipeline is in, go to " Project …

  5. Unable to renew expired secrets for Azure DevOps service …

    Jun 25, 2024 · Now, Azure DevOps has provided the new ways that using Workload Identity federation to configure the ARM service connection, and it is the recommended method. …

  6. Service Connection permissions error when trying to access Azure …

    Feb 11, 2025 · The specified Azure service connection needs to have Get, List secret management permissions on the selected key vault. To set these permissions, download the …

  7. How can a script access Service Connections? (Azure Devops …

    Jul 27, 2019 · But I can't figure out how to access a Service Connection with a script step in my build pipeline. For example, let's say I have a Service Connection representing credentials for …

  8. dynamically using a Service Connection in an Azure DevOps …

    Nov 7, 2024 · This template runs an Azure CLI task that requires a service connection to authenticate with Azure. Service Connection 1 is configured for Project1 and is used by …

  9. azure devops - The service connection does not exist or has not …

    Oct 8, 2019 · From Azure DevOps -> Project setting -> Service connection: Then click on "New Service Connection".Choose "Azure resource Manager" as type of service connection.

  10. Azure Service Connections - Stack Overflow

    Aug 12, 2020 · Service Principal (manual): You need to create the AD App along with the service principal manually in Azure AD and configure it when you create the service connection. What …