Weaviate Azure Container App port

Deploy Weaviate in Azure port issue

I have followed the following article:

Setting up Weaviate on Azure with Multi-Container App - Stochastic Coder

It is up and running however, the web app container app needs to be exposed 8080 which is not possible. I am trying to make this app accessible so that 2 other apps reaches and utilise this. How is it possible? thanks

Hi! You may not need to expose Weaviate, if your apps will be running alongside it at the same docker network.

If you still need to expose Weaviate, so an app can access it remotely, you can change the port Weaviate will run.

You can do that by changing the default command:

like specified here:

Let me know if this helps :slight_smile: