Skip to content

Commit aa4652f

Browse files
committed
deleted best practice article
1 parent 4b6b086 commit aa4652f

7 files changed

+10
-361
lines changed

.openpublishing.redirection.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,12 @@
275275
},
276276
{
277277
"source_path": "articles/best-practices-resource-manager-design-templates.md",
278-
"redirect_url": "/azure/azure-resource-manager/best-practices-resource-manager-design-templates",
278+
"redirect_url": "/azure/azure-resource-manager/resource-group-authoring-templates",
279+
"redirect_document_id": false
280+
},
281+
{
282+
"source_path": "articles/azure-resource-manager/best-practices-resource-manager-design-templates.md",
283+
"redirect_url": "/azure/azure-resource-manager/resource-group-authoring-templates",
279284
"redirect_document_id": false
280285
},
281286
{

articles/azure-resource-manager/TOC.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
### [Define dependency between resources](resource-group-define-dependencies.md)
2121
### [Create multiple instances](resource-group-create-multiple.md)
2222
### [Update resource](/azure/architecture/building-blocks/extending-templates/update-resource)
23-
### [Patterns for designing templates](best-practices-resource-manager-design-templates.md)
24-
2523

2624
## Deploy
2725
### Azure PowerShell

articles/azure-resource-manager/best-practices-resource-manager-design-templates.md

-348
This file was deleted.

articles/azure-resource-manager/resource-group-overview.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: get-started-article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 11/14/2017
16+
ms.date: 01/30/2018
1717
ms.author: tomfitz
1818

1919
---
@@ -57,8 +57,6 @@ The following suggestions help you take full advantage of Resource Manager when
5757
3. Run imperative commands to manage your resources, such as to start or stop an app or machine.
5858
4. Arrange resources with the same lifecycle in a resource group. Use tags for all other organizing of resources.
5959

60-
For recommendations about templates, see [Best practices for creating Azure Resource Manager templates](resource-manager-template-best-practices.md).
61-
6260
For guidance on how enterprises can use Resource Manager to effectively manage subscriptions, see [Azure enterprise scaffold - prescriptive subscription governance](resource-manager-subscription-governance.md).
6361

6462
## Resource groups
@@ -134,7 +132,7 @@ If you envision your tiers having separate lifecycles, you can deploy your three
134132

135133
![tier template](./media/resource-group-overview/tier-templates.png)
136134

137-
For more suggestions about designing your templates, see [Patterns for designing Azure Resource Manager templates](best-practices-resource-manager-design-templates.md). For information about nested templates, see [Using linked templates with Azure Resource Manager](resource-group-linked-templates.md).
135+
For information about nested templates, see [Using linked templates with Azure Resource Manager](resource-group-linked-templates.md).
138136

139137
Azure Resource Manager analyzes dependencies to ensure resources are created in the correct order. If one resource relies on a value from another resource (such as a virtual machine needing a storage account for disks), you set a dependency. For more information, see [Defining dependencies in Azure Resource Manager templates](resource-group-define-dependencies.md).
140138

articles/guidance/TOC.md

-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
### [Data partitioning guidance](..\best-practices-data-partitioning.md)
6363
### [Monitoring and diagnostics guidance](..\best-practices-monitoring.md)
6464
### [Microsoft cloud services and network security](..\best-practices-network-security.md)
65-
### [Patterns for designing Azure Resource Manager templates](..\best-practices-resource-manager-design-templates.md)
6665
### [Recommended naming conventions for Azure resources](guidance-naming-conventions.md)
67-
### [Sharing state in Azure Resource Manager templates](..\best-practices-resource-manager-state.md)
6866
### [Retry general guidance](..\best-practices-retry-general.md)
6967
### [Retry service specific guidance](..\best-practices-retry-service-specific.md)
7068
### [Scalability checklist](..\best-practices-scalability-checklist.md)

articles/marketplace-consumer/mytemplates-getstarted.md

-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,4 @@ Click **Select** and **Ok**. You can now see the users or groups you added to th
128128
## Next steps
129129
* To learn about creating Resource Manager templates, see [Authoring templates](../azure-resource-manager/resource-group-authoring-templates.md)
130130
* To understand the functions you can use in an Resource Manager template, see [Template functions](../azure-resource-manager/resource-group-template-functions.md)
131-
* For guidance on designing your templates, see [Best practices for designing Azure Resource Manager templates](../azure-resource-manager/best-practices-resource-manager-design-templates.md)
132131

articles/marketplace-publishing/marketplace-publishing-solution-template-creation-prerequisites.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ Read the process thoroughly before beginning and understand where and why each s
2323
## Developing building blocks
2424
You must decide on the building blocks of your solution before you proceed with your solution template on the Publishing Portal. Below are some links to the documents that can help you in the process:
2525

26-
1. [Best practices for designing Azure Resource Manager templates](../azure-resource-manager/best-practices-resource-manager-design-templates.md)
27-
2. [Authoring Azure Resource Manager templates](../azure-resource-manager/resource-group-authoring-templates.md)
28-
3. Azure Quickstart templates:
26+
1. [Authoring Azure Resource Manager templates](../azure-resource-manager/resource-group-authoring-templates.md)
27+
2. Azure Quickstart templates:
2928
* [https://azure.microsoft.com/en-us/documentation/templates/](https://azure.microsoft.com/documentation/templates/)
3029
* [https://github.com/azure/azure-quickstart-templates](https://github.com/azure/azure-quickstart-templates)
3130

0 commit comments

Comments
 (0)