Skip to content

Commit 9a2260d

Browse files
Update deploy.md
There is an incorrect information in the documentation. "In the designer pane, select **Function-Try** to configure the target settings". That won't configure anything and people may stuck. The proper information should be "In the designer pane, select **Function-Try** to configure the target settings and click the "</> Code view" button at the top menu to edit the code for the "Function-Try" element.
1 parent 0c398fa commit 9a2260d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ In an environment that includes two or more components on multiple Azure Resourc
227227

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

230-
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.
230+
1. In the designer pane, select **Function-Try** to configure the target settings and click the "</> Code view" button at 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.
231231

232232
```json
233233
{

0 commit comments

Comments
 (0)