You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
bastiennoel93
changed the title
Dapr Topic subscription not work on Azure Container Apps
Dapr Topic subscription does not work on Azure Container Apps
Nov 30, 2023
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?
The text was updated successfully, but these errors were encountered: