Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.24 KB

File metadata and controls

23 lines (16 loc) · 1.24 KB

Azure Container Apps using AzAPI

This is a repo for Container Apps in the style of Azure Verified Modules (AVM), for official AVM modules, please see https://aka.ms/AVM.

Whilst this uses the AzApi provider, a key design pattern is to standardarise the variable definition so it is as close to the existing AzureRM resource as possible (augmenting as needed to support parameters that are currently not supported by the AzureRM provider).

Currently implemented parameters cover;

  • dapr
  • container
  • ingress
  • init containers
  • probes (liveness, readiness & startup)
  • secrets
  • registries
  • volumes

Warning

Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0) or greater. Changes will always be via new versions being published and no changes will be made to existing published versions. For more details please go to https://semver.org/

Background

This project was written as an experiement in removing the AzureRM dependency. It has been raised as a PR against the official AVM project but there are other pre-requisites needed before this can be merged, so this version exists as an alternative until this time.