Speckle Server Deployment in Azure

Hi All,

I’m looking for some assistance with deployment of Speckle to an Azure environment.

Using Docker compose I’m deploying the speckle containers to an Azure App Service. I have also initialized Postgres and Redis.

My issue is I’m having connection issues to both the Postgres and Redis from the app service.

I have tried using managed identities, login/password authentication and access keys with no luck.

As anyone had experience with this type of deployment?

Hello @TomK , I’m not a Speckle expert but since no one answered your question, I’ll try to assist you.

What I did:

Made an Azure VM with ubuntu (I use the Standard D2ads v5, but it depends on your needs), installed docker compose, copy pasted the file from the guide and changed the TODOs for the VM’s public IP.

Is it safe? Problably not, but at least it works.

That’s all I know, good luck!

We have deployed a speckle instance in Azure - the process was written up by one of my colleges here: Deploying a Server on Azure - #5 by shiangoli.

It was using Azure Kubernetes rather than App Service, but there might be some pointers in there. Or an alternative route to explore

1 Like