Open jsheetzmt opened 3 weeks ago
What additional information can be provided @v-vish ?
@jsheetzmt could you please confirm whether this is an app-to-app call or an external call?
I have examples of both.
app-to-app call using dapr: Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System.Net.Sockets.SocketException: Cannot assign requested address")
external HTTP call: Cannot assign requested address (api-gateway.ourdomain.com:443). The api-gateway subdomain is managed in Frontdoor
Also have many examples of transient errors between container apps and Azure SQL (similar to https://github.com/microsoft/azure-container-apps/issues/1338)
This issue is a: (mark with an x)
Issue description
Our .NET containers are getting SocketException
Cannot assign requested address
when making HTTP or gRPC requests. This only impacts us randomly where 100 requests go through fine and then a single request gets this error.Steps to reproduce