Skip to content

Commit cd6d91c

Browse files
authored
Merge pull request #114024 from craigcaseyMSFT/vcraic0505
fix broken links from OPS report
2 parents 36a3b3f + 84095ec commit cd6d91c

24 files changed

+27
-27
lines changed

articles/cognitive-services/Bing-News-Search/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- name: SDKs
6666
items:
6767
- name: .NET
68-
href: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/bingnews?view=azure-dotnet
68+
href: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/bingnewssearch?view=azure-dotnet
6969
- name: Java
7070
href: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/bingnewssearch?view=azure-java-stable
7171
- name: Python

articles/cognitive-services/Bing-Video-Search/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
- name: SDKs
6767
items:
6868
- name: .NET
69-
href: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/bingvideo?view=azure-dotnet
69+
href: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/bingvideosearch?view=azure-dotnet
7070
- name: Java
7171
href: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/bingvideosearch?view=azure-java-stable
7272
- name: Python

articles/cognitive-services/QnAMaker/includes/quickstart-sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a [CognitiveServicesCredentials](https://docs.microsoft.com/python/api/ms
4747

4848
Once the client is created, use the [Knowledge base](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.authoring.operations.knowledgebase_operations?view=azure-python) to create, manage, and publish your knowledge base.
4949

50-
For immediate operations, a method usually returns a JSON object indicating status. For long-running operations, the response is the operation ID. Call the [client.Operations.getDetails](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.authoring.models.operationstatetype?view=azure-python) method with the operation ID to determine the [status of the request](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.models.operationstatetype?view=azure-python).
50+
For immediate operations, a method usually returns a JSON object indicating status. For long-running operations, the response is the operation ID. Call the [client.Operations.getDetails](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.authoring.models.operationstatetype?view=azure-python) method with the operation ID to determine the [status of the request](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.authoring.models.operationstatetype?view=azure-python).
5151

5252

5353
## Code examples
@@ -78,7 +78,7 @@ Create variables for your resource's Azure endpoint and key. If you created the
7878

7979
## Authenticate the client
8080

81-
Next, create a CognitiveServicesCredentials object with your key, and use it with your endpoint to create a [QnAMakerClient](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.qnamakerclient?view=azure-python) object.
81+
Next, create a CognitiveServicesCredentials object with your key, and use it with your endpoint to create a [QnAMakerClient](https://docs.microsoft.com/python/api/azure-cognitiveservices-knowledge-qnamaker/azure.cognitiveservices.knowledge.qnamaker.authoring.qnamakerclient?view=azure-python) object.
8282

8383

8484
[!code-python[Authorization to resource key](~/samples-qnamaker-python/documentation-samples/quickstarts/knowledgebase_quickstart/knowledgebase_quickstart.py?name=authorization)]

articles/container-instances/container-instances-quickstart-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ In this quickstart, you created an Azure container instance from a public Micros
9898
For a step-by-step tutorial that guides you through the process of creating a template, see:
9999

100100
> [!div class="nextstepaction"]
101-
> [Tutorial: Create and deploy your first Azure Resource Manager template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template.md)
101+
> [Tutorial: Create and deploy your first Azure Resource Manager template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)

articles/container-instances/container-instances-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To update an existing container group:
2323
* Set other properties with the values you provided previously. If you don't set a value for a property, it reverts to its default value.
2424

2525
> [!TIP]
26-
> A [YAML file](/container-instances-container-groups.md#deployment) helps maintain a container group's deployment configuration, and provides a starting point to deploy an updated group. If you used a different method to create the group, you can export the configuration to YAML by using [az container export][az-container-export],
26+
> A [YAML file](container-instances-container-groups.md#deployment) helps maintain a container group's deployment configuration, and provides a starting point to deploy an updated group. If you used a different method to create the group, you can export the configuration to YAML by using [az container export][az-container-export],
2727
2828
### Example
2929

articles/data-lake-store/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
- name: Node.js
164164
href: https://www.npmjs.com/package/azure-arm-datalake-store
165165
- name: Python (Account Mgmt.)
166-
href: https://docs.microsoft.com/python/api/azure.mgmt.datalake.store?view=azure-python
166+
href: https://docs.microsoft.com/python/api/azure-mgmt-datalake-store/azure.mgmt.datalake.store?view=azure-python
167167
- name: Python (Filesystem Mgmt.)
168168
href: https://azure-datalake-store.readthedocs.io/en/latest
169169
- name: REST

articles/event-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
- name: Client library
251251
items:
252252
- name: azure-eventhub version 5
253-
href: /python/api/overview/azure/eventhub/client
253+
href: /python/api/azure-eventhub/?view=azure-python
254254
- name: azure-eventhub version 1
255255
href: /python/api/azure-eventhub/?view=azure-python-previous
256256
- name: Management library

articles/event-hubs/event-hubs-geo-dr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can enable Availability Zones on new namespaces only, using the Azure portal
135135
## Next steps
136136

137137
* The [sample on GitHub](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Microsoft.Azure.EventHubs/GeoDRClient) walks through a simple workflow that creates a geo-pairing and initiates a failover for a disaster recovery scenario.
138-
* The [REST API reference](/rest/api/eventhub/disasterrecoveryconfigs) describes APIs for performing the Geo-disaster recovery configuration.
138+
* The [REST API reference](/rest/api/eventhub/) describes APIs for performing the Geo-disaster recovery configuration.
139139

140140
For more information about Event Hubs, visit the following links:
141141

articles/hdinsight/hadoop/apache-hadoop-connect-hive-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ In this article, you learned how to visualize data from HDInsight using Power BI
7171

7272
* [Connect Excel to HDInsight with the Microsoft Hive ODBC Driver](./apache-hadoop-connect-excel-hive-odbc-driver.md).
7373
* [Connect Excel to Apache Hadoop by using Power Query](apache-hadoop-connect-excel-power-query.md).
74-
* [Visualize Interactive Query Apache Hive data with Microsoft Power BI using direct query](/interactive-query/apache-hadoop-connect-hive-power-bi-directquery.md)
74+
* [Visualize Interactive Query Apache Hive data with Microsoft Power BI using direct query](../interactive-query/apache-hadoop-connect-hive-power-bi-directquery.md)

articles/hdinsight/hadoop/hdinsight-tools-for-intellij-with-hortonworks-sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you begin this article, you must have the following items:
2727
2828
- [Java Developer Kit (JDK) version 1.8 or later](https://aka.ms/azure-jdks). Azure Toolkit for IntelliJ requires JDK.
2929

30-
- [IntelliJ IDEA community edition](https://www.jetbrains.com/idea/download) with the [Scala](https://plugins.jetbrains.com/idea/plugin/1347-scala) plug-in and the [Azure Toolkit for IntelliJ](https://docs.microsoft.com/java/azure/intellij/azure-toolkit-for-intellij) plug-in. HDInsight Tools for IntelliJ is available as part of Azure Toolkit for IntelliJ.
30+
- [IntelliJ IDEA community edition](https://www.jetbrains.com/idea/download) with the [Scala](https://plugins.jetbrains.com/idea/plugin/1347-scala) plug-in and the [Azure Toolkit for IntelliJ](https://docs.microsoft.com/azure/developer/java/toolkit-for-intellij) plug-in. HDInsight Tools for IntelliJ is available as part of Azure Toolkit for IntelliJ.
3131

3232
To install the plug-ins:
3333

0 commit comments

Comments
 (0)