Code bicep

Deploy Azure Function App with .NET 8 to Azure Container Apps via Bicep

Raymond Raymond visibility 13 comment 0 access_time 15 days ago language English

descriptionCode description

Deploy Azure Function App with .NET 8 to Azure Container Apps via Bicep

Azure Function App can now be deployed into Azure Container Apps managed environment.  This code snippet shows you how to deploy an Azure Function App created with .NET 8 (dotnet-isolated as runtime) into a managed environment of Azure Container Apps. The container source image is from GitHub (ghcr.io). You can also use any other container registry.


Resources created

This Bicep template creates the following resources:

  • Blob Storage account

  • Azure Log Analytics workspace

  • Azure Application Insights

  • Azure Container Apps managed environment

  • Azure Function App

Required credential

You need to provide a container registry user name and password if you are using private registry.  This template uses GitHub Packages.


fork_rightFork
more_vert
copyright This page is subject to Site terms.
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts