Skip to content

Commit 51adcef

Browse files
authored
Merge pull request #48184 from tfitzmac/0803portal
fixes MicrosoftDocs/azure-docs#12819
2 parents 0b1e2f9 + 326cc0e commit 51adcef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-resource-manager/resource-group-template-deploy-portal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ description: Use Azure portal and Azure Resource Manage to deploy your resources
44
services: azure-resource-manager,azure-portal
55
documentationcenter: ''
66
author: tfitzmac
7-
manager: timlt
8-
editor: tysonn
97

108
ms.service: azure-resource-manager
119
ms.workload: multiple
1210
ms.tgt_pltfrm: na
1311
ms.devlang: na
1412
ms.topic: conceptual
15-
ms.date: 09/08/2017
13+
ms.date: 08/03/2018
1614
ms.author: tomfitz
1715

1816
---
1917
# Deploy resources with Resource Manager templates and Azure portal
2018

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).
2220

2321
## Create resource group
2422

@@ -52,7 +50,7 @@ After you create a resource group, you can deploy resources to it from the Marke
5250

5351
![Select resource type](./media/resource-group-template-deploy-portal/select-resource-type.png)
5452

55-
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.
5654

5755
![Search marketplace](./media/resource-group-template-deploy-portal/search-resource.png)
5856

@@ -76,6 +74,9 @@ After you create a resource group, you can deploy resources to it from the Marke
7674

7775
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).
7876

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+
7980
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.
8081

8182
![Search template deployment](./media/resource-group-template-deploy-portal/search-template.png)

0 commit comments

Comments
 (0)