Skip to content

Commit a41187b

Browse files
Merge pull request #265973 from MayankBargali-MSFT/patch-108
Updated the EnableClassic option
2 parents c7a32f3 + 7c19a55 commit a41187b

File tree

1 file changed

+4
-4
lines changed
  • articles/azure-functions/start-stop-vms

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For each scenario, you can target the action against one or more subscriptions,
208208
```json
209209
{
210210
"Action": "start",
211-
"EnableClassic": true,
211+
"EnableClassic": false,
212212
"RequestScopes": {
213213
"ExcludedVMLists": [],
214214
"VMLists": [
@@ -290,7 +290,7 @@ In an environment that includes two or more components on multiple Azure Resourc
290290
```json
291291
{
292292
"Action": "start",
293-
"EnableClassic": true,
293+
"EnableClassic": false,
294294
"RequestScopes": {
295295
"ExcludedVMLists": [],
296296
"VMLists": [
@@ -366,7 +366,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
366366
"AutoStop_Threshold": "5",
367367
"AutoStop_TimeAggregationOperator": "Average",
368368
"AutoStop_TimeWindow": "06:00:00",
369-
"EnableClassic": true,
369+
"EnableClassic": false,
370370
"RequestScopes": {
371371
"ExcludedVMLists": [],
372372
"ResourceGroups": [
@@ -391,7 +391,7 @@ To learn more about how Azure Monitor metric alerts work and how to configure th
391391
"AutoStop_Threshold": "5",
392392
"AutoStop_TimeAggregationOperator": "Average",
393393
"AutoStop_TimeWindow": "06:00:00",
394-
"EnableClassic": true,
394+
"EnableClassic": false,
395395
"RequestScopes": {
396396
"ExcludedVMLists": [],
397397
"VMLists": [

0 commit comments

Comments
 (0)