Created
April 6, 2023 11:28
-
-
Save GrillPhil/075abfb20c28dbc4185d7103cd80958e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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