You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [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
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???
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
It seems that sku
rs5-pro
is replaced by skurs5-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 sizeStandard_DS3_v2
and that worked. Is the last version of this code already deployed to Azure???The text was updated successfully, but these errors were encountered: