Skip to content

Commit 225c887

Browse files
Merge pull request #10502 from MicrosoftDocs/main638676614663427195sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c2f74bb + 78cda26 commit 225c887

5 files changed

+9
-4
lines changed

docs/azure/how-to-sign-in-with-azure-subscription.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Sign in to Visual Studio for Windows with an Azure subscription and
44
author: ghogen
55
ms.subservice: azure-development
66
ms.author: ghogen
7-
ms.date: 06/12/2024
7+
ms.date: 11/19/2024
88
ms.topic: how-to
99
---
1010

@@ -39,6 +39,11 @@ Visual Studio allows you to sign in with multiple accounts and it let's you work
3939

4040
To avoid having to sign in when you connect to an Azure service or publish to Azure, you can use Visual Studio's account management features to add your Azure subscription to your Visual Studio accounts. In that case, you are automatically signed in whenever you're using Visual Studio. See [Add and switch user accounts to Visual Studio](../ide/signing-in-to-visual-studio.md#add-and-switch-user-accounts-in-visual-studio).
4141

42+
## Filter multiple tenants
43+
44+
If you have multiple tenants, you can filter them, so that you only see the Azure resources relevant to your current work. See [Opt out of a specific Microsoft Entra tenant in Visual Studio](../ide/work-with-multi-factor-authentication.md#how-to-opt-out-of-using-a-specific-microsoft-entra-tenant-in-visual-studio).
45+
4246
## Related content
4347

48+
- [Access multiple user accounts](../ide/sign-in-access-multiple-accounts.md)
4449
- [Sign in to Visual Studio with accounts that require multifactor authentication (MFA)](../ide/work-with-multi-factor-authentication.md)

docs/debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ When you're ready, switch to a debug configuration.
137137
::: moniker-end
138138

139139
> [!WARNING]
140-
> In a production environment, using username and password credentials (basic authentication) is not the most secure method of authentication. Whenever possible, use alternative methods. For example, consider publishing to a package from Visual Studio, and then use *WebDeploy.exe* from a command line to deploy the package. With that method, you can use IIS Manager to configure authorized Windows users who can publish to the web server, and run *WebDeploy.exe* under that Windows user account. See [Installing and Configuring Web Deploy on IIS 8.0 or Later](/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later). If you do use password credentials, be sure to use a strong password, and secure the password from being leaked or shared.
140+
> Using username and password credentials (basic authentication) is not the most secure method of authentication. Whenever possible, use alternative methods. For example, consider publishing to a package from Visual Studio, and then use *WebDeploy.exe* from a command line to deploy the package. With that method, you can use IIS Manager to configure authorized Windows users who can publish to the web server, and run *WebDeploy.exe* under that Windows user account. See [Installing and Configuring Web Deploy on IIS 8.0 or Later](/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later). If you do use password credentials, be sure to use a strong password, and secure the password from being leaked or shared.
141141
142142
## (Optional) Deploy by publishing to a local folder
143143

7.49 KB
Loading

docs/test/run-unit-tests-with-test-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Run unit tests with Test Explorer
33
description: Run tests with Test Explorer in Visual Studio, enable automatic tests after build, view results, group and filter the test list, create playlists, and use shortcuts.
4-
ms.date: 1/19/2024
4+
ms.date: 11/18/2024
55
ms.topic: how-to
66
author: mikejo5000
77
ms.author: mikejo

docs/test/walkthrough-creating-and-running-unit-tests-for-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create, run, and customize C# unit tests
33
description: Learn how to create, run, and customize a series of unit tests using the Microsoft unit test framework for managed code and Visual Studio Test Explorer.
4-
ms.date: 11/03/2023
4+
ms.date: 11/18/2024
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- unit tests, walkthrough

0 commit comments

Comments
 (0)