Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Info

You can also Manage Azure subscriptions with Azure PowerShell.

Install PowerShell & the Az module

Code Block
# 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

All increases in usage levels of service resources (e.g. adding to the number of compute instances running, or increasing the amount of storage in use) are subject to the availability of these service resources. Any quota described in the Limits, Quotas and Constraints section is not a commitment that there will be sufficient resources available for you to reach the quota.

...