Skip to content

Commit 192af03

Browse files
authored
Merge pull request #112804 from SwathiDhanwada-MSFT/patch-6
(AzureCXP) fixes MicrosoftDocs/azure-docs#53190
2 parents 15ed070 + 95bf69a commit 192af03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-resource-manager/templates/deployment-tutorial-local-template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ Templates are JSON files. To review/edit templates, you need a good JSON editor.
3232

3333
## Review template
3434

35-
The template used in this tutorial is similar to the template used in the [tutorial about Quickstart templates](template-tutorial-quickstart-template.md). If you are interested in creating the template, you can go through that tutorial. However it's not required for completing this tutorial.
36-
37-
The template deploys a storage account, app service plan, and web app.
35+
The template deploys a storage account, app service plan, and web app. If you are interested in creating the template, you can go through [tutorial about Quickstart templates](template-tutorial-quickstart-template.md). However it's not required for completing this tutorial.
3836

3937
:::code language="json" source="~/resourcemanager-templates/get-started-deployment/local-template/azuredeploy.json":::
4038

0 commit comments

Comments
 (0)