Hosting infrastructure for XYZ POC
This repository contains the primary components for the XYZ public cloud POC. It will serve as the inital hosting footprint and application deployment.
- Azure Subscription: Sign up here
- Azure CLI: Install here
- Terraform: Install here
- Docker: Install here
Configure the backend services via the setup/backend_resources.sh
script.
- Azure Blob Storage - Backend service for Terraform state file
- Azure Container Registry - Backend service for a private contianer registry
- Azure Kubernetes Serivce - A managed Kubernetes service for container orchestration
- Azure Log Analytics Service - A managed observability service for Azure resource monitoring
To deploy the solution, trigger the primary GitHub Action Solution Deploy
via push to main