Skip to content

Commit cd9cfe2

Browse files
authored
Merge pull request #115178 from john-par/1704856-clean-up-broken-azure-docs-pr-links-05-13
1704856 clean up broken azure docs pr links 05-13
2 parents 9a0245c + 3d60972 commit cd9cfe2

File tree

12 files changed

+22
-29
lines changed

12 files changed

+22
-29
lines changed

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ These files can be created, deleted, edited, and managed on your local file syst
169169
>
170170
> * [Users](https://docs.microsoft.com/rest/api/apimanagement/2019-12-01/user)
171171
> * [Subscriptions](https://docs.microsoft.com/rest/api/apimanagement/2019-12-01/subscription)
172-
> * [Named Values](https://docs.microsoft.com/rest/api/apimanagement/2019-12-01/property)
172+
> * Named Values
173173
> * Developer portal entities other than styles
174174
>
175175

articles/api-management/api-management-howto-properties.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,13 @@ Named values can contain literal strings and [policy expressions](/azure/api-man
5555

5656
Once the named value is created, you can edit it by clicking on it. If you change the named value name, any policies that reference that named value are automatically updated to use the new name.
5757

58-
For information on editing a named value using the REST API, see [Edit a named value using the REST API](/rest/api/apimanagement/2019-12-01/property?patch).
59-
6058
## To delete a named value
6159

6260
To delete a named value, click **Delete** beside the named value to delete.
6361

6462
> [!IMPORTANT]
6563
> If the named value is referenced by any policies, you will be unable to successfully delete it until you remove the named value from all policies that use it.
6664
67-
For information on deleting a named value using the REST API, see [Delete a named value using the REST API](/rest/api/apimanagement/2019-12-01/property/delete).
68-
6965
## To search and filter named values
7066

7167
The **Named values** tab includes searching and filtering capabilities to help you manage your named values. To filter the named values list by name, enter a search term in the **Search property** textbox. To display all named values, clear the **Search property** textbox and press enter.

articles/api-management/security-baseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,9 +1066,9 @@ The service backup and restore features of API Management provide the necessary
10661066

10671067
* [How to implement disaster recovery using service backup and restore in Azure API Management](https://docs.microsoft.com/azure/api-management/api-management-howto-disaster-recovery-backup-restore#calling-the-backup-and-restore-operations)
10681068

1069-
* [How to call the API Management backup operation](https://docs.microsoft.com/rest/api/apimanagement/2019-01-01/apimanagementservice/backup)
1069+
* [How to call the API Management backup operation](/rest/api/apimanagement/2019-12-01/apimanagementservice/backup)
10701070

1071-
* [How to call the API Management restore operation](https://docs.microsoft.com/rest/api/apimanagement/2019-01-01/apimanagementservice/restore)
1071+
* [How to call the API Management restore operation](/rest/api/apimanagement/2019-12-01/apimanagementservice/restore)
10721072

10731073
**Azure Security Center monitoring**: Not applicable
10741074

articles/azure-databricks/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
href: /azure/databricks/security/access-control/pool-acl
10271027
maintainContext: true
10281028
- name: Jobs access control
1029-
href: /azure/databricks/security/access-control/job-acl
1029+
href: /azure/databricks/security/access-control/jobs-acl
10301030
maintainContext: true
10311031
- name: Table access control
10321032
items:
@@ -1676,7 +1676,7 @@
16761676
- name: SCIM API (Users)
16771677
href: /azure/databricks/dev-tools/api/latest/scim/scim-users
16781678
- name: SCIM API (Groups)
1679-
href: /azure/databricks/dev-tools/api/latest/scim/scim-group
1679+
href: /azure/databricks/dev-tools/api/latest/scim/scim-groups
16801680
maintainContext: true
16811681
- name: Secrets
16821682
href: /azure/databricks/dev-tools/api/latest/secrets

articles/compliance/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ conceptualContent:
217217
- url: https://docs.microsoft.com/microsoft-365/compliance/offering-nen-7510-netherlands
218218
itemType: concept
219219
text: NEN 7510 (Netherlands)
220-
- url: https://docs.microsoft.com/microsoft-365/compliance/offering-nhs-ig-toolkit-uk
221-
itemType: concept
222-
text: NHS IG Toolkit (UK)
223220

224221
# Card
225222
- title: Media and manufacturing

articles/iot-hub/iot-hub-reliability-features-in-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The SDKs provide three retry policies:
8686
| C/iOS | [IOTHUB_CLIENT_RESULT IoTHubClient_SetRetryPolicy](https://github.com/Azure/azure-iot-sdk-c/blob/2018-05-04/iothub_client/inc/iothub_client.h#L188) | **Default**: [IOTHUB_CLIENT_RETRY_EXPONENTIAL_BACKOFF](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/connection_and_messaging_reliability.md#connection-retry-policies)<BR>**Custom:** use available [retryPolicy](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/connection_and_messaging_reliability.md#connection-retry-policies)<BR>**No retry:** [IOTHUB_CLIENT_RETRY_NONE](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/connection_and_messaging_reliability.md#connection-retry-policies) | [C/iOS implementation](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/connection_and_messaging_reliability.md#) |
8787
| Java| [SetRetryPolicy](https://docs.microsoft.com/java/api/com.microsoft.azure.sdk.iot.device.deviceclientconfig.setretrypolicy?view=azure-java-stable) | **Default**: [ExponentialBackoffWithJitter class](https://github.com/Azure/azure-iot-sdk-java/blob/master/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/NoRetry.java)<BR>**Custom:** implement [RetryPolicy interface](https://github.com/Azure/azure-iot-sdk-java/blob/master/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/RetryPolicy.java)<BR>**No retry:** [NoRetry class](https://github.com/Azure/azure-iot-sdk-java/blob/master/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/NoRetry.java) | [Java implementation](https://github.com/Azure/azure-iot-sdk-java/blob/master/device/iot-device-client/devdoc/requirement_docs/com/microsoft/azure/iothub/retryPolicy.md) |
8888
| .NET| [DeviceClient.SetRetryPolicy](/dotnet/api/microsoft.azure.devices.client.deviceclient.setretrypolicy?view=azure-dotnet) | **Default**: [ExponentialBackoff class](/dotnet/api/microsoft.azure.devices.client.exponentialbackoff?view=azure-dotnet)<BR>**Custom:** implement [IRetryPolicy interface](https://docs.microsoft.com/dotnet/api/microsoft.azure.devices.client.iretrypolicy?view=azure-dotnet)<BR>**No retry:** [NoRetry class](/dotnet/api/microsoft.azure.devices.client.noretry?view=azure-dotnet) | [C# implementation](https://github.com/Azure/azure-iot-sdk-csharp) | |
89-
| Node| [setRetryPolicy](/javascript/api/azure-iot-device/client?view=azure-iot-typescript-latest) | **Default**: [ExponentialBackoffWithJitter class](/javascript/api/azure-iot-common/exponentialbackoffwithjitter?view=azure-iot-typescript-latest)<BR>**Custom:** implement [RetryPolicy interface](/javascript/api/azure-iot-common/retrypolicy?view=azure-iot-typescript-latest)<BR>**No retry:** [NoRetry class](/javascript/api/azure-iot-common/noretry?view=azure-iot-typescript-latest) | [Node implementation](https://github.com/Azure/azure-iot-sdk-node/wiki/Connectivity-and-Retries#types-of-errors-and-how-to-detect-them) |
89+
| Node| [setRetryPolicy](/javascript/api/azure-iot-device/client?view=azure-iot-typescript-latest) | **Default**: [ExponentialBackoffWithJitter class](https://github.com/Azure/azure-iot-sdk-java/blob/master/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/NoRetry.java) | [Node implementation](https://github.com/Azure/azure-iot-sdk-node/wiki/Connectivity-and-Retries#types-of-errors-and-how-to-detect-them) |
9090
| Python| Not currently supported | Not currently supported | Not currently supported |
9191

9292
The following code samples illustrate this flow:

articles/machine-learning/team-data-science-process/apps-anomaly-detection-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: seodec18, previous-author=alokkirpal, previous-ms.author=alok
1919
> This item is under maintenance. We encourage you to use the [Anomaly Detector API service](https://azure.microsoft.com/services/cognitive-services/anomaly-detector/) powered by a gallery of Machine Learning algorithms under Azure Cognitive Services to detect anomalies from business, operational, and IoT metrics.
2020
2121
## Overview
22-
[Anomaly Detection API](https://gallery.cortanaintelligence.com/MachineLearningAPI/Anomaly-Detection-2) is an example built with Azure Machine Learning that detects anomalies in time series data with numerical values that are uniformly spaced in time.
22+
[Anomaly Detection API](https://gallery.azure.ai/MachineLearningAPI/Anomaly-Detection-2) is an example built with Azure Machine Learning that detects anomalies in time series data with numerical values that are uniformly spaced in time.
2323

2424
This API can detect the following types of anomalous patterns in time series data:
2525

@@ -34,20 +34,20 @@ The Anomaly Detection offering comes with useful tools to get you started.
3434
* The [web application](https://anomalydetection-aml.azurewebsites.net/) helps you evaluate and visualize the results of anomaly detection APIs on your data.
3535

3636
> [!NOTE]
37-
> Try **IT Anomaly Insights solution** powered by [this API](https://gallery.cortanaintelligence.com/MachineLearningAPI/Anomaly-Detection-2)
37+
> Try **IT Anomaly Insights solution** powered by [this API](https://gallery.azure.ai/MachineLearningAPI/Anomaly-Detection-2)
3838
>
3939
<!-- This Solution is no longer available
4040
> To get this end to end solution deployed to your Azure subscription <a href="https://gallery.cortanaintelligence.com/Solution/Anomaly-Detection-Pre-Configured-Solution-1" target="_blank">**Start here >**</a>
4141
-->
4242

4343
## API Deployment
44-
In order to use the API, you must deploy it to your Azure subscription where it will be hosted as an Azure Machine Learning web service. You can do this from the [Azure AI Gallery](https://gallery.cortanaintelligence.com/MachineLearningAPI/Anomaly-Detection-2). This will deploy two Azure Machine Learning Studio (classic) Web Services (and their related resources) to your Azure subscription - one for anomaly detection with seasonality detection, and one without seasonality detection. Once the deployment has completed, you will be able to manage your APIs from the [Azure Machine Learning Studio (classic) web services](https://services.azureml.net/webservices/) page. From this page, you will be able to find your endpoint locations, API keys, as well as sample code for calling the API. More detailed instructions are available [here](https://docs.microsoft.com/azure/machine-learning/machine-learning-manage-new-webservice).
44+
In order to use the API, you must deploy it to your Azure subscription where it will be hosted as an Azure Machine Learning web service. You can do this from the [Azure AI Gallery](https://gallery.azure.ai/MachineLearningAPI/Anomaly-Detection-2). This will deploy two Azure Machine Learning Studio (classic) Web Services (and their related resources) to your Azure subscription - one for anomaly detection with seasonality detection, and one without seasonality detection. Once the deployment has completed, you will be able to manage your APIs from the [Azure Machine Learning Studio (classic) web services](https://services.azureml.net/webservices/) page. From this page, you will be able to find your endpoint locations, API keys, as well as sample code for calling the API. More detailed instructions are available [here](/azure/machine-learning/studio/manage-new-webservice).
4545

4646
## Scaling the API
4747
By default, your deployment will have a free Dev/Test billing plan that includes 1,000 transactions/month and 2 compute hours/month. You can upgrade to another plan as per your needs. Details on the pricing of different plans are available [here](https://azure.microsoft.com/pricing/details/machine-learning/) under "Production Web API pricing".
4848

4949
## Managing AML Plans
50-
You can manage your billing plan [here](https://services.azureml.net/plans/). The plan name will be based on the resource group name you chose when deploying the API, plus a string that is unique to your subscription. Instructions on how to upgrade your plan are available [here](https://docs.microsoft.com/azure/machine-learning/machine-learning-manage-new-webservice) under the "Managing billing plans" section.
50+
You can manage your billing plan [here](https://services.azureml.net/plans/). The plan name will be based on the resource group name you chose when deploying the API, plus a string that is unique to your subscription. Instructions on how to upgrade your plan are available [here](/azure/machine-learning/studio/manage-new-webservice) under the "Managing billing plans" section.
5151

5252
## API Definition
5353
The web service provides a REST-based API over HTTPS that can be consumed in different ways including a web or mobile application, R, Python, Excel, etc. You send your time series data to this service via a REST API call, and it runs a combination of the three anomaly types described below.

articles/marketplace/marketplace-faq-publisher-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ To receive refunds, customers can cancel subscriptions within a specified time f
304304

305305
Here are some resources to get you started:
306306

307-
- [Introduction to the Microsoft commercial marketplace](https://docs.microsoft.com/learn/commercial-marketplace/intro-commercial-marketplace/intro-commercial-marketplace/)
307+
- [Introduction to the Microsoft commercial marketplace](/azure/marketplace/marketplace-publishers-guide)
308308
- [Microsoft commercial marketplace partner hub](https://partner.microsoft.com/asset/collection/commercial-marketplace#/)
309309
- [Welcome to the commercial marketplace](https://docs.microsoft.com/azure/marketplace/)
310310

articles/security-center/alerts-suppression-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The relevant HTTP methods for suppression rules in the REST API are:
142142

143143
- **DELETE**: Deletes an existing rule (but doesn't change the status of alerts already dismissed by it).
144144

145-
For full details and usage examples, see the [API documentation](https://docs.microsoft.com/api/securitycenter/).
145+
For full details and usage examples, see the [API documentation](/azure/security-center/).
146146

147147

148148
## Next steps

articles/synapse-analytics/sql-data-warehouse/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
- name: Build dashboards and reports
367367
items:
368368
- name: Visualize with Power BI
369-
href: /power-bi/service-azure-sql-data-warehouse-with-direct-connect.md
369+
href: /power-bi/service-azure-sql-data-warehouse-with-direct-connect
370370
- name: Troubleshoot
371371
items:
372372
- name: Connectivity

0 commit comments

Comments
 (0)