Skip to content

Commit d02a8cf

Browse files
committed
updates3
1 parent 86b098a commit d02a8cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy Bicep files with the Azure CLI
33
description: Learn how to use Azure Resource Manager and the Azure CLI to deploy resources to Azure. The resources are defined in a Bicep file.
44
ms.topic: how-to
5-
ms.date: 01/10/2025
5+
ms.date: 01/13/2025
66
ms.custom: devx-track-azurecli, seo-azure-cli, devx-track-arm-template, devx-track-bicep
77
---
88

articles/azure-resource-manager/bicep/deploy-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy Bicep files with Azure PowerShell
33
description: Use Azure Resource Manager and Azure PowerShell to deploy resources to Azure. The resources are defined in a Bicep file.
44
ms.topic: how-to
5-
ms.date: 01/10/2025
5+
ms.date: 01/13/2025
66
ms.custom: devx-track-arm-template, devx-track-bicep, devx-track-azurepowershell
77
---
88

@@ -135,7 +135,7 @@ New-AzResourceGroupDeployment -ResourceGroupName testgroup `
135135

136136
### Bicep parameters files
137137

138-
Rather than passing parameters as inline values in your script, you might find it easier to use a [Bicep parameters file](#bicep-parameters-files) or a [JSON parameters file](#json-parameters-files) that contains the parameter values. The parameters file must be a local file. For more information about parameters files, see [Create parameters files for Bicep deployment](./parameter-files.md).
138+
Rather than passing parameters as inline values in your script, you might find it easier to use a [Bicep parameters file](#bicep-parameters-files) or a [JSON parameters file](#json-parameters-files) that contains the parameter values. The Bicep parameters file must be a local file, while the JSON template file can be located somewhere online. For more information about parameters files, see [Create parameters files for Bicep deployment](./parameter-files.md).
139139

140140
You can use a Bicep parameters file to deploy a Bicep file with [Azure PowerShell](./install.md#azure-powershell) version 10.4.0 or later and [Bicep CLI](./install.md#visual-studio-code-and-bicep-extension) version 0.22.X or later. With the `using` statement within the Bicep parameters file, there's no need to provide the `-TemplateFile` switch when specifying a Bicep parameters file for the `-TemplateParameterFile` switch.
141141

articles/azure-resource-manager/bicep/diagnostics/bcp338.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: BCP338
33
description: Failed to evaluate parameter <parameter-name>.
44
ms.topic: reference
5-
ms.date: 01/10/2025
5+
ms.date: 01/13/2025
66
ms.custom: devx-track-bicep
77
---
88

articles/azure-resource-manager/bicep/key-vault-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Key Vault to pass a secret from a key vault as a parameter during Bicep deployment
33
description: Learn how to to pass a secret from a key vault as a parameter during Bicep deployment.
44
ms.topic: conceptual
5-
ms.date: 01/10/2025
5+
ms.date: 01/13/2025
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-bicep
77
---
88

0 commit comments

Comments
 (0)