Entity Framework Azure Functions

Entity Framework Azure Functions

One of the best ways to work with the Azure Function is to use the Entity Framework with your Azure Function Code. So here, I will show you how to implement the Entity Framework with Azure Function using C# code. Without causing a delay, Let’s start creating the Azure Function Project, where we will implement the Entity … Read more >>

Where To Instantiate Database Connection In Azure Functions

Steps to Instantiate Database Connection In Azure Functions

In this Azure tutorial, we will discuss Where To Instantiate Database Connection In Azure Functions. Where To Instantiate Database Connection In Azure Functions? Define the Database connection string under the Application Settings in the Azure Portal using the below steps Log in to the Azure Portal Navigate to the Azure Function App Click on the Configuration option … Read more >>

Automapper Azure Functions

Automapper Azure Functions

This Azure tutorial will discuss how to use automapper in Azure Functions. Table of ContentsHow To Use Automapper In Azure FunctionsWhat is Automapper?Automapper InstallationHow To Create Mappings Using AutoMapperInitializing AutoMapper In An Azure FunctionAutoMapper With Dependency InjectionAutoMapper ProfileHow to inject IMapper at the Azure Function How To Use Automapper In Azure Functions Before discussing, we should … Read more >>

Automapper Tutorial

Automapper Tutorial

The Automapper is a mapping or mapper between two objects, or you can consider it an object-object mapper. It is an excellent feature that helps map the different properties of two objects by converting an input object of one particular type to the output object of another type. The Automapper is considered to be one of the important concepts … Read more >>

How To Change User Id And Password For Azure SQL Server Database

How To Change User Id And Password For Azure SQL Server Database

This Azure tutorial will discuss how to change user ID and password for Azure SQL Server Database using Azure Portal, PowerShell, and Azure CLI. Table of ContentsApproach-1: Using Azure PortalApproach-2: Using PowerShellApproach-3: Using Azure CLIWrapping Up Approach-1: Using Azure Portal Let’s discuss here the easiest way to change the user ID and password for the Azure SQL … Read more >>

How to backup Azure SQL database

How to backup Azure SQL database

This Azure tutorial will discuss various approaches to backup Azure SQL database. Table of ContentsHow to backup Azure SQL databaseBackup Azure SQL Database To Blob StoragePrerequisitesCreate a storage accountCreate Azure Blob containerCreate A SQL Server CredentialUsing the Access KeyBack up databaseApproach-1: Using the SQL ScriptApproach-2: Using the In Build SQL Server Back UP WizardUsing the Shared … Read more >>

Az group list

Az group list

This Azure CLI article will discuss the syntax and usage of the az group list Azure CLI command with an example of how to use this command. Table of ContentsAz group listSyntax of az group listAz group list Examples Az group list This Azure CLI command can help you to retrieve the lists of Azure … Read more >>

Az group delete

Az group delete

Let’s discuss the syntax and usage of the az group delete Azure CLI command with an example of how to use this command. Table of ContentsAz group deleteSyntaxExample Az group delete This Azure CLI command can help you quickly delete an existing Azure Resource Group. Syntax Below is the syntax of the az group delete … Read more >>

Az group create

Az group create

In this Azure CLI article, we will discuss the syntax and usage of the az group create command with examples of how to use the az group create command. Table of ContentsAz group createSyntax of az group create commandAz group create Examples Az group create This command can help you to create a brand new … Read more >>

How to create user in Azure SQL database

How to create a user in Azure SQL database

It’s quite easy to create a user in the Azure SQL database. This article will discuss how to do so. How to create a user in Azure SQL database You can follow the below steps to create a user in the Azure SQL database. Creating a user in the Azure SQL Database involves the below key … Read more >>

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!