Skip to content

david-emakenemi/eh-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Container Apps Event Hub sample (dotnet)

Deploy via Bicep

  1. Clone this repo and navigate to the folder
  2. Run the following CLI command (with appropriate values for $variables)
az group create -n $resourceGroup -l $location
az deployment group create -g $resourceGroup -f ./deploy/main.bicep 

Deploy to Azure

Acknowledgments

Mostly lift and shift from https://github.com/jeffhollan/container-apps-dotnet-eventing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.7%
  • Bicep 47.6%
  • Dockerfile 2.7%