How to access CosmosDB docker container from another container
I span up two docker containers: one which houses a CosmosDb emulator image container and another which houses my function app. Both of these containers run in linux using Docker Desktop. I needed to be able to access the cosmosDb…