This is a bootstrapping repo for AI Factory. This repo performs the following tasks:
- Downloads secrets from Azure Key vault
- Creates a new Azure DevOps project
- Creates a service connection for connecting to Azure via a service principal
- Creates a service connection for connecting to Github via Personal Access Token
- Creates a git repo for the project
- Creates the following 4 pipelines in the Azure DevOps project created above:
- Infrastructure as Code pipeline
- Training pipeline
- Batch scoring pipeline
- Realtime scoring pipeline
Instructions for the setup of this repo can be found on the getting started page