Create an Azure Function using Visual Studio Code Part 6 – Swap deployment slots

Okey, now with our new update added to another slot let’s finally swap this to our production. In Azure, select your function app and deployment slots, press Swap and verify the source to destination. Done and done! Now head over to your root function app url and verify that your deployed Azure function have swapped […]

1 min read

Create an Azure Function using Visual Studio Code Part 3 – Edit the code and pass a query string

Last time we had our Azure Function with C# and deployed and tested it. Let’s go into the function code and make a change and pass a query string and watch our function reply. Go into the project folder and change the text after hello to say Launch the debugging again and append below to […]

1 min read

Create an Azure Function using Visual Studio Code Part 2 – Create a local Azure Function Project

Last time we installed both the Azure Function extension for Visual Studio Code and the local Azure Functions Core tools. This time we’ll create a local Azure Function and try it out! In Visual Studio Code select the extension and create a new project and browse and create a new folder. Select C# as language […]

1 min read