Skip to content

Commit 284f2c5

Browse files
committed
fixes after review preview page
1 parent 4e4b14a commit 284f2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

119119
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.
120120

121-
Executing `create-service-principal` requires the following environment variables to be set;
121+
Executing `create-service-principal.sh` requires the following environment variables to be set;
122122
* SERVICE_PRINCIPAL_NAME - The name of the service principal, created with the `az ad sp create-for-rbac` command.
123123
* AAD_GROUP_NAME - The name of the security group.
124124

@@ -172,5 +172,5 @@ RESOURCE_GROUP="<your resource group>" STORAGE_ACCOUNT_NAME="<your storage accou
172172
1. A file named `summary-<cluster_name>-<timestamp>.html` is downloaded at the end of the run and contains the testing results. It can be viewed:
173173
1. From any browser
174174
1. Using elinks or lynx to view from the command line; for example:
175-
1. `elinks summary-<cluster_name>-<timestamp>..html`
175+
1. `elinks summary-<cluster_name>-<timestamp>.html`
176176
1. If the `PUBLISH_RESULTS_TO` parameter was provided, the results are uploaded to the blob container you specified. It can be previewed by navigating to the link presented to you at the end of the IRT run.

0 commit comments

Comments
 (0)