Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 2f7218e

Browse files
authored
Merge pull request #2 from grayjeremy/add-output-variable
add app service hostname as an output
2 parents 1a37a85 + 0e7a327 commit 2f7218e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

azuredeploy.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,11 @@
9595
}
9696
]
9797
}
98-
]
98+
],
99+
"outputs": {
100+
"appServiceEndpoint": {
101+
"type": "string",
102+
"value": "[concat('https://',reference(resourceId('Microsoft.Web/sites', parameters('siteName'))).hostNames[0])]"
103+
}
104+
}
99105
}

0 commit comments

Comments
 (0)