Add-AzureRmAccount

Add-AzureRmAccount

This article will discuss the syntax and usage of the Add-AzureRmAccount PowerShell command with an example of how to use this command. Add-AzureRmAccount You can use this command to add an authenticated Azure account to use for the Azure Resource Manager command requests. Syntax of the Add-AzureRmAccount Below is the syntax of the Add-AzureRmAccount PowerShell … 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 >>

Az VM create

Az VM create

This Azure CLI article discussed the syntax and usage of the Az VM create command with certain examples of how to use this command. Az VM create You can use the az vm create command to create an Azure Virtual machine using Azure CLI quickly. Syntax The syntax is as below Example Consider the below example In … Read more >>

How to create table in Azure SQL database

How to create table in Azure SQL database

In this Azure SQL article, we will discuss a step-by-step guide to create a table in the Azure SQL database quickly. Create table in Azure SQL database Before discussing the actual functionality, let’s discuss the prerequisites needed here. Prerequisites I am assuming that you are ready with all the prerequisites needed here. Let’s start with … 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 >>

The specified module activedirectory was not loaded

The specified module 'ActiveDirectory' was not loaded

In this PowerShell Azure tutorial, we will discuss how to fix the error. The specified module ‘ActiveDirectory’ was not loaded because no valid module file was found in any module directory, which I got while trying to import the ActiveDirectory module using the Azure PowerShell cmdlet. Import-module : the specified module ‘ActiveDirectory’ was not loaded because no valid module file was … Read more >>

Event Grid vs Event Hub

Azure Event Hub vs Event Grid

In this Azure article, we will discuss Event Hub vs. Event Grid and the key differences between them. Azure Event Hub vs Event Grid Well, let’s do a tabular comparison between the Azure event grid and the event hub. Based On Azure Event Hub Event Grid Azure Event Hub is responsible for the ingestion of … Read more >>

What is Cosmos DB good for

What is Cosmos DB good for

In this Azure tutorial, we will discuss What is Cosmos DB good for. Along with this, we will also discuss a few other topics. What is Cosmos DB good for Well, let’s discuss what are the uses of Azure Cosmos DB or the common uses of Azure Cosmos DB. Before moving to the actual topic, let’s … Read more >>

Get-AzureADDirectorySetting not recognized

Get-AzureADDirectorySetting not recognized

This article will discuss how to fix the error Get-AzureADDirectorySetting is not recognized. Get-AzureADDirectorySetting not recognized Recently, I was trying to execute the Get-AzureADDirectorySetting PowerShell command for one of my client requirement and I got this error. The complete error message is as below You can check out the same output in the below screenshot. … 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!