You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/resource-group-template-deploy-portal.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,19 @@ description: Use Azure portal and Azure Resource Manage to deploy your resources
4
4
services: azure-resource-manager,azure-portal
5
5
documentationcenter: ''
6
6
author: tfitzmac
7
-
manager: timlt
8
-
editor: tysonn
9
7
10
8
ms.service: azure-resource-manager
11
9
ms.workload: multiple
12
10
ms.tgt_pltfrm: na
13
11
ms.devlang: na
14
12
ms.topic: conceptual
15
-
ms.date: 09/08/2017
13
+
ms.date: 08/03/2018
16
14
ms.author: tomfitz
17
15
18
16
---
19
17
# Deploy resources with Resource Manager templates and Azure portal
20
18
21
-
This topic shows how to use the [Azure portal](https://portal.azure.com) with [Azure Resource Manager](resource-group-overview.md) to deploy your Azure resources. To learn about managing your resources, see [Manage Azure resources through portal](resource-group-portal.md).
19
+
This article shows how to use the [Azure portal](https://portal.azure.com) with [Azure Resource Manager](resource-group-overview.md) to deploy your Azure resources. To learn about managing your resources, see [Manage Azure resources through portal](resource-group-portal.md).
22
20
23
21
## Create resource group
24
22
@@ -52,7 +50,7 @@ After you create a resource group, you can deploy resources to it from the Marke
1. If you do not see the particular solution you would like to deploy, you can search the Marketplace for it. For example, to find a Wordpress solution, start typing **Wordpress** and select the option you want.
53
+
1. If you don't see the particular solution you would like to deploy, you can search the Marketplace for it. For example, to find a Wordpress solution, start typing **Wordpress** and select the option you want.
@@ -76,6 +74,9 @@ After you create a resource group, you can deploy resources to it from the Marke
76
74
77
75
If you want to execute a deployment but not use any of the templates in the Marketplace, you can create a customized template that defines the infrastructure for your solution. To learn about creating templates, see [Understand the structure and syntax of Azure Resource Manager templates](resource-group-authoring-templates.md).
78
76
77
+
> [!NOTE]
78
+
> The portal interface doesn't support referencing a [secret from a Key Vault](resource-manager-keyvault-parameter.md). Instead, use [PowerShell](resource-group-template-deploy.md) or [Azure CLI](resource-group-template-deploy-cli.md) to deploy your template locally or from an external URI.
79
+
79
80
1. To deploy a customized template through the portal, select **Create a resource**, and search for **Template Deployment** until you can select it from the options.
0 commit comments