Skip to content

Commit 39379b2

Browse files
authored
Fixed alt text
1 parent f3bfd47 commit 39379b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/start-stop-vms/pre-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ The steps in this section require the `ststv2_vms_Scheduled_start` logic app tha
3838

3939
1. In the Logic Apps Designer page, select **Function-Try** and then select **Add an action**.
4040

41-
:::image type="content" source="./media/pre-actions/add-action-button.png" alt-text="Logic app designer page showing add action button location":::
41+
:::image type="content" source="./media/pre-actions/add-action-button.png" alt-text="Screenshot of the Logic Apps designer showing Add an Action button location":::
4242

4343
5. Choose **HTTP**, select the HTTP **Method**, and add the **URL**. This HTTP request will be the pre-action for the scheduled start action, after you change the action order in **Function-Try**. You can also configure the HTTP action at a later time.
4444

4545
6. Drag the **Scheduled** action below the new **HTTP** action in the **Function-Try** step. The pre-action must come before the scheduled action in the step. Your app should now look like the following example:
4646

47-
:::image type="content" source="./media/pre-actions/pre-action-configured.png" alt-text="Logic app designer page showing the actions in the correct order":::
47+
:::image type="content" source="./media/pre-actions/pre-action-configured.png" alt-text="Screenshot of the Logic Apps designer showing the actions in the correct order.":::
4848

4949
At this point, you've defined a pre-action that's run before the start action scheduled by `ststv2_vms_Scheduled_start`.
5050

@@ -53,4 +53,4 @@ At this point, you've defined a pre-action that's run before the start action sc
5353
If you have issues working with Start/Stop VMs v2, see the [Troubleshoot Guide](troubleshoot.md). For more assistance, you can also create an issue in the [Start Stop V2 Deployments GitHub repository](https://github.com/microsoft/startstopv2-deployments/issues).
5454

5555

56-
[deployment article]: deploy.md
56+
[deployment article]: deploy.md

0 commit comments

Comments
 (0)