Running Discourse on Azure Web Sites vs. Azure VM?

I’m already running (and paying for) a site using Azure Web Sites and want to know if anyone has been able to set up Discourse on Web Sites (the fully managed platform) as opposed to an Azure VM. I’d rather not pay for an extra VM when I have the ability to spin up another web site on the managed side of things for no cost. Thanks.

Ruby is not supported by this service. Since even java is not supported, it will be nearly impossible to get discourse running… unless you re-wrote it in a language they support.

2 « J'aime »

Now that Java in Web Apps (formerly Websites) is available, is running Discourse on the managed platform now a possibility?

Unlikely, we do not work under JRuby at the moment + there is a mountain of dependencies

Why not use Docker?

I know that azure (and by extension Microsoft) is moving into the docker space, where containers can be setup on a scaling interface.

It won’t be easy to deploy directly to using the building script, but could be an interesting deployment method overall.

1 « J'aime »

The “Azure Container Service” is now official:

4 « J'aime »

Y a-t-il un guide officiel sur la façon d’installer Discourse avec le service de conteneurs Azure ? Ou bien Setup Discourse on Azure est-il la méthode préférée ?

1 « J'aime »

La configuration d’une machine virtuelle Linux dans Azure reste la méthode privilégiée, car elle est la plus similaire à une installation de machine virtuelle sur Digital Ocean.

2 « J'aime »

Configuration terminée avec une machine virtuelle Linux (Ubuntu dernière version). Ça fonctionne parfaitement. Merci.

Pourriez-vous me conseiller concernant l’utilisation de Azure Blob Storage Plugin par rapport à d’autres méthodes de stockage des médias téléchargés ? Le stockage Azure Blob est-il la solution adaptée pour aujourd’hui ?

Hmm, il semble que cela n’ait pas été testé :

Vous pouvez essayer l’interface compatible S3 de Azure Blob Storage (non-plugin) en utilisant les modèles du sujet ci-dessus et voir si cela fonctionne.

3 « J'aime »