Skip to content

Commit f2cdad2

Browse files
authored
Update deploy-with-arm-template.md
1 parent 36aa7c5 commit f2cdad2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-video-indexer/deploy-with-arm-template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ You need an Azure Media Services account. You can create one for free through [C
3737

3838
* Create a new resource group on the same location as your Azure Video Indexer account by using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet.
3939

40-
```powershell
41-
New-AzResourceGroup -Name myResourceGroup -Location eastus
42-
```
40+
```powershell
41+
New-AzResourceGroup -Name myResourceGroup -Location eastus
42+
```
4343
4444
* Deploy the template to the resource group by using the [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment) cmdlet.
4545
46-
```powershell
47-
New-AzResourceGroupDeployment -ResourceGroupName myResourceGroup -TemplateFile ./avam.template.json
48-
```
46+
```powershell
47+
New-AzResourceGroupDeployment -ResourceGroupName myResourceGroup -TemplateFile ./avam.template.json
48+
```
4949
5050
> [!NOTE]
5151
> If you want to work with Bicep format, see [Deploy by using Bicep](./deploy-with-bicep.md).

0 commit comments

Comments
 (0)