Bicep 오류 코드 - BCP009

이 오류는 선언이 완료되지 않은 경우에 발생합니다.

오류 설명

Expected a literal value, an array, an object, a parenthesized expression, or a function call at this location.

솔루션

누락된 부분을 포함합니다. 자세한 내용은 Bicep 파일을 참조 하세요.

예제

다음 예제에서는 선언이 완료되지 않았기 때문에 metadata 오류를 발생합니다.

metadata description = 

선언을 완료하여 오류를 해결할 수 있습니다.

metadata description = 'Creates a storage account and a web app'

자세한 내용은 메타데이터를 참조하세요.

다음 단계

Bicep 오류 및 경고 코드에 대한 자세한 내용은 Bicep 코어 진단을 참조 하세요.