Skip to content

Commit 7f1f02a

Browse files
authored
Merge pull request #10536 from Mikejo5000/mikejo-br16
Replace AKS article with note in Linux debugging article
2 parents a43b6dd + 2f5f591 commit 7f1f02a

File tree

4 files changed

+11
-36
lines changed

4 files changed

+11
-36
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,6 +3020,11 @@
30203020
"redirect_url": "/visualstudio/data-tools/save-data-back-to-the-database",
30213021
"redirect_document_id": false
30223022
},
3023+
{
3024+
"source_path": "docs/debugger/remote-debugging-aks-on-linux-with-ssh.md",
3025+
"redirect_url": "/visualstudio/debugger/remote-debugging-dotnet-core-linux-with-ssh",
3026+
"redirect_document_id": false
3027+
},
30233028
{
30243029
"source_path": "docs/debugger/using-run-time-checks-without-the-c-run-time-library.md",
30253030
"redirect_url": "/visualstudio/debugger/how-to-use-native-run-time-checks",

docs/debugger/remote-debugging-aks-on-linux-with-ssh.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/debugger/remote-debugging-dotnet-core-linux-with-ssh.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Debug .NET Core on Linux"
33
description: Debug .NET Core on Linux using Secure Shell (SSH) by attaching to a process. Prepare your app for debugging. Build and deploy the app. Attach the debugger.
44
ms.custom: SEO-VS-2020
5-
ms.date: "08/24/2021"
5+
ms.date: "10/24/2022"
66
ms.topic: "conceptual"
77
helpviewer_keywords:
88
- "remote debugging, linux"
@@ -19,6 +19,9 @@ ms.workload:
1919

2020
Starting in Visual Studio 2017, you can attach to .NET Core processes running on a local or remote Linux deployment over Secure Shell (SSH). This article describes how to set up debugging and how to debug. For debugging scenarios using Docker containers, see [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) and the [container tools](../containers/edit-and-refresh.md) articles instead. To debug Linux on WSL 2 from Visual Studio (no attach to process), see [Debug .NET Core Apps in WSL 2 with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md).
2121

22+
> [!NOTE]
23+
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes.md) is recommended instead of attach to process.
24+
2225
## Prerequisites
2326

2427
[!INCLUDE [prerequisites-dotnet-linux-ssh](../debugger/includes/prerequisites-dotnet-linux-ssh.md)]

docs/debugger/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@
438438
href: debug-dotnet-core-in-wsl-2.md
439439
- name: Debug .NET Core on Linux using SSH
440440
href: remote-debugging-dotnet-core-linux-with-ssh.md
441-
- name: Remote debug .NET Core running in AKS on Linux using SSH
442-
href: remote-debugging-aks-on-linux-with-ssh.md
441+
- name: Debug .NET Core on AKS >>
442+
href: /visualstudio/bridge/bridge-to-kubernetes-vs.md
443443
- name: Debug with Container Tools >>
444444
href: ../containers/edit-and-refresh.md
445445
- name: Application types

0 commit comments

Comments
 (0)