forked from Azure/azure-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Set up AZD pipeline
HaoZhang edited this page Dec 11, 2024
·
1 revision
Following the azd doc: Configure a pipeline and push updates
-
Create a pipeline definition
azure-dev.yml.- You can refer to the following samples:
-
Run
azd pipeline configcommand 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.
-
You can check the environment variables in the repository settings, and view the federated credentials of the AAD application on Azure.

