Skip to content

Commit b73a09a

Browse files
committed
updates2
1 parent 8dc2a68 commit b73a09a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
55
ms.custom: devx-track-azurecli, seo-azure-cli, devx-track-arm-template, devx-track-bicep
6-
ms.date: 03/07/2025
6+
ms.date: 03/14/2025
77
---
88

99
# Deploy Bicep files with the Azure CLI
@@ -233,4 +233,4 @@ To avoid conflicts with concurrent deployments and to ensure unique entries in t
233233

234234
## Next steps
235235

236-
To understand how to define parameters in your file, see [Understand the structure and syntax of Bicep files](file.md).
236+
To understand how to define parameters in your file, see [Bicep file structure and syntax](file.md).

articles/azure-resource-manager/bicep/parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Parameters in Bicep files
33
description: Learn how to define and use parameters in a Bicep file.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 03/07/2025
6+
ms.date: 03/14/2025
77
---
88

99
# Parameters in Bicep
@@ -289,6 +289,6 @@ resource vnet 'Microsoft.Network/virtualNetworks@2023-11-01' = {
289289

290290
## Next steps
291291

292-
- To learn about the properties available for parameters, see [Understand the structure and syntax of Bicep files](file.md).
292+
- To learn about the properties available for parameters, see [Bicep file structure and syntax](file.md).
293293
- To learn about passing in parameter values as a file, see [Create a parameters file for Bicep deployment](parameter-files.md).
294294
- To learn about providing parameter values at deployment, see [Deploy Bicep files with the Azure CLI](deploy-cli.md) and [Azure PowerShell](deploy-powershell.md).

0 commit comments

Comments
 (0)