Microsoft Azure - Rename Resource Group Last Updated : 31 Mar, 2023 Comments Improve Suggest changes Like Article Like Report Pre-requisite:- Azure In this article, we will show you the process of renaming resource groups in azure. Is renaming really possible in azure for resource groups? The answer to this is not exactly, however, alternatively, we can create a new resource group and move the existing resource from the old resource group to the new resource group. Let's see the implementation process below! Implementation:Step 1: Log in to Azure Portal Step 2: Navigate to Resource Groups >> Create a New Resource Group with your New resource group name Step 3: Once you are done create a new resource group. Go to the old resource group to which you wish to change the name. Step 4: Select all the existing resources in that old resource group Step 5: Now click on move from section header menu >> select move to a new resource group Step 6: Select your new resource group which you have created in step 2 >> After verifying the validation >> review your resource group and proceed to move. Step 7: Once you are done moving the resources >> Delete the existing Resource Group This is how we can rename the old Resource Group to a new resource group. Comment More infoAdvertise with us Next Article Microsoft Azure - Rename Resource Group J jaysurya9 Follow Improve Article Tags : Technical Scripter Microsoft Azure DevOps Technical Scripter 2022 azure +1 More Similar Reads Microsoft Azure - Moving Resources Among Groups In this article we learn how to move resources between resource groups. So, letâs try to move some of your resources to the Azure Portal. You can see that you have landed on Azure Home and you can see that you have some of your favorite services on top that you have recently clicked on as well as so 3 min read Microsoft Azure-Rename Azure DevOps Repo Here in this article, we will explain to you the step-by-step process on how to rename an Azure DevOps Repo and a few important checklist points that you should consider when renaming a repo in Azure DevOps. Before we move ahead to renaming the Azure Repo. Let's understand what is Azure Repo and its 4 min read Microsoft Azure - Resource Tagging and Best Practices Tagging is used to organize your Azure resources, resource groups, subscriptions, and management groups hierarchy. Each tag consists of a name and a value pair. If you were working at the project level there should be some tagging compliance to organize your Azure resources, resource groups, subscri 2 min read Microsoft Azure - Create Resource Group with Tags using PowerShell Pre-requisite: Microsoft Azure: Resource Tagging and Best Practices In this article, I am going to show you how to create resource groups with tags using PowerShell in Microsoft Azure from Azure Cloud Shell in simple easy steps. Let's get started. Prerequisite: Contributor Access on Subscription to 1 min read Microsoft Azure - Update Resource Group Tags using PowerShell Script Pre-requisite: Azure, Microsoft Azure: Resource Tagging and Best Practices Here In this article, we will show you how to update tags on existing resource groups using Azure PowerShell script. For this operation will be using Azure Cloud Shell to perform this action. Most importantly to update azure 2 min read Like