Skip to content

Commit 96e8366

Browse files
committed
update bicep example to use output
1 parent 2ea358f commit 96e8366

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-01-01' = {
99
output: 'Hello, world!'
1010
}
1111
}
12+
13+
output exampleOutput string = echo.properties.output

0 commit comments

Comments
 (0)