This deploys a lot of infrastructure options to do proof of concepts on deploying workloads to different scenarios.
- Front Tier
- Backend Tier
- Microservice Tier
- Azure SQL
- Function Apps
- Web Apps
- API Gateway
- API Management
Single Region Deployment: All resources deployed using a single region.
Setup Environment Variables
Export environment variables required to use the install script.
A great tool to do this automatically with is direnv.
export AZURE_SUBSCRIPTION="YOUR_SUBSCRIPTION_ID"
export AZURE_LOCATION="YOUR_REGION"
Execute the Install
install.sh