Skip to content

Commit 2e97cb1

Browse files
authored
Merge pull request #109047 from DCtheGeek/dmc-bp-docreview
Add missing create step
2 parents eb05f8d + 4cc8740 commit 2e97cb1

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

articles/governance/blueprints/create-blueprint-portal.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: "Quickstart: Create a blueprint in the portal"
33
description: In this quickstart, you use Azure Blueprints to create, define, and deploy artifacts through the Azure portal.
4-
ms.date: 11/21/2019
4+
ms.date: 03/25/2020
55
ms.topic: quickstart
66
---
77
# Quickstart: Define and assign a blueprint in the portal
88

99
When you learn how to create and assign blueprints, you can define common patterns to develop
1010
reusable and rapidly deployable configurations based on Azure Resource Manager templates, policy,
1111
security, and more. In this tutorial, you learn to use Azure Blueprints to do some of the common
12-
tasks related to creating, publishing, and assigning a blueprint within your organization. These tasks include:
12+
tasks related to creating, publishing, and assigning a blueprint within your organization. These
13+
tasks include:
1314

1415
## Prerequisites
1516

@@ -32,12 +33,15 @@ Manager template and role assignment on the new resource group.
3233

3334
![Create a blueprint from the Blueprint definitions page](./media/create-blueprint-portal/create-blueprint-button.png)
3435

36+
1. Select **Start with blank blueprint** from the card at the top of the built-in blueprints list.
37+
3538
1. Provide a **Blueprint name** such as **MyBlueprint**. (Use up to 48 letters and numbers,
3639
but no spaces or special characters). Leave **Blueprint description** blank
3740
for now.
3841

39-
1. In the **Definition location** box, select the ellipsis on the right, select the [management group](../management-groups/overview.md)
40-
or subscription where you want to save the blueprint, and choose **Select**.
42+
1. In the **Definition location** box, select the ellipsis on the right, select the
43+
[management group](../management-groups/overview.md) or subscription where you want to save the
44+
blueprint, and choose **Select**.
4145

4246
1. Verify that the information is correct. The **Blueprint name** and **Definition location** fields
4347
can't be changed later. Then select **Next : Artifacts** at the bottom of the page or the

articles/governance/blueprints/tutorials/create-from-sample.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tutorial: Blueprint sample to new environment"
33
description: In this tutorial, you use a blueprint sample to create a blueprint definition that sets up two resource groups and configures a role assignment for each.
4-
ms.date: 11/21/2019
4+
ms.date: 03/25/2020
55
ms.topic: tutorial
66
---
77
# Tutorial: Create an environment from a blueprint sample
@@ -36,8 +36,7 @@ on the sample.
3636
1. From the **Getting started** page on the left, select the **Create** button under _Create a
3737
blueprint_.
3838

39-
1. Find the **Resource Groups with RBAC** blueprint sample under _Other Samples_ and select **Use
40-
this sample**.
39+
1. Find the **Resource Groups with RBAC** blueprint sample under _Other Samples_ and select it.
4140

4241
1. Enter the _Basics_ of the blueprint sample:
4342

0 commit comments

Comments
 (0)