Skip to content

Commit adc0f25

Browse files
committed
fixing note
1 parent 284f2c5 commit adc0f25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-run-instance-readiness-testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ There are multiple dependencies expected to be available during execution. Revie
7474

7575
The `setup.sh` script is provided to aid with installing the listed dependencies. It installs any dependencies that aren't available in PATH. It doesn't upgrade any dependencies that don't meet the minimum required versions.
7676

77-
[!NOTE]
78-
`setup.sh` assumes a nonroot user and attempts to use `sudo`
77+
> [!NOTE]
78+
> `setup.sh` assumes a nonroot user and attempts to use `sudo`
7979
8080
### All in one setup
8181

@@ -85,8 +85,8 @@ The `setup.sh` script is provided to aid with installing the listed dependencies
8585

8686
If your workflow is incompatible with `all-in-one.sh`, each resource needed for IRT can be created manually with each supplemental script. Like `all-in-one.sh`, running these scripts writes key/value pairs to your `irt-input.yml` for you to use during your run. These five scripts make up the `all-in-one.sh`.
8787

88-
[!NOTE]
89-
Only use this section if you're NOT using `all-in-one.sh`
88+
> [!NOTE]
89+
> Only use this section if you're NOT using `all-in-one.sh`
9090
9191
IRT makes commands against your resources, and needs permission to do so. IRT requires a Managed Identity and a Service Principal to execute. It also requires that the service principal is a member of the Azure AD Security Group that is also provided as input.
9292

0 commit comments

Comments
 (0)