We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79326f commit ffa3cebCopy full SHA for ffa3ceb
dsc/examples/hello_world.dsc.bicep
@@ -9,3 +9,5 @@ resource echo 'Microsoft.DSC.Debug/Echo@2025-08-27' = {
9
output: 'Hello, world!'
10
}
11
12
+
13
+output exampleOutput string = echo.properties.output
0 commit comments