Skip to content

Commit 6831703

Browse files
Merge pull request #9994 from MicrosoftDocs/JarrettRenshaw-patch-9
Remove known issues about managed identities in VM
2 parents 977779b + e9c4346 commit 6831703

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

support/azure/virtual-machines/windows/performance-diagnostics.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ Run Performance Diagnostics directly from the Azure portal, where you can also r
3333

3434
This article explains how to use Performance Diagnostics and what the continuous and on-demand modes offer.
3535

36-
## Known issues
37-
38-
### Existing user-assigned managed identities removed from VM
39-
40-
**Issue**<br>
41-
If system-assigned managed identity is disabled on a VM, installing Performance Diagnostics using system-assigned managed identity will unintentionally remove any existing user-assigned managed identities from the VM.<br><br>
42-
**Cause**<br>
43-
If system-assigned managed identity is disabled on a VM and the authentication method selected during installation is system-assigned managed identity, Performance Diagnostics attempts to enable the system-assigned managed identity with an ARM template deployment. ARM treats the identity property as a complete object rather than a partial update. Because the deployment template specified only `SystemAssigned` as the identity type, it overwrites any existing user-assigned managed identities. This results in the removal of all user-assigned managed identities since both identity types weren' t explicitly defined in the template. This issue does not occur if system-assigned managed identity is already enabled on the VM before installing Performance Diagnostics using system-assigned managed identity.<br><br>
44-
**Status**<br>
45-
The product team is actively working on a fix and will update the status once the fix is available.<br><br>
46-
**Workaround**<br>
47-
To install Performance Diagnostics using a system-assigned managed identity on a VM that already has user-assigned managed identities, you must enable the system-assigned managed identity on the VM before installation to avoid overwriting existing identities. Alternatively, you can install Performance Diagnostics using other authentication methods such as user-assigned managed identity or storage account access keys.
48-
4936
## Prerequisites
5037

5138
* To run continuous and on-demand diagnostics on Windows, you need [.NET SDK](/dotnet/core/install/windows) version 4.5 or a later version installed.

0 commit comments

Comments
 (0)