Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 655 Bytes

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