Skip to content

Commit 667f6ad

Browse files
authored
Merge pull request #5963 from MicrosoftDocs/master637378606898183123
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents a5fd054 + e774a03 commit 667f6ad

20 files changed

+31
-9
lines changed

docs/cross-platform/cross-platform-mobile-development-in-visual-studio.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Cross-Platform Mobile Development in Visual Studio | Microsoft Docs"
3+
description: In this article, learn how you can build apps for Android, iOS, and Windows devices by using Visual Studio.
34
titleSuffix: ""
45
ms.custom: SEO-VS-2020
56
ms.date: "10/17/2019"

docs/cross-platform/system-requirements-for-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "System requirements for the VS Emulator for Android"
3+
description: Learn about the system requirements for the Visual Studio Emulator for Android to run as a virtual machine on Hyper-V.
34
ms.custom: SEO-VS-2020
45
ms.prod: visual-studio-dev15
56
ms.date: "11/04/2016"

docs/cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Troubleshooting the Visual Studio Emulator for Android | Microsoft Docs"
3-
ms.custom: ""
3+
description: Learn information that can help you resolve issues that you may experience when you're using the Visual Studio Emulator for Android.
4+
ms.custom: SEO-VS-2020
45
ms.prod: visual-studio-dev15
56
ms.date: "11/04/2016"
67
ms.technology: vs-ide-mobile

docs/cross-platform/visual-studio-emulator-for-android.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Visual Studio Emulator for Android | Microsoft Docs"
3-
ms.custom: ""
3+
description: Learn how Visual Studio Emulator for Android is a desktop application that emulates an Android device.
4+
ms.custom: SEO-VS-2020
45
ms.prod: visual-studio-dev15
56
ms.date: "03/09/2020"
67
ms.technology: vs-ide-mobile

docs/debugger/debug-azure-apps.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,21 @@ ms.workload:
1515

1616
You can use Visual Studio to debug Azure services in different scenarios:
1717

18-
- To debug a production app hosted in Azure App Service, see [Debug live ASP.NET apps using the Snapshot Debugger](../debugger/debug-live-azure-applications.md).
18+
To debug a production app hosted in:
1919

20-
- To debug a production app hosted in an Azure virtual machine or Azure virtual machine scale set, see [Debug live ASP.NET Azure virtual machines and Azure virtual machine scale sets using the Snapshot Debugger](../debugger/debug-live-azure-virtual-machines.md).
20+
- Azure App Service, using Visual Studio Enterprise, see [Debug live ASP.NET apps using the Snapshot Debugger](../debugger/debug-live-azure-applications.md).
2121

22-
- To debug a production app hosted in Azure Kubernetes Service, see [Debug live ASP.NET Azure Kubernetes Services using the Snapshot Debugger](../debugger/debug-live-azure-kubernetes.md).
22+
- Azure App Service or Service Fabric, using Application Insights, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger).
2323

24-
- To debug a production app using Application Insights and hosted in Azure App Service or Service Fabric, see [Debug snapshots on exceptions in .NET apps](/azure/application-insights/app-insights-snapshot-debugger).
24+
- Azure virtual machine or Azure virtual machine scale set, see [Debug live ASP.NET Azure virtual machines and Azure virtual machine scale sets using the Snapshot Debugger](../debugger/debug-live-azure-virtual-machines.md).
2525

26-
- To remote debug ASP.NET on IIS (Azure App Service or an Azure VM), see [Remote Debugging ASP.NET on Azure](remote-debugging-azure.md).
26+
- Azure Kubernetes Service, see [Debug live ASP.NET Azure Kubernetes Services using the Snapshot Debugger](../debugger/debug-live-azure-kubernetes.md).
2727

28-
- To remote debug ASP.NET on Azure Service Fabric, see [Debug a remote Service Fabric application](/azure/service-fabric/service-fabric-debugging-your-application#debug-a-remote-service-fabric-application)
28+
To remote debug:
29+
30+
- ASP.NET on IIS (Azure App Service or an Azure VM), see [Remote Debugging ASP.NET on Azure](remote-debugging-azure.md).
31+
32+
- ASP.NET on Azure Service Fabric, see [Debug a remote Service Fabric application](/azure/service-fabric/service-fabric-debugging-your-application#debug-a-remote-service-fabric-application)
2933

3034
## See also
3135

docs/debugger/debug-live-azure-applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Debug live ASP.NET Azure apps
3+
titleSuffix: Visual Studio Enterprise
34
description: Learn how to set snappoints and view snapshots with the Snapshot Debugger.
45
ms.custom:
56
ms.date: 03/16/2018

docs/debugger/remote-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For in-depth instructions on remote debugging, see these topics.
2727

2828
|Scenario|Link|
2929
|-|-|-|
30-
|Azure App Service|[Snapshot Debugger](../debugger/debug-live-azure-applications.md) or [Remote debug ASP.NET on Azure](../debugger/remote-debugging-azure.md)|
30+
|Azure App Service|[Remote debug ASP.NET on Azure](../debugger/remote-debugging-azure.md) or, for Visual Studio Enterprise, the [Snapshot Debugger](../debugger/debug-live-azure-applications.md)|
3131
|Azure VM|[Remote debug ASP.NET on Azure](../debugger/remote-debugging-azure.md)|
3232
|Azure Service Fabric|[Debug an Azure Service Fabric application](/azure/service-fabric/service-fabric-debugging-your-application#debug-a-remote-service-fabric-application)|
3333
|ASP.NET|[Remote debug ASP.NET Core](../debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md) or [Remote Debug ASP.NET](../debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md)|

docs/help-viewer/accessibility-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Accessibility of Help Viewer
3+
description: Review the list of accessibility features in the Microsoft Help Viewer, covering keyboard access, font size, window size, and Help Viewer position.
34
ms.date: 11/02/2017
45
ms.topic: conceptual
56
helpviewer_keywords:

docs/help-viewer/administrator-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Help Viewer administrator guide
3+
description: Read the Microsoft Help Viewer administrator guide. Deploy local Help content from the internet, or deploy pre-installed local Help content on client computers.
34
ms.date: 11/01/2017
45
ms.topic: conceptual
56
ms.assetid: 4340c69f-b96b-4932-bb82-38b16a5ab149

docs/help-viewer/behavior-overrides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Help Content Manager overrides
3+
description: Learn about Help Content Manager overrides, which change the default behavior of Help Viewer and help-related features in the Visual Studio IDE.
34
ms.date: 11/01/2017
45
ms.topic: conceptual
56
ms.assetid: 95fe6396-276b-4ee5-b03d-faacec42765f

docs/help-viewer/command-line-arguments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Command-line arguments for the Help Content Manager
3+
description: Use command-line arguments for the Help Content Manager (HlpCtntMgr.exe) to specify how to deploy and manage local Help content.
34
ms.date: 11/01/2017
45
ms.topic: reference
56
ms.assetid: 3aa9890a-1147-42ba-adea-17935d184038

docs/help-viewer/customize.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Customize the Help Viewer
3+
description: Understand how to customize the Help Viewer. Configure the layout, font size, maximum number of results, and whether to include English content.
34
ms.date: 11/02/2017
45
ms.topic: how-to
56
f1_keywords:

docs/help-viewer/find-topics-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use Help Viewer index
3+
description: Find topics by using the Microsoft Help Viewer index, which contains a list of keywords that are associated with topics in the installed content.
34
ms.date: 11/02/2017
45
ms.topic: how-to
56
helpviewer_keywords:

docs/help-viewer/find-topics-toc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Use Help Viewer table of contents
3+
description: Use Microsoft Help Viewer to find topics in the table of contents (TOC). The TOC is an expandable list that contains all of the topics in the installed books.
34
ms.date: 11/02/2017
45
ms.topic: how-to
56
f1_keywords:

docs/help-viewer/find-topics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Search for topics (Help Viewer)
3+
description: Learn how to search for topics in the Microsoft Help Viewer. Customize searches using wildcard expressions, logical operators, and advanced search operators.
34
ms.date: 11/02/2017
45
ms.topic: how-to
56
ms.assetid: 683f1b0c-1551-4bba-91fe-3855f03fdd69

docs/help-viewer/install-manage-local-content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Install local help documentation
3+
description: Install and manage local help documentation using the Microsoft Help Viewer. Add, remove, update, and move Help content that's installed on your computer.
34
ms.date: 11/04/2016
45
ms.topic: how-to
56
f1_keywords:

docs/help-viewer/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Install offline help
3+
description: See how to install Microsoft Help Viewer to read offline help. Several products, such as Visual Studio and SQL Server, use Help Viewer to deliver help content.
34
ms.date: 11/01/2017
45
ms.topic: how-to
56
helpviewer_keywords:

docs/help-viewer/logical-operators-search-expressions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Logical operators in search expressions (Help Viewer)
3+
description: Understand how to use logical operators and advanced search operators to refine search expressions in Microsoft Help Viewer.
34
ms.custom: SEO-VS-2020
45
ms.date: 11/02/2017
56
ms.topic: reference

docs/help-viewer/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Offline help documentation
3+
description: Install and view offline help documentation for various products and technologies, such as Visual Studio and .NET, using Microsoft Help Viewer.
34
ms.date: 11/02/2017
45
ms.topic: conceptual
56
f1_keywords:

docs/help-viewer/shortcut-keys.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Shortcut keys (Help Viewer)
3+
description: See the list of shortcut keys in Microsoft Help Viewer. Use shortcut keys for navigation, window management, and content management.
34
ms.date: 11/02/2017
45
ms.topic: reference
56
helpviewer_keywords:

0 commit comments

Comments
 (0)