Forum Discussion
MrOvi
Nov 01, 2023Copper Contributor
WVD Artifacts location not available anymore on Github
Hello,
Since last week we started noticing that the artifacts github location for images is not working anymore.
Is anyone else encountering this issue?
"parameters": {
"_artifactsLocation": {
"type": "string",
"metadata": {
"description": "The base URI where artifacts required by this template are located."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/RDS-Templates/master/wvd-templates/"
},
Error:
{
"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: 19h2-ent, Version: latest. Please refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/cli-ps-findimage for instructions on finding available images."
}