Skip to content

bcgov/azure-startup-sample-app-containers

Repository files navigation

Azure Startup Sample Application (Containers)

This sample application is a copy of the following Microsoft code:

The build and deployment steps are taken from the following tutorials:

Examples

Container Environment without Virtual Network (VNET) Integration

This example deploys the following resources:

  • Azure Container Registry (ACR)
  • Azure Container Apps Environment (ACAE)

The Deploy Application workflow, builds both a frontend and backend container image, pushes them to ACR, and deploys them to ACAE.

Note: Both containers are accessible externally.

Container Environment with Virtual Network (VNET) Integration

EXAMPLE PENDING

This example deploys the following resources:

  • Azure Container Registry (ACR)
  • Azure Container Apps Environment (ACAE)
  • Azure Virtual Network (VNET)
    • NOTE: The deployment does not create a new VNET or Subnet, but is configured to utilized an existing VNET and Subnet.