Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
joeycrack93 authored Oct 18, 2022
1 parent ca7be87 commit a2630b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bicep/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example | Description

## Shared Variable File Pattern (deploymentVariables.json)

The shared variable file pattern reduced the repeition of shared values in a library of bicep files. This pattern is utilized for all examples modules though in almost all cases you can over-ride the shared variable value by supplying custom parameter values at run time.
The shared variable file pattern reduced the repetition of shared values in a library of bicep files. This pattern is utilized for all examples modules though in almost all cases you can over-ride the shared variable value by supplying custom parameter values at run time.

Shown below are two ways by which the shared variable file (deploymentVariables.json) can be generated. The first utilizing PowerShell Core and the second using the Azure CLI. A deployment of mlz.bicep is required, please make note of the name and region of the deployment.

Expand Down

0 comments on commit a2630b4

Please sign in to comment.