appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.96k stars 3.66k forks source link

[Feature]: Support running on Azure AppService #17780

Open sharat87 opened 1 year ago

sharat87 commented 1 year ago

Is there an existing issue for this?

Summary

Appsmith doesn't run on Azure AppService, which is Azure's serverless container deployment platform.

Details as reported by a user on Discord: https://discord.com/channels/725602949748752515/1031946686584590426/1031946686584590426

Why should this be worked on?

For several users, deploying Appsmith on a serverless platform like Azure AppService or AWS ECS, is a simple and straightforward method. Supporting this can encourage more people to try/use Appsmith.

Front logo Front conversations

rhuanbarreto commented 1 year ago

This is not possible as all those services are backed by Azure Files, which use the CIFS protocol to communicate. This protocol makes it not possible to run MongoDB/Postgres servers. Only NFS shares would make it possible, but they are not integrated in those services.

For Azure, there are only two ways to run appsmith: