Skip to content

Commit 2c13834

Browse files
committed
small tweaks after looking at the preview
1 parent adc0f25 commit 2c13834

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

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

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ ms.custom: template-how-to
1313

1414
Instance Readiness Testing (IRT) is a framework built to orchestrate real-world workloads for testing of the Azure Operator Nexus Platform.
1515

16-
## Table of Contents
17-
18-
- [Instance readiness testing](#instance-readiness-testing)
19-
- [Table of Contents](#table-of-contents)
20-
- [Environment requirements](#environment-requirements)
21-
- [Input configuration](#input-configuration)
22-
- [One Time Setup](#one-time-setup)
23-
- [Download IRT](#download-irt)
24-
- [Install dependencies](#install-dependencies)
25-
- [All in one setup](#all-in-one-setup)
26-
- [Step-by-Step setup](#step-by-step-setup)
27-
- [Create managed identity](#create-managed-identity)
28-
- [Create service principal and security group](#create-service-principal-and-security-group)
29-
- [Create isolation domains](#create-isolation-domains)
30-
- [Create archive storage](#create-archive-storage)
31-
- [Execution](#execution)
32-
- [Results](#results)
33-
3416
## Environment requirements
3517

3618
- A Linux environment (Ubuntu suggested) capable of calling Azure APIs
@@ -83,11 +65,11 @@ The `setup.sh` script is provided to aid with installing the listed dependencies
8365

8466
### Step-by-Step setup
8567

86-
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`.
87-
8868
> [!NOTE]
8969
> Only use this section if you're NOT using `all-in-one.sh`
9070
71+
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`.
72+
9173
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.
9274

9375
#### Create managed identity

0 commit comments

Comments
 (0)