hey @Matt Ng welcome to SigNoz community.
I have not worked with Azure Docker Container instances before but from their descriptions, it seems it allows to run docker based containers - which is what you need for running SigNoz. I think you should be able to use our docker compose files to find relevant instruction to run on Azure DCI.
https://signoz.io/docs/install/docker/#install-signoz-using-docker-compose
Pranay
08/24/2022, 3:15 AM
@Prashant Shahi do you have more insights on this
p
Prashant Shahi
08/24/2022, 1:11 PM
Hey @Matt Ng!
It is officially not supported.
Also, I don't think it will be easy with Azure Container Instances.
As there are multiple SigNoz components that needs to be deployed and we don't have all-in-one docker container yet.
Prashant Shahi
08/24/2022, 1:12 PM
You could use SigNoz in an instance/VM using Docker/Swarm.
Or, you could deploy SigNoz in K8s cluster using Helm chart.
m
Matt Ng
08/25/2022, 5:26 PM
Ok, thank you. Is getting it into an all in one docker container something you're looking into? I would love to use it but currently don't have a linux vm I can run it on.
p
Prashant Shahi
08/26/2022, 5:41 PM
Is getting it into an all in one docker container something you're looking into?
we were previously evaluating it, but did not pursue it since a lot of the involved components would be have to be bundled.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.