tsf
(Tim F)
27 Marzo 2014, 12:43pm
1
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.
trident
(Ben T)
27 Marzo 2014, 7:55pm
2
Developers can create applications new applications from scratch or deploy existing ones built in ASP.NET , PHP, Node.js, Python or even Classic ASP.
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.
mgrowan
(Matthew Rowan)
29 Aprile 2015, 3:26am
3
Now that Java in Web Apps (formerly Websites) is available, is running Discourse on the managed platform now a possibility?
sam
(Sam Saffron)
29 Aprile 2015, 3:29am
4
Unlikely, we do not work under JRuby at the moment + there is a mountain of dependencies
Why not use Docker?
trident
(Ben T)
29 Aprile 2015, 5:38pm
5
I know that azure (and by extension Microsoft) is moving into the docker space, where containers can be setup on a scaling interface.
# :warning: IMPORTANT :warning:
**Docker extension for Linux is deprecated.**
DockerExtension is deprecated and will be retired November 2018.
We believe the are better alternatives to this extension. The extension merely installs Docker, so alteratives such as cloud-init or the CustomScript extension are a better way to install the Docker version of choice.
# Azure Virtual Machine Extension for Docker
This repository contains source code for the Microsoft Azure Docker Virtual
Machine Extension.
The source code is meant to be used by Microsoft Azure employees publishing the
extension and the source code is open sourced under Apache 2.0 License for
reference. You can read the User Guide below.
* [Learn more: Azure Virtual Machine Extensions](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-extensions-features/)
* [How to use: Docker VM Extension](http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-vm-extension/)
Docker VM extension can:
This file has been truncated. show original
It won’t be easy to deploy directly to using the building script, but could be an interesting deployment method overall.
erlend_sh
(Erlend Sogge Heggen)
20 Aprile 2016, 8:37pm
6
The “Azure Container Service” is now official:
meglio
(Anton)
8 Agosto 2020, 8:36am
7
Esiste una guida ufficiale su come installare Discourse con Azure Container Service? Oppure Setup Discourse on Azure è il metodo preferito?
blake
(Blake Erickson)
12 Agosto 2020, 2:09am
8
Configurare una VM Linux in Azure rimane il metodo preferito, poiché è il più simile a un’installazione di VM su Digital Ocean.
meglio
(Anton)
12 Agosto 2020, 9:37am
9
Fatto, configurato utilizzando una VM Linux (Ubuntu ultima versione). Funziona alla perfezione. Grazie.
Potresti consigliarmi riguardo all’uso di Azure Blob Storage Plugin rispetto ad altre modalità per archiviare i media caricati? Azure Blob Storage è la soluzione giusta per oggi?
riking
(Kane York)
12 Agosto 2020, 11:02am
10
Hmm, sembra che non sia stato testato:
This topic covers how to configure some common S3 compatible Object Storage providers (S3 clones). See Set up file and image uploads to S3 for more details about Amazon AWS S3 configuration, which is officially supported and used internally by Discourse for our hosting services.
Provider
Service Name
Works with Discourse?
Amazon AWS
S3
Yes
Digital Ocean
Spaces
Yes
Linode
Object Storage
Yes
Google Cloud
Storage
Yes
Scaleway
Object Storage
Yes
Vultr
Obj…
Puoi provare l’interfaccia simile a S3 di Azure Blob Storage (non plugin) utilizzando i modelli nel topic sopra e verificare se funziona.