Unable to cast object of type ‘newtonsoft.json.linq.jobject’ to type

Unable to cast object of type 'newtonsoft.json.linq.jobject' to type

In this Azure PowerShell article, we will discuss how to fix the error “unable to cast object of type ‘newtonsoft.json.linq.jvalue’ to type ‘newtonsoft.json.linq.jobject’” which I got while trying to create a new resource management group in Azure using the New-AzManagementGroup PowerShell command. I had a requirement to create an Azure management group using the New-AzManagementGroup … Read more >>

Connect-AzureRMAccount

Connect-AzureRMAccount

In this Azure PowerShell article, we will discuss the syntax and usage of the Connect-AzureRMAccount PowerShell command with examples of how to use this command. You can use this command to connect to the authenticated account for using the Azure RM cmdlets. Syntax Below is the syntax of this PowerShell command. Example You can execute … Read more >>

Azure Dashboard Examples

Azure Dashboard Examples

In my last article, we discussed How to create Azure dashboards (Step-by-step guide). Now, let’s discuss a few useful Examples of Azure Dashboard. Example-1: Create an Azure Monitor dashboard to monitor your application We will create an Azure Dashboard to show all the data related to Monitoring our Azure application or services. This is one … Read more >>

Get-AzVirtualNetworkSubnetConfig

Get-AzVirtualNetworkSubnetConfig

Well, in this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzVirtualNetworkSubnetConfig Azure PowerShell cmdlet with examples. Get-AzVirtualNetworkSubnetConfig is an excellent Azure PowerShell cmdlet for retrieving the details of a subnet inside a Virtual network. Well, let’s discuss the syntax of this Azure PowerShell command. Syntax: Below is the syntax of … Read more >>

Get-AzureADAuditSignInLogs not recognized

Get-AzureADAuditSignInLogs

This article will discuss how to get sign-in logs in Azure Active Directory using the PowerShell command Get-AzureADAuditSignInLogs and how to fix the error Get-AzureADAuditSignInLogs not recognized that I got while executing this command. Get-AzureADAuditSignInLogs is not recognized Get-AzureADAuditSignInLogs Get-AzureADAuditSignInLogs is an excellent Azure PowerShell cmdlet that can help you retrieve the sign-in logs in … Read more >>

How to find unattached disks in Azure

How to find unattached disks in Azure

This Azure article will discuss the quick steps to find unattached disks in Azure using the Azure Portal. How to find unattached disks in Azure Follow the below steps 3. You will see the lists of available disks as shown below. 4. Click on the one from the lists for the one you wish to … Read more >>

Az group exists

az group exists

This article will discuss the syntax and usage of the az group exists command with certain examples of how to use this command. Az group exists This command helps you to check if a resource group exists or not. Syntax Below is the syntax of the az group exists command. Az group exists Examples You … 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!