This blog outlines the steps to trigger one pipeline from another using the classic editor. Learn how to automate complex build and deployment workflows, improve collaboration, and achieve faster, error-free software delivery. Unleash the power of pipeline triggers and elevate your Azure DevOps CI/CD experience.
Latest posts tagged on "PowerShell"
Azure Pipeline: Executing SQL Script via Service Principal with Minimal Permissions
In this blog, discover how to securely execute SQL scripts in Azure Pipelines using a service principal with minimal permissions. Explore the steps to grant precise access, reducing security risks while ensuring smooth integration with your CI/CD workflows.
Unleashing the Power of Managed Identity: Running SQL Scripts in Azure DevOps Pipeline
In this captivating blog post, we delve into the realm of Azure DevOps pipelines and managed identity service connections. Discover the secrets behind seamlessly executing SQL scripts in your pipeline, without the hassle of managing credentials. Follow the step-by-step guide to set up your pipeline, create a managed identity service connection, and configure the necessary tasks.
Generating an Access Token for Azure SQL Database Using Service Principal with Client Secret using PowerShell
This blog post explains the process of generating an access token for Azure SQL Database using a service principal with client secret using PowerShell. It provides a clear, step-by-step guide to creating a service principal, assigning the necessary permissions, installing the Azure PowerShell module, authenticating with the service principal, and obtaining the access token. The instructions are concise and easy to follow, enabling users to authenticate and access Azure SQL Database through PowerShell scripting.