Skip to content

Commit e75edb6

Browse files
authored
Merge pull request #8467 from MicrosoftDocs/main637988080042166948sync_temp
Repo sync for protected CLA branch
2 parents 92408a1 + ee2699e commit e75edb6

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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

0 commit comments

Comments
 (0)