Skip to content

Commit 11efdf6

Browse files
committed
fix
1 parent 8707d79 commit 11efdf6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/chaos-studio/tutorial-schedule.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Schedule a recurring experient run with Azure Chaos Studio
2+
title: Schedule a recurring experiment run with Azure Chaos Studio
33
description: Set up a logic app that schedules a chaos experiment in Azure Chaos Studio to run periodically.
44
services: chaos-studio
55
author: johnkemnetz
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424
## Prerequisites
2525

2626
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
27-
- A chaos experiment. [Create a chaos experiment using the quickstart](chaos-studio-quickstart-azure-portal).
27+
- A chaos experiment. [Create a chaos experiment using the quickstart](chaos-studio-quickstart-azure-portal.md).
2828
- All resources targeted in the chaos experiment must be [onboarded to Chaos Studio](chaos-studio-targets-capabilities.md)
2929

3030
## Create a logic app
@@ -44,10 +44,10 @@ A logic app is an automated workflow that can execute based on a schedule. The l
4444
|----------|-------|-------------|
4545
| **Subscription** | <*Azure-subscription-name*> | Your Azure subscription name. This example uses `Azure Chaos Studio Demo`. |
4646
| **Resource group** | chaosstudiodemo | The name for the [Azure resource group](../azure-resource-manager/management/overview.md), which is used to organize related resources. This example creates a new resource group named `chaosstudiodemo`. |
47-
| **Type** | Consumption | The [logic app resource type](../logic-apps/single-tenant-overview-compare.md). Set this to **Consumption**. |
47+
| **Type** | Consumption | The [logic app resource type](../logic-apps/single-tenant-overview-compare.md). Set to **Consumption**. |
4848
| **Name** | scheduleExperiment | Your logic app's name, which can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). This example uses `scheduleExperiment`. |
4949
| **Location** | East US | The region where to store your logic app information. This example uses `East US`. |
50-
| **Enable log analytics** | No | Set up diagnostic logging for the logic app. Set this to **No**. |
50+
| **Enable log analytics** | No | Set up diagnostic logging for the logic app. Set to **No**. |
5151

5252
1. When you're done, select **Review + create**. After Azure validates the information about your logic app, select **Create**.
5353

@@ -86,9 +86,9 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
8686

8787
![Screenshot that shows the opened "Add new parameter" list and these selected properties: "On these days", "At these hours", and "At these minutes".](images/tutorial-schedule-recurrence-parameters.png)
8888

89-
1. Now set the values for the additional properties as shown and described here.
89+
1. Now set the values for the properties as shown and described here.
9090

91-
![Screenshot that shows the additional properties set to the values as described in the following table.](images/tutorial-schedule-recurrence-parameters-final.png)
91+
![Screenshot that shows the properties set to the values as described in the following table.](images/tutorial-schedule-recurrence-parameters-final.png)
9292

9393
| Property | Value | Description |
9494
|----------|-------|-------------|
@@ -100,7 +100,7 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
100100
1. Save your logic app. On the designer toolbar, select **Save**.
101101

102102
## Add a run chaos experiment action
103-
Now that you have a trigger, add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) that starts the experiment. This tutorial uses the **Invoke resourec operation** action to start the experiment.
103+
Now that you have a trigger, add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) that starts the experiment. This tutorial uses the **Invoke resource operation** action to start the experiment.
104104

105105
1. In the Logic App Designer, under the Recurrence trigger, select **New step**.
106106

0 commit comments

Comments
 (0)