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: articles/azure-functions/start-stop-vms/overview.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@ The Start/Stop VMs v2 feature starts or stops Azure Virtual Machines instances a
14
14
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.
15
15
16
16
> [!NOTE]
17
-
> We've added a plan (**AZ - Availability Zone**) to our Start/Stop MVs 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.
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.
18
21
19
22
> [!NOTE]
20
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.
0 commit comments