Versions Compared

Key

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

...

Table of Contents

Get started

  • You can verified your subscription by confirming  which will generate an email to  your Syracuse University email address. Within this email you will need click on the 'Access my subscription' button.

  • You can also Sign in to my subscription.
  • Make sure your subscription is set to Visual Studio Enterprise and activate your monthly credit.

Azure Subscriptions

...

Info

You can also also:

.
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"


...