Skip to content

Commit f9b69b2

Browse files
authored
Merge pull request #6276 from MicrosoftDocs/master637456399335638791
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 9678253 + 8cb1945 commit f9b69b2

20 files changed

+40
-6
lines changed

docs/containers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Repeat the process with the other projects that you want to control using Docker
113113
To add Kubernetes support, install the [Visual Studio Tools for Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vs-tools-for-kubernetes).
114114
::: moniker-end
115115

116-
With Kubernetes support, you can enable a connection between your local project and a Kubernetes cluster running in [Azure Kubernetes Service (AKS)](/azure/aks), and thereby modify and debug your services running in AKS using Visual Studio. This service is provided by [Azure Dev Spaces](/azure/dev-spaces/quickstart-netcore-visualstudio). Azure Dev Spaces also lets you set up separate branches of your Kubernetes services called *dev spaces* for development purposes, so you can efficiently isolate production services from working versions in development, and keep distinct modifications cleanly separated from each other.
116+
With Kubernetes support, you can enable a connection between your local project and a Kubernetes cluster running in [Azure Kubernetes Service (AKS)](/azure/aks), and thereby modify and debug your services running using Visual Studio. This service is provided by [Bridge to Kubernetes](overview-bridge-to-kubernetes.md). Bridge to Kubernetes also lets you set up separate branches of your Kubernetes services for development purposes, so you can efficiently isolate production services from working versions in development, and keep distinct modifications cleanly separated from each other.
117117

118-
To add Kubernetes support to your projects, choose **Kubernetes/Helm** when you add container orchestration support. Several files are added to your project, including *azds.yaml*, which configures Azure Dev Spaces, and Helm charts which describe the structure of your Kubernetes services.
118+
To add Kubernetes support to your projects, choose **Kubernetes/Helm** when you add container orchestration support. Several files are added to your project, including Helm charts which describe the structure of your Kubernetes services. To get started with Bridge to Kubernetes, see [Use Bridge to Kubernetes](bridge-to-kubernetes.md).
119119

120120
## Service Fabric support
121121

docs/debugger/mfc-debugging-techniques.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "MFC Debugging Techniques | Microsoft Docs"
3+
description: "Learn techniques for debugging MFC programs, including: coded breakpoints, tracing, memory leak detection, object memory dumps, and program size reduction."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/microsoft-visual-studio-debugger-exception-thrown-dialog-box.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Microsoft Visual Studio Debugger (Exception Thrown) Dialog Box | Microsoft Docs"
33
titleSuffix: ""
4-
ms.custom: "seodec18"
4+
description: "Learn what to do when an exception occurs that your program needs to handle. You can: 1) break into the debugger; 2) continue; or 3) ignore."
5+
ms.custom: "SEO-VS-2020, seodec18"
56
ms.date: "11/04/2016"
67
ms.topic: "reference"
78
f1_keywords:

docs/debugger/mixed-code-and-missing-information-in-the-call-stack-window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Mixed code & missing info in Call Stack window"
3+
description: In mixed-mode programs (native and managed) the debugger can't always show the complete call stack. Learn the possible discrepancies when native code calls managed code.
34
ms.custom: SEO-VS-2020
45
ms.date: "11/04/2016"
56
ms.topic: "troubleshooting"

docs/debugger/mixed-mode-debugging-for-ia64-processes-is-unsupported.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Mixed mode debugging for IA64 processes is unsupported"
3+
description: Visual Studio does not support mixed-mode debugging of managed and native code in IA64 (Itanium) processes. See this article for workarounds.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/mixed-mode-debugging-for-x64-processes-is-only-supported-when-using-microsoft-dotnet-framework-4-or-greater.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Mixed mode debugging for x64 processes is only supported when using Microsoft.NET Framework 4 or greater"
3+
description: .NET Framework versions earlier than 4 do not provide support for mixed-mode debugging of x64 processes. See this article for workarounds.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/mixed-mode-debugging-is-only-supported-when-using-microsoft-dotnet-framework-2-0-or-3-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Mixed Mode Debugging Is Only Supported when Using Microsoft .NET Framework 2.0 or 3.0 | Microsoft Docs"
3+
description: Versions of the Microsoft .NET Framework earlier than 2.0 do not provide support for mixed-mode debugging of 64-bit processes. See this article for workarounds.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/native-run-time-checks-customization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Native Run-Time Checks Customization | Microsoft Docs"
3+
description: "Learn ways to customize run-time checking, including: specifying a message destination, writing an error reporting function, and querying for error information."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/navigating-through-code-with-the-debugger.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Navigate code with the debugger | Microsoft Docs
3-
ms.custom: seodec18
2+
title: "Navigate code with the debugger | Microsoft Docs"
3+
description: "Learn how to use Visual Studio debugger to troubleshoot your code. Topics include: getting into break mode, stepping through code, and running to a target."
4+
ms.custom: "SEO-VS-2020, seodec18"
45
ms.date: 11/12/2018
56
ms.topic: how-to
67
f1_keywords:

docs/debugger/no-source-available.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "No Source Available | Microsoft Docs"
3+
description: Learn what you can do when your project does not have source code for the code that you want to view.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/other-dialog-boxes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Other Dialog Boxes | Microsoft Docs"
3+
description: "This section documents two dialog boxes: About Microsoft Spy++, and Copyright Notice for Spy++ Help."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
helpviewer_keywords:

docs/debugger/output-tab-message-options-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Output Tab, Message Options Dialog Box | Microsoft Docs"
3+
description: Use the Output tab of Message Options to specify what message data appears in Messages View. This article describes the available settings.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
helpviewer_keywords:

docs/debugger/output-window-debugging-options-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Output Window, Debugging, Options Dialog Box | Microsoft Docs"
3+
description: You can specify which types of debugging information appear in the Output window. Learn where to do this, and the types of information that you can control.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
f1_keywords:

docs/debugger/page-file-tab-process-properties-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Page File Tab, Process Properties Dialog Box | Microsoft Docs"
3+
description: Use the Page File tab of Process Properties to examine the paging file of a process. This article describes the available settings.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
helpviewer_keywords:

docs/debugger/prefetch-content-for-windows-store-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Debug using prefetched content in UWP apps | Microsoft Docs
3+
description: To make your UWP app more responsive, use ContentPrefetcher to request Windows to prefetch web content.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/debugger/process-properties-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Process Properties Dialog Box | Microsoft Docs"
3+
description: "Use Process Properties to find out more about a process that you select in Processes View. There are four tabs: General, memory, Page File, and Space."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
helpviewer_keywords:

docs/debugger/process-search-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Process Search Dialog Box | Microsoft Docs"
3+
description: Use Process Search to find and select the node for a specific process in Processes View. You can specify process ID, module string, and search direction.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
helpviewer_keywords:

docs/debugger/process-tab-window-properties-dialog-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Process Tab, Window Properties Dialog Box | Microsoft Docs"
3+
description: Use the Process tab of Window Properties to view the ID of the thread that created the selected window, and the ID of the process that owns the thread.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
helpviewer_keywords:

docs/debugger/processes-view.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Processes View | Microsoft Docs"
3+
description: Processes view displays a tree of all active processes on your system. Learn about its contents and uses, and follow the links to additional information.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
f1_keywords:

docs/debugger/project-settings-for-a-cpp-debug-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Project settings for a C++ debug config"
3-
ms.custom: "seodec18"
3+
description: Configure C and C++ debugging in Property Pages. This article describes the settings and tells you their category.
4+
ms.custom: "SEO-VS-2020, seodec18"
45
ms.date: "11/26/2018"
56
ms.topic: "reference"
67
f1_keywords:

0 commit comments

Comments
 (0)