How To Create PowerShell Azure Function

Azure Function PowerShell

In this Azure tutorial, we will discuss how to create a PowerShell Azure Function. Subscribe to Our YouTube Channel for more videos. Well Before going to the actual development, you can check out What Is Azure Functions. Create PowerShell Azure Function Visual Studio Code Before starting, we should know the Prerequisites for developing the PowerShell Azure Function. Prerequisites … Read more >>

The term ‘New-AzResourceGroup’ is not recognized as the name of a cmdlet

The term 'New-AzResourceGroup' is not recognized as the name of a cmdlet

In this Azure tutorial, we will discuss how to fix the error. The term ‘New-AzResourceGroup’ is not recognized as the name of a cmdlet, which comes while trying to create a resource group using PowerShell in Azure. The term ‘New-AzResourceGroup’ is not recognized as the name of a cmdlet Recently, while trying to execute the below line of cmdlet, … Read more >>

Azure virtual machine auto shutdown

Azure virtual machine auto shutdown

This Azure tutorial will discuss the Azure virtual machine auto-shutdown option. We can set the Azure virtual machine auto shutdown option in the Azure portal. Azure virtual machine auto-shutdown Follow the below steps to enable the Azure VM auto-shutdown option. 1. Login to https://portal.azure.com/. 2. Search for Virtual machines. 3. You will see the list … Read more >>

Azure VM FQDN

Azure virtual machine DNS

In this Azure tutorial, we will discuss Azure virtual machine DNS or Azure virtual machine fully qualified name(FQDN). Azure VM FQDN When we are creating a virtual machine in Azure, It provides us with a public IP address. That IP we can use to RDP that virtual machine. The public IP can change multiple times, so it … Read more >>

The virtual machine must be running before using vmaccess.

The virtual machine must be running before using vmaccess.

In this Azure tutorial, we will discuss how to fix the error the virtual machine must be running before using vmaccess. That I got while I was trying to change Azure VM Password. The virtual machine must be running before using vmaccess. Below are the steps that I followed to change Azure VM Password in Azure … Read more >>

The following commands are already available on this system

The following commands are already available on this system

In this Azure tutorial, we will see how to fix the error “The following commands are already available on this system” in PowerShell. The following commands are already available on this system Recently, I was trying to install the AzureAD module using the below PowerShell cmdlet in my system. I got the error “packagemanagement\install-package: the … Read more >>

How To Stop Azure SQL Database

How To Stop Azure SQL Database

You can stop an Azure SQL database instance to decrease costs. This Azure tutorial will discuss how to stop Azure SQL Database. How To Stop Azure SQL Database We will discuss the steps to stop the Azure Database for MySQL using the Azure portal. Stop Azure SQL database using Azure Portal Well, the time to discuss the steps to stop Azure … Read more >>

Get-AzVM

Get-AzVM

In this Azure PowerShell article, we will discuss how to get the list of virtual machines under your Azure subscription using the Get-AzVM PowerShell command. Get-AzVM The Get-AzVM command is used to list all VMs in Azure subscription or the properties of the Azure Virtual Machines present under your Azure subscription. Syntax of Get-AzVM The … 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!