Skip to content

Commit da97aa7

Browse files
authored
Merge pull request #101440 from mwiemer-microsoft/patch-2
Fix typo and mention Bicep
2 parents a2aac09 + 47c3c35 commit da97aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: contperf-fy21q3, mode-ui
1313

1414
In this quickstart, you learn how to create an Azure Resource Manager template (ARM template) in the Azure portal. You edit and deploy the template from the portal.
1515

16-
ARM templates are JSON files that define the resources you need to deploy for your solution. To understand the concepts associated with deploying and managing your Azure solutions, see [template deployment overview](overview.md).
16+
ARM templates are JSON or Bicep files that define the resources you need to deploy for your solution. To understand the concepts associated with deploying and managing your Azure solutions, see [template deployment overview](overview.md).
1717

1818
After completing the tutorial, you deploy an Azure Storage account. The same process can be used to deploy other Azure resources.
1919

@@ -54,7 +54,7 @@ Rather than manually building an entire ARM template, let's start by retrieving
5454

5555
You can use the portal for quickly developing and deploying ARM templates. In general, we recommend using Visual Studio Code for developing your ARM templates, and Azure CLI or Azure PowerShell for deploying the template, but you can use the portal for quick deployments without installing those tools.
5656

57-
In this section, let's suppose you have an ARM template that you want to deploy one time with setting up the other tools.
57+
In this section, let's suppose you have an ARM template that you want to deploy one time without setting up the other tools.
5858

5959
1. Again, select **Deploy a custom template** in the portal.
6060

0 commit comments

Comments
 (0)