Skip to content

Commit daaf9d1

Browse files
authored
Update disconnected-operations-known-issues.md
Minor text updates
1 parent 86cd7ec commit daaf9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-local/manage/disconnected-operations-known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These release notes update continuously, and we add critical issues that need a
2222
## Known issues in the preview release
2323

2424
### Get-CertificateChainFromEndpoint method not found
25-
Known issue when running Get-CertificateChainFromEndpoint in order to populate the OidcCertChainInfo object.
25+
There's a known issue when running `Get-CertificateChainFromEndpoint` in order to populate the OidcCertChainInfo object.
2626

2727
Mitigation: You need to make a modification in the OperationsModule.
2828
Open the Azure.Local.DisconnectedOperations.psm1 file in notepad (or another text editor). Add the end of the file with the following
@@ -37,7 +37,7 @@ Import-Module "$applianceConfigBasePath\OperationsModule\Azure.Local.Disconnecte
3737

3838

3939
### Air-gapped deployment when local DNS forwards and resolves external domain requests
40-
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 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.
4141

4242
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.
4343

0 commit comments

Comments
 (0)