A2oz

How Do I Add Another Subscription to Azure?

Published in Azure Management 2 mins read

You can add another subscription to your Azure account through the Azure portal.

Steps to Add Another Subscription:

  1. Log in to the Azure portal: Go to https://portal.azure.com and sign in using your Microsoft account.
  2. Navigate to Subscriptions: Click on the Subscriptions icon in the left-hand navigation menu.
  3. Add a Subscription: Click on the + Add button at the top of the page.
  4. Select Subscription Type: Choose the type of subscription you want to add. You can choose from options like Free Trial, Pay-As-You-Go, or Azure for Students.
  5. Provide Subscription Details: Fill in the required details for your subscription, such as your billing information, payment method, and subscription name.
  6. Review and Confirm: Review the details and click Create to complete the process.

Additional Information:

  • You can also add subscriptions through the Azure CLI or PowerShell.
  • If you are adding a subscription to an existing Azure Active Directory (AAD) tenant, ensure that you have appropriate permissions.
  • You can manage multiple subscriptions from the Azure portal by switching between them using the subscription selector.

Example:

Let's say you are a developer working on a project with a separate budget. You can add a new Azure subscription for this project and manage its resources separately from your personal subscription.

Related Articles