Logic Apps VS Power Automate

Azure Logic Apps VS Power Automate

In this Azure article, let’s learn the key differences between Azure logic apps vs power automate. Logic Apps VS Power Automate Let’s do a tabular comparison between Power Automate vs logic apps. Azure Logic Apps Power Automate Azure Logic Apps is a cloud-based service or platform that helps you to create and run the workflows … Read more >>

Add-AzADGroupMember

Add-AzADGroupMember

In this Azure PowerShell article, we will discuss the syntax and usage of the Add-AzADGroupMember PowerShell command with certain examples. Add-AzADGroupMember This PowerShell command can help you to add members to an Azure AD group. Syntax of Add-AzADGroupMember Below is the syntax of the Add-AzADGroupMember PowerShell command. Let’s discuss an example of how to use … Read more >>

How to delete Virtual Network in Azure

How to delete Virtual Network in Azure

Now, if you don’t want the VNet anymore and are not using it, it’s better to delete it. Before deleting the Virtual Network in Azure, a vital point to note here is that if any resources are connected to that virtual network, you need to delete the resources first before deleting the Virtual Network. So … Read more >>

How To Create VNet In Azure

How To Create Vnet In Azure

This Azure tutorial will discuss how to create VNet in Azure. How To Create VNet In Azure Before discussing how to create a VNet in Azure, we should have a basic idea of what a VNet is in Azure. Then, we will discuss the prerequisites for VNet creation in Azure and the steps. Prerequisites You must … Read more >>

How to Restart Azure Application Gateway

How to Restart Azure Application Gateway

Well, let’s discuss how to restart the application gateway in Azure using PowerShell and Azure CLI. Restart Azure Application Gateway Follow the below steps to restart the Azure application gateway Using PowerShell 1. Open the PowerShell ISE as Run as administrator mode 2. You can run the below PowerShell cmdlet to start the Azure Application Gateway. Check out the screenshot below. … Read more >>

How To Restart Azure SQL Server

How To Restart Azure SQL Server

I recently worked for one of my clients, where their Azure SQL Server had to restart after some maintenance activity. I followed the steps mentioned in this article to restart Azure SQL Server. Restart Azure SQL Server 1. Login to Azure Portal(https://portal.azure.com/) 2. Navigate to your Azure Database for MySQL server. Click on that. 3. Now, on the next step, … Read more >>

Cosmos DB CRUD Operations C#

Cosmos DB CRUD Operations C#

This Azure tutorial will discuss CRUD Operations In Azure Cosmos DB C# or how to perform CRUD operations in Azure Cosmos DB. Along with this, we will also discuss the below topics. CRUD Operations In Azure Cosmos DB C# If you are very new to Azure Cosmos DB, then you are at the right place where … Read more >>

Azure Logic Apps Tutorial

What is Azure logic apps

In this Azure article, we will discuss the logic app tutorial. Azure Logic Apps Tutorial This is going to be an Azure Logic Apps tutorial for beginners and for experienced as well. First, let’s discuss what is Azure logic apps. Azure Logic Apps is an excellent cloud-based service or platform that allows you to create … Read more >>

Get-AzADGroupMember

Get-AzADGroupMember

In this Azure PowerShell article, we will discuss the syntax and usage of the Get-AzADGroupMember PowerShell command with certain examples. Get-AzADGroupMember This PowerShell command can help you list the members from an Azure AD group. Syntax of Get-AzADGroupMember Below is the syntax of the Get-AzADGroupMember PowerShell command. Get-AzADGroupMember Examples Let’s discuss a few examples of … Read more >>

New-AzADGroup

New-AzADGroup

This Azure PowerShell article will discuss the syntax and usage of the New-AzADGroup PowerShell command with examples. New-AzADGroup This PowerShell command can help you to create a new Azure AD group. Syntax of New-AzADGroup Below is the syntax of the New-AzADGroup PowerShell command. Let’s discuss an example of how to use the New-AzADGroup PowerShell command. … Read more >>