A template for deploying a WebSharper client-server application to Azure from source control. It uses
paket and FSharp.Compiler.Tools
to build and deploy your app on Azure.
- Create an Azure account at http://azure.microsoft.com if you don't have one.
- Click on the button above and follow the steps to set up a new Azure Web App via GitHub
- See your app running on the URL you configured.
- Every source push will trigger an update to your Azure app.
- When you push to your repo,
deploy.cmd
will execute. - This will curl paket and restore the necessary packages (
WebSharper
andFSharp.Compiler.Tools
) - It will compile your app using
msbuild
. - And it will copy it to the web root/deployment folder.