Parameter decorators are like form field validators — they prevent invalid input before the server ever sees it.
Bicep decorators (@description, @allowed, @secure) add metadata and validation to parameters. Clean, readable, and enforced at compile time.
# Editing main.bicep in VS Code with Bicep extension
Parameter decorators are like form field validators — they prevent invalid input before the server ever sees it.
Bicep decorators (@description, @allowed, @secure) add metadata and validation to parameters. Clean, readable, and enforced at compile time.
# Editing main.bicep in VS Code with Bicep extension
Sign in to cast your vote
Sign in to share your feedback and join the discussion.