Skip to content

Commit 665cf93

Browse files
authored
Merge pull request #180135 from johnkemnetz/patch-12
add note about powershell
2 parents ec7168e + a3fb07f commit 665cf93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ To open the Cloud Shell, just select **Try it** from the upper right corner of a
3131

3232
If you prefer to install and use the CLI locally, this tutorial requires Azure CLI version 2.0.30 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3333

34+
> [!NOTE]
35+
> These instructions use a Bash terminal in Azure Cloud Shell. Some commands may not work as described if running the CLI locally or in a PowerShell terminal.
36+
3437
## Assign managed identity to the virtual machine
3538

3639
Before setting up Chaos Studio on the virtual machine, you need to assign a user-assigned managed identity to each virtual machine and/or virtual machine scale set where you plan to install the agent by using the `az vm identity assign` or `az vmss identity assign` command. Replace `$VM_RESOURCE_ID`/`$VMSS_RESOURCE_ID` with the resource ID of the VM you are adding as a chaos target and `$MANAGED_IDENTITY_RESOURCE_ID` with the resource ID of the user-assigned managed identity.
@@ -251,4 +254,4 @@ You are now ready to run your experiment. To see the impact, we recommend openin
251254
## Next steps
252255
Now that you have run an agent-based experiment, you are ready to:
253256
- [Create an experiment that uses service-direct faults](chaos-studio-tutorial-service-direct-portal.md)
254-
- [Manage your experiment](chaos-studio-run-experiment.md)
257+
- [Manage your experiment](chaos-studio-run-experiment.md)

0 commit comments

Comments
 (0)