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 e0e807e commit 58667e3Copy full SHA for 58667e3
azure-local/manage/disconnected-operations-deploy.md
@@ -289,8 +289,8 @@ Populate the required parameters based on your deployment planning. Modify the e
289
1. Populate the identity configuration object.
290
291
```powershell
292
- $oidcCertChain = Get-CertChainInfo -endpoint 'https://adfs.azurestack.local'
293
- $ldapsCertChain = Get-CertChainInfo -endpoint 'https://dc01.azurestack.local'
+ $oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
+ $ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
294
295
$identityParams = @{
296
Authority = "https://adfs.azurestack.local/adfs"
0 commit comments