Skip to content

Commit 538e244

Browse files
Merge pull request #286159 from gabesmsft/patch-8
Update deploy.md
2 parents 971556f + a324b59 commit 538e244

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ For each scenario, you can target the action against one or more subscriptions,
141141

142142
:::image type="content" source="media/deploy/schedule-recurrence-property.png" alt-text="Configure the recurrence frequency for logic app":::
143143

144+
> [!NOTE]
145+
> 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.
146+
144147
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.
145148

146149
```json
@@ -238,6 +241,9 @@ In an environment that includes two or more components on multiple Azure Resourc
238241

239242
:::image type="content" source="media/deploy/schedule-recurrence-property.png" alt-text="Configure the recurrence frequency for logic app":::
240243

244+
> [!NOTE]
245+
> 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.
246+
241247
1. In the designer pane, select **Function-Try** to configure the target settings and then select the **</> Code view** button in the top menu to edit the code for the **Function-Try** element. 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.
242248

243249
```json

0 commit comments

Comments
 (0)