Skip to content

Commit 286356b

Browse files
authored
Merge pull request #269636 from mumian/0320-templates-freshness
Refresh templates content
2 parents b694ad1 + 86a7172 commit 286356b

File tree

51 files changed

+68
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+68
-65
lines changed

articles/azure-resource-manager/templates/add-template-to-azure-pipelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: CI/CD with Azure Pipelines and templates
33
description: Describes how to configure continuous integration in Azure Pipelines by using Azure Resource Manager templates. It shows how to use a PowerShell script, or copy files to a staging location and deploy from there.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurepowershell, devx-track-arm-template
6-
ms.date: 05/22/2023
6+
ms.date: 03/20/2024
77
---
8+
89
# Integrate ARM templates with Azure Pipelines
910

1011
You can integrate Azure Resource Manager templates (ARM templates) with Azure Pipelines for continuous integration and continuous deployment (CI/CD). In this article, you learn two more advanced ways to deploy templates with Azure Pipelines.

articles/azure-resource-manager/templates/copy-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Define multiple instances of a property
33
description: Use copy operation in an Azure Resource Manager template (ARM template) to iterate multiple times when creating a property on a resource.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/22/2023
6+
ms.date: 03/20/2024
77
---
88

99
# Property iteration in ARM templates

articles/azure-resource-manager/templates/copy-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: Define multiple instances of a variable
33
description: Use copy operation in an Azure Resource Manager template (ARM template) to iterate multiple times when creating a variable.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/23/2023
6+
ms.date: 03/20/2024
77
---
8+
89
# Variable iteration in ARM templates
910

1011
This article shows you how to create more than one value for a variable in your Azure Resource Manager template (ARM template). By adding the `copy` element to the variables section of your template, you can dynamically set the number of items for a variable during deployment. You also avoid having to repeat template syntax.

articles/azure-resource-manager/templates/create-visual-studio-deployment-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Create & deploy Visual Studio resource group projects
33
description: Use Visual Studio to create an Azure resource group project and deploy the resources to Azure.
44
ms.topic: conceptual
5-
ms.date: 05/22/2023
5+
ms.date: 03/20/2024
66
---
7+
78
# Creating and deploying Azure resource groups through Visual Studio
89

910
With Visual Studio, you can create a project that deploys your infrastructure and code to Azure. For example, you can deploy the web host, website, and code for the website. Visual Studio provides many different starter templates for deploying common scenarios. In this article, you deploy a web app.

articles/azure-resource-manager/templates/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data types in templates
33
description: Describes the data types that are available in Azure Resource Manager templates.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 09/16/2022
6+
ms.date: 03/20/2024
77
---
88

99
# Data types in ARM templates

articles/azure-resource-manager/templates/deploy-cloud-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy templates with Cloud Shell
33
description: Use Azure Resource Manager and Azure Cloud Shell to deploy resources to Azure. The resources are defined in an Azure Resource Manager template (ARM template).
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/23/2023
6+
ms.date: 03/20/2024
77
---
88

99
# Deploy ARM templates from Azure Cloud Shell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources with Azure portal
33
description: Use Azure portal and Azure Resource Manage to deploy your resources to a resource group in your subscription.
44
ms.topic: conceptual
5-
ms.date: 05/22/2023
5+
ms.date: 03/20/2024
66
---
77

88
# Deploy resources with ARM templates and Azure portal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources with PowerShell and template
33
description: Use Azure Resource Manager and Azure PowerShell to deploy resources to Azure. The resources are defined in a Resource Manager template.
44
ms.topic: conceptual
5-
ms.date: 05/22/2023
5+
ms.date: 03/20/2024
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template
77
---
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy resources with REST API and template
33
description: Use Azure Resource Manager and Resource Manager REST API to deploy resources to Azure. The resources are defined in a Resource Manager template.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/22/2023
6+
ms.date: 03/20/2024
77
---
88

99
# Deploy resources with ARM templates and Azure Resource Manager REST API

articles/azure-resource-manager/templates/deploy-to-azure-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy to Azure button
33
description: Use button to deploy remote Azure Resource Manager templates.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 05/22/2023
6+
ms.date: 03/20/2024
77
---
88

99
# Use a deployment button to deploy remote templates

0 commit comments

Comments
 (0)