Skip to content

Commit 00d97f4

Browse files
committed
Fixed blocking issues
1 parent a11a353 commit 00d97f4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ To enable Azure Local to be air-gapped or deployed fully disconnected, you must
698698
```powershell
699699
[Environment]::SetEnvironmentVariable("NUGET_CERT_REVOCATION_MODE", "offline", [System.EnvironmentVariableTarget]::Machine)
700700
```
701+
701702
- Configure the timeserver to use your domain controller,for example. Modify the script and run it from PowerShell:
702703

703704
```powershell
@@ -709,12 +710,15 @@ w32tm /resync /rediscover
709710
w32tm /query /peers
710711
```
711712

712-
Download (or copy) the following certificates and import them into the local trust store:
713+
Download (or copy) the following certificates and import them into the local trust store:
714+
713715
- [MicCodSigPCA2011](https://www.microsoft.com/pkiops/certs/MicCodSigPCA2011_2011-07-08.crt)
716+
714717
- [DigiCertGlobalRootCA](https://cacerts.digicert.com/DigiCertGlobalRootCA.crt?utm_medium=organic&utm_source=msazure-visualstudio&referrer=https://msazure.visualstudio.com/&_gl=1*1c6vxin*_gcl_au*MTE2OTcyNDYyMy4xNzUyMTg0NDU5)
718+
715719
- [DigiCertGlobalRootG2](https://cacerts.digicert.com/DigiCertGlobalRootG2.crt?utm_medium=organic&utm_source=msazure-visualstudio&referrer=https://msazure.visualstudio.com/&_gl=1*1c6vxin*_gcl_au*MTE2OTcyNDYyMy4xNzUyMTg0NDU5)
716720

717-
Place them in a folder, e.g.C:\AzureLocalDisconnectedOperations\Certs\
721+
Place them in a folder, for example, C:\AzureLocalDisconnectedOperations\Certs\
718722

719723
Import the certs by running the following:
720724

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ When attempting to initialize an Arc-enabled node, you may encounter error code
8080

8181
**Cause**: Signing in with a service principal name (SPN) causes arc initialization to fail.
8282

83-
**Mitigation**: Until the underlying issue is fixed, sign in to each Azure Local node by running `az login –use-device-code` instead of using a SPN.
83+
**Mitigation**: Until the underlying issue is fixed, sign in to each Azure Local node by running `az login –use-device-code` instead of using an SPN.
8484

8585
### Azure Local VMs (Arc VMs)
8686

azure-local/manage/disconnected-operations-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here are some scenarios for running Azure Local with disconnected operations:
3030

3131
- **Data sovereignty and compliance**: In sectors like government, healthcare, and finance, there's a necessity to meet data residency or compliance requirements. When you run disconnected, data and control remain within your organization's boundaries.
3232

33-
- **Remote or isolated locations**: In areas with limited network infrastructure, like remote or protected regions, disconnected operations lets you to use Azure Arc services and run workloads without relying on internet connectivity. For example, oil rigs and manufacturing sites.
33+
- **Remote or isolated locations**: In areas with limited network infrastructure, like remote or protected regions, disconnected operations lets you use Azure Arc services and run workloads without relying on internet connectivity. For example, oil rigs and manufacturing sites.
3434

3535
- **Security**: For industries with strict security requirements, disconnected operations help reduce the attack surface by not exposing systems to external networks.
3636

0 commit comments

Comments
 (0)