Changelog
2025-09-02: Managed Identity Operator role
Section titled “2025-09-02: Managed Identity Operator role”Starting with release v2.0.60
, we now assign the Managed Identity Operator
role to the managed identity created during the infrastructure installation step in the AVD Addon. This change is necessary to optimize our avdcli
executable and enable Azure Image Builder to download large files.
Important: If you’re using avdcli
version 2.0.6
or newer without the infrastructure from avd-deployments
version 2.0.60
(or newer), your image build will fail with an error indicating that the managed identity is missing
.
Manual Role Assignment
Section titled “Manual Role Assignment”To resolve this issue and use the latest version of avdcli
without problems, you can manually assign the Managed Identity Operator
role:
-
In the Azure Portal, navigate to Managed Identities.
-
Select the managed identity with the name you provided during infrastructure installation.
-
Navigate to the Access Control (IAM) tab.
-
Click +Add → Add role assignment.
-
Search for
Managed Identity Operator
, select it, and click Next. -
Click + Select members and search for the managed identity with the name you provided.
-
Select the managed identity and click Review + assign.
After completing these steps, you should see the Managed Identity Operator
role assigned to your managed identity in its Access Control tab.