"Windows" i guess?
hostingEnvironment parameter

Hi!
Trying to deploy Wordpress from marketplace through a ARM-Template,
In the template there is a parameter hostingEnvironment :
},
"hostingEnvironment": {
"value": ""
},
its required and im not able to leave it blank as some people suggest.
What is expected here?
2 answers
Sort by: Most helpful
-
-
Ryan Hill 18,396 Reputation points Microsoft Employee
2020-04-29T18:53:23.057+00:00 Assuming you used https://ms.portal.azure.com/#create/WordPress.WordPress as a template, it's using https://learn.microsoft.com/en-us/azure/templates/microsoft.web/2018-02-01/sites template, I do realize that hostingEnvironment isn't documented. But I'm fairly certain hostingEnvironment references an App Service Environemt which is basically an isolated App Service. You shouldn't need that as long as serverFarmId (your app service plan) is set.