Skip to content

Instantly share code, notes, and snippets.

@glennc
Last active July 17, 2018 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennc/d541e9b7ecdd31b8547cd5038d19461f to your computer and use it in GitHub Desktop.
Save glennc/d541e9b7ecdd31b8547cd5038d19461f to your computer and use it in GitHub Desktop.
2.1 Preview1 On Azure Post
{
"type": "siteextensions",
"name": "AspNetCoreRuntime",
"apiVersion": "2015-04-01",
"location": "[resourceGroup().location]",
"properties": {
"version": "[parameters('aspnetcoreVersion')]"
},
"dependsOn": [
"[resourceId('Microsoft.Web/Sites', parameters('siteName'))]"
]
}
@bjohndev
Copy link

Do you have any full example of an ARM template and where to add this in a full file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment