Forum Discussion
jhb
May 15, 2025Copper Contributor
Container App - Dapr - Service Bus
Our app is running as Dapr enabled Container App in an Container Apps Environment using Dapr pubsub component for Service Bus messages. Our Service Bus is on the Standard plan without VNET integratio...
- May 16, 2025
Setting the metadata useIPv4=true did not work. The request did not even reach the Service Bus with this setting.
So I will go with the routing rule solution.
jhb
May 16, 2025Copper Contributor
So you say I can set this in the dapr components of my containar apps environment? I will try.
I found another solution too: I update the dapr subnet route table to route all service bus calls through our azure firewall and added our public ip's to the service bus built in firewall.
Strange thing is that we do not need to do this for other (non-dapr apps) using the service bus.