fabragaMS / ADPE2E

Azure Data Platform End-to-End
343 stars 239 forks source link

error deploying #21

Closed ErnestoGueMen closed 2 years ago

ErnestoGueMen commented 3 years ago

Hello

When I deploy, it's makes error in the "Review & Create" step:

{"code":"InvalidTemplateDeployment","details":[{"code":"InvalidParameter","target":"imageReference","message":"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."}],"message":"The template deployment 'Microsoft.Template-20211012172212' is not valid according to the validation procedure. The tracking id is '729a9123-5be9-45a9-97f0-e5655ab6361a'. See inner errors for details."}

------image below---

image

error_deploying_ADPE2E
douwevandenberg commented 3 years ago

The VM the deploy script refers to doesn't exist anymore. I used a workaround by replacing rs5-pro with 21h1-pro.

ErnestoGueMen commented 3 years ago

Thank you douwevandenberg, I will try again

ErnestoGueMen commented 3 years ago

still is the issue:

{"code":"InvalidTemplateDeployment","details":[{"code":"InvalidParameter","target":"imageReference","message":"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."}],"message":"The template deployment 'Microsoft.Template-20211027120329' is not valid according to the validation procedure. The tracking id is '068361b8-59b3-4fc7-95df-80601b445390'. See inner errors for details."}

EmielStoelinga commented 2 years ago

@ErnestoGueMen You should edit the template by clicking on the "Edit template" button and editing it before clicking on the "Review + create" button.