You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-run-instance-readiness-testing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ A service principal with the following role assignments. The supplemental script
100
100
101
101
Additionally, the script creates the necessary security group, and adds the service principal to the security group. If the security group exists, it adds the service principal to the existing security group.
102
102
103
-
Executing `create-service-principal.sh` requires the following environment variables to be set;
103
+
Executing `create-service-principal.sh` requires the following environment variables to be set:
104
104
* SERVICE_PRINCIPAL_NAME - The name of the service principal, created with the `az ad sp create-for-rbac` command.
105
105
* AAD_GROUP_NAME - The name of the security group.
106
106
@@ -115,7 +115,7 @@ SERVICE_PRINCIPAL_NAME="<your service principal name>" AAD_GROUP_NAME="<your sec
115
115
#### Create isolation domains
116
116
The testing framework doesn't create, destroy, or manipulate isolation domains. Therefore, existing Isolation Domains can be used. Each Isolation Domain requires at least one external network. The supplemental script, `create-l3-isolation-domains.sh`. Internal networks are created, manipulated, and destroy through the course of testing. They're created using the data provided in the networks blueprint.
117
117
118
-
Executing `create-l3-isolation-domains.sh` requires one **parameter**, a path to your networks blueprint file;
118
+
Executing `create-l3-isolation-domains.sh` requires one **parameter**, a path to your networks blueprint file:
119
119
120
120
```bash
121
121
# Example of the script being invoked:
@@ -126,7 +126,7 @@ Executing `create-l3-isolation-domains.sh` requires one **parameter**, a path to
126
126
IRT creates an html test report after running a test scenario. These reports can optionally be uploaded to a blob storage container. the supplementary script `create-archive-storage.sh` to create a storage container, storage account, and resource group if they don't already exist.
127
127
128
128
129
-
Executing `create-managed-identity.sh` requires the following environment variables to be set;
129
+
Executing `create-managed-identity.sh` requires the following environment variables to be set:
130
130
***RESOURCE_GROUP** - The resource group the Managed Identity is created in. The resource group is created in `eastus` if the resource group provided doesn't yet exist.
131
131
***STORAGE_ACCOUNT_NAME** - The name of the Azure storage account to be created.
132
132
***STORAGE_CONTAINER_NAME** - The name of the blob storage container to be created.
0 commit comments