Azure VM Snapshot VS Backup

Azure VM Snapshot VS Backup

This Azure article will discuss the key differences between Azure VM Snapshot and Backup. Azure VM Snapshot VS Backup Before diving into the comparison, let’s clarify these two. What Are Azure VM Snapshots and Backups? Azure VM Snapshots An Azure snapshot is a point-in-time copy of a virtual machine’s disk. Snapshots save a system’s state … Read more >>

How To Uninstall Azure AD Module In PowerShell

How To Uninstall Azure AD Module In PowerShell

As a PowerShell admin, you must know the quickest way to uninstall the Azure AD module in PowerShell. I have identified some quick approaches. Let us discuss those approaches one by one. Approach-1 Using the Uninstall-Module command Follow the below steps. 1. Open the PowerShell ISE with Run as an administrator mode. 2. You can … Read more >>

Create Folder in Azure Blob container

Create Folder in Azure Blob container

Consider a scenario where instead of uploading the file directly to the Azure storage container, you must create a folder inside the Azure storage container and then upload the file/Blob inside that folder. Let us learn how to create a folder in Azure blob container. How to create folder in Azure Blob Container There is … Read more >>

Get-AzureADUser

Get-AzureADUser

This Azure PowerShell article will discuss the syntax and usage of the Get-AzureADUser PowerShell command with examples. Get-AzureADUser The Get-AzureADUser is an excellent Azure PowerShell cmdlet that helps you to get user details from your Azure Active Directory or to get Azure AD user attributes. Syntax of Get-AzureADUser Below is the syntax of the Get-AzureADUser … Read more >>

Jenkins vs Azure DevOps

Azure DevOps vs Jenkins

Azure DevOps and Jenkins are the tools that are used for Continuous Integration (CI) and Continuous Deployment (CD). Though they look similar, there are some key differences between them. In this article, we are going to point out the key differences between Azure DevOps and Jenkins. Let’s do a tabular comparison between these two. Azure … Read more >>

az account set subscription

az account set

The az account set is an excellent cmdlet that can help you change your active subscription quickly. When you have multiple active Azure subscriptions, this command can help you fulfill this requirement if you wish to set one as an active subscription. Syntax of AZ account set subscription The syntax for the az account set command is as follows. Az … Read more >>

Get-AzWebApp

Get-AzWebApp

Let us learn the syntax and usage of the Get-AzWebApp PowerShell command with certain examples. Get-AzWebApp Get-AzWebApp is an excellent Azure PowerShell cmdlet that helps you quickly retrieve information about your Azure Web App. The key parameters you need to provide with Get-AzWebApp are Azure Web App name, resource group name, etc. Syntax of Get-AzWebApp The syntax of the Get-AzWebApp Azure PowerShell cmdlet … Read more >>

Install Azure CLI Ubuntu

Install Azure CLI Ubuntu

First, check out the Azure CLI Tutorial to get an overview of Azure CLI. Suppose you are specific to Ubuntu and want to install the Azure CLI. Install Azure CLI on Ubuntu There are two ways for the installation, but the quickest and simplest way is to use the below single command to install Azure … Read more >>

The term ‘Get-AzHost’ is not recognized

The term 'Get-AzHost' is not recognized

In this Azure PowerShell article, we will discuss how to fix the error The term ‘Get-AzHost’ is not recognized as the name of a cmdlet that I got while running the Get-AzHost PowerShell command. The term ‘Get-AzHost’ is not recognized Recently, I was trying to execute the ‘Get-AzHost’ PowerShell Command and I got this error. … 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!