Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created April 6, 2023 11:30
Show Gist options
  • Save GrillPhil/2564232950331bfbab48b60f6ace2f3e to your computer and use it in GitHub Desktop.
Save GrillPhil/2564232950331bfbab48b60f6ace2f3e to your computer and use it in GitHub Desktop.
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