Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 789 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 789 Bytes

container-instance-http-trigger

Azure Container App service that provides an HTTPS endpoint for triggering an Azure Container instance.

Purpose

Azure Container Instances are the easiest way to host the dragondrop.cloud core container. Unfortunately, it is not possible to trigger an Azure Container Instance via an HTTPS request.

Instead, we can make an https request to an Azure Container App-hosted service, which in turn handles executing the Container Instance.

Quick Start (with Terraform)

Our Terraform module for the dragondrop.cloud container creates a Azure Container App service that hosts the container created by this repository.

The repository that defines this module can be found here.