This message was deleted.
# announcements
s
This message was deleted.
👋 1
d
It should be pretty straight forward to deploy on Azure. However, I don't know if it'll work on serverless/container instances. This is because we need close-to-the-metal networking access. You should be able to run it on a VM using cloud-init on Azure
e
i gave up on the container idea because of anticipated poor performance, i took your advice and went with a VM using cloud init.
i went with Standard_F2s size, which is $2 a day but has 2 CPUs and can do accelerated network connection, and i'm very happy with performance
i can give an azure CLI script, or series of commands that will create from scratch, if that would be helpful to anyone
s
Hi @echoing-dress-14308, how many rooms are you handling with this configuration?