Skip to content

Commit 3cd3975

Browse files
committed
Updating instructions in README to reflect disconnected scenarios
1 parent aed8893 commit 3cd3975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CanaryValidator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "serv
3535
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "<Tenant ARM endpoint>" -TenantAdminCredentials $TenantAdminCreds -WindowsISOPath "<path where the WS2016 ISO is present>"
3636
```
3737

38-
# NOTE: To retrieve the TenantID if not available already, you can use the PEP Get-AzureStackStampInformation available on the emergency console. Instructions on connecting to the PEP are available @ https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-privileged-endpoint
39-
# TenantID is the AADTenantID value returned from the PEP Get-AzureStackStampInformation
38+
## NOTE: To retrieve the TenantID if not available already, you can use the PEP Get-AzureStackStampInformation available on the emergency console. Instructions on connecting to the PEP are available @ https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-privileged-endpoint
39+
## TenantID is the AADTenantID value returned from the PEP Get-AzureStackStampInformation
4040

4141
## NOTE: When running Canary against ADFS environment (disconnected), please make sure to pass in the tenantAdminObjectId parameter
4242
## NOTE: If there is no tenant user available, you can create one and use it as shown below.

0 commit comments

Comments
 (0)