horihiro / functions-on-azure-containerapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Functions on Azure Container Apps

image

Deployed resources

Deploy to Azure

The above deployment button deploys the following resources

  • Storage Account:
    File storage to store function code and be mounted as /home/site/wwwroot of containers
  • Container App:
    Container host for Azure Functions runtime mcr.microsoft.com/azure-functions/${WORKER_RUNTIME_LANGUAGE}
  • Container App Environment:
    Managed environment for the Container App and it can be deployed in VNET also.
  • Application Insights:
    Destination of logs from Azure Function host process in the container.
  • Log Analytics: Log store for the Container App and Azure Functions host process in the container.

image

About


Languages

Language:Shell 82.9%Language:Bicep 14.1%Language:Dockerfile 3.0%