Skip to content

Commit 43b9562

Browse files
committed
Revise filenames
1 parent 687d00b commit 43b9562

16 files changed

Lines changed: 21 additions & 15 deletions

articles/azure-functions/start-stop-vms-v2/TOC.yml renamed to articles/azure-functions/start-stop-v2/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- name: Manage Start/Stop VMs
88
href: manage.md
99
- name: Preactions in Start/Stop VMs
10-
href: preactions.md
10+
href: actions.md
1111
- name: Remove Start/Stop VMs
1212
href: remove.md
1313
- name: Troubleshoot Start/Stop VMs

articles/azure-functions/start-stop-vms-v2/preactions.md renamed to articles/azure-functions/start-stop-v2/actions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Adding preactions to schedules in Start/Stop VMs v2 (Azure)
2+
title: Add preactions to schedules in Start/Stop VMs v2 (Azure)
3+
titleSuffix: Azure Functions
34
description: This article shows you how to add a preaction to your Start/Stop VMs v2 schedules.
4-
services: azure-functions
5+
ms.service: azure-functions
56
ms.date: 09/21/2022
67
ms.topic: how-to
78
---

articles/azure-functions/start-stop-vms-v2/deploy.md renamed to articles/azure-functions/start-stop-v2/deploy.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Deploy Start/Stop VMs v2 to an Azure subscription
3+
titleSuffix: Azure Functions
34
description: This article tells how to deploy the Start/Stop VMs v2 feature for your Azure VMs in your Azure subscription.
4-
services: azure-functions
5+
ms.service: azure-functions
56
ms.date: 06/08/2022
67
ms.topic: how-to
78
ms.custom: subject-rbac-steps
@@ -34,7 +35,7 @@ To simplify management and removal, we recommend you deploy Start/Stop VMs v2 to
3435
> Currently this solution does not support specifying an existing Storage account or Application Insights resource.
3536
3637
> [!NOTE]
37-
> The naming format for the function app and storage account has changed. To guarantee global uniqueness, a random and unique string is now appended to the names of these resource.
38+
> The naming format for the function app and storage account changed. To guarantee global uniqueness, a random and unique string is now appended to the names of these resources.
3839
3940
1. Open your browser and navigate to the Start/Stop VMs v2 [GitHub organization](https://github.com/microsoft/startstopv2-deployments/blob/main/README.md).
4041
1. Select the deployment option based on the Azure cloud environment your Azure VMs are created in.
@@ -63,10 +64,10 @@ To simplify management and removal, we recommend you deploy Start/Stop VMs v2 to
6364
|Name |Value |
6465
|-----|------|
6566
|Region |Select a region near you for new resources.|
66-
|Resource Group Name |Specify the resource group name that will contain the individual resources for Start/Stop VMs. |
67+
|Resource Group Name |Specify the resource group name that contain the individual resources for Start/Stop VMs. |
6768
|Resource Group Region |Specify the region for the resource group. For example, **Central US**.|
68-
|Azure Function App Name |Type a name that is valid in a URL path. The name you type is validated to make sure that it's unique in Azure Functions. |
69-
|Application Insights Name |Specify the name of your Application Insights instance that will hold the analytics for Start/Stop VMs. |
69+
|Azure Function App Name |Type a name that's valid in a URL path. The name you type is validated to make sure that it's unique in Azure Functions. |
70+
|Application Insights Name |Specify the name of your Application Insights instance that holds the analytics for Start/Stop VMs. |
7071
|Application Insights Region |Specify the region for the Application Insights instance.|
7172
|Storage Account Name |Specify the name of the Azure Storage account to store Start/Stop VMs execution telemetry. |
7273
|Email Address |Specify one or more email addresses to receive status notifications, separated by a comma (,).|
@@ -81,7 +82,7 @@ To simplify management and removal, we recommend you deploy Start/Stop VMs v2 to
8182
:::image type="content" source="media/deploy/deployment-results-resource-list.png" alt-text="Start/Stop VMs template deployment resource list":::
8283

8384
> [!NOTE]
84-
> We are collecting operation and heartbeat telemetry to better assist you if you reach the support team for any troubleshooting. We are also collecting virtual machine event history to verify when the service acted on a virtual machine and how long a virtual machine was snoozed in order to determine the efficacy of the service.
85+
> We collect operation and heartbeat telemetry to better assist you if you reach the support team for any troubleshooting. We also collect virtual machine event history to verify when the service acted on a virtual machine and how long a virtual machine was snoozed in order to determine the efficacy of the service.
8586
8687
## Enable multiple subscriptions
8788

@@ -111,7 +112,7 @@ To manage the automation method to control the start and stop of your VMs, you c
111112

112113
- Scheduled - Start and stop actions are based on a schedule you specify against Azure Resource Manager and classic VMs. **ststv2_vms_Scheduled_start** and **ststv2_vms_Scheduled_stop** configure the scheduled start and stop.
113114

114-
- Sequenced - Start and stop actions are based on a schedule targeting VMs with pre-defined sequencing tags. Only two named tags are supported - **sequencestart** and **sequencestop**. **ststv2_vms_Sequenced_start** and **ststv2_vms_Sequenced_stop** configure the sequenced start and stop.
115+
- Sequenced - Start and stop actions are based on a schedule targeting VMs with predefined sequencing tags. Only two named tags are supported - **sequencestart** and **sequencestop**. **ststv2_vms_Sequenced_start** and **ststv2_vms_Sequenced_stop** configure the sequenced start and stop.
115116

116117
> [!NOTE]
117118
> This scenario only supports Azure Resource Manager VMs.
@@ -126,7 +127,7 @@ Perform the following steps to configure the scheduled start and stop action for
126127

127128
Configuring the logic app to just start the VMs is supported.
128129

129-
For each scenario, you can target the action against one or more subscriptions, single or multiple resource groups, and specify one or more VMs in an inclusion or exclusion list. You cannot specify them together in the same logic app.
130+
For each scenario, you can target the action against one or more subscriptions, single or multiple resource groups, and specify one or more VMs in an inclusion or exclusion list. You can't specify them together in the same logic app.
130131

131132
1. Sign in to the [Azure portal](https://portal.azure.com) and then navigate to **Logic apps**.
132133

@@ -139,7 +140,7 @@ For each scenario, you can target the action against one or more subscriptions,
139140
:::image type="content" source="media/deploy/schedule-recurrence-property.png" alt-text="Configure the recurrence frequency for logic app":::
140141

141142
> [!NOTE]
142-
> If you do not provide a start date and time for the first recurrence, a recurrence will immediately run when you save the logic app, which might cause the VMs to start or stop before the scheduled run.
143+
> If you don't provide a start date and time for the first recurrence, a recurrence immediately runs when you save the logic app, which might cause the VMs to start or stop before the scheduled run.
143144
144145
1. In the designer pane, select **Function-Try** to configure the target settings. In the request body, if you want to manage VMs across all resource groups in the subscription, modify the request body as shown in the following example.
145146

articles/azure-functions/start-stop-vms-v2/manage.md renamed to articles/azure-functions/start-stop-v2/manage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Manage Start/Stop VMs v2
3+
titleSuffix: Azure Functions
34
description: This article tells how to monitor status of your Azure VMs managed by the Start/Stop VMs v2 feature and perform other management tasks.
4-
services: azure-functions
5+
ms.service: azure-functions
56
ms.date: 06/08/2022
67
ms.topic: conceptual
78
---

articles/azure-functions/start-stop-vms-v2/media/deploy/deployment-results-resource-list.png renamed to articles/azure-functions/start-stop-v2/media/deploy/deployment-results-resource-list.png

File renamed without changes.

articles/azure-functions/start-stop-vms-v2/media/deploy/deployment-template-details.png renamed to articles/azure-functions/start-stop-v2/media/deploy/deployment-template-details.png

File renamed without changes.

articles/azure-functions/start-stop-vms-v2/media/deploy/schedule-recurrence-property.png renamed to articles/azure-functions/start-stop-v2/media/deploy/schedule-recurrence-property.png

File renamed without changes.

articles/azure-functions/start-stop-vms-v2/media/manage/alerts-action-groups.png renamed to articles/azure-functions/start-stop-v2/media/manage/alerts-action-groups.png

File renamed without changes.

articles/azure-functions/start-stop-vms-v2/media/manage/email-notification-example.png renamed to articles/azure-functions/start-stop-v2/media/manage/email-notification-example.png

File renamed without changes.

articles/azure-functions/start-stop-vms-v2/media/manage/email-notification-type-example.png renamed to articles/azure-functions/start-stop-v2/media/manage/email-notification-type-example.png

File renamed without changes.

0 commit comments

Comments
 (0)