Jun 17 2021 03:02 PM
During the deployment of the Energy Management accelerator the deployment fails with error:
Jun 20 2021 01:35 PM
As far as I did not get any feedback, which was expected though in the community, observing the previous questions and responses, decided to try that by myself.
The problem is in a missing OS SKU image. The fix is simple but the effect of changing something was unclear. Cloned the repo and changed the energy management template, finished deployment, training, etc.
If anyone is interesting in doing the same for the other accelerators, check the changes in that repo.
Hope this helps to someone.
Jun 22 2021 10:15 AM
@ivoandreev - thank you for the note. It appears the sku rs5-pro is no longer valid in Azure (despite both the Azure CLI and PowerShell showing it is). I have updated the repo to sku 21h1-pro.
Regarding your other repo -- it looks like you covered most of the things for the change, but only for the Remote Desktop client. There is also a Bastion version. The two files that were updated are:
- shared/CreateWindowsVirtualMachineWithExtension.json
- shared/CreateWindowsVirtualMachineWithExtensionB.json
Jun 22 2021 09:27 PM