Skip to content

Commit fa5fdf9

Browse files
authored
Merge pull request #3 from ggailey777/start-stop
Edits to BalaS PR
2 parents 564cbeb + 3e992fe commit fa5fdf9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/azure-functions/start-stop-vms/overview.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ The Start/Stop VMs v2 feature starts or stops Azure Virtual Machines instances a
1313

1414
This new version of Start/Stop VMs v2 provides a decentralized low-cost automation option for customers who want to optimize their VM costs. It offers all of the same functionality as the [original version](../../automation/automation-solution-vm-management.md) available with Azure Automation, but it's designed to take advantage of newer technology in Azure.
1515

16-
> [!NOTE]
17-
> We've updated our Start/Stop VMs v2 function app resource to use .NET runtime version 4.x, and new customers will get this version by default when they install it from the marketplace. Existing customers should migrate from .NET runtime version 3.x to 4.x using our auto-update functionality to get the latest version either by running TriggerAutoUpdate timer function manually one time or wait for the schedule run if you have enabled it.
18-
>
19-
> [!NOTE]
20-
> We've added a plan (**AZ - Availability Zone**) to our Start/Stop VMs v2 solution to enable a high-availability offering. You can now choose between Consumption and Availability Zone plans before you start your deployment. In most cases, the monthly cost of the Availability Zone plan is higher when compared to the Consumption plan.
21-
22-
> [!NOTE]
23-
> Automatic updating functionality was introduced on April 28th, 2022. This new auto update feature helps you stay on the latest version of the solution. This feature is enabled by default when you perform a new installation.
24-
> If you deployed your solution before this date, you can reinstall to the latest version from our [GitHub repository](https://github.com/microsoft/startstopv2-deployments)
16+
## Important Start/Stop VMs v2 Updates
17+
18+
> + We've updated our Start/Stop VMs v2 function app resource to use [Azure Functions version 4.x](../functions-versions.md), and you'll get this version by default when you install Start/Stop VMs v2 from the marketplace. Existing customers should migrate from Functions version 3.x to version 4.x using our auto-update functionality. This functionality gets the latest version either by running the TriggerAutoUpdate timer function once manually or waiting for the schedule to run, if you've enabled it.
19+
>
20+
> + We've added a plan (**AZ - Availability Zone**) to our Start/Stop VMs v2 solution to enable a high-availability offering. You can now choose between Consumption and Availability Zone plans before you start your deployment. In most cases, the monthly cost of the Availability Zone plan is higher when compared to the Consumption plan.
21+
>
22+
> + Automatic updating functionality was introduced on April 28th, 2022. This new auto update feature helps you stay on the latest version of the solution. This feature is enabled by default when you perform a new installation.
23+
> If you deployed your solution before this date, you can reinstall to the latest version from our [GitHub repository](https://github.com/microsoft/startstopv2-deployments)
2524
2625
## Overview
2726

0 commit comments

Comments
 (0)