Closed sethreidnz closed 7 years ago
Spoke too soon:
Working example:
"resources": [
{
"apiVersion": "2015-08-01",
"name": "ComposerExtension",
"type": "siteextensions",
"dependsOn": [
"[variables('appName')]"
]
}
]
Hi there,
I've been trying to install this extension via an ARM deployment template. I can get this to work fine with other extensions such as in this example:
https://github.com/davidebbo/AzureWebsitesSamples/blob/master/ARMTemplates/WebAppWithSiteExtension.json
But when I provide the value such as:
I get an error saying that "ComposerExtension" could not be found. Any ideas why this is the case?