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.
1 parent 3176afe commit 4a1a422Copy full SHA for 4a1a422
azure-local/manage/disconnected-operations-deploy.md
@@ -292,7 +292,7 @@ Populate the required parameters based on your deployment planning. Modify the e
292
```powershell
293
$oidcCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://adfs.azurestack.local/adfs'
294
# Omit ldapsCertChain in this preview release
295
-# $ldapsCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://dc01.azurestack.local'
+ # $ldapsCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://dc01.azurestack.local'
296
$ldapPassword = 'RETRACTED'|ConvertTo-SecureString -AsPlainText -Force
297
298
$identityParams = @{
0 commit comments