Skip to content

horihiro/functions-on-azure-containerapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published