Open Closed

Is there any official document showing how to set up yaml based CI/CD pipelines in Azure DevOps? #677


User avatar
0
JmBdo created

We are trying to automate the CI/CD process. Is there any official document to show the steps, which can illustrate the following areas?

  • Deploy Angular app to a static website hosted in Azure storage account
  • In PaaS model (Azure App Services)
    • App Service deployment of the gateway service
    • App Service deployment of the identity service if it is separated
    • Database schema update automation
  • In Kubernetes model (AKS per say)
    • Containerized modules as microsvices
    • Containerized gateway service
    • Containerized identity service
    • DbMigrator job

We prefer to see the document to show using yaml based pipelines instead of classic pipelines.

Much appreciated.


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi @JmBdo, there's currently no doc for CI/CD pipelines. But you can follow this official Microsoft document. It can be applied to ABP projects. If you block in any step, feel free to ask.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 12, 2025, 09:12