Visual Studio Enterprise Subscription
As part of our collaboration with Microsoft, we're pleased to offer iSchool students a unique opportunity to access the Visual Studio Enterprise Subscription at an exclusive price of only $170 (typically cost $8,399.00 - Microsoft Store ).
This subscription provides you with a wealth of benefits, including $150 monthly Azure Cloud Credit that is automatically renewed each month for one academic year for development and testing, and access to Azure DevOps Services for streamlined CI/CD and collaboration. Subscribers also gain extensive access to the Microsoft software library, including current and historical versions of Windows, Office, and server products for dev/test use. To support continuous learning, the subscription offers a range of professional development resources that help teams expand their technical skills, stay ahead of emerging technologies, and foster long-term growth. Each subscription includes four technical support incidents—plus access to additional tools and services that support every stage of the development process. https://visualstudio.microsoft.com/vs/pricing/?tab=paid-subscriptions
Highly recommended for students taking IST 615.
Monthly Azure credits for Visual Studio subscribers
Navigate this page
Getting started
You can purchase the subscription online at SU Campus Store via your Course Materials.
The subscription for the Microsoft Visual Studio will be sent to your University E-Mail within 1 business day of the processing of your order.
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.
Select correct Azure Subscriptions
Please remember to select the correct subscription when deploy your cloud resources.
You may have other personal subscriptions similar to the example below.
You can customize and save your filters to view the resources you care about the most. Azure portal will scope all the views down to the resulted subscriptions from the active filter via Portal settings | Advanced filters.
More information can be found in View and filter Azure resource information.
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"
or
Set-AzContext -SubscriptionName "Azure for Students"
***Please note the "SU" subscription is not for academic use.Check usage in the Azure portal
Azure credits are some perks that are offered by Microsoft that help you save money. If you are using some of the Azure Resources that are not free then it will get deducted from these credit points as the monetary charge. Using the Microsoft Azure Portal, you can check the Azure credit balance for your billing account.
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.
For any subscriptions of this service that are not incurring charges and are inactive for more than 90 days, Microsoft reserve the right to remove any compute resources including hosted service(s), virtual machines and websites. Please note that no data would be deleted and customers can redeploy at any time. We will also provide advance notice prior to removing any compute resources.
You can also avoid having your compute resources removed by login into the Azure portal every 90 days.