I don't see any subscriptions on my topic when deploying my api on azure container app.
In my app environment container, I created a component with the type "pubsub.azure.servicebus.topics" with the metadata for connecting to the namespace.
I've added the code in my api to subscribe to the topic :
Hello,
I don't see any subscriptions on my topic when deploying my api on azure container app.
In my app environment container, I created a component with the type "pubsub.azure.servicebus.topics" with the metadata for connecting to the namespace.
I've added the code in my api to subscribe to the topic :
When I call "/dapr/subscribe" in my api, I see the various endpoints with their topics.
Subscription is done locally using Tye.
Is there anything else I need to do for the subscription to work on azure container app?