Skip to content

Commit

Permalink
Merge pull request #2 from grayjeremy/add-output-variable
Browse files Browse the repository at this point in the history
add app service hostname as an output
  • Loading branch information
dbarkol authored Nov 9, 2020
2 parents 1a37a85 + 0e7a327 commit 2f7218e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,11 @@
}
]
}
]
],
"outputs": {
"appServiceEndpoint": {
"type": "string",
"value": "[concat('https://',reference(resourceId('Microsoft.Web/sites', parameters('siteName'))).hostNames[0])]"
}
}
}

0 comments on commit 2f7218e

Please sign in to comment.