Skip to content

Commit 1cad4c4

Browse files
committed
Fixed doc
1 parent db4f879 commit 1cad4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clu-getstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Please set the environment variables for either Username/Password (no 2FA) or Se
136136
_fixture.GetRunner("resource-management").RunScript("01-ResourceGroups");
137137
}
138138
```
139-
- Set the [environment variables](#Environment_Variables_for_Authentication) for either Username/Password (no 2FA) or ServicePrincipal authentication
139+
- Set the [environment variables](#environment-variables-for-authentication) for either Username/Password (no 2FA) or ServicePrincipal authentication
140140
- The infrastructure automatically generates the following environment variables:
141141
- `BASEDIR` - directory path where test script is located
142142
- `location` - default "WestUS" location
@@ -156,7 +156,7 @@ runner.EnvironmentVariables.Add("myVariableName", runner.GenerateName("myres"));
156156

157157
##### Running Bash Tests using Bash shell
158158
- Bash tests should be runnable from bash shell in windows/linux/mac environments.
159-
- To manually run the tests; please set [environment variables](#Environment_Variables_for_Authentication) for authentication as well as update PATH and run `./examples/lib/testrunner.sh`
159+
- To manually run the tests; please set [environment variables](#environment-variables-for-authentication) for authentication as well as update PATH and run `./examples/lib/testrunner.sh`
160160

161161
```bash
162162
export azureUser=<[email protected]>

0 commit comments

Comments
 (0)