Skip to content

Commit adcf4a7

Browse files
Update template-tutorial-create-first-template.md
1 parent bb9c9a3 commit adcf4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/templates/template-tutorial-create-first-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ If you don't have a Microsoft Azure subscription, [create a free account](https:
2020
> [!TIP]
2121
> If you're new to ARM templates, you might consider learning Bicep instead. Bicep is a new language that offers the same capabilities as ARM templates but with an easier-to-use syntax. To start learning Bicep, see [Quickstart: Create Bicep files with Visual Studio Code](../bicep/quickstart-create-bicep-use-visual-studio-code.md).
2222
23-
## Get tools
23+
## Get tools![image](https://github.com/user-attachments/assets/f303c351-e10c-4424-b606-eb385e1a9d47)
24+
![image](https://github.com/user-attachments/assets/ac23f62e-98a0-4766-b4a5-24166bea6366)
25+
2426

2527
Let's start by making sure you have the tools you need to create and deploy templates. Install these tools on your local machine.
2628

@@ -120,8 +122,6 @@ When you deploy a template, you can specify a resource group to contain the reso
120122
> [!NOTE]
121123
> Samples for the Azure CLI are written for the bash shell. To run this sample in Windows PowerShell or the Command Prompt, you may need to remove the back slashes and write the command as one line such as:
122124
123-
```az group create --name myResourceGroup --location "Central US"```
124-
125125
# [PowerShell](#tab/azure-powershell)
126126

127127
```azurepowershell

0 commit comments

Comments
 (0)