Skip to content

Set up AZD pipeline

HaoZhang edited this page Dec 11, 2024 · 1 revision

Following the azd doc: Configure a pipeline and push updates

  1. Create a pipeline definition azure-dev.yml.

  2. Run azd pipeline config command to configure a CI/CD pipeline, in which

    • Creates and configures a service principal for the app on the Azure subscription.
    • Steps you to create and configure a GitHub or Azure DevOps repository and commit code to it.
    • Creates a secure connection between Azure and your repository.
    • Runs the GitHub action when you check in the workflow file.
  3. You can check the environment variables in the repository settings, and view the federated credentials of the AAD application on Azure. image

    image

Clone this wiki locally