Skip to content

Commit c6190a5

Browse files
committed
fixing arm links
1 parent eb74e8c commit c6190a5

23 files changed

+34
-34
lines changed

articles/log-analytics/log-analytics-azure-vm-extension.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ By using Azure Resource Manager, you can create a simple template (in JSON forma
118118

119119
By including the Log Analytics agent as part of your Resource Manager template, you can ensure that each virtual machine is pre-configured to report to your Log Analytics workspace.
120120

121-
For more information about Resource Manager templates, see [Authoring Azure Resource Manager templates](../resource-group-authoring-templates.md).
121+
For more information about Resource Manager templates, see [Authoring Azure Resource Manager templates](../azure-resource-manager/resource-group-authoring-templates.md).
122122

123123
Following is an example of a Resource Manager template that's used for deploying a virtual machine that's running Windows with the Microsoft Monitoring Agent extension installed. This template is a typical virtual machine template, with the following additions:
124124

articles/log-analytics/log-analytics-sccm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can connect System Center Configuration Manager to Log Analytics in OMS to s
2222

2323
There are a number of steps needed to connect Configuration Manager to OMS, so here's a quick rundown of the overall process:
2424

25-
1. In the Azure Management Portal, register Configuration Manager as a Web Application and/or Web API app, and ensure that you have the client ID and client secret key from the registration from Azure Active Directory. See [Use portal to create Active Directory application and service principal that can access resources](../resource-group-create-service-principal-portal.md) for detailed information about how accomplish this step.
25+
1. In the Azure Management Portal, register Configuration Manager as a Web Application and/or Web API app, and ensure that you have the client ID and client secret key from the registration from Azure Active Directory. See [Use portal to create Active Directory application and service principal that can access resources](../azure-resource-manager/resource-group-create-service-principal-portal.md) for detailed information about how accomplish this step.
2626
2. In the Azure Management Portal, [provide Configuration Manager (the registered web app) with permission to access OMS](#provide-configuration-manager-with-permissions-to-oms).
2727
3. In Configuration Manager, [add a connection using the Add OMS Connection Wizard](#add-an-oms-connection-to-configuration-manager).
2828
4. In Configuration Manager, you can [update the connection properties](#update-oms-connection-properties) if the password or client secret key ever expires or is lost.

articles/log-analytics/log-analytics-template-workspace-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: richrund
2020

2121
---
2222
# Manage Log Analytics using Azure Resource Manager templates
23-
You can use [Azure Resource Manager templates](../resource-group-authoring-templates.md) to create and configure Log Analytics workspaces. Examples of the tasks you can perform with templates include:
23+
You can use [Azure Resource Manager templates](../azure-resource-manager/resource-group-authoring-templates.md) to create and configure Log Analytics workspaces. Examples of the tasks you can perform with templates include:
2424

2525
* Create a workspace
2626
* Add a solution

articles/log-analytics/log-analytics-view-designer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To delete an existing view, open the view by clicking on its tile in the main OM
6363
![Delete a view](media/log-analytics-view-designer/edit-menu-delete.png)
6464

6565
### Export an existing view
66-
You can export a view to a JSON file that you can import into another workspace or use in an [Azure Resource Manager template](../resource-group-authoring-templates.md). To export an existing view, open the view by clicking on its tile in the main OMS dashboard. Then click the **Export** button to create a file in the browser's download folder. The name of the file will be the name of the view with the extension *omsview*.
66+
You can export a view to a JSON file that you can import into another workspace or use in an [Azure Resource Manager template](../azure-resource-manager/resource-group-authoring-templates.md). To export an existing view, open the view by clicking on its tile in the main OMS dashboard. Then click the **Export** button to create a file in the browser's download folder. The name of the file will be the name of the view with the extension *omsview*.
6767

6868
![Export a view](media/log-analytics-view-designer/edit-menu-export.png)
6969

articles/machine-learning/machine-learning-deploy-with-resource-manager-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Get-AzureRmResource |? { $_.ResourceType -Like "*MachineLearning/workspaces*"} |
136136
After the workspace is provisioned, you can also automate many Azure Machine Learning Studio tasks using the [PowerShell Module for Azure Machine Learning](http://aka.ms/amlps).
137137

138138
## Next Steps
139-
* Learn more about [authoring Azure Resource Manager Templates](../resource-group-authoring-templates.md).
139+
* Learn more about [authoring Azure Resource Manager Templates](../azure-resource-manager/resource-group-authoring-templates.md).
140140
* Have a look at the [Azure Quickstart Templates Repository](https://github.com/Azure/azure-quickstart-templates).
141141
* Watch this video about [Azure Resource Manager](https://channel9.msdn.com/Events/Ignite/2015/C9-39).
142142

articles/marketplace-consumer/mytemplates-getstarted.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: vybavar
2020

2121
---
2222
# Get started with private Templates on the Azure Portal
23-
An [Azure Resource Manager](../resource-group-authoring-templates.md) template is a declarative template used to define your deployment. You can define the resources to deploy for a solution, and specify parameters and variables that enable you to input values for different environments. The template consists of JSON and expressions which you can use to construct values for your deployment.
23+
An [Azure Resource Manager](../azure-resource-manager/resource-group-authoring-templates.md) template is a declarative template used to define your deployment. You can define the resources to deploy for a solution, and specify parameters and variables that enable you to input values for different environments. The template consists of JSON and expressions which you can use to construct values for your deployment.
2424

2525
You can use the new **Templates** capability in the [Azure Portal](https://portal.azure.com) along with the **Microsoft.Gallery** resource provider as an extension of the [Azure Marketplace](https://azure.microsoft.com/marketplace/) to enable users to create, manage and deploy private templates from a personal library.
2626

@@ -126,7 +126,7 @@ Click **Select** and **Ok**. You can now see the users or groups you added to th
126126
>
127127
128128
## Next steps
129-
* To learn about creating Resource Manager templates, see [Authoring templates](../resource-group-authoring-templates.md)
130-
* To understand the functions you can use in an Resource Manager template, see [Template functions](../resource-group-template-functions.md)
131-
* For guidance on designing your templates, see [Best practices for designing Azure Resource Manager templates](../best-practices-resource-manager-design-templates.md)
129+
* To learn about creating Resource Manager templates, see [Authoring templates](../azure-resource-manager/resource-group-authoring-templates.md)
130+
* 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)
132132

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +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](../best-practices-resource-manager-design-templates.md)
27-
2. [Authoring Azure Resource Manager templates](../resource-group-authoring-templates.md)
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)
2828
3. Azure Quickstart templates:
2929
* [https://azure.microsoft.com/en-us/documentation/templates/](https://azure.microsoft.com/documentation/templates/)
3030
* [https://github.com/azure/azure-quickstart-templates](https://github.com/azure/azure-quickstart-templates)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You might also be interested in these related articles:
5959

6060
* VM images: [About Virtual Machine Images in Azure](https://msdn.microsoft.com/library/azure/dn790290.aspx)
6161
* VM extensions: [VM Agent and VM Extensions Overview](https://msdn.microsoft.com/library/azure/dn832621.aspx) and [Azure VM Extensions and Features](https://msdn.microsoft.com/library/azure/dn606311.aspx)
62-
* Azure Resource Manager: [Authoring Azure ARM Templates](../resource-group-authoring-templates.md) and [Simple ARM Template Examples](https://github.com/rjmax/ArmExamples)
62+
* Azure Resource Manager: [Authoring Azure Resource Manager Templates](../azure-resource-manager/resource-group-authoring-templates.md) and [Simple Template Examples](https://github.com/rjmax/ArmExamples)
6363
* Storage account throttles: [How to Monitor for Storage Account Throttling](http://blogs.msdn.com/b/mast/archive/2014/08/02/how-to-monitor-for-storage-account-throttling.aspx) and [Premium storage](../storage/storage-premium-storage.md#premium-storage-scalability-and-performance-targets)
6464

6565
[img-pubportal-menu-sol-templ]:media/marketplace-publishing-solution-template-creation/pubportal-menu-solution-templates.png

articles/mobile-engagement/mobile-engagement-api-authentication-manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is an appendix documentation to [Authenticate with Mobile Engagement REST A
2222
This describes an alternate way to do the One-time setup for setting up your authentication for the Mobile Engagement REST APIs using the Azure Portal.
2323

2424
> [!NOTE]
25-
> The instructions below are based on this [Active Directory guide](../resource-group-create-service-principal-portal.md) and customized for what is required for authentication for Mobile Engagement APIs. So refer to it if you want to understand the steps below in detail.
25+
> The instructions below are based on this [Active Directory guide](../azure-resource-manager/resource-group-create-service-principal-portal.md) and customized for what is required for authentication for Mobile Engagement APIs. So refer to it if you want to understand the steps below in detail.
2626
>
2727
>
2828

articles/monitoring-and-diagnostics/monitoring-enable-alerts-using-template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ ms.author: johnkem
1818

1919
---
2020
# Create a metric alert with a Resource Manager template
21-
This article shows how you can use an [Azure Resource Manager template](../resource-group-authoring-templates.md) to configure Azure metric alerts. This enables you to automatically set up alerts on your resources when they are created to ensure that all resources are monitored correctly.
21+
This article shows how you can use an [Azure Resource Manager template](../azure-resource-manager/resource-group-authoring-templates.md) to configure Azure metric alerts. This enables you to automatically set up alerts on your resources when they are created to ensure that all resources are monitored correctly.
2222

2323
The basic steps are as follows:
2424

2525
1. Create a template as a JSON file that describes how to create the alert.
26-
2. [Deploy the template using any deployment method](../resource-group-template-deploy.md).
26+
2. [Deploy the template using any deployment method](../azure-resource-manager/resource-group-template-deploy.md).
2727

2828
Below we describe how to create a Resource Manager template first for an alert alone, then for an alert during the creation of another resource.
2929

articles/monitoring-and-diagnostics/monitoring-enable-diagnostic-logs-using-template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: johnkem
1818

1919
---
2020
# Automatically enable Diagnostic Settings at resource creation using a Resource Manager template
21-
In this article we show how you can use an [Azure Resource Manager template](../resource-group-authoring-templates.md) to configure Diagnostic Settings on a resource when it is created. This enables you to automatically start streaming your Diagnostic Logs and metrics to Event Hubs, archiving them in a Storage Account, or sending them to Log Analytics when a resource is created.
21+
In this article we show how you can use an [Azure Resource Manager template](../azure-resource-manager/resource-group-authoring-templates.md) to configure Diagnostic Settings on a resource when it is created. This enables you to automatically start streaming your Diagnostic Logs and metrics to Event Hubs, archiving them in a Storage Account, or sending them to Log Analytics when a resource is created.
2222

2323
The method for enabling Diagnostic Logs using a Resource Manager template depends on the resource type.
2424

@@ -30,7 +30,7 @@ In this article we describe how to configure diagnostics using either method.
3030
The basic steps are as follows:
3131

3232
1. Create a template as a JSON file that describes how to create the resource and enable diagnostics.
33-
2. [Deploy the template using any deployment method](../resource-group-template-deploy.md).
33+
2. [Deploy the template using any deployment method](../azure-resource-manager/resource-group-template-deploy.md).
3434

3535
Below we give an example of the template JSON file you need to generate for non-Compute and Compute resources.
3636

articles/monitoring-and-diagnostics/monitoring-overview-activity-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,6 @@ Each event in the Activity Log has a JSON blob similar to this example:
230230
| nextLink |Continuation token to fetch the next set of results when they are broken up into multiple responses. Typically needed when there are more than 200 records. |
231231

232232
## Next Steps
233-
* [Learn more about the Activity Log (formerly Audit Logs)](../resource-group-audit.md)
233+
* [Learn more about the Activity Log (formerly Audit Logs)](../azure-resource-manager/resource-group-audit.md)
234234
* [Stream the Azure Activity Log to Event Hubs](monitoring-stream-activity-logs-event-hubs.md)
235235

articles/monitoring-and-diagnostics/monitoring-partners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Sumo Logic is a secure, cloud-native, machine data analytics service, delivering
8787
[Learn more.][sumologic-doc]
8888

8989
## Next Steps
90-
* [Learn more about the Activity Log (formerly Audit Logs)](../resource-group-audit.md)
90+
* [Learn more about the Activity Log (formerly Audit Logs)](../azure-resource-manager/resource-group-audit.md)
9191
* [Stream the Azure Activity Log to Event Hubs](monitoring-stream-activity-logs-event-hubs.md)
9292

9393
<!--Connectors Documentation-->

articles/monitoring-and-diagnostics/monitoring-rest-api-walkthrough.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Besides working with various metric data points, as this article demonstrates, t
2727
## Authenticating Azure Monitor Requests
2828
The first step is to authenticate the request.
2929

30-
All the tasks executed against the Azure Monitor API use the Azure Resource Manager authentication model. Therefore, all requests must be authenticated with Azure Active Directory (Azure AD). One approach to authenticate the client application is to create an Azure AD service principal and retrieve the authentication (JWT) token. The following sample script demonstrates creating an Azure AD service principal via PowerShell. For a more detailed walk-through, refer to the documentation on [using Azure PowerShell to create a service principal to access resources](../azure-resource-manager/resource-group-authenticate-service-principal.md#create-service-principal-with-password). It is also possible to [create a service principle via the Azure portal](../resource-group-create-service-principal-portal.md).
30+
All the tasks executed against the Azure Monitor API use the Azure Resource Manager authentication model. Therefore, all requests must be authenticated with Azure Active Directory (Azure AD). One approach to authenticate the client application is to create an Azure AD service principal and retrieve the authentication (JWT) token. The following sample script demonstrates creating an Azure AD service principal via PowerShell. For a more detailed walk-through, refer to the documentation on [using Azure PowerShell to create a service principal to access resources](../azure-resource-manager/resource-group-authenticate-service-principal.md#create-service-principal-with-password). It is also possible to [create a service principle via the Azure portal](../azure-resource-manager/resource-group-create-service-principal-portal.md).
3131

3232
```PowerShell
3333
$subscriptionId = "{azure-subscription-id}"

articles/operations-management-suite/operations-management-suite-solutions-creating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The **resources** element defines the different resources included in your manag
178178
]
179179

180180
### Dependencies
181-
The **dependsOn** elements specifies a [dependency](../resource-group-define-dependencies.md) on another resource. When the solution is installed, a resource is not created until all of its dependencies have been created. For example, your solution might [start a runbook](operations-management-suite-solutions-resources-automation.md#runbooks) when it's installed using a [job resource](operations-management-suite-solutions-resources-automation.md#automation-jobs). The job resource would be dependent on the runbook resource to make sure that the runbook is created before the job is created.
181+
The **dependsOn** elements specifies a [dependency](../azure-resource-manager/resource-group-define-dependencies.md) on another resource. When the solution is installed, a resource is not created until all of its dependencies have been created. For example, your solution might [start a runbook](operations-management-suite-solutions-resources-automation.md#runbooks) when it's installed using a [job resource](operations-management-suite-solutions-resources-automation.md#automation-jobs). The job resource would be dependent on the runbook resource to make sure that the runbook is created before the job is created.
182182

183183
### OMS workspace and Automation account
184184
Management solutions require an [OMS workspace](../log-analytics/log-analytics-manage-access.md) to contain views and an [Automation account](../automation/automation-security-overview.md#automation-account-overview) to contain runbooks and related resources. These must be available before the resources in the solution are created and should not be defined in the solution itself. The user will [specify a workspace and account](operations-management-suite-solutions.md#oms-workspace-and-automation-account) when they deploy your solution, but as the author you should consider the following points.
@@ -225,7 +225,7 @@ This would resolve to a name like the following.
225225

226226

227227
### Dependencies
228-
The solution resource must have a [dependency](../resource-group-define-dependencies.md) on every other resource in the solution since they need to exist before the solution can be created. You do this by adding an entry for each resource in the **dependsOn** element.
228+
The solution resource must have a [dependency](../azure-resource-manager/resource-group-define-dependencies.md) on every other resource in the solution since they need to exist before the solution can be created. You do this by adding an entry for each resource in the **dependsOn** element.
229229

230230
### Properties
231231
The solution resource has the properties in the following table. This includes the resources referenced and contained by the solution which defines how the resource is managed after the solution is installed. Each resource in the solution should be listed in either the **referencedResources** or the **containedResources** property.

0 commit comments

Comments
 (0)