Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This diagnostic occurs when the metadata
declaration missing the identifier.
Expected a metadata identifier at this location.
Error
Add the metadata identifier, and complete the declaration.
The following example raises the diagnostic because type declaration metadata
misses the identifier.
metadata
You can fix the diagnostic by completing the metadata
declaration.
metadata description = 'Creates a storage account and a web app'
For more information, see Metadata.
For more information about Bicep diagnostics, see Bicep core diagnostics.