Open lsoft-bho opened 1 year ago
I had the same issue, fixed in docker-compose.yml file by adding network_mode:
test-api: ... ... test-api-dapr: ..... depends_on:
Thank you for your answer @m1t0k, but you misunterstood my problem. It is working with docker-compose - it is not working in Azure Container Apps.
I have services deployed in Azure Container Apps with Dapr enabled. I'm trying to add a secrret store to the configuration like this:
This works locally running with docker compose, but in the container app this always creates the following exception:
I have tried with timeouts of up to one minute.
Is there some configuration I am missing that I should have set?