Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created April 6, 2023 11:28
Show Gist options
  • Save GrillPhil/075abfb20c28dbc4185d7103cd80958e to your computer and use it in GitHub Desktop.
Save GrillPhil/075abfb20c28dbc4185d7103cd80958e to your computer and use it in GitHub Desktop.
module webEndpoint 'services/frontdoor-endpoint.bicep' = {
name: 'deploy-fd-${envName}-web-ep'
params: {
frontDoorName: frontDoor.outputs.name
name: 'ep-${envName}-web'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment