#azure

4 writings

Azure web sites with Paket

This post explains how to use Paket, a more reliable package manager than NuGet, for Azure website deployments. It provides the essential configuration files and commands needed to set up Paket with Azure's build system (Kudu) for seamless continuous deployment from GitHub.

2 min read 385 words

Sails sailing seamlessly on Azure Web Sites

Discover how to deploy SailsJS applications to Azure Web Sites using GitHub integration for continuous delivery. This guide covers the deployment process, troubleshooting common issues, and best practices for hosting Node.js frameworks on Azure.

2 min read 379 words

Web programming and F# still a Far Cry?

This blog post examines the persistent difficulties of using F# for web development, despite its elegant design. The author shares frustrating experiences with NuGet updates, package managers like Paket, and Azure deployment quirks that plagued F# web projects in 2014.

3 min read 511 words

SignalR + Servciestack with F# hosted on Azure

This guide walks through integrating SignalR with ServiceStack in F# and deploying the application to Azure. It covers project setup, OWIN configuration, and practical solutions to common Azure deployment challenges.

3 min read 512 words