Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions

Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions

In this Azure tutorial, we will discuss how to fix the error, Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions. This error I got this while running an Azure function dependency Injection project using Visual Studio 2019 on my local machine. Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions I have an Azure Function project where I am trying to … Read more >>

Export Azure SQL Database

How to Export Azure SQL Database

This Azure tutorial will discuss multiple approaches to export Azure SQL Database. Export Azure SQL Database To bak File Here, we will discuss two approaches to exporting the Azure SQL database to a bak file. Approach-1 To export Azure SQL Database, follow the below steps. 3. Now you can see the list of Azure SQL databases that … Read more >>

Azure Cosmos DB Partitioning

All About Partitioning In Azure Cosmos DB

This Azure tutorial will discuss all about partitioning in Azure Cosmos DB or what is partitioning in Azure Cosmos DB. Azure Cosmos DB Partitioning Azure Cosmos DB allows you to store a massive amount of that. When there is a provision to store a huge amount of data, if you do not store the data … Read more >>

How to create a Resource Group in Azure

How to create a Resource Group in Azure

This Azure article will discuss the quick steps to create a Resource Group in Azure. How to create Resource Group in Azure Let us discuss all the possible approaches individually. Approach-1 Using Azure Portal To create a Resource Group in Azure, follow the below steps. 1. Log in to Azure Portal (https://portal.azure.com/) 2. Now, After logging in to the Azure … Read more >>

no match was found for the specified search criteria for the provider ‘nuget’

No match was found for the specified search criteria for the provider 'Nuget'

In this Azure tutorial, we will discuss how to fix this error, which came while trying to install the MSOnline module in PowerShell in Azure. Install-packageprovider : no match was found for the specified search criteria for the provider ‘Nuget’. The package provider requires ‘packagemanagement’ and ‘provider’ tags. Please check if the specified package has the tags. … Read more >>

az vm generalize

az vm generalize

This article will walk you through the syntax and usage of the az vm generalize Azure CLI command with specific examples. az vm generalize This command helps you mark a generalized VM. Syntax Below is the syntax of the az vm generalize command. Example The below script will generalize the virtual machine AzurelessonsNewVM that belongs … Read more >>

az disk list

az disk list

This article will walk you through the syntax and usage of the az disk list Azure CLI command with specific examples. az disk list The az disk list command lists managed disks. Syntax Below is the syntax of the az disk list Azure CLI command. Example The below Azure CLI command lists managed disks under … Read more >>

az vm auto-shutdown

az vm auto-shutdown

This article will walk you through the syntax and usage of the az vm auto-shutdown Azure CLI command with particular examples. az vm auto-shutdown This command helps you to manage auto-shutdown schedule for a VM. Syntax Below is the syntax of the az vm auto-shutdown command. Example-1 The example below shows that the command below … Read more >>

How to check availability zone of Azure VM

How to check availability zone of Azure VM

In this article, I will discuss two simple approaches to check availability zone of Azure VM. How to check availability zone of Azure VM Let us discuss all the approaches individually. Approach-1: Using Azure Portal To check availability zone of Azure VM, follow the below steps. 1. Log in to the Azure Portal. 2. Search … 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!