You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-issues.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
pull-requests: write # for actions/stale to close stale PRs
20
20
runs-on: ubuntu-latest
21
21
steps:
22
-
- uses: actions/stale@v5.1.1
22
+
- uses: actions/stale@v5
23
23
with:
24
24
repo-token: ${{ secrets.GITHUB_TOKEN }}
25
25
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.'
Copy file name to clipboardExpand all lines: bridge/articles/bridge-to-kubernetes-vs.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ In this tutorial, you learn how to:
30
30
31
31
- 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/).
32
32
- 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).
36
36
37
37
## Set up a service
38
38
@@ -51,7 +51,7 @@ The sample application has a frontend to interact and a backend that provides pe
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.
163
163
164
164
1. To remove the breakpoint, select that line and then select **Debug** > **Toggle Breakpoint** or select **F9**.
165
165
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
+

172
+
173
+
1. Click on the **Edit profile for Bridge to Kubernetes** link in the **Launch Profiles** dialog.
174
+

175
+
166
176
## Clean up resources
167
177
168
178
If you used the sample todo app for this tutorial, you can remove it from your cluster by using the Azure portal.
0 commit comments