Automate Python deployments with Azure Pipelines
Implement a CI/CD pipeline for Python.
Learning objectives
In this module, you'll:
- Learn how Azure and Azure DevOps support Python applications.
- Create a project in Azure Pipelines that builds and deploys a basic Python application that uses Django to Azure App Service.
- Trigger the pipeline and see your application be built and deployed to Azure.
Prerequisites
- An Azure subscription
- An Azure DevOps organization
- A GitHub account