Azure Automation Start/Stop VMs PowerShell

Azure Automation Start/Stop VMs PowerShell

If you have a number of Virtual Machines and want to automate the start and stop process of the Azure Virtual Machines, the better idea here is to use your own PowerShell script using the PowerShell Workflow. Make sure to set the credentials in the Automation account with the needed permission for the user. The PowerShell script is as below Note: The below … Read more >>

Azure VM accelerated networking

Azure VM accelerated networking

This Azure article will explain all about Azure VM accelerated networking, what it is, how to check it in Azure VM, and how to enable it, etc. Azure VM accelerated networking Accelerated networking is a new feature introduced to boost the network bandwidth of a virtual machine in Azure. It helps to reduce utilization of the CPU, … Read more >>

Azure VM Restart VS Stop

Azure VM Restart VS Stop

In this Azure article, we will discuss all about Azure VM Restart VS Stop. Azure VM Restart VS Stop You can restart your Azure Virtual machine using a few simple steps. Sometimes it fixes lots of minor issues once you restart your virtual machine and works a little faster also. But in certain scenarios, you might notice … Read more >>

How to Create a Recovery Services vault in Azure

How To Create A Recovery Services Vault In Azure

In this Azure tutorial, we will discuss How to Create a Recovery Services vault in Azure. Apart from this, we will also discuss the below topics Create a Recovery Services vault A recovery service vault is something that stores backups and recovery data. The data is nothing but copies of data, or configuration information of the virtual … Read more >>

Azure VM backup step by step

Azure virtual machine back up

In this azure tutorial, we will discuss the Azure virtual machine backup. Apart from this, we will also discuss a few other related topics: Azure VM backup step by step As we all know that Backup of a virtual machine is an important factor. Let’s discuss how we can back up a virtual machine in Azure portal. … Read more >>

How to create VM from snapshot in Azure Portal

How To Create Azure Windows Virtual Machine From A Snapshot PowerShell

In this Azure tutorial, we will discuss How To Create Azure Windows Virtual Machine From A Snapshot using Azure Portal and PowerShell. How to create VM from snapshot in Azure Portal Let’s discuss How to Create A Virtual Machine From A Snapshot Azure Portal. Follow the below steps. Step-1: Login to the Azure Portal (https://portal.azure.com/) Step-2: Navigate to the respective virtual machine for … Read more >>

Running scripts is disabled on this system

Azure.psm1 cannot be loaded because running scripts is disabled on this system

In this azure tutorial, we will discuss how to fix the error, Import-Module: File C:\Program Files\WindowsPowerShell\Modules\Azure\5.3.0\Azure.psm1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. Azure.psm1 cannot be loaded because running scripts is disabled on this system. Which comes while trying to execute the cmdlet to import the … Read more >>

How Do I Find The IP Address Of My Azure VM?

How Do I Find The IP Address Of My Azure VM?

In this Azure article, we will discuss the steps to find the IP address of your Azure Virtual Machine using Azure Portal and PowerShell. How Do I Find The IP Address Of My Azure VM? You can find the IP Address Of your Azure Virtual machine with a few clicks in the Azure Portal. Follow … Read more >>

Why did my Azure VM restart automatically

Why did my Azure VM restart automatically

Sometimes, you might have seen that while using the Virtual Machine gets automatically restarted all of a sudden. We don’t understand what is the reason for restarting exactly. Why did my Azure VM restart automatically Here is a glance at the reason that might cause the restart of the Virtual Machine. Planned Maintenance Activities From Microsoft Microsoft uses … Read more >>

Remote desktop cannot connect to the remote computer

Remote desktop cannot connect to the remote computer

In this Azure article, we will discuss how to fix the error “Remote desktop cannot connect to the remote computer” error that I got while connecting to my Azure Virtual Machine. Remote desktop cannot connect to the remote computer Recently, While connecting to the Azure virtual machine, I got this error. Below is the complete … Read more >>