Skip to content

Commit 052cc5b

Browse files
author
Jill Grant
authored
Apply suggestions from code review
punctuation fixes
1 parent 2c13834 commit 052cc5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ A service principal with the following role assignments. The supplemental script
100100

101101
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.
102102

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:
104104
* SERVICE_PRINCIPAL_NAME - The name of the service principal, created with the `az ad sp create-for-rbac` command.
105105
* AAD_GROUP_NAME - The name of the security group.
106106

@@ -115,7 +115,7 @@ SERVICE_PRINCIPAL_NAME="<your service principal name>" AAD_GROUP_NAME="<your sec
115115
#### Create isolation domains
116116
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.
117117

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:
119119

120120
```bash
121121
# Example of the script being invoked:
@@ -126,7 +126,7 @@ Executing `create-l3-isolation-domains.sh` requires one **parameter**, a path to
126126
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.
127127

128128

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:
130130
* **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.
131131
* **STORAGE_ACCOUNT_NAME** - The name of the Azure storage account to be created.
132132
* **STORAGE_CONTAINER_NAME** - The name of the blob storage container to be created.

0 commit comments

Comments
 (0)