Skip to content

Commit ab05c20

Browse files
Update chaos-studio-target-selection.md
Making the title metadata attribute, H1 title, and all headings sentence cased.
1 parent 6e88581 commit ab05c20

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/chaos-studio/chaos-studio-target-selection.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Target Selection in Azure Chaos Studio Preview
2+
title: Target selection in Azure Chaos Studio Preview
33
description: Understand two different ways to select experiment targets in Azure Chaos Studio Preview.
44
author: prasha-microsoft
55
ms.author: prashabora
@@ -9,23 +9,23 @@ ms.date: 09/25/2023
99
ms.custom: template-concept, ignite-fall-2021, devx-track-arm-template
1010
---
1111

12-
# Target Selection in Azure Chaos Studio Preview
12+
# Target selection in Azure Chaos Studio Preview
1313

1414
Every chaos experiment is made up of a different combination of faults and targets, building up to a unique outage scenario to test your system's resilience against. You may want to select a fixed set of targets for your chaos experiment, or provide a rule in which all matching fault-onboarded resources are included as targets in your experiment. Chaos Studio enables you to do both by providing both manual and query-based target selection.
1515

16-
## List-Based Manual Target Selection
16+
## List-based manual target selection
1717

18-
List-Based Manual Target Selection allows you to select a fixed set of onboarded targets for a particular fault in your chaos experiment. Depending on the selected fault, you may select one or more onboarded resources to target. The aforementioned resources are added to the experiment upon creation time. In order to modify the list, you must navigate to the experiment's page and add or remove fault targets manually. An example of manual target selection is shown below.
18+
List-based manual target selection allows you to select a fixed set of onboarded targets for a particular fault in your chaos experiment. Depending on the selected fault, you may select one or more onboarded resources to target. The aforementioned resources are added to the experiment upon creation time. In order to modify the list, you must navigate to the experiment's page and add or remove fault targets manually. An example of manual target selection is shown below.
1919

20-
![Screenshot that shows the List-Based Manual Target Selection option in the Azure portal.](images/manual-target-selection.png)
20+
![Screenshot that shows the list-based manual target selection option in the Azure portal.](images/manual-target-selection.png)
2121

22-
## Query-Based Dynamic Target Selection
22+
## Query-based dynamic target selection
2323

24-
Query-Based Dynamic Target Selection allows you to input a KQL query that will select all onboarded targets that match the query result set. Using your query, you may filter targets based on common Azure resource parameters including type, region, name, and more. Upon experiment creation time, only the query itself will be added to your chaos experiment.
24+
Query-based dynamic target selection allows you to input a KQL query that will select all onboarded targets that match the query result set. Using your query, you may filter targets based on common Azure resource parameters including type, region, name, and more. Upon experiment creation time, only the query itself will be added to your chaos experiment.
2525

2626
The inputted query will run and add onboarded targets that match its result set upon experiment execution time. Thus, any resources onboarded to Chaos Studio after experiment creation time that match the query result set upon experiment execution time will be targeted by your experiment. You may preview your query's result set when adding it to your experiment, but be aware that it may not match the result set at experiment execution time. An example of a possible dynamic target query is shown below.
2727

28-
![Screenshot that shows the Query-Based Dynamic Target Selection option in the Azure portal.](images/dynamic-target-selection-preview.png)
28+
![Screenshot that shows the query-based dynamic target selection option in the Azure portal.](images/dynamic-target-selection-preview.png)
2929

3030
## Next steps
3131
Now that you understand both ways to select targets within a chaos experiment, you're ready to:

0 commit comments

Comments
 (0)