Skip to content

Commit 975708f

Browse files
authored
Merge pull request #109001 from tfitzmac/0325version
fixes MicrosoftDocs/azure-docs#50887
2 parents e120492 + fe789dd commit 975708f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-resource-manager/templates/deploy-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: Deploy resources with Azure CLI and template
33
description: Use Azure Resource Manager and Azure CLI to deploy resources to Azure. The resources are defined in a Resource Manager template.
44
ms.topic: conceptual
5-
ms.date: 03/16/2020
5+
ms.date: 03/25/2020
66
---
77
# Deploy resources with ARM templates and Azure CLI
88

99
This article explains how to use Azure CLI with Azure Resource Manager (ARM) templates to deploy your resources to Azure. If you aren't familiar with the concepts of deploying and managing your Azure solutions, see [template deployment overview](overview.md).
1010

11+
The deployment commands changed in Azure CLI version 2.2.0. The examples in this article require Azure CLI version 2.2.0 or later.
12+
1113
[!INCLUDE [sample-cli-install](../../../includes/sample-cli-install.md)]
1214

1315
If you don't have Azure CLI installed, you can use the [Cloud Shell](#deploy-template-from-cloud-shell).

0 commit comments

Comments
 (0)