Deploying to Azure App Service

Hi All,

Could I please know how can I deploy my retool application for Azure App Service? Do I need to create a separate static file and embedded the retool application?

Thanks in advance.

Hello @Jaith_Fonseka!

Does Azure App Service provide an Azure Virtual Machine to host your Retool deployment on?

If so, follow along with these docs to set up your self-hosted retool instance!

I am not familiar with Azure App Service so I do not know if you need a separate static file, you should just need to do something along the lines of, entering into the VM (potentially through SSH), clone retool's github repo, set up variables for deployment and run build commands.

Not sure what you would be embedding :sweat_smile: