Skip to content

Commit ffc7247

Browse files
committed
Dev box updates
1 parent 11717f3 commit ffc7247

8 files changed

+30
-17
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,6 @@
971971
".openpublishing.redirection.baremetal-infrastructure.json",
972972
".openpublishing.redirection.defender-for-cloud.json",
973973
".openpublishing.redirection.defender-for-iot.json",
974-
".openpublishing.redirection.deployment-environments.json",
975-
".openpublishing.redirection.dev-box.json",
976974
".openpublishing.redirection.healthcare-apis.json",
977975
".openpublishing.redirection.iot-hub-device-update.json",
978976
".openpublishing.redirection.json",

articles/dev-box/.openpublishing.redirection.dev-box.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
"source_path_from_root": "/articles/dev-box/cli-reference-subset.md",
1515
"redirect_url": "https://aka.ms/CLI-reference",
1616
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/dev-box/how-to-manage-dev-boxes.md",
20+
"redirect_url": "/azure/dev-box/how-to-create-dev-boxes-developer-portal.md",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/dev-box/how-to-manage-stop-schedule.md",
25+
"redirect_url": "/azure/dev-box/how-to-configure-stop-schedule.md",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/dev-box/how-to-configure-network-connections.md",
30+
"redirect_url": "/azure/dev-box/how-to-configure-network-connections.md",
31+
"redirect_document_id": false
1732
}
1833
]
1934
}

articles/dev-box/how-to-manage-stop-schedule.md renamed to articles/dev-box/how-to-configure-stop-schedule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Manage a dev box auto-stop schedule
2+
title: Set an auto-stop schedule for dev boxes
33
titleSuffix: Microsoft Dev Box
4-
description: This article describes how to automatically shutdown a pool of dev boxes by using a dev box auto-stop schedule.
4+
description: Learn how to configure an auto-stop schedule to automatically shutdown dev boxes in a pool at a specified time.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
@@ -142,4 +142,4 @@ You can also manage auto-stop schedules using Azure CLI.
142142
## Next steps
143143

144144
- [Manage a dev box definition](./how-to-manage-dev-box-definitions.md)
145-
- [Manage a dev box using the developer portal](./how-to-manage-dev-boxes.md)
145+
- [Manage a dev box using the developer portal](./how-to-create-dev-boxes-developer-portal.md)

articles/dev-box/how-to-manage-network-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Manage a network connection
2+
title: Configure a network connection to connect dev boxes
33
titleSuffix: Microsoft Dev Box
4-
description: This article describes how to create, delete, attach, and remove Microsoft Dev Box Preview network connections.
4+
description: Learn how to create, delete, attach, and remove Microsoft Dev Box Preview network connections.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
#Customer intent: As a dev infrastructure manager, I want to be able to manage network connections so that I can enable dev boxes to connect to my existing networks and deploy them in the desired region.
1212
---
1313

14-
# Manage network connections
14+
# Configure network connections
1515

1616
Network connections allow dev boxes to connect to existing virtual networks. They also determine the region into which dev boxes are deployed.
1717

articles/dev-box/overview-what-is-microsoft-dev-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is Microsoft Dev Box Preview?
2+
title: What is Microsoft Dev Box?
33
titleSuffix: Microsoft Dev Box
44
description: Learn how Dev Box Preview gives self-service access to high-performance, preconfigured, and ready-to-code cloud-based workstations.
55
services: dev-box

articles/dev-box/quickstart-configure-dev-box-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Configure Microsoft Dev Box Preview'
2+
title: 'Quickstart: Configure Microsoft Dev Box'
33
titleSuffix: Microsoft Dev Box
4-
description: This quickstart shows you how to configure the Microsoft Dev Box Preview service to provide dev boxes for users.
4+
description: In this quickstart, you learn how to configure the Microsoft Dev Box Preview service to provide dev boxes for users.
55
services: dev-box
66
ms.service: dev-box
77
ms.topic: quickstart

articles/dev-box/quickstart-create-dev-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Quickstart: Create a dev box'
33
titleSuffix: Microsoft Dev Box
4-
description: This quickstart shows you how to create a dev box and connect to it through a browser.
4+
description: In this quickstart, you learn how to create a dev box and connect to it through a browser.
55
services: dev-box
66
ms.service: dev-box
77
ms.topic: quickstart

articles/dev-box/toc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ items:
4141
- name: Manage a dev box project
4242
href: how-to-manage-dev-box-projects.md
4343
- name: Manage network connections
44-
href: how-to-manage-network-connection.md
45-
- name: Manage a dev box auto-stop schedule
46-
href: how-to-manage-stop-schedule.md
44+
href: how-to-configure-network-connections.md
45+
- name: Configure an auto-stop schedule
46+
href: how-to-configure-stop-schedule.md
4747
- name: Use Azure CLI devcenter extension
4848
href: how-to-install-dev-box-cli.md
4949
- name: Provision a Custom Image with Azure Image Builder
50-
href: how-to-customize-devbox-azure-image-builder.md
50+
href: how-to-customize-dev-box-azure-image-builder.md
5151
- name: Manage a dev box through developer portal
52-
href: how-to-manage-dev-boxes.md
52+
href: how-to-create-dev-boxes-developer-portal.md
5353
- name: Reference
5454
items:
5555
- name: Azure CLI

0 commit comments

Comments
 (0)