How to rename Azure Subscription

Renaming your Azure subscription is essential when you are using multiple subscriptions. In this article, I will walk you through multiple ways.

How to rename Azure Subscription

There are 2 simple approaches available to rename your Azure subscription.

  • Approach-1: Using Azure Portal
  • Approach-2: Using Azure CLI

Approach-1: Using Azure Portal

To rename Azure Subscription, Follow the below quick steps

  1. Login to Azure Portal.
  2. Click on the Show Portal menu from the top left and then click on the Cost Management + Billing link, as shown in the screenshot below.
Rename Azure subscription

3. Click on your subscription name.

change azure subscription name

4. Click on the Rename button as shown below.

How to change azure subscription name

5. Enter the new subscription name and ensure to click on the Save button.

can we change azure subscription name

My Azure subscription’s new name has been updated successfully. Check out the screenshot below. Wait 10 minutes and refresh the page to see the new name.

can i change azure subscription name

You can see below the new name of my Azure subscription.

Azure rename subscription

Approach-2: Using Azure CLI

Execute the below Azure CLI command to rename your Azure subscription.

az account subscription rename --subscription-id "Your subcription id" --name "New name for your Azure subscription"

Example

Execute the below Azure CLI command to change the Azure subscription name from Visual Studio Enterprise to “Visual Studio Enterprise change”.

az account subscription rename --subscription-id "1cdf4300-dee5-4518-9c9c-feaa72a5cbd1" --name "Visual Studio Enterprise change"

After executing the above command, I got the output as expected, as shown in the screenshot below.

azure rename subscription impact

Now, my Azure subscription name has been changed successfully. Check out the screenshot below.

How to rename Azure Subscription Azure CLI

You may like following the articles below

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!