Durable Functions vs Azure Functions

This Azure tutorial will discuss the key differences between durable functions and Azure functions. Azure Functions vs Durable Functions Durable Functions Azure Functions Azure Durable Function is an extended version of Azure Function. Azure Function is an Azure Service from Microsoft that helps you run some code smoothly without worrying about your application’s infrastructure. It supports … Read more >>

Cannot find module ‘@azure/functions’ or its corresponding type declarations.

Cannot Find Module '@azure/functions'

In this Azure tutorial, we will discuss how to fix the error: Cannot Find Module ‘@azure/functions’ or its Corresponding Type Declarations I got while creating a typescript Azure function using Visual Studio Code IDE. Cannot find module ‘@azure/functions’ or its corresponding type declarations Recently, I was working with a requirement where I was trying to create a … Read more >>

How to check Azure Function runtime version

How to check Azure Function runtime version

Let us learn the quick steps to check Azure Function version in Azure Portal. How to check Azure Function version An Azure Function App always runs on a particular runtime version. Below are the three function runtime version in Azure as of now 3.x run time version of the Azure Function is the default version as … Read more >>

How to Change Azure Function Runtime Version in Visual Studio

How to Change Azure Function Runtime Version in Visual Studio

This Azure tutorial will discuss how to check the Azure function runtime version in Visual Studio, Azure Portal, and PowerShell. How to Change Azure Function Runtime Version in Visual Studio Follow the below steps 1. Open your Azure Function Project in the Visual Studio 2019. 2. Right-click on the Azure Function Project name and then click … Read more >>

Azure Functions

What Is Azure Functions

In this Azure tutorial, we will discuss Azure Functions, What Is Azure Functions, its features, benefits, etc. Azure Functions Azure Function is an Azure Service from Microsoft that helps you run some code smoothly without worrying about your application’s infrastructure. In other words, Azure Functions is an event-based service from Microsoft that helps the existing Azure application … Read more >>

How to uninstall Azure Functions core tools

How to uninstall Azure Functions core tools

In my last article, we discussed How To Install Azure Functions Core Tools In Visual Studio Code. Let us discuss here the quick steps to uninstall Azure Functions core tools in case you don’t need them. Uninstall Azure Functions core tools If you want to uninstall Azure Functions Core Tools from your Visual Studio Code … Read more >>

Azure Function Whitelist IP Address

Azure Function Whitelist IP Address

This Azure article will discuss how to whitelist your Azure functions’ IP address to secure it. Azure Function Whitelist IP Address In real-time, we will meet with the scenario where, In order to Secure your Azure Function App, you need to allow some specific set range of IP addresses that your Organisation authorizes and restrict … Read more >>