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
echoing-dress-14308
02/22/2022, 12:05 AM
i gave up on the container idea because of anticipated poor performance, i took your advice and went with a VM using cloud init.
echoing-dress-14308
02/22/2022, 12:07 AM
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
echoing-dress-14308
02/22/2022, 12:07 AM
i can give an azure CLI script, or series of commands that will create from scratch, if that would be helpful to anyone
s
some-greece-49743
02/25/2022, 3:46 PM
Hi @echoing-dress-14308, how many rooms are you handling with this configuration?