Deploy DVLS to Azure Web Services

Backlog

Deploy DVLS to Azure Web Services

avatar

As the title says, is it possible to deploy DVLS to Azure App Services?

Thanks in advance! Best regards.

All Comments (4)

avatar

Hello David,

Thank you for contacting us on this matter!

To my knowledge, it is not possible to create a DVLS with Azure Web Services because it requires components like IIS, a Server, and specific system configurations that the Azure Web Services model does not support. Instead, the recommended approach is to deploy DVLS on a Windows Server Virtual Machine (VM) hosted in Azure.

This way, you will have complete control over the environment, allowing you to install and configure IIS, DVLS, and optionally SQL Server or Azure SQL Database for your DVLS.

Here's some helpful topics that could be helpful to install Devolutions Server:

DVLS Instance Creation:
https://docs.devolutions.net/server/getting-started/installation/create-server-instance/

Pre-deployment account survey:
https://docs.devolutions.net/server/kb/knowledge-base/pre-deployment-account-survey/

Web Server prerequisites:
https://docs.devolutions.net/server/getting-started/installation/installing-web-server-prerequisites/

If you have any other questions, please let us know.

Best regards,

Maxim Robert

avatar

Hi Maxim,
All right, thanks for your reply!

avatar

Hi,

I recently managed to build a Docker container image with DVLS Linux that works in Azure Web Apps, here are the test files: https://github.com/awakecoding/dvls-linux/tree/master/dvls-docker

I have added the building of the container image from the DVLS build workflow but we still have to publish and document it properly. However, the Dockerfile on that personal repository can be used in the meantime if you want to give it a try.

Otherwise, if you are patient, it is being worked on.

Best regards,

Marc-André Moreau

avatar

Sounds great, thanks a lot!