Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,068 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I uploaded a simple powershell script to a storage container and then tried to install it onto a Windows 11 virtual machine as custom script extension but it always fails error with an error "ExtensionNotFoundForCPUArchitecture"
What am I doing wrong?
I think I've figured out my issue. I didn't realise that for running multiple scripts it isn't a single custom script extension per script. I already had a custom script extension installed and so adding a second extension to deploy my second script was causing the above error which wasn't obvious from the error message!