Skip to content

Repo sync for protected CLA branch #8467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5.1.1
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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.'
Expand Down
18 changes: 14 additions & 4 deletions bridge/articles/bridge-to-kubernetes-vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ In this tutorial, you learn how to:

- 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/).
- The [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) executable installed on your system.
- [Visual Studio 2019](https://www.visualstudio.com/vs/) version 16.7 or later running on Windows 10 or later.
- The [Bridge to Kubernetes extension for Visual Studio](https://aka.ms/bridge-to-k8s-vsc-extension).
- An application to troubleshoot, such as this [TODO App sample application](https://github.com/Microsoft/mindaro).
- [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/).
- 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).
- An application to troubleshoot, such as this [TODO App sample application](https://github.com/Azure/Bridge-To-Kubernetes/tree/main/samples/todo-app).

## Set up a service

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

```bash
git clone https://github.com/Microsoft/mindaro
git clone https://github.com/Azure/Bridge-To-Kubernetes
```

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

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

## Edit launch profile

If you need to change how Bridge to Kubernetes connects to your cluster, in this section, you'll edit the launch profile settings.

1. Click on the arrow next to the **Bridge to Kubernetes** button, then click on **databaseApi Debug Properties**.
![Screenshot shows the Bridge to Kubernetes drop down menu.](media/bridge-to-kubernetes-vs/change-bridge-properties.png)

1. Click on the **Edit profile for Bridge to Kubernetes** link in the **Launch Profiles** dialog.
![Screenshot shows Launch Profiles dialog with a link to edit the Bridge to Kubernetes profile](media/bridge-to-kubernetes-vs/bridge-launch-profiles.png)

## Clean up resources

If you used the sample todo app for this tutorial, you can remove it from your cluster by using the Azure portal.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
author: rjmolyneaux
ms.author: rmolyneaux
manager: jmartens
ms.date: 09/13/2022
ms.date: 09/14/2022
ms.custom: vs-acquisition
ms.topic: reference
ms.workload:
Expand All @@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio

| **Version**| **Channel** | **Release date** | **Build version** |
| ---------------------- | ----------- | ---------------- | ----------------- |
| 17.4.0 | Preview 2 | September 14, 2022 | 17.4.32912.340 |
| 17.3.4 | Release | September 13, 2022 | 17.3.32901.215 |
| 17.2.8 | Release | September 13, 2022 | 17.2.32901.213 |
| 17.0.14 | Release | September 13, 2022 | 17.0.32901.226 |
Expand Down