Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 849 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 849 Bytes

ecommerce-store-demo

Current state of the project

  • Currently the infrastructure-as-code directory contains module based Terraform scripts when ran will create:
  • Resource Groups
  • Log analytics workspace
  • Azure Container Registry
  • Azure Container App environment
  • Under app/gateway contains the terraform script required to spin up a new contianer app. Note you would first need to push the web gateway container to the ACR so that when the deployment goes through for the GatewayApp that the container is available, else the deployment will fail.
  • Along with the Gateway app it contains 3 probe endpoints which maps toa very genric web api controller which returns a string and 200 response.

Next Steps

Is to create a github action CI/CD pipeline that can build up and deploy the apps and tear down the environment when not in use