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. Table of ContentsHow to check availability zone of Azure VMApproach-1: Using Azure PortalApproach-2: Using Azure CLI How to check availability zone of Azure VM Let us discuss all the approaches individually. Approach-1: Using Azure Portal To check availability zone … Read more >>

How To Open Ports On Azure VM

How To Open Ports On Azure VM

In this article, I will walk you through all the steps to open ports on Azure VM. Table of ContentsHow To Open Ports On Azure VMVideo Tutorial How To Open Ports On Azure VM To open ports on Azure VM, follow the below steps. 1. Log in to Azure Portal. 2. Search for Virtual Machines … Read more >>

Get-AzResource

Get-AzResource

In this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzResource Azure PowerShell cmdlet with examples. Table of ContentsGet-AzResourceSyntax of Get-AzResourceExample-1:Example-2:Example-3:Example-4:Example-5:Video TutorialWrapping Up Get-AzResource Get-AzResource is an excellent Azure PowerShell cmdlet that can help you to get a list of all the Azure resources. Syntax of Get-AzResource Below is the syntax … Read more >>

How to add public IP to Azure VM

How to assign a static Public IP to Azure VM

This article will discuss multiple ways to associate a Static Public IP address with your Azure Virtual Machine. To connect to the VM from the Internet, you need an Azure VM public IP. There are two types: dynamic and static. If you want to avoid this type of scenario and don’t want to use the … Read more >>

How to install Azure Data Studio

How to install Azure Data Studio

Well, let’s discuss the steps to install Azure Data Studio. This Azure article explains how to install Azure Data Studio. Table of ContentsHow to install Azure Data StudioWindowsmacOSLinux How to install Azure Data Studio We will discuss Azure Data Studio installation for Windows, Linux, and macOS. Windows To install Azure Data Studio, follow the steps … Read more >>

How to download Azure Data Studio

Azure Data Studio Download

This Azure article will discuss the steps to download Azure Data Studio. We will discuss Azure Data Studio download for Windows, Linux, and macOS. Table of ContentsHow to download Azure Data StudioFor WindowsFor LinuxFor macOSWrapping Up How to download Azure Data Studio Let’s discuss the steps to download Azure Data Studio for Windows, Linux, and … Read more >>

New-azroleassignment : ‘principalid’ cannot be null.

New-azroleassignment : 'principalid' cannot be null.

Recently, I was working with the New-AzRoleAssignment PowerShell command, After executing this command, I got this error New-azroleassignment : ‘principalid’ cannot be null. Table of ContentsNew-azroleassignment : ‘principalid’ cannot be null.Solution New-azroleassignment : ‘principalid’ cannot be null. For one of the requirements, I have executed the PowerShell script below. Immediately after executing the above script, … Read more >>

New-AzRoleAssignment

New-AzRoleAssignment

In this Azure PowerShell article, we will discuss the syntax and usage of the New-AzRoleAssignment Azure PowerShell cmdlet with examples. Table of ContentsNew-AzRoleAssignmentSyntaxNew-AzRoleAssignment ExamplesExample-1:Example-2:Wrapping Up New-AzRoleAssignment New-AzRoleAssignment is a very good PowerShell command that you can use to assign an RBAC role to a specific principal for a specified scope. Let’s discuss the Syntax of … Read more >>

Microsoft entra self-service password reset

Enable self-service password reset

This Azure tutorial will discuss how to enable Microsoft entra self-service password reset writeback to an on-premises environment. Table of ContentsMicrosoft entra self-service password resetFAQsWhich Azure AD role can reset the password?What is the minimum Azure AD edition required to enable self-service password reset for users? Microsoft entra self-service password reset We can easily enable Microsoft … 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!