Visual Studio Enterprise Subscriptions provide you with Azure’s integrated tools, pre-built templates, and managed services which make it easier to build and manage enterprise, mobile, web, and Internet of Things (IoT) apps faster.

Get started

Azure Subscriptions

You can also:

This is helpful if you plan to interact with azure service through scripts.

# Connect to Azure with an authenticated account.
Connect-AzAccount

# Get subscriptions that the current account can access.
Get-AzSubscription

# Gets the metadata used to authenticate Azure Resource Manager requests.
Get-AzContext | ft -Wrap -auto

# Sets the tenant, subscription, and environment for cmdlets to use in the current session.
Set-AzContext -SubscriptionName "Visual Studio Enterprise Subscription"


Resource Commitment