Skip to content

Commit da0c93d

Browse files
committed
updates3
1 parent b73a09a commit da0c93d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/azure-resource-manager/bicep/conditional-resource-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Conditional deployments in Bicep with the if expression
33
description: Understand how to use the 'if' expression to conditionally deploy a resource in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 03/07/2025
6+
ms.date: 03/25/2025
77
---
88

99
# Conditional deployments in Bicep with the if expression

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

Lines changed: 1 addition & 1 deletion
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/14/2025
6+
ms.date: 03/25/2025
77
---
88

99
# Deploy Bicep files with the Azure CLI

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep modules
33
description: This article describes how to define a module in a Bicep file and how to use module scopes.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 03/07/2025
6+
ms.date: 03/25/2025
77
---
88

99
# Bicep modules

articles/azure-resource-manager/bicep/parameter-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Create a parameters file for bicep deployment
33
description: Learn how to create Bicep parameters files instead of passing parameters as inline values in your script.
44
ms.topic: how-to
5-
ms.date: 03/07/2025
65
ms.custom: devx-track-bicep
6+
ms.date: 03/25/2025
77
---
88

99
# Create a parameters file for Bicep deployment

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

Lines changed: 1 addition & 1 deletion
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/14/2025
6+
ms.date: 03/25/2025
77
---
88

99
# Parameters in Bicep

0 commit comments

Comments
 (0)