Skip to main content
Jorge Bernhardt Jorge Bernhardt

Resource groups

2019

How to move Azure Resources to another Resource Group
·444 words·3 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzResource Get-AzResourceGroup
In many cases, it is necessary to reorganize and move Azure resources to other Resource Groups. Today, I want to show you how to move an Azure Resource to another Resource Group using Azure PowerShell.

2018

How to export Azure Resource Groups to ARM Templates
·409 words·2 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Export-AzureRmResourceGroup
In this post, I want to show you how to export a Resource Group to an ARM template using the command line. This tutorial assumes that you already have a Microsoft Azure account set up.
How to create a Resource Group in Microsoft Azure
·454 words·3 mins· 100 views · 5 likes
Azure CLI Azure PowerShell Get-AzureRmLocation Get-AzureRmSubscription
This post is the first in a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create an essential component: a Resource Group.