Skip to content

Commit 5ab6a93

Browse files
authored
Merge pull request #232904 from RoseHJM/mdb-convert-quickstart-to-tutorial
MDB convert quickstart to tutorial
2 parents 863ade6 + 6c30b39 commit 5ab6a93

39 files changed

+186
-123
lines changed

.openpublishing.redirection.dev-box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"redirections": [
33
{
4-
"source_path": "articles/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app.md",
5-
"redirect_url": "/azure/dev-box/quickstart-connect-to-dev-box-with-remote-desktop-app",
4+
"source_path": "articles/dev-box/quickstart-connect-to-dev-box-with-remote-desktop-app.md",
5+
"redirect_url": "/azure/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app",
66
"redirect_document_id": false
77
},
88
{

articles/dev-box/how-to-manage-dev-boxes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After you create your dev box, you can connect to it through a Remote Desktop ap
4040

4141
:::image type="content" source="./media/how-to-manage-dev-boxes/open-rdp-client.jpg" alt-text="Screenshot of the option to open a dev box in an RDP client.":::
4242

43-
For most cases, use the Remote Desktop app when you're accessing a dev box. Remote Desktop provides the highest performance and best user experience for heavy workloads. For more information, see [Quickstart: Use a Remote Desktop client to connect to a dev box](./quickstart-connect-to-dev-box-with-remote-desktop-app.md).
43+
For most cases, use the Remote Desktop app when you're accessing a dev box. Remote Desktop provides the highest performance and best user experience for heavy workloads. For more information, see [Tutorial: Use a Remote Desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md).
4444

4545
Use the browser for lighter workloads. When you access your dev box via your phone or laptop, you can use the browser. The browser is useful for tasks such as a quick bug fix or a review of a GitHub pull request. For more information, see the [steps for using a browser to connect to a dev box](./quickstart-create-dev-box.md#connect-to-a-dev-box).
4646

@@ -59,5 +59,5 @@ You can delete dev boxes after you finish your tasks. Say you finished fixing yo
5959

6060
## Next steps
6161

62-
- [Use a remote desktop client to connect to a dev box](./quickstart-connect-to-dev-box-with-remote-desktop-app.md)
62+
- [Use a remote desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md)
6363
- [Use a browser to connect to a dev box](./quickstart-create-dev-box.md#connect-to-a-dev-box)

articles/dev-box/index.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ landingContent:
3535
- text: Configure Microsoft Dev Box
3636
url: quickstart-configure-dev-box-service.md
3737
- text: Create a dev box
38-
url: quickstart-create-dev-box.md
38+
url: quickstart-create-dev-box.md
39+
40+
# Card
41+
- title: Connect to a dev box
42+
linkLists:
43+
- linkListType: tutorial
44+
links:
3945
- text: Use the Remote Desktop client to connect to a dev box
40-
url: quickstart-connect-to-dev-box-with-remote-desktop-app.md
46+
url: tutorial-connect-to-dev-box-with-remote-desktop-app.md
47+
4148
# Card
4249
- title: Provide access to Microsoft Dev Box
4350
linkLists:

0 commit comments

Comments
 (0)