Automate Python deployments with Azure Pipelines
Implement a CI/CD pipeline for Python.
Learning objectives
After completing this module, you'll be able to:
- Explain 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 with access to Microsoft-hosted parallel jobs. Check your parallel jobs and request a free grant.
- A GitHub account