Skip to content

Commit 0e63ba0

Browse files
authored
Merge pull request #113661 from craigcaseyMSFT/vcraic0501
fix broken links from OPS report
2 parents a6308b2 + b49f8b7 commit 0e63ba0

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

articles/asc-for-iot/resources-frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Azure Security Center for IoT agent provides device level threat coverage for de
6262

6363
## Where can I get the Azure Security Center for IoT security agent?
6464

65-
The Azure Security Center for IoT security agent is open source and available on GitHub in 32 bit and 64-bit Windows and Linux versions: https://github.com/Azure/Azure-Security-IoT.
65+
The Azure Security Center for IoT security agent is open source and available on GitHub in 32 bit and 64-bit Windows and Linux versions: https://github.com/Azure/Azure-IoT-Security.
6666

6767
## Where does the Azure Security Center for IoT agent get installed?
6868

articles/azure-monitor/insights/service-map-scom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Service Map folder has four nodes:
105105
You can edit or delete the configured workspace through the **Service Map Overview** pane (**Administration** pane > **Operations Management Suite** > **Service Map**).
106106

107107
>[!NOTE]
108-
>[Operations Management Suite was a collection of services](https://github.com/MicrosoftDocs/azure-docs-pr/pull/azure-monitor/azure-monitor-rebrand.md#retirement-of-operations-management-suite-brand) that included Log Analytics, which is now part of [Azure Monitor](https://github.com/MicrosoftDocs/azure-docs-pr/pull/azure-monitor/overview.md).
108+
>[Operations Management Suite was a collection of services](https://docs.microsoft.com/azure/azure-monitor/terminology#april-2018---retirement-of-operations-management-suite-brand) that included Log Analytics, which is now part of [Azure Monitor](https://github.com/MicrosoftDocs/azure-docs-pr/blob/master/articles/azure-monitor/overview.md).
109109
110110
You can configure only one Log Analytics workspace in this current release.
111111

articles/azure-monitor/learn/mobile-center-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To begin, create an account and [sign up with App Center](https://appcenter.ms/s
2929

3030
## Onboard to App Center
3131

32-
Before you can use Application Insights with your mobile app, you need to onboard your app to [App Center](https://docs.microsoft.com/mobile-center/). Application Insights does not receive telemetry from your mobile app directly. Instead, your app sends custom event telemetry to App Center. Then, App Center continuously exports copies of these custom events into Application Insights as the events are received. (This does not apply to the [Application Insights JS SDK](https://github.com/Microsoft/ApplicationInsights-JS) or the [React Native plugin](https://github.com/Microsoft/ApplicationInsights-JS/tree/master/vNext/extensions/applicationinsights-react-native) where telemetry is sent directly to Application Insights.)
32+
Before you can use Application Insights with your mobile app, you need to onboard your app to [App Center](https://docs.microsoft.com/mobile-center/). Application Insights does not receive telemetry from your mobile app directly. Instead, your app sends custom event telemetry to App Center. Then, App Center continuously exports copies of these custom events into Application Insights as the events are received. (This does not apply to the [Application Insights JS SDK](https://github.com/Microsoft/ApplicationInsights-JS) or the [React Native plugin](https://github.com/Microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-react-native) where telemetry is sent directly to Application Insights.)
3333

3434
To onboard your app, follow the App Center quickstart for each platform your app supports. Create separate App Center instances for each platform:
3535

articles/azure-monitor/platform/collect-custom-metrics-guestos-resource-manager-vmss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ To deploy the Resource Manager template, use Azure PowerShell:
247247
```
248248

249249
> [!NOTE]
250-
> Remember to use an Azure region that's enabled for custom metrics. Remember to use an [Azure region that's enabled for custom metrics](https://github.com/MicrosoftDocs/azure-docs-pr/pull/metrics-custom-overview.md#supported-regions).
250+
> Remember to use an Azure region that's enabled for custom metrics. Remember to use an [Azure region that's enabled for custom metrics](https://github.com/MicrosoftDocs/azure-docs-pr/blob/master/articles/azure-monitor/platform/metrics-custom-overview.md#supported-regions).
251251

252252
1. Run the following commands to deploy the VM:
253253

articles/azure-netapp-files/azure-netapp-files-sdk-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below lists the supported SDKs. You can find details about the suppor
2929
| .NET | [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/netapp) |
3030
| Python | [Azure/azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/netapp) |
3131
| Go | [Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go/tree/master/services/netapp) |
32-
| Java | [Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java/tree/master/netapp/resource-manager) |
32+
| Java | [Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/netapp) |
3333
| JavaScript | [Azure/azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/netapp/arm-netapp) |
3434
| Ruby | [Azure/azure-sdk-for-ruby](https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_netapp) |
3535

articles/azure-resource-manager/templates/deployment-tutorial-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you don't have a GitHub account, see [Prerequisites](#prerequisites).
5252

5353
1. Select **New**, a green button.
5454
1. In **Repository name**, enter a repository name. For example, **AzureRmPipeline-repo**. Remember to replace any of **AzureRmPipeline** with your project name. You can select either **Public** or **private** for going through this tutorial. And then select **Create repository**.
55-
1. Write down the URL. The repository URL is the following format - **https://github.com/[YourAccountName]/[YourRepositoryName]**.
55+
1. Write down the URL. The repository URL is the following format - **`https://github.com/[YourAccountName]/[YourRepositoryName]`**.
5656

5757
This repository is referred to as a *remote repository*. Each of the developers of the same project can clone his/her own *local repository*, and merge the changes to the remote repository.
5858

@@ -99,7 +99,7 @@ The azuredeploy.json has been added to the local repository. Next, you upload th
9999
```
100100

101101
You might get a warning about LF. You can ignore the warning. **master** is the master branch. You typically create a branch for each update. To simplify the tutorial, you use the master branch directly.
102-
1. Browse to your GitHub repository from a browser. The URL is **https://github.com/[YourAccountName]/[YourGitHubRepository]**. You shall see the **CreateWebApp** folder and the three files inside the folder.
102+
1. Browse to your GitHub repository from a browser. The URL is **`https://github.com/[YourAccountName]/[YourGitHubRepository]`**. You shall see the **CreateWebApp** folder and the three files inside the folder.
103103
1. Select **linkedStorageAccount.json** to open the template.
104104
1. Select the **Raw** button. The URL is started with **raw.githubusercontent.com**.
105105
1. Make a copy of the URL. You need to provide this value when you configure the pipeline later in the tutorial.

articles/batch/batch-mpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Sample complete, hit ENTER to exit...
322322
[batch_labs]: https://azure.github.io/BatchExplorer/
323323
[blog_mpi_linux]: https://blogs.technet.microsoft.com/windowshpc/2016/07/20/introducing-mpi-support-for-linux-on-azure-batch/
324324
[cmd_start]: https://technet.microsoft.com/library/cc770297.aspx
325-
[coord_cmd_example]: https://github.com/Azure/azure-batch-samples/blob/master/Python/Batch/article_samples/mpi/data/linux/openfoam/coordination-cmd
325+
[coord_cmd_example]: https://github.com/Azure/azure-batch-samples/blob/master/Python/Batch/article_samples/mpi/data/coordination-cmd
326326
[github_mpi]: https://github.com/Azure/azure-batch-samples/tree/master/CSharp/ArticleProjects/MultiInstanceTasks
327327
[github_samples]: https://github.com/Azure/azure-batch-samples
328328
[github_samples_zip]: https://github.com/Azure/azure-batch-samples/archive/master.zip

articles/cloud-services/cloud-services-troubleshoot-default-temp-folder-size-too-small-web-worker-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ namespace WorkerRole1
6666
## Next steps
6767
Read a blog that describes [How to increase the size of the Azure Web Role ASP.NET Temporary Folder](https://blogs.msdn.com/b/kwill/archive/2011/07/18/how-to-increase-the-size-of-the-windows-azure-web-role-asp-net-temporary-folder.aspx).
6868

69-
View more [troubleshooting articles](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/vs-azure-tools-debugging-cloud-services-overview.md) for cloud services.
69+
View more [troubleshooting articles](https://docs.microsoft.com/visualstudio/azure/vs-azure-tools-debugging-cloud-services-overview) for cloud services.
7070

7171
To learn how to troubleshoot cloud service role issues by using Azure PaaS computer diagnostics data, view [Kevin Williamson's blog series](https://blogs.msdn.com/b/kwill/archive/2013/08/09/windows-azure-paas-compute-diagnostics-data.aspx).

articles/cognitive-services/Bing-Spell-Check/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: aahi
1515

1616
# Quickstart: Check spelling with the Bing Spell Check REST API and Java
1717

18-
Use this quickstart to make your first call to the Bing Spell Check REST API. This simple Java application sends a request to the API and returns a list of suggested corrections. While this application is written in Java, the API is a RESTful web service compatible with most programming languages. The source code for this application is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/java/Search/BingSpellCheckv7.java).
18+
Use this quickstart to make your first call to the Bing Spell Check REST API. This simple Java application sends a request to the API and returns a list of suggested corrections. While this application is written in Java, the API is a RESTful web service compatible with most programming languages. The source code for this application is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/java/Search/BingSpellCheck.java).
1919

2020
## Prerequisites
2121

articles/cognitive-services/Bing-Web-Search/sdk-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ The Bing Web Search SDK is available in Python, Node.js, C#, and Java. Code samp
2626
Use these links to access the SDK for your preferred language.
2727

2828
* Get started with [Python samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples)
29-
* See also [Python libraries](https://github.com/Azure/azure-sdk-for-python/tree/master/azure-cognitiveservices-search-websearch) for definitions and dependencies.
29+
* See also [Python libraries](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-search-websearch) for definitions and dependencies.
3030
* Get started with [Node.js samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples)
3131
* See also [Node.js Web Search](https://github.com/Azure/azure-sdk-for-node/tree/master/lib/services/cognitiveServicesWebSearch).
3232
* Get started with [.NET samples](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/BingSearchv7)
3333
* [NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Search.WebSearch/1.2.0)
34-
* See also [.NET libraries](https://github.com/Azure/azure-sdk-for-net/tree/psSdkJson6/src/SDKs/CognitiveServices/dataPlane/Search/BingWebSearch) for definitions and dependencies.
34+
* See also [.NET libraries](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Search.BingWebSearch) for definitions and dependencies.
3535
* Get started with [Java samples](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples)
3636
* See also [Java libraries](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Search/BingWebSearch) for definitions and dependencies.

0 commit comments

Comments
 (0)