Skip to content

Commit 00df0a9

Browse files
authored
Merge pull request #18448 from ronmiab/rb-do-july-upds
Updated the TOC for Disconnected operations
2 parents 374dca3 + d5ec0a9 commit 00df0a9

File tree

4 files changed

+56
-8
lines changed

4 files changed

+56
-8
lines changed

azure-local/TOC.yml

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,50 @@ items:
665665
- name: To same hardware
666666
href: migrate/migrate-cluster-same-hardware.md
667667
- name: To new hardware
668-
href: migrate/migrate-cluster-new-hardware.md
668+
href: migrate/migrate-cluster-new-hardware.md
669+
670+
- name: Disconnected operations
671+
items:
672+
- name: Overview
673+
href: manage/disconnected-operations-overview.md
674+
- name: Known issues
675+
href: manage/disconnected-operations-known-issues.md
676+
- name: Plan
677+
items:
678+
- name: Network
679+
href: manage/disconnected-operations-network.md
680+
- name: Identity
681+
href: manage/disconnected-operations-identity.md
682+
- name: Security
683+
href: manage/disconnected-operations-security.md
684+
- name: Public key infrastructure
685+
href: manage/disconnected-operations-pki.md
686+
- name: Deploy
687+
items:
688+
- name: Set-up
689+
href: manage/disconnected-operations-set-up.md
690+
- name: Deployment
691+
href: manage/disconnected-operations-deploy.md
692+
- name: Manage
693+
items:
694+
- name: Azure CLI
695+
href: manage/disconnected-operations-cli.md
696+
- name: Azure Local VMs
697+
href: manage/disconnected-operations-arc-vm.md
698+
- name: Azure Kubernetes Service (AKS)
699+
href: manage/disconnected-operations-aks.md
700+
- name: Azure Container Registry
701+
href: manage/disconnected-operations-azure-container-registry.md
702+
- name: Azure Policy
703+
href: manage/disconnected-operations-policy.md
704+
- name: Azure monitor
705+
href: manage/disconnected-operations-monitoring.md
706+
- name: Troubleshoot
707+
items:
708+
- name: On-demand log collection
709+
href: manage/disconnected-operations-on-demand-logs.md
710+
- name: Fallback log collection
711+
href: manage/disconnected-operations-fallback.md
669712

670713
- name: Concepts
671714
items:

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When deploying Azure Local with disconnected operations, consider the following
4040

4141
For more information, see [Azure Local disconnected operations overview](disconnected-operations-overview.md).
4242

43-
<!--For information on known issues identified with disconnected operations for Azure Local, see [Known issues for disconnected operations](known-issues-disconnected-operations.md)-->
43+
For information on known issues identified with disconnected operations for Azure Local, see [Known issues for disconnected operations](disconnected-operations-known-issues.md).
4444

4545
## Checklist for deploying disconnected operations
4646

@@ -698,7 +698,8 @@ 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-
- Configure the timeserver to use your domain controller,for example. Modify the script and run it from PowerShell:
701+
702+
- Configure the timeserver to use your domain controller, for example. Modify the script and run it from PowerShell:
702703

703704
```powershell
704705
w32tm /config /manualpeerlist:"dc.contoso.com" /syncfromflags:manual /reliable:yes /update
@@ -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/known-issues-disconnected-operations.md renamed to azure-local/manage/disconnected-operations-known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: hafianba
1212

1313
::: moniker range=">=azloc-2506"
1414

15-
<!--[!INCLUDE [IMPORTANT](../includes/disconnected-operations-preview.md)]-->
15+
[!INCLUDE [IMPORTANT](../includes/disconnected-operations-preview.md)]
1616

1717
This article lists critical known issues and their workarounds in disconnected operations for Azure Local.
1818

@@ -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: 2 additions & 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

@@ -85,6 +85,7 @@ Here's the flow to deploy and manage Azure Local with disconnected operations:
8585

8686
| Step | Description |
8787
|------------|------------------|
88+
| Review [Known issues for disconnected operations](disconnected-operations-known-issues.md). | Check known issues with disconnected operations for Azure Local. |
8889
| Review the [Preview participation criteria](#preview-participation-criteria) | Check the preview participation criteria before you get started. |
8990
| **Plan** | |
9091
| Review [Network requirements for disconnected operations](disconnected-operations-network.md). | Configure the required network settings. |

0 commit comments

Comments
 (0)