Skip to content

Commit 792c787

Browse files
authored
Fix typos and improve readability in documentation
1 parent 10d48da commit 792c787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/parameter-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-bicep
88

99
# Create a parameters file for Bicep deployment
1010

11-
Bicep parameter files allow you to define values in an individual file that are then passed to your `main.bicep` file. The parameter files exposes values which may change from a given subscription, environment, and/or region. Leveraging a parameter file will drive consistency in your IaC deployments while also providing flexability. Some of this flexability may allow an organization to take advantage of cost benefits by right sizing their non production environments while maintaining the same core infrastructure.
11+
Bicep parameter files allow you to define values in an individual file that are then passed to your `main.bicep` file. The parameter file exposes values that may change from a given subscription, environment, and/or region. Leveraging a parameter file will drive consistency in your IaC deployments while also providing flexibility. Some of this flexibility might allow an organization to take advantage of cost benefits by right-sizing their nonproduction environments while maintaining the same core infrastructure.
1212

1313
These parameter files also help enable a streamline CI/CD deployment approach. Each parameter file is under source control and passed into the appropriate automated deployment steps. These parameter files ensure a consistent deployment experience.
1414

0 commit comments

Comments
 (0)