We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427d29b + 85866ab commit eb33673Copy full SHA for eb33673
1 file changed
Registration/RegisterWithAzure.ps1
@@ -46,7 +46,7 @@ URI used for ActivateBridge.ps1 that refers to the endpoint for Azure Resource M
46
.EXAMPLE
47
48
This script must be run from the Host machine of the POC.
49
-.\RegisterWithAzure.ps1 -azureSubscriptionId "5e0ae55d-0b7a-47a3-afbc-8b372650abd3" -azureDirectoryTenantId "contoso.onmicrosoft.com" -azureAccountId "serviceadmin@contoso.onmicrosoft.com" -azureCredentialPassword "password"
+.\RegisterWithAzure.ps1 -azureSubscriptionId "5e0ae55d-0b7a-47a3-afbc-8b372650abd3" -azureDirectoryTenantName "contoso.onmicrosoft.com" -azureAccountId "serviceadmin@contoso.onmicrosoft.com"
50
51
52
.NOTES
0 commit comments