Skip to content

Commit ffa3ceb

Browse files
committed
update bicep example to use output
1 parent f79326f commit ffa3ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dsc/examples/hello_world.dsc.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ resource echo 'Microsoft.DSC.Debug/Echo@2025-08-27' = {
99
output: 'Hello, world!'
1010
}
1111
}
12+
13+
output exampleOutput string = echo.properties.output

0 commit comments

Comments
 (0)