Functions
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 […]
Create an Azure Function using Visual Studio Code Part 5 – Using deployment slots
So now with the Azure Function in Azure we better update our code so it doesn’t say in our local environment. Create a deployment slot in the Azure portal and give it a name. Now head over to Visual Studio Code and inside the local project folder change the .cs code to read IN AZURE […]
Create an Azure Function using Visual Studio Code Part 4 – Deploy function to Azure
Now let’s upload this function to Azure to use online! Go into the Azure extension and press on sign in to Azure. After you have logged in press on the Deploy to function app. Select create a new function app in Azure, create a global unique name and select a region. Once done check if […]
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 […]
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 […]
You must be logged in to post a comment.