Skip to content

Commit ee2699e

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 6db021d + 365f2bd commit ee2699e

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write # for actions/stale to close stale PRs
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/stale@v5.1.1
22+
- uses: actions/stale@v5
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
stale-issue-message: 'Thanks for sharing your feedback. We apologize for our delayed response. Due to the sheer volume of feedback in our repo, we have decided to prioritize the newest issues and are automatically closing our oldest issues with an Issues bot. If you believe your feedback is still actionable, then either respond directly in this issue or open a new documentation issue and we’ll review. If no activity occurs in the next 14 days, this issue will be closed.'

bridge/articles/bridge-to-kubernetes-vs.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In this tutorial, you learn how to:
3030

3131
- A Kubernetes cluster. You can create one in the [Azure portal](https://azure.microsoft.com/free/). If you don't have an Azure subscription, you can [create an account for free](https://azure.microsoft.com/free/).
3232
- The [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) executable installed on your system.
33-
- [Visual Studio 2019](https://www.visualstudio.com/vs/) version 16.7 or later running on Windows 10 or later.
34-
- The [Bridge to Kubernetes extension for Visual Studio](https://aka.ms/bridge-to-k8s-vsc-extension).
35-
- An application to troubleshoot, such as this [TODO App sample application](https://github.com/Microsoft/mindaro).
33+
- [Visual Studio 2019](https://www.visualstudio.com/vs/) version 16.7 or later running on Windows 10 or later or [Visual Studio 2022](https://www.visualstudio.com/vs/).
34+
- The [Bridge to Kubernetes extension for Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro) or [Bridge to Kubernetes extension for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro2022).
35+
- An application to troubleshoot, such as this [TODO App sample application](https://github.com/Azure/Bridge-To-Kubernetes/tree/main/samples/todo-app).
3636

3737
## Set up a service
3838

@@ -51,7 +51,7 @@ The sample application has a frontend to interact and a backend that provides pe
5151
1. Clone the sample repo.
5252

5353
```bash
54-
git clone https://github.com/Microsoft/mindaro
54+
git clone https://github.com/Azure/Bridge-To-Kubernetes
5555
```
5656

5757
1. Change directory to *samples/todo-app* and then create a namespace for the sample.
@@ -163,6 +163,16 @@ In this section, you set a breakpoint in your service.
163163

164164
1. To remove the breakpoint, select that line and then select **Debug** > **Toggle Breakpoint** or select **F9**.
165165

166+
## Edit launch profile
167+
168+
If you need to change how Bridge to Kubernetes connects to your cluster, in this section, you'll edit the launch profile settings.
169+
170+
1. Click on the arrow next to the **Bridge to Kubernetes** button, then click on **databaseApi Debug Properties**.
171+
![Screenshot shows the Bridge to Kubernetes drop down menu.](media/bridge-to-kubernetes-vs/change-bridge-properties.png)
172+
173+
1. Click on the **Edit profile for Bridge to Kubernetes** link in the **Launch Profiles** dialog.
174+
![Screenshot shows Launch Profiles dialog with a link to edit the Bridge to Kubernetes profile](media/bridge-to-kubernetes-vs/bridge-launch-profiles.png)
175+
166176
## Clean up resources
167177

168178
If you used the sample todo app for this tutorial, you can remove it from your cluster by using the Azure portal.
Loading
Loading

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: rjmolyneaux
66
ms.author: rmolyneaux
77
manager: jmartens
8-
ms.date: 09/13/2022
8+
ms.date: 09/14/2022
99
ms.custom: vs-acquisition
1010
ms.topic: reference
1111
ms.workload:
@@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio
2626

2727
| **Version**| **Channel** | **Release date** | **Build version** |
2828
| ---------------------- | ----------- | ---------------- | ----------------- |
29+
| 17.4.0 | Preview 2 | September 14, 2022 | 17.4.32912.340 |
2930
| 17.3.4 | Release | September 13, 2022 | 17.3.32901.215 |
3031
| 17.2.8 | Release | September 13, 2022 | 17.2.32901.213 |
3132
| 17.0.14 | Release | September 13, 2022 | 17.0.32901.226 |

0 commit comments

Comments
 (0)