From the course: Azure Kubernetes Service (AKS): Deploying Microservices

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

CD pipelines for other backend services

CD pipelines for other backend services

- [Instructor] Now that we understand how to create release pipeline using task group template, let's quickly create release pipelines for the rest of the microservices. To do that, the releases page click the new button and select new release pipeline. Select start with an empty job and let's name the stage dev-env. Close this. Select an artifact. Under the source dropdown let's select posthub. Click the add button and let's enable continuous deployment trigger. Click the lightning icon and enable continuous deployment trigger. Let's close this pane. Now let's enable artifact filter for a dev stage. So click the pre-deployment conditions icon and toggle the artifact filter to enable it, then click the add button. Select the posthub alias. And for the build branch, let's select dev. Close this. Let's save this pipeline. Rename this to aks-cd-posthub. Then click the save button on the right and click okay.…

Contents