Forum Discussion
Microsoft.Web/serverfarms resource deployment unspecified error
- Aug 24, 2022
Sergei Tsotsko - I began experiencing this as well. When I built the bicep file in VS Code, I reviewed the json. It had a validation error:
Missing required property "properties"arm-template (schema)
Once I added an empty "properties: {}" attribute, it built fine and deployment began to work.
Sergei Tsotsko - I began experiencing this as well. When I built the bicep file in VS Code, I reviewed the json. It had a validation error:
Missing required property "properties"arm-template (schema)
Once I added an empty "properties: {}" attribute, it built fine and deployment began to work.
- Sergei TsotskoAug 24, 2022Copper Contributor
Hi RonKmx2415!
Thanks for your reply!)
Yes, I've already resolved the issue with the same approach - addition of the "properties: {}" to the template.
Besides, a request has been raised for Microsoft and support engineers proposed the same solution.
So, we need to use this when deploying the serverfarms.