Skip to content

Commit b2a3c2f

Browse files
committed
Updated
1 parent 09eba67 commit b2a3c2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-local/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The following table lists the known issues in this release:
6363
|Feature |Issue |Workaround |
6464
|---------|---------|---------|
6565
| Add server <br> Repair server <!--32447442--> | The `Add-server` and `Repair-server` cmdlets fail with the error: <br> `Cluster Build ID matches node to add's Build ID`. | Use the OS image of the same solution version as that running on the existing cluster. To get the OS image, identify and download the image version from this [Release table](https://github.com/Azure-Samples/AzureLocal/blob/main/os-image/os-image-tracking-table.md). |
66-
| Add server <br> Repair server <!--32483959--> | If running `Add-server` and `Repair-server` cmdlets with customized storage adapter IP configured in your Azure Local instance, the operation might fail with the error: <br> `Type 'ConfigureAzureStackHostStorageAdpaterIPAddressesInAddRepairNode' of Role 'HostNetwork' raised an exception:Connecting to remote server <MACHINE> failed with the following error message : Access is denied.`. | Contact Microsoft Support if you experience this issue. |
67-
| Security management <!--57340784--> | Owing to a bug in the compliance report, the **Security defaults**, **Application control**, and **Data protections** pages show *Unknown* for all security settings. | This is an issue only in the security compliance report. The states of the security settings are unaffected. Use PowerShell to verify the compliance statis of the security settings. <br><br>For more information, see [Manage secure baseline via PowerShell cmdlets](./manage/manage-secure-baseline.md#powershell-cmdlet-properties) |
66+
| Add server <br> Repair server <!--32483959--> | If running `Add-server` and `Repair-server` cmdlets with customized storage adapter IP configured in your Azure Local instance, the operation might fail with the error: <br> `Type 'ConfigureAzureStackHostStorageAdpaterIPAddressesInAddRepairNode' of Role 'HostNetwork' raised an exception: Connecting to remote server <MACHINE> failed with the following error message : Access is denied.`. | Contact Microsoft Support if you experience this issue. |
67+
| Security management <!--57340784--> | The **Security defaults**, **Application control**, and **Data protections** pages show *Unknown* for all security settings. | This issue is only in the security compliance report. The states of the security settings are unaffected. Use PowerShell to verify the compliance status of the security settings. <br><br>For more information, see [Manage secure baseline via PowerShell cmdlets](./manage/manage-secure-baseline.md#powershell-cmdlet-properties) |
6868

6969

7070
## Known issues from previous releases

azure-local/manage/add-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ On a node that already exists on your system, follow these steps:
128128
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
129129
```
130130
131-
1. Run the following command to add the new incoming node using a local adminsitrator credential for the new node:
131+
1. Run the following command to add the new incoming node using a local administrator credential for the new node:
132132
133133
```powershell
134134
$HostIpv4 = "<IPv 4 for the new node>"

0 commit comments

Comments
 (0)