Skip to content

Commit abce324

Browse files
committed
Merged main into live
2 parents 86177ab + 0187546 commit abce324

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

docs/ide/how-to-unlock-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Note that CA policies enabled on an account might impact the account state or li
5858
5959
## Update an expired license
6060

61-
If your subscription has expired and you no longer have access rights to Visual Studio, you must renew your subscription or add another account that has a subscription. To see more information about the license you are using, go to **File** > **Account Settings...** and look at the license information on the right side of the dialog. If you have another subscription associated with a different account, [add that account](signing-in-to-visual-studio.md#add-and-switch-user-accounts-to-visual-studio) to the **All Accounts** list on the left side of the dialog box by selecting the **Add an account** link.
61+
If your subscription has expired and you no longer have access rights to Visual Studio, you must renew your subscription or add another account that has a subscription. To see more information about the license you are using, go to **File** > **Account Settings...** and look at the license information on the right side of the dialog. If you have another subscription associated with a different account, [add that account](signing-in-to-visual-studio.md#add-and-switch-user-accounts-in-visual-studio) to the **All Accounts** list on the left side of the dialog box by selecting the **Add an account** link.
6262

6363
## Get support
6464

Loading

docs/ide/reference/accounts-environment-options-dialog-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this option to specify whether to synchronize your settings across multiple
2222

2323
### Enable device code flow
2424

25-
When this option is selected, the behavior of Visual Studio changes when you select **Add an account** on the **File** > **Account Settings** page. Instead of seeing the **Sign in to your account** page, you're presented with a dialog box that gives you a URL and a code to paste into a web browser to sign in. This option is useful in cases where you can't sign in to Visual Studio in the regular manner, for example, if you use an older version of Internet Explorer, or if your firewall restricts access. For more information, see [Sign in to Visual Studio](../signing-in-to-visual-studio.md#add-and-switch-user-accounts-to-visual-studio).
25+
When this option is selected, the behavior of Visual Studio changes when you select **Add an account** on the **File** > **Account Settings** page. Instead of seeing the **Sign in to your account** page, you're presented with a dialog box that gives you a URL and a code to paste into a web browser to sign in. This option is useful in cases where you can't sign in to Visual Studio in the regular manner, for example, if you use an older version of Internet Explorer, or if your firewall restricts access. For more information, see [Sign in to Visual Studio](../signing-in-to-visual-studio.md#add-and-switch-user-accounts-in-visual-studio).
2626

2727
## Registered Azure clouds
2828

docs/ide/signing-in-to-visual-studio.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Sign in or switch Visual Studio accounts
33
titleSuffix: ""
44
description: Explore sign in concepts for working with Visual Studio, and find out how to sign in and how to add and switch user accounts.
5-
ms.date: 11/23/2023
5+
ms.date: 6/27/2024
66
ms.topic: how-to
77
author: anandmeg
88
ms.author: meghaanand
@@ -11,7 +11,7 @@ ms.subservice: general-ide
1111
---
1212
# Sign in or switch Visual Studio user accounts
1313

14-
In this article, you'll learn how to sign in to Visual Studio, add and switch user accounts, update your profile, sign out of your account, and the benefits to signing in. If you are looking to learn how to use multiple accounts for sign-ins, check out our article, [Access multiple accounts associated with the Visual Studio sign-in account](sign-in-access-multiple-accounts.md).
14+
In this article, you learn how to sign in to Visual Studio, add and switch user accounts, update your profile, sign out of your account, and the benefits to signing in. If you are looking to learn how to use multiple accounts for sign-ins, check out our article, [Access multiple accounts associated with the Visual Studio sign-in account](sign-in-access-multiple-accounts.md).
1515

1616
You can get subscription support and search the frequently asked questions about subscriptions, accounts, and billing [on our Subscription support page](https://visualstudio.microsoft.com/subscriptions/support/).
1717

@@ -23,7 +23,7 @@ You can sign in to your Microsoft or organizational account. To add another acc
2323

2424
::: moniker range="<=vs-2019"
2525

26-
1. Launch Visual Studio. When you open Visual Studio for the first time, you're asked to sign in and provide some basic registration information.
26+
1. Launch Visual Studio. When you open Visual Studio for the first time, you're prompted to sign in and provide some basic registration information.
2727

2828
![Sign-in prompt](../ide/media/vs2019_signinpopup.png)
2929

@@ -34,20 +34,31 @@ You can sign in to your Microsoft or organizational account. To add another acc
3434

3535
::: moniker range="vs-2022"
3636

37-
1. Launch Visual Studio. When you open Visual Studio for the first time, you're asked to sign in and provide some basic registration information.
37+
1. Launch Visual Studio. When you open Visual Studio for the first time, you're prompted to sign in and provide some basic registration information.
3838

3939
![Sign-in prompt](../ide/media/vs-2022/visual-studio-sign-in-pop-up-vs-2022.png)
4040

4141
> [!NOTE]
42-
> If you choose not to sign in when you first open Visual Studio, it's easy to do so later. Look for the **Sign in** link in the upper-right corner of the Visual Studio environment.
42+
> If you choose to not sign in when you first open Visual Studio, it's easy to do so later. Look for the [**Sign in** link in the upper-right corner of the Visual Studio environment](#sign-in-from-the-ide).
4343
4444
::: moniker-end
4545

4646
2. Choose a Microsoft account or a work or school account. If you don't have one, you can [create a Microsoft account for free](https://support.microsoft.com/help/4026324/microsoft-account-how-to-create).
4747

48-
3. Choose your preferred color theme and other UI settings. Visual Studio [remembers these settings and synchronizes](../ide/synchronized-settings-in-visual-studio.md) them across all Visual Studio environments you have signed in to. You can change the settings later if you open the **Tools** > **Options** menu in Visual Studio.
48+
3. Choose your preferred color theme and other UI settings. Visual Studio [remembers these settings and synchronizes](../ide/synchronized-settings-in-visual-studio.md) them across all Visual Studio environments you signed in to. You can change the settings later if you open the **Tools** > **Options** menu in Visual Studio.
49+
50+
You can see that you've successfully signed in, in the upper-right corner of the Visual Studio environment. Unless you sign out, you automatically sign in to Visual Studio whenever you start it, and any changes to synchronized settings are automatically applied.
51+
52+
### Sign in from the IDE
53+
54+
If you choose to not sign in when you first open Visual Studio, you can sign in later from the IDE.
55+
56+
1. Select the **Sign in** icon in the upper-right corner of the Visual Studio environment.
57+
58+
:::image type="content" source="media/vs-2022/signing-in-to-visual-studio/sign-in-icon-ide.png" alt-text="Screenshot of Sign in icon in the Visual Studio IDE.":::
4959

50-
You can see that you're successfully signed in the upper-right corner of the Visual Studio environment. Unless you sign out, you're automatically signed in to Visual Studio whenever you start it, and any changes to synchronized settings are automatically applied.
60+
1. On the **Sign in to your account** page, select the **Connected to Windows** account or select **Use another account** to sign in with another account.
61+
1. Follow the prompts to enter the new account credentials.
5162

5263
<a name="benefits"></a>
5364
## Benefits: why sign in?
@@ -65,7 +76,7 @@ While you don't have to sign in, there are many advantages to doing so.
6576

6677
<a name="add-and-switch"></a>
6778

68-
## Add and switch user accounts to Visual Studio
79+
## Add and switch user accounts in Visual Studio
6980

7081
If you have multiple accounts, you can add them all to Visual Studio so that you can access the resources from any account without having to sign in to it separately.
7182

@@ -102,7 +113,7 @@ There are several types of accounts you can add:
102113

103114
1. Go to **File > Account Settings...** and select the **Manage Visual Studio profile** link.
104115
1. In the browser window, select **Edit profile** and change the settings that you want.
105-
1. When you're done, select **Save changes**.
116+
1. When done, select **Save changes**.
106117

107118
::: moniker range="vs-2019"
108119

0 commit comments

Comments
 (0)