Skip to content

Commit 007b95a

Browse files
authored
Merge pull request #87193 from DCtheGeek/dmc-bp-newlp
New format LP: Blueprints
2 parents 90bd015 + c73a188 commit 007b95a

File tree

3 files changed

+99
-139
lines changed

3 files changed

+99
-139
lines changed
Lines changed: 99 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,103 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Documentation for the Azure Blueprints service
1+
### YamlMime:Landing
2+
3+
title: Azure Blueprints documentation
4+
summary: Simplify deployments by packaging artifacts, such as Resource Manager templates, role-based access controls, and policies, in a single blueprint definition.
5+
46
metadata:
5-
title: Azure Blueprints Documentation - Tutorials, API Reference
6-
description: Azure Blueprints is a service in Azure, that you use to create, define, and deploy artifacts in your Azure environment.
7-
author: DCtheGeek
8-
manager: carmonm
7+
title: Azure Blueprints documentation
8+
description: Simplify deployments by packaging artifacts, such as Resource Manager templates, role-based access controls, and policies, in a single blueprint definition.
99
ms.service: blueprints
1010
ms.topic: landing-page
11-
ms.date: 06/14/2019
11+
ms.collection: collection
12+
author: DCtheGeek
1213
ms.author: dacoulte
13-
abstract:
14-
description: Azure Blueprints helps you deploy and update cloud environments in a repeatable manner using composable artifacts such as Azure Resource Manager templates to provision resources, role-based access controls, and policies.
15-
sections:
16-
- title: 5-Minute Quickstarts
17-
items:
18-
- type: paragraph
19-
text: Learn how to create, assign, and manage blueprint definitions in Azure.
20-
- type: list
21-
style: icon48
22-
items:
23-
- image:
24-
alt: Azure Portal
25-
src: ./media/portal.svg
26-
text: Azure Portal
27-
href: create-blueprint-portal.md
28-
- image:
29-
alt: Azure PowerShell
30-
src: ./media/powershell.svg
31-
text: Azure PowerShell
32-
href: create-blueprint-powershell.md
33-
- image:
34-
alt: REST
35-
src: ./media/rest.svg
36-
text: REST
37-
href: create-blueprint-rest-api.md
38-
- title: Reference
39-
items:
40-
- type: list
41-
style: cards
42-
className: cardsD
43-
items:
44-
- title: Command-Line
45-
html: <p><a href="/powershell/module/az.blueprint/#blueprint">Azure PowerShell</a></p>
46-
- title: Languages
47-
html: <p><a href="/dotnet/api/overview/azure/blueprints/management">Azure SDK for .NET</a></p>
48-
- title: REST
49-
html: <p><a href="/rest/api/blueprints/">API Reference</a></p>
14+
ms.date: 09/01/2019
15+
16+
landingContent:
17+
- title: About Azure Blueprints
18+
linkLists:
19+
- linkListType: overview
20+
links:
21+
- text: What is Azure Blueprints?
22+
url: ./overview.md
23+
- text: Stages of deployment
24+
url: ./concepts/deployment-stages.md
25+
- text: Lifecycle of a blueprint
26+
url: ./concepts/lifecycle.md
27+
- linkListType: video
28+
links:
29+
- text: Azure Friday - Azure Blueprints Overview
30+
url: https://channel9.msdn.com/Shows/Azure-Friday/An-overview-of-Azure-Blueprints
31+
32+
- title: Get started
33+
linkLists:
34+
- linkListType: quickstart
35+
links:
36+
- text: Create a new blueprint (portal)
37+
url: ./create-blueprint-portal.md
38+
- text: Create a new blueprint (PowerShell)
39+
url: ./create-blueprint-powershell.md
40+
- text: Create a new blueprint (REST API)
41+
url: ./create-blueprint-rest-api.md
42+
- linkListType: tutorial
43+
links:
44+
- text: Use a blueprint sample
45+
url: ./tutorials/create-from-sample.md
46+
- linkListType: deploy
47+
links:
48+
- text: Index of blueprint samples
49+
url: ./samples/index.md
50+
51+
- title: Customize blueprints
52+
linkLists:
53+
- linkListType: concept
54+
links:
55+
- text: Dynamic parameters
56+
url: ./concepts/parameters.md
57+
- text: Sequence artifacts
58+
url: ./concepts/sequencing-order.md
59+
- text: Lock deployed resources
60+
url: ./concepts/resource-locking.md
61+
- linkListType: tutorial
62+
links:
63+
- text: Protect new resources with locks
64+
url: ./tutorials/protect-new-resources.md
65+
66+
- title: Evolve to 'at scale'
67+
linkLists:
68+
- linkListType: how-to-guide
69+
links:
70+
- text: Update existing blueprints
71+
url: ./how-to/update-existing-assignments.md
72+
- text: Manage assignments with PowerShell
73+
url: ./how-to/manage-assignments-ps.md
74+
- text: Implement Blueprint Operators
75+
url: ./how-to/configure-for-blueprint-operator.md
76+
- text: Manage Blueprints as Code
77+
url: https://github.com/Azure/azure-blueprints/blob/master/README.md
78+
79+
- title: Get involved
80+
linkLists:
81+
- linkListType: get-started
82+
links:
83+
- text: Azure Governance YouTube channel
84+
url: https://www.youtube.com/channel/UCZZ3-oMrVI5ssheMzaWC4uQ
85+
- text: Request product feature
86+
url: https://feedback.azure.com/forums/915958-azure-governance
87+
- text: Tech Community for Azure Governance
88+
url: https://techcommunity.microsoft.com/t5/Azure-Governance/bd-p/AzureGovernance
89+
90+
- title: Reference
91+
linkLists:
92+
- linkListType: reference
93+
links:
94+
- text: Blueprint specific functions
95+
url: ./reference/blueprint-functions.md
96+
- text: PowerShell module (PSGallery)
97+
url: https://www.powershellgallery.com/packages/Az.Blueprint
98+
- text: Azure PowerShell
99+
url: /powershell/module/az.blueprint/#blueprint
100+
- text: REST API
101+
url: /rest/api/blueprints/
102+
- text: .NET
103+
url: /dotnet/api/overview/azure/blueprints/management

articles/governance/blueprints/media/portal.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/governance/blueprints/media/rest.svg

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)