Created
April 6, 2023 11:30
-
-
Save GrillPhil/2564232950331bfbab48b60f6ace2f3e 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 web 'services/storage-static-website.bicep' = { | |
name: 'deploy-web-${envName}' | |
params: { | |
name: 'web${envName}' | |
location: location | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment