Skip to content

Commit ea74b81

Browse files
Merge pull request #18501 from haraldfianbakken/release-local-disconnectednew
Release local disconnectednew
2 parents 9372d31 + 446bf46 commit ea74b81

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here's a brief overview of the tools and processes used during the deployment. A
7979

8080
To prepare each machine for the disconnected operations appliance, follow these steps:
8181

82-
1. Download the preview ISO (2506 and later).
82+
1. Download the Azure Local ISO (2506 and later).
8383

8484
1. Install the OS and configure the node networking for each Azure Local machine you intend to use to form an instance. For more information, see [Install the Azure Stack HCI operating system](../deploy/deployment-install-os.md).
8585

@@ -615,11 +615,11 @@ To initialize each node, follow these steps. Modify where necessary to match you
615615
```powershell
616616
Write-Host "az login to Disconnected operations cloud"
617617
az cloud set -n $applianceCloudName --only-show-errors
618-
Write-host "There's a known issue in this preview release where using the service principal doesn't work"
619-
# Following is commented out due to this issue
620-
# az login --service-principal --username $appId --password $clientSecret --tenant 98b8267d-e97f-426e-8b3f-7956511fd63f
621-
Write-Host "Using device code login - complete the login from your browser: "
622-
az login --use-device-code
618+
Write-Host "Login using service principal"
619+
az login --service-principal --username $appId --password $clientSecret --tenant 98b8267d-e97f-426e-8b3f-7956511fd63f
620+
# If you prefer interactive login..
621+
# Write-Host "Using device code login - complete the login from your browser"
622+
# az login --use-device-code
623623
624624
Write-Host "Connected to Disconnected operations Cloud through az cli"
625625
```

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ $managedIds|foreach-object {
7474
Write-Verbose "Wait 30 min before running cloud deployment from portal"
7575
```
7676

77-
### Arc-initialization (node) fails with error code 42
78-
79-
When attempting to initialize an Arc-enabled node, you may encounter error code 42.
80-
81-
**Cause**: Signing in with a service principal name (SPN) causes arc initialization to fail.
82-
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.
84-
8577
### Azure Local VMs (Arc VMs)
8678

8779
#### Azure Resource Graph add or edit tags error

0 commit comments

Comments
 (0)