Azure AD Reply URL

Azure AD Reply URL

Let’s learn all about Azure AD Reply URL, the rules that need to be followed, how to set up Azure AD Reply URL, etc. as part of this article. Azure AD Reply URL Azure AD Reply URL is also known as the Azure AD Redirect URI. This is the place where the server sends the user after … Read more >>

Azure Function App Security Best Practices

Azure Function App Security Best Practices

Well, here we will discuss a very important topic i.e. What are the Best Practices in the case of Azure Functions Security that we need to follow while working with the Azure Functions? Below are a few key Best Practices that we need to keep in mind as part of the Security for the Azure Functions. 1- Validate Azure … Read more >>

Run Multiple Azure Functions Locally

Run Multiple Azure Functions Locally

In this Azure tutorial, we will discuss Run Multiple Azure Functions Locally. Along with this, we will also discuss the below topics. Run Multiple Azure Functions Locally Well, we can create an Azure function using Visual Studio and We can run it easily. It will not create any issues while running. It is cool to run a … Read more >>

How to create Azure SQL database

How to create Azure SQL database

In this Azure tutorial, we will discuss How to create an Azure SQL Database using Azure Portal and PowerShell. Apart from this, we will also discuss the below topics How to create Azure SQL database [Azure Portal] Before starting the topic of How to create an Azure SQL database, you can check out the Azure SQL Database … Read more >>

How To Secure Azure Function With Azure AD

How to secure Azure Function with Azure AD

In this Azure tutorial, we will discuss How To Secure Azure Function With Azure AD. Along with this, we will also discuss a few other topics like Securing an Azure Function App with Azure AD. How To Secure Azure Function With Azure AD? We need to perform the below steps to secure Azure Function with Azure AD … Read more >>

Edit existing Azure Function in Visual Studio Code

Edit existing Azure Function in Visual Studio Code

Once you have deployed the Azure Function in the Azure Portal from Visual Studio Code, You can able to open that Azure Function again using Visual Studio Code or Visual Studio IDE, If you want to edit the Existing Azure Function again.  Edit existing Azure Function in Visual Studio Code You need to follow the below steps to do open existing Azure … Read more >>

Azure Tag Policy

Azure Tag Policy

Azure tag Policy is a built-in policy defined in Azure Portal that helps us to automate the tagging process. In simple words, instead of adding the tags to the resources manually, it will help us to create and apply the tags during the creation time of the resource. During the deployment of the resources, it will … Read more >>

Azure Tagging Best Practices

Azure Tagging Best Practices

The Azure tagging can be done simply using the Azure Portal, PowerShell, Azure CLI, etc. Azure Tagging Best Practices Let’s discuss here, a few key points on this topic that you need to follow as the best practices. You can also check out Azure Tag Policy. Conclusion So as part of Azure Tagging Best Practices, these are a … Read more >>

Administrator rights are required to install modules

Administrator rights are required to install modules

One important thing to note here is you cannot install PowerShell modules by using install-module directly in the case of Azure PowerShell functions. Meaning if you try installing any other modules that are not part of the default modules, then it will not allow you to install the modules, it will show you the error … Read more >>

How To Add Custom Modules to Azure Functions App

How To Add Custom Modules to Azure Functions App

You can add the custom modules to your Azure Functions App using the FTP. So basically what we need to do is, We will have to configure one service account using the Azure Portal that will have access to the Azure Function App FTP. Now from the FTP we can able to add the the Custom modules to … Read more >>