Using resourceTypedParamsAndOutputs in bicep
I am writing a bicep file to deploy an app-service. I am using the experimental feature 'resourceTypedParamsAndOutputs' for this.
When I attempt to reference the resources, like in the appSettings, I get the following error:
'Deployment template validation failed: 'The template resource 'Microsoft.Web/sites/wapp-gnnwk-nervexis-test' reference to 'Microsoft.Web/sites/fa-gnnwk-rdw-mock' requires an API version. Please see https://aka.ms/arm-syntax for usage details.'
Template structure and syntax - Azure Resource Manager
Describes the structure and properties of Azure Resource Manager templates (ARM templates) using declarative JSON syntax.
1 Reply
I have provided the API version in the param resource definition, what API version is it missing?