Skip to content

Commit 0f6d423

Browse files
Merge pull request #211169 from SwathiDhanwada-MSFT/patch-44
(AzureCXP) fixes MicrosoftDocs/azure-docs#98438
2 parents 9014be5 + f65f1bd commit 0f6d423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/template-tutorial-add-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This way of handling updates means your template can include all of the resource
7474

7575
## Customize by environment
7676

77-
Parameters let you customize the deployment by providing values that tailored for a particular environment. You can pass different values, for example, based on whether you're deploying to a development, testing, or production environment.
77+
Parameters let you customize the deployment by providing values that are tailored for a particular environment. You can pass different values, for example, based on whether you're deploying to a development, testing, or production environment.
7878

7979
The previous template always deploys a standard locally redundant storage (LRS) **Standard_LRS** account. You might want the flexibility to deploy different stock keeping units (SKUs) depending on the environment. The following example shows the changes to add a parameter for SKU. Copy the whole file and paste it over your template.
8080

@@ -179,4 +179,4 @@ If you're stopping now, you might want to clean up your deployed resources by de
179179
You improved the template you created in the [first tutorial](template-tutorial-create-first-template.md) by adding parameters. In the next tutorial, you learn about template functions.
180180

181181
> [!div class="nextstepaction"]
182-
> [Add template functions](template-tutorial-add-functions.md)
182+
> [Add template functions](template-tutorial-add-functions.md)

0 commit comments

Comments
 (0)