I’m looking to setup auto scale rules in my Azure container apps, based on messages in an Azure Service Bus Topic by subscriptions.
I do see the documentation on how to setup autoscale based on messages in a topic (or queue), but I haven’t seen anything on how to scale by a specific subscription.
We have many subscribers to each topic, and most of the subscribers represent a separate container app.
I’ve followed the documentation here: https://learn.microsoft.com/en-us/azure/container-apps/scale-app?pivots=azure-cli, but there’s no mention about subscriptions.