Skip to content

Commit b258fe4

Browse files
authored
Merge pull request #7881 from MicrosoftDocs/main637849694723738932
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7378c23 + fe589dc commit b258fe4

File tree

2 files changed

+82
-53
lines changed

2 files changed

+82
-53
lines changed

subscriptions/vs-ide-benefit.md

Lines changed: 80 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,92 +6,121 @@ manager: shve
66
ms.assetid: c4b13464-76be-40f1-ad60-ed79ee264b12
77
ms.date: 03/15/2022
88
ms.topic: how-to
9-
description: Learn how to download and install the Visual Studio IDE included in your Visual Studio subscription
9+
description: In this article, you learn how to download and install the Visual Studio IDE that's included in your Visual Studio subscription.
1010
---
1111

1212
# The Visual Studio IDE
13-
As a Visual Studio subscriber, you have access to the Visual Studio IDE. The specific version will depend on the level of your subscription. The benefit will appear as a tile in the Tools category on the [Benefits](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs) page of the subscriber portal.
1413

15-
## Activation steps
16-
*(Visual Studio Enterprise is used for this example.)*
14+
As a Visual Studio subscriber, you have access to the Visual Studio integrated development environment (IDE). Your IDE version depends on the level of your subscription. The benefit appears as a tile in the **Tools** category on the **Benefits included in my subscription** page of the [Visual Studio subscriber portal](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs).
1715

18-
To download the IDE:
19-
1. Sign in to [https://my.visualstudio.com/benefits](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs).
20-
2. Locate the Visual Studio IDE tile in the Tools section, and click on the **Download** link at the bottom of the benefit tile. You can also download it from the [Downloads](https://my.visualstudio.com/downloads?wt.mc_id=o~msft~docs) page.
21-
> [!div class="mx-imgBorder"]
22-
> ![Visual Studio Enterprise tile](_img/vs-ide-experience/vs-ide-tile.png "Click 'Download' on the Visual Studio tile to install Visual Studio.")
16+
## Download and install the IDE
2317

24-
3. You’ll be redirected to the Download Results page for Visual Studio, where you’ll have the opportunity to download the IDE and obtain a product key to activate it. You may also claim a product key by clicking on the blue **Get Key** link, or claim a key later on the [Product keys](https://my.visualstudio.com/productkeys) page.
25-
4. On the Details tab of the Download Results page:
26-
- Select your desired architecture (x86, x64)
27-
- Select your language preference.
28-
5. Click the blue download button.
29-
> [!div class="mx-imgBorder"]
30-
> ![Visual Studio Enterprise download details](_img/vs-ide-experience/vs-ide-download-details.png "Click the 'Download' button to begin the download.")
31-
6. Click on the downloaded installer package. If prompted to install now, click **Run**.
32-
7. In the User Account Control dialog, click **Yes**.
33-
8. Click **Continue** to accept the license terms.
34-
9. When the installer starts, choose your desired workloads, individual components and language packs by choosing them on the corresponding tabs.
35-
> [!div class="mx-imgBorder"]
36-
> ![Customize Visual Studio Enterprise](_img/vs-ide-experience/vs-ide-customize-install-cropped.png "Make your choices for workloads and other components.")
18+
Here's how to download and install the IDE for your version of Visual Studio. We've used Visual Studio Enterprise in this example.
3719

38-
10. Click **Install**.
20+
1. Sign in to the [Visual Studio Subscriptions](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs) portal.
3921

40-
11. When the installation is complete, you'll have the option to modify the installation or launch Visual Studio. Click **Launch** to get started. If you have multiple versions installed, they will be listed.
41-
> [!div class="mx-imgBorder"]
42-
> ![Launch Visual Studio Enterprise](_img/vs-ide-experience/vs-ide-versions.png "Click 'Launch' to start Visual Studio.")
22+
1. Select the **Tools** tab, look for the Visual Studio IDE tile, and then select the **Download** button below it. You can also download the IDE from the [Downloads](https://my.visualstudio.com/downloads?wt.mc_id=o~msft~docs) page.
4323

44-
12. Sign in with the account associated with your Visual Studio subscription.
24+
![Screenshot of the Visual Studio Enterprise tile and accompanying 'Download' button.](_img/vs-ide-experience/vs-ide-tile.png)
4525

46-
13. Choose your preferred theme, and click **Start Visual Studio**.
26+
You’re redirected to the **Downloads** page for Visual Studio, where you can download the IDE and obtain a product key to activate it. Alternatively, you can claim a product key by selecting **Get Key**, or you can claim a key later on the [Your Product Keys](https://my.visualstudio.com/productkeys) page.
4727

48-
14. Visual Studio opens. You're ready to start using Visual Studio!
28+
1. On the **Downloads** page, select the **Details** tab, and then do the following:
4929

50-
> [!div class="mx-imgBorder"]
51-
> ![Start Using Visual Studio Enterprise](_img/vs-ide-experience/vs-ide-start-cropped.png "Welcome to Visual Studio!")
30+
a. Select your architecture: **x86** or **x64**.
31+
b. Select your language preference.
32+
c. Select **Download**.
33+
34+
![Screenshot of the download details pane for Visual Studio Enterprise.](_img/vs-ide-experience/vs-ide-download-details.png)
35+
36+
1. Select the downloaded installer package and then, at the prompt, select **Run**.
37+
38+
1. On the **User Account Control** pane, select **Yes**.
39+
40+
1. Select **Continue** to accept the license terms.
41+
42+
1. When the installer starts, select the **Workloads**, **Individual components**, and **Language packs** tabs to choose your customization options.
43+
44+
![Screenshot showing the available customization options on the "Workloads" tab for Visual Studio Enterprise.](_img/vs-ide-experience/vs-ide-customize-install-cropped.png)
45+
46+
1. Select **Install**.
47+
48+
When the installation is complete, you have the option to modify the installation or start Visual Studio.
49+
50+
1. To start Visual Studio, select **Launch**. If multiple versions are installed, they're listed on the **Visual Studio Installer** pane.
51+
52+
![Screenshot of the Visual Studio Installer pane, listing the installed version or versions.](_img/vs-ide-experience/vs-ide-versions.png)
53+
54+
1. Sign in with the account that's associated with your Visual Studio subscription.
55+
56+
1. Choose your preferred theme, and then select **Start Visual Studio**.
57+
58+
Visual Studio opens. You're ready to start using it right away!
59+
60+
![Screenshot of the options for getting started with using the newly installed Visual Studio.](_img/vs-ide-experience/vs-ide-start-cropped.png)
5261

5362

5463
## Eligibility
55-
| Subscription Level | Channels | Benefit | Renewable? |
56-
|--------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------------|---------------|
57-
| Visual Studio Enterprise (Standard, monthly cloud) | VL, Azure, Retail, selected NFR<sup>1</sup> | Available | Yes |
58-
| Visual Studio Enterprise subscription with GitHub Enterprise | VL | Available | Yes |
59-
| Visual Studio Professional (Standard, monthly cloud) | VL, Azure, Retail | Available | Yes |
60-
| Visual Studio Professional subscription with GitHub Enterprise | VL | Available | Yes |
61-
| Visual Studio Test Professional (Standard) | All | Not available | N/A |
62-
| MSDN Platforms (Standard) | All | Not available | N/A |
6364

64-
<sup>1</sup> *Includes: Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD). Excludes: MCT Software & Services.*
65+
| Subscription level | Channels | Benefit | Renewable? |
66+
| --- | --- | --- | --- |
67+
| Visual Studio Enterprise (Standard, monthly cloud) | VL, Azure, Retail, selected NFR\* | Available | Yes |
68+
| Visual Studio Enterprise subscription with GitHub Enterprise | VL | Available | Yes |
69+
| Visual Studio Professional (Standard, monthly cloud) | VL, Azure, Retail | Available | Yes |
70+
| Visual Studio Professional subscription with GitHub Enterprise | VL | Available | Yes |
71+
| Visual Studio Test Professional (Standard) | All | Not available | N/A |
72+
| MSDN Platforms (Standard) | All | Not available | N/A |
73+
74+
\* Includes the following: *Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD)*. Excludes the following: *MCT Software & Services*.
6575

6676
> [!NOTE]
67-
> Microsoft no longer offers Visual Studio Professional Annual subscriptions and Visual Studio Enterprise Annual subscriptions in Cloud Subscriptions. There will be no change to existing customers experience and ability to renew, increase, decrease, or cancel their subscriptions. New customers are encouraged to go to [https://visualstudio.microsoft.com/vs/pricing/](https://visualstudio.microsoft.com/vs/pricing/) to explore different options to purchase Visual Studio.
77+
> Microsoft no longer offers Visual Studio Professional annual subscriptions and Visual Studio Enterprise annual subscriptions in cloud subscriptions. If you're a current customer, there is no change to your ability to renew, increase, decrease, or cancel your subscription. If you're a new customer, we encourage you to go to the [Buy Visual Studio](https://visualstudio.microsoft.com/vs/pricing/) page to explore the various purchase options.
6878
69-
Not sure which subscription you're using? Connect to [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) to see all the subscriptions assigned to your email address. If you don't see all your subscriptions, you may have one or more assigned to a different email address. You'll need to sign in with that email address to see those subscriptions.
79+
Not sure which subscription you're using? Go to the [Your Subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) page to see all the subscriptions that are assigned to your email address. If you don't see all your subscriptions, one or more might be assigned to a different email address. You'll need to sign in with that other email address to view those subscriptions.
7080

7181
## Support resources
72-
If you have a question about Visual Studio, several resources are available to assist you.
82+
83+
If you have questions about Visual Studio or need technical assistance, check the resources in the following sections.
7384

7485
### Visual Studio IDE technical support
75-
Visual Studio IDE technical issues or questions should be directed to [Visual Studio technical support](https://visualstudio.microsoft.com/vs/support/). Before using the limited Visual Studio [technical support incidents](vs-tech-support.md) that may be included with your Visual Studio subscription, we suggest trying some other online resources.
76-
- For Visual Studio installation issues, see [Troubleshoot Visual Studio installation and upgrade issues](https://docs.microsoft.com/visualstudio/install/troubleshooting-installation-issues) for step-by-step guidance. You can also try the [installation chat](https://visualstudio.microsoft.com/vs/support/#talktous) (English only) support option.
86+
87+
For Visual Studio IDE technical issues or questions, contact [Visual Studio technical support](https://visualstudio.microsoft.com/vs/support/). Before you use the limited Visual Studio [technical support incidents](vs-tech-support.md) that might be included with your Visual Studio subscription, we suggest trying some other online resources:
88+
89+
- For installation problems, see the step-by-step guidance in [Troubleshoot Visual Studio installation and upgrade issues](https://docs.microsoft.com/visualstudio/install/troubleshooting-installation-issues).
90+
91+
You can also try the [installation chat](https://visualstudio.microsoft.com/vs/support/#talktous) (English only) support option.
92+
7793
- Review tutorials, troubleshooting guides, and helpful resources within [Visual Studio IDE documentation](https://docs.microsoft.com/visualstudio/ide/).
78-
- Search the online [Developer Community](https://developercommunity.visualstudio.com/) and get expert answers via a community supported forum. You can search keywords and read, vote, comment all without logging in. If you don’t find what you need with a search, you can suggest a feature or report a problem from the navigation menu. To submit a feature request, you’ll need to sign in to fill out the report and post. To report a problem or bug, a running instance of Visual Studio is required to report feedback.
79-
- Search the Stack Overflow [public Q&A tagged with visual-studio](https://stackoverflow.com/questions/tagged/visual-studio?tab=Newest) to get answers to already asked questions or sign up for an account and ask a new question.
94+
95+
- Search the online [Developer Community](https://developercommunity.visualstudio.com/), and get expert answers via a community-supported forum.
96+
97+
You can search keywords, read, vote, and comment, all without logging in. If you don’t find what you need with a search, you can suggest a feature or report a problem from the navigation menu.
98+
99+
To submit a feature request, you’ll need to sign in to fill out and post the report. To report a problem or bug, you need to have a running instance of Visual Studio.
100+
101+
- Search the [Stack Overflow public Q&A site](https://stackoverflow.com/questions/tagged/visual-studio?tab=Newest) for answers to already-asked questions that are tagged with *\[visual-studio]*, or sign up for an account and ask a new question.
80102

81103
### Technical support incidents
82-
If you’ve exhausted the options above and still don’t have an answer, activate a Visual Studio technical support ticket by visiting the [subscriptions portal benefits page](https://my.visualstudio.com/Benefits) and clicking on the Technical Support benefit tile in the Support tab. Read more about the [Technical Support benefit](vs-tech-support.md). (Technical support is not available with all subscriptions. [Compare Visual Studio subscription benefits](https://visualstudio.microsoft.com/vs/benefits/#azure?cat=visual-studio-enterprise-subscription) to find out what is included with your subscription.)
104+
105+
If you’ve exhausted the preceding options and still don’t have an answer, open a Visual Studio technical support ticket. To do so, go to the Benefits page on the [Visual Studio Subscriptions portal](https://my.visualstudio.com/Benefits), select the **Support** tab, and then select the **Technical Support** benefit tile. For more information, see [Technical Support benefit](vs-tech-support.md).
106+
107+
> [!NOTE]
108+
> Technical support is not available with all subscriptions. To learn what's included with your subscription, see [Compare Visual Studio subscription benefits](https://visualstudio.microsoft.com/vs/benefits/#azure?cat=visual-studio-enterprise-subscription).
83109
84110
### Visual Studio subscription support
85-
Visual Studio Subscriptions support provides assistance with sales, subscriptions, accounts, and billing. Contact [Visual Studio subscriptions support](https://my.visualstudio.com/gethelp).
111+
For assistance with sales, subscriptions, accounts, and billing, contact [Visual Studio subscription support](https://my.visualstudio.com/gethelp).
86112

87113
## See also
114+
88115
- [Visual Studio documentation](/visualstudio/)
89116
- [Azure DevOps documentation](/azure/devops/)
90117
- [Azure documentation](/azure/)
91118
- [Microsoft 365 documentation](/microsoft-365/)
92119

93120
## Next steps
94-
Once you have Visual Studio installed, don't forget to activate these other important benefits:
121+
122+
After you've installed Visual Studio, be sure to activate additional important benefits:
123+
95124
- [Azure DevOps](vs-azure-devops.md)
96-
- [Azure DevTest offer / credits](/azure/devtest/offer/)
125+
- [Azure DevTest offer/credits](/azure/devtest/offer/)
97126
- [Windows Developer account](vs-windows-dev.md)

subscriptions/vscloud-csp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: evanwindom
44
ms.author: amast
55
manager: shve
66
ms.assetid: d2ab13ed-ef79-4ef0-8736-eccd04bc6020
7-
ms.date: 10/18/2021
7+
ms.date: 04/07/2022
88
ms.topic: conceptual
99
description: Information for Cloud Solution Providers on how to buy and manage Visual Studio cloud subscriptions for your customers.
1010
---
@@ -31,7 +31,7 @@ Anyone with [owner or contributor access](https://na01.safelinks.protection.outl
3131
0. Choose **Customers** and select a customer to buy for.
3232
0. Choose **Service Management**.
3333
0. Choose **Visual Studio Marketplace**.
34-
0. Make sure you're customer's name is in the upper right corner.
34+
0. Make sure your customer's name is in the upper right corner.
3535
0. Choose **Subscriptions**.
3636
0. Choose Enterprise or Professional for Visual Studio.
3737
0. Choose **Buy**.

0 commit comments

Comments
 (0)