You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `LdapsCertChainInfo` and `OidcCertChain` can be omitted completely for debugging or demo purposes. For information on how to get LdapsCertChainInfo and OidcCertChainInfo, see [PKI for disconnected operations](disconnected-operations-pki.md).
310
+
> `LdapsCertChainInfo` and `OidcCertChain` can be omitted completely for debugging or demo purposes. For information on how to get LdapsCertChainInfo and OidcCertChainInfo, see [PKI for disconnected operations](disconnected-operations-pki.md). In this preview release, there's an issue with the `Get-CertificateChainFromEndpoint` not being exported as intended. Use the steps in [Known issues for disconnected operations for Azure Local](disconnected-operations-known-issues.md) to mitigate this issue.
311
+
312
+
312
313
313
314
For more information, see [Identity for disconnected operations](disconnected-operations-identity.md).
314
315
@@ -407,7 +408,7 @@ To configure observability, follow these steps:
407
408
408
409
```json
409
410
{
410
-
"appId": "f9c68c7b-0df2-4b3a-9833-3cfb41c6f829",
411
+
"appId": "<AppId>",
411
412
"displayName": "azlocalobsapp",
412
413
"password": "<RETRACTED>",
413
414
"tenant": "<RETRACTED>"
@@ -421,7 +422,7 @@ To configure observability, follow these steps:
Save the file and exit your editor. Restart your powershell session. Set the execution policy to unrestricted and import the modified OperationsModule module
### Air-gapped deployment when local DNS forwards and resolves external domain requests
25
-
There is a known issue if you try to deploy an air-gapped enviroment - in the rare condition you would have a local DNS server that is able to resolve public (Microsoft.com) endpoints.
40
+
There's a known issue when deploying an air-gapped environment—this happens if you’ve got a local DNS server that can resolve public endpoints like Microsoft.com.
26
41
27
-
Mitigation: Disable DNS forwarding for microsoft.com and azure.com zones. The appliance should not be able to resolve these DNS endpoint and will fail if it receives an IP address.
42
+
Mitigation: Disable DNS forwarding for microsoft.com and azure.com zones. The appliance can't resolve these DNS endpoints and fails if it receives an IP address.
0 commit comments