Deploy code and models
In this section, learn how to deploy code and models into production environments that respond to changing compliance requirements and support best practices.
Compliance foundations
Set up infrastructure for compliance:
Manage compliance
Day 2 Operations
Deploy containers
- Create local registry
- Deploy source code to image without a Dockerfile
- Deploy the application using a Docker image in a local registry
Deploy container to Azure
- Create Azure container registry (CLI) [Azure]
- Deploy container to App Services [Azure]
- Setup AKS using ARM Templates
- Setup AKS using Terraform