-
Notifications
You must be signed in to change notification settings - Fork 9
Description
This issue is for a: (mark with an x
)
- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Use the deploy to azure button on the samples page
Any log messages given by the failure
"The following list of images referenced from the deployment template are not found: Publisher: MicrosoftWindowsDesktop, Offer: Windows-10, Sku: rs5-pro, Version: latest. Please refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/cli-ps-findimage for instructions on finding available images."
Expected/desired behavior
The whole template is deployed
OS and Version?
Windows 11
Versions
Latest
Mention any other details that might be useful
It seems that sku rs5-pro
is replaced by sku rs5-pro-g2
. When I changed that in the portal and redeployed the SKU error was solved.
Another error was the VM Size. When I clicked the "deploy to azure button" from this page the VM size was a "VM Generation Support Gen 1" Standard_D2_v3
. It must be a Gen 2. In the code I saw the the size Standard_DS3_v2
and that worked. Is the last version of this code already deployed to Azure???