Using bicep to define Service Bus scaling rules for Azure Container Apps

I recently needed to set KEDA scaling rules on an Azure Container app that used the number of messages in a Service Bus queue. There’s plenty of info out there on the internet about scaling rules, but not when it comes to Service Bus, so I’m writing up what I learned here. Problem Space A recent project made use of Azure Container Apps for backend services, driven through messages placed on Service Bus queues.

For the full version of this post see Rik Hepworth's personal blog at Using bicep to define Service Bus scaling rules for Azure Container Apps