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.25k stars 3.6k forks source link

[Feature]: Azure-specific installation support #19147

Open sharat87 opened 1 year ago

sharat87 commented 1 year ago

Is there an existing issue for this?

Summary

Currently, on docs.appsmith.com, we have dedicated pages on installing Appsmith to AWS ECS, we have a listing in AWS Marketplace, the Kubernetes installation page talks about AWS EKS specifically, etc. We have a lot of specialized focus on AWS.

We need to introduce Azure to this level of support as well. Including:

  1. Generate Appsmith image and list on the Azure Marketplace
  2. Add automation pipeline to publish/update new images.
  3. Document installing Appsmith on Azure's container service.
  4. Document installing Appsmith on Azure's managed Kubernetes service.
  5. Test if Azure's ElastiCache alternative can be used as an external Redis for Appsmith, and document that.

Why should this be worked on?

We've received a lot of requests in the recent past, asking about Azure specific documentation. This is mostly from companies already invested in the Microsoft stack for their company operations, so tend to prefer Azure cloud over something else.

Depends

Depends on #12353 and #17780.

rhuanbarreto commented 1 year ago

Also support for azure container apps is important. Azure container service is different from the former.

Nikhil-Nandagopal commented 6 months ago

This is now available https://docs.appsmith.com/getting-started/setup/installation-guides/azure-aci

rhuanbarreto commented 6 months ago

Azure Container Instances is not the same as Azure Container Apps. Also, volume support for ACI by using azure files gives a very poor performance on git operations.