(ExtensionNotFoundForCPUArchitecture) Extension with publisher 'Microsoft.Azure.ActiveDirectory', type 'AADLoginForWindows', and type handler version '2.0' for CPU Architecture 'arm64' was not found in the extension repository.
Fatih Onur
5
Reputation points
Hi, I am following https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows guide to enable Azure AD connection towards arm64 based Windows11 machine. However, I am receiving errors. Is this feature not supported for arm64 Windows?
$ az vm extension set \
--publisher Microsoft.Azure.ActiveDirectory \
--name AADLoginForWindows \
--resource-group rg-lz-perflibs-ci-prd-neu-001 \
--vm-name WoA64-devops-fatonu01-test01
(ExtensionNotFoundForCPUArchitecture) Extension with publisher 'Microsoft.Azure.ActiveDirectory', type 'AADLoginForWindows', and type handler version '2.0' for CPU Architecture 'arm64' was not found in the extension repository.
Code: ExtensionNotFoundForCPUArchitecture
Message: Extension with publisher 'Microsoft.Azure.ActiveDirectory', type 'AADLoginForWindows', and type handler version '2.0' for CPU Architecture 'arm64' was not found in the extension repository.
Sign in to answer