Discard Changes

A well documented struggle for the perfect code

Recent Posts

More Posts

In this post I will walk you through the basics of using Cake, a cross-platform build automation system with a C# DSL. We will create a couple .NET Core projects, then create a Cake file to build, test, and package the app for deployment using Octopus Deploy tools. Create Project Directory Let’s start at the beginning and create a new home for our code. I’m going to put mine under c:\code, but you do you.

CONTINUE READING

Previously we looked at Building Azure Functions with F# Script, which is still the only supported way of creating an Azure Function with F#, and a decent option for simple functions. So, if you need to play it safe (and stable) then that’s your best bet. However, in this post we are going to take a trip to the edge. We’ll be using .NET Core, Azure Functions Core Tools v2, and F#.

CONTINUE READING

This is Step 1 in a series of posts where I will walk you through the steps required to create a simple Azure Function using F# Script, VS Code, and v1 of the Azure Functions Core Tools. I’ll cover everything from what you need to install, all the way through creating the function, and deploying it to your Azure account. Setup Your Environment ◀️ Create the Function App Run the Function Locally Deploy the Function App to Azure Setup Your Environment There are several ways to develop Azure Functions.

CONTINUE READING

This is Step 2 in a series of posts where I will walk you through the steps required to create a simple Azure Function using F# Script, VS Code, and v1 of the Azure Functions Core Tools. I’ll cover everything from what you need to install, all the way through creating the function, and deploying it to your Azure account. Setup Your Environment Create the Function App ◀️ Run the Function Locally Deploy the Function App to Azure Create the Function App Alright, you’ve got all the tools you need to do some kickass F# development.

CONTINUE READING

This is Step 3 in a series of posts where I will walk you through the steps required to create a simple Azure Function using F# Script, VS Code, and v1 of the Azure Functions Core Tools. I’ll cover everything from what you need to install, all the way through creating the function, and deploying it to your Azure account. Setup Your Environment Create the Function App Run the Function Locally ◀️ Deploy the Function App to Azure Run the Function Locally So you’ve got your function created and you want to test it out.

CONTINUE READING

Contact