microsoft / ignite-learning-paths-training-aiml

Microsoft Ignite Learning Path, Train the Trainer materials: Developers Guide to AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

got unknown error on aiml50 demonstration setup

easonlai opened this issue · comments

Hi

Need some help, I got below unknown error when try to deploy aiml50 demonstration. And I'm already follow through setup instruction... Please help...

"properties": {
    "statusCode": "BadRequest",
    "serviceRequestId": null,
    "statusMessage": "{\"error\":{\"code\":\"InvalidTemplateDeployment\",\"message\":\"The template deployment 'Microsoft.Template' is not valid according to the validation procedure. The tracking id is '2a482f22-cca8-4664-bb71-cc9e4ea74360'. See inner errors for details.\",\"details\":[{\"code\":\"ValidationForResourceFailed\",\"message\":\"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\"details\":[{\"code\":\"ServerFarmNotFound\",\"message\":\"The specified app service plan was not found.\"}]}]}}"
},

Thanks

Tested in regions, southeastasia; eastus; eastus2; westus2, all failed and got same error ...

Hi @easonlai thank you for reporting this we will start investigating @FBoucher and @smurawski this is the same error in AIML20 for some regions specified app service plan not found - but this should be created with the app service I assume, anything you would look for in the ARM template first?

@amynic @easonlai I think the full name of the app service sku changed. I've got a pull request to update the AIML50 deployment to remove that and just use the short sku name. #76

testing new template now before merging

@amynic That started to work at first, but now I'm getting invalid again. :/

template now fixed and tested - just merged this into the master branch of the repo. @easonlai thank you for reporting, please update your forked repo and check this fix works. #76

Awesome, just test and successfully deployed. Thanks for your promptly help :)

Amazing work @smurawski on the quick turnaround 👍✅🏆