I'm looking for a way to auto scale a Container App based on the amount of messages in the Azure Service Bus Topic, is that possible? I can only find examples based on queues, but not topics.
Also I've found this link that it's not possible, but just wanted to double check since that topic is from september 2024: Scale an Azure Container App by messages in a Service Bus topic subscription?.
It is certainly possible to do so. Please take a look at the screenshot below for the settings. For scaling based on the messages in an Azure Service Bus Topic Subscription, you would need to provide both the name of the Topic (topicName
) and the Subscription (subscriptionName
).