Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
570 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm having two Azure Container App services, both are Django with uWSGI. The first service (called Service A) has a POST request path /call-b/ which when called will forward the same JSON body to second service (Service B) at path /process/. The issue is that when I call the service B using Postman or service B's Container App, it works but when calling service B via Dapr, service B receives empty body.