You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/chaos-studio/tutorial-schedule.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Schedule a recurring experient run with Azure Chaos Studio
2
+
title: Schedule a recurring experiment run with Azure Chaos Studio
3
3
description: Set up a logic app that schedules a chaos experiment in Azure Chaos Studio to run periodically.
4
4
services: chaos-studio
5
5
author: johnkemnetz
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
24
24
## Prerequisites
25
25
26
26
- 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).
28
28
- All resources targeted in the chaos experiment must be [onboarded to Chaos Studio](chaos-studio-targets-capabilities.md)
29
29
30
30
## Create a logic app
@@ -44,10 +44,10 @@ A logic app is an automated workflow that can execute based on a schedule. The l
44
44
|----------|-------|-------------|
45
45
|**Subscription**| <*Azure-subscription-name*> | Your Azure subscription name. This example uses `Azure Chaos Studio Demo`. |
46
46
|**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**. |
48
48
|**Name**| scheduleExperiment | Your logic app's name, which can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). This example uses `scheduleExperiment`. |
49
49
|**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**. |
51
51
52
52
1. When you're done, select **Review + create**. After Azure validates the information about your logic app, select **Create**.
53
53
@@ -86,9 +86,9 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
86
86
87
87

88
88
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.
90
90
91
-

91
+

92
92
93
93
| Property | Value | Description |
94
94
|----------|-------|-------------|
@@ -100,7 +100,7 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
100
100
1. Save your logic app. On the designer toolbar, select **Save**.
101
101
102
102
## 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.
104
104
105
105
1. In the Logic App Designer, under the Recurrence trigger, select **New step**.
0 commit comments