Skip to content

Commit 523720b

Browse files
authored
Merge pull request #182692 from johnkemnetz/patch-1
fix command
2 parents 8195233 + ac0b4b5 commit 523720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/chaos-studio/chaos-studio-tutorial-agent-based-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Next, set up a Microsoft-Agent target on each virtual machine or virtual machine
9696

9797
3. Copy down the GUID for the **agentProfileId** returned by this command for use in a later step.
9898

99-
4. Create the capabilities on the target by creating a capability.json file as shown below. Save the JSON file in the same location where you are running the Azure CLI. Replace `$RESOURCE_ID` with the resource ID of the target virtual machine or virtual machine scale set and `$CAPABILITY` with the [name of the fault capability you are enabling](chaos-studio-fault-library.md).
99+
4. Create the capabilities by replacing `$RESOURCE_ID` with the resource ID of the target virtual machine or virtual machine scale set and `$CAPABILITY` with the [name of the fault capability you are enabling](chaos-studio-fault-library.md).
100100

101101
```azurecli-interactive
102102
az rest --method put --url "https://management.azure.com/$RESOURCE_ID/providers/Microsoft.Chaos/targets/Microsoft-Agent/capabilities/$CAPABILITY?api-version=2021-09-15-preview" --body "{\"properties\":{}}"

0 commit comments

Comments
 (0)