Policy parameter json syntax does not match ARM syntax for integer type
Policy parameter json syntax does not match ARM syntax for integer type.
For a policy definition parameter, the integer type is 'integer'. But for an ARM template parameter, the integer type is 'int'. So when composing a deployIfNotExists policy that takes a numeric parameter, you have to use 'integer' in one place and 'int' in another. Syntax should be aligned with ARM.
1
vote
