Skip to content

Commit 255450d

Browse files
authored
Merge pull request #209512 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220829-182048-5318557
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute (part 3)
2 parents bc4f539 + 05f4e6a commit 255450d

25 files changed

+72
-74
lines changed

articles/cost-management-billing/reservations/prepay-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can buy Isolated Stamp reserved capacity in the [Azure portal](https://porta
132132
- **Management group** - Applies the reservation discount to the matching resource in the list of subscriptions that are a part of both the management group and billing scope.
133133
1. Select a **Region** to choose an Azure region that's covered by the reserved capacity and add the reservation to the cart.
134134
1. Select an Isolated Plan type and then select **Select**.
135-
![Example ](./media/prepay-app-service/app-service-isolated-stamp-select.png)
135+
![Example](./media/prepay-app-service/app-service-isolated-stamp-select.png)
136136
1. Enter the quantity of App Service Isolated stamps to reserve. For example, a quantity of three would give you three reserved stamps a region. Select **Next: Review + Buy**.
137137
1. Review and select **Buy now**.
138138

articles/cost-management-billing/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,11 @@
434434
- name: SAP HANA Large Instances
435435
href: reservations/prepay-hana-large-instances-reserved-capacity.md?toc=/azure/cost-management-billing/toc.json
436436
- name: SQL Database
437-
href: /azure/azure-sql/database/reserved-capacity-overview?toc=%2fazure%2fcost-management-billing%2ftoc.json
437+
href: /azure/azure-sql/database/reserved-capacity-overview?toc=/azure/cost-management-billing/toc.json
438438
- name: Azure Synapse Analytics
439439
href: reservations/prepay-sql-data-warehouse-charges.md?toc=/azure/cost-management-billing/toc.json
440440
- name: Virtual machines
441-
href: ../virtual-machines/prepay-reserved-vm-instances.md?toc=%2fazure%2fcost-management-billing%2ftoc.json
441+
href: ../virtual-machines/prepay-reserved-vm-instances.md?toc=/azure/cost-management-billing/toc.json
442442
- name: View, Manage and Optimize after purchase
443443
items:
444444
- name: View reservations and utilization

articles/data-factory/ci-cd-github-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ If you are using old default parameterization template, new way to include globa
352352
Default parameterization template should include all values from global parameter list.
353353

354354
#### Resolution
355-
Use updated [default parameterization template.](https://docs.microsoft.com/azure/data-factory/continuous-integration-delivery-resource-manager-custom-parameters#default-parameterization-template) as one time migration to new method of including global parameters. This template references to all values in global parameter list. You also have to update the deployment task in the **release pipeline** if you are already overriding the template parameters there.
355+
Use updated [default parameterization template.](/azure/data-factory/continuous-integration-delivery-resource-manager-custom-parameters#default-parameterization-template) as one time migration to new method of including global parameters. This template references to all values in global parameter list. You also have to update the deployment task in the **release pipeline** if you are already overriding the template parameters there.
356356

357357
### Error code: InvalidTemplate
358358

articles/data-factory/transform-data-using-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ ms.date: 09/09/2021
2424
> [!NOTE]
2525
> Since Machine Learning Studio (classic) resources can no longer be created after 1 Dec, 2021, users are encouraged to use [Azure Machine Learning](https://azure.microsoft.com/services/machine-learning/) with the [Machine Learning Execute Pipeline activity](transform-data-machine-learning-service.md) rather than using the Batch Execution activity to execute Machine Learning Studio (classic) batches.
2626
27-
[ML Studio (classic)](https://azure.microsoft.com/documentation/services/machine-learning/) enables you to build, test, and deploy predictive analytics solutions. From a high-level point of view, it is done in three steps:
27+
[ML Studio (classic)](/azure/machine-learning/) enables you to build, test, and deploy predictive analytics solutions. From a high-level point of view, it is done in three steps:
2828

2929
1. **Create a training experiment**. You do this step by using the ML Studio (classic). ML Studio (classic) is a collaborative visual development environment that you use to train and test a predictive analytics model using training data.
3030
2. **Convert it to a predictive experiment**. Once your model has been trained with existing data and you are ready to use it to score new data, you prepare and streamline your experiment for scoring.
3131
3. **Deploy it as a web service**. You can publish your scoring experiment as an Azure web service. You can send data to your model via this web service end point and receive result predictions from the model.
3232

3333
### Using Machine Learning Studio (classic) with Azure Data Factory or Synapse Analytics
34-
Azure Data Factory and Synapse Analytics enable you to easily create pipelines that use a published [Machine Learning Studio (classic)](https://azure.microsoft.com/documentation/services/machine-learning) web service for predictive analytics. Using the **Batch Execution Activity** in a pipeline, you can invoke Machine Learning Studio (classic) web service to make predictions on the data in batch.
34+
Azure Data Factory and Synapse Analytics enable you to easily create pipelines that use a published [Machine Learning Studio (classic)](/azure/machine-learning) web service for predictive analytics. Using the **Batch Execution Activity** in a pipeline, you can invoke Machine Learning Studio (classic) web service to make predictions on the data in batch.
3535

3636
Over time, the predictive models in the Machine Learning Studio (classic) scoring experiments need to be retrained using new input datasets. You can retrain a model from a pipeline by doing the following steps:
3737

articles/data-factory/v1/data-factory-azure-ml-batch-execution-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.date: 10/22/2021
3131
> This article applies to version 1 of Data Factory. If you are using the current version of the Data Factory service, see [transform data using machine learning in Data Factory](../transform-data-using-machine-learning.md).
3232
3333
### Machine Learning Studio (classic)
34-
[ML Studio (classic)](https://azure.microsoft.com/documentation/services/machine-learning/) enables you to build, test, and deploy predictive analytics solutions. From a high-level point of view, it is done in three steps:
34+
[ML Studio (classic)](/azure/machine-learning/) enables you to build, test, and deploy predictive analytics solutions. From a high-level point of view, it is done in three steps:
3535

3636
1. **Create a training experiment**. You do this step by using ML Studio (classic). Studio (classic) is a collaborative visual development environment that you use to train and test a predictive analytics model using training data.
3737
2. **Convert it to a predictive experiment**. Once your model has been trained with existing data and you are ready to use it to score new data, you prepare and streamline your experiment for scoring.
@@ -630,4 +630,4 @@ You can also use [Data Factory Functions](data-factory-functions-variables.md) i
630630

631631
[adf-build-1st-pipeline]: data-factory-build-your-first-pipeline.md
632632

633-
[azure-machine-learning]: https://azure.microsoft.com/services/machine-learning/
633+
[azure-machine-learning]: https://azure.microsoft.com/services/machine-learning/

articles/data-factory/v1/data-factory-data-processing-using-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,12 +956,12 @@ After you process data, you can consume it with online tools such as Power BI. H
956956
* [Azure and Power BI: Basic overview](https://powerbi.microsoft.com/documentation/powerbi-azure-and-power-bi/)
957957

958958
## References
959-
* [Azure Data Factory](https://azure.microsoft.com/documentation/services/data-factory/)
959+
* [Azure Data Factory](/azure/data-factory/)
960960

961961
* [Introduction to the Data Factory service](data-factory-introduction.md)
962962
* [Get started with Data Factory](data-factory-build-your-first-pipeline.md)
963963
* [Use custom activities in a Data Factory pipeline](data-factory-use-custom-activities.md)
964-
* [Azure Batch](https://azure.microsoft.com/documentation/services/batch/)
964+
* [Azure Batch](/azure/batch/)
965965

966966
* [Basics of Batch](/azure/azure-sql/database/sql-database-paas-overview)
967967
* [Overview of Batch features](../../batch/batch-service-workflow-features.md))

articles/ddos-protection/ddos-protection-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following table shows features and corresponding SKUs.
5959
Simplified configuration immediately protects all resources on a virtual network as soon as DDoS Protection Standard is enabled. No intervention or user definition is required.
6060

6161
### Multi-Layered protection:
62-
When deployed with a web application firewall (WAF), DDoS Protection Standard protects both at the network layer (Layer 3 and 4, offered by Azure DDoS Protection Standard) and at the application layer (Layer 7, offered by a WAF). WAF offerings include Azure [Application Gateway WAF SKU](../web-application-firewall/ag/ag-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and third-party web application firewall offerings available in the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=web%20application%20firewall).
62+
When deployed with a web application firewall (WAF), DDoS Protection Standard protects both at the network layer (Layer 3 and 4, offered by Azure DDoS Protection Standard) and at the application layer (Layer 7, offered by a WAF). WAF offerings include Azure [Application Gateway WAF SKU](../web-application-firewall/ag/ag-overview.md?toc=/azure/virtual-network/toc.json) and third-party web application firewall offerings available in the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=web%20application%20firewall).
6363

6464
### Extensive mitigation scale
6565
All L3/L4 attack vectors can be mitigated, with global capacity, to protect against the largest known DDoS attacks.

articles/ddos-protection/ddos-protection-reference-architectures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In this architecture, DDoS Protection Standard is enabled on the virtual network
4545
4646
### PaaS web application
4747

48-
This reference architecture shows running an Azure App Service application in a single region. This architecture shows a set of proven practices for a web application that uses [Azure App Service](https://azure.microsoft.com/documentation/services/app-service/) and [Azure SQL Database](https://azure.microsoft.com/documentation/services/sql-database/).
48+
This reference architecture shows running an Azure App Service application in a single region. This architecture shows a set of proven practices for a web application that uses [Azure App Service](/azure/app-service/) and [Azure SQL Database](/azure/sql-database/).
4949
A standby region is set up for failover scenarios.
5050

5151
![Diagram of the reference architecture for a PaaS web application](./media/ddos-best-practices/image-11.png)
@@ -70,7 +70,7 @@ This reference architecture shows configuring DDoS Protection Standard for an [A
7070

7171
In this architecture, traffic destined to the HDInsight cluster from the internet is routed to the public IP associated with the HDInsight gateway load balancer. The gateway load balancer then sends the traffic to the head nodes or the worker nodes directly. Because DDoS Protection Standard is enabled on the HDInsight virtual network, all public IPs in the virtual network get DDoS protection for Layer 3 and 4. This reference architecture can be combined with the N-Tier and multi-region reference architectures.
7272

73-
For more information on this reference architecture, see the [Extend Azure HDInsight using an Azure Virtual Network](../hdinsight/hdinsight-plan-virtual-network-deployment.md?toc=%2fazure%2fvirtual-network%2ftoc.json)
73+
For more information on this reference architecture, see the [Extend Azure HDInsight using an Azure Virtual Network](../hdinsight/hdinsight-plan-virtual-network-deployment.md?toc=/azure/virtual-network/toc.json)
7474
documentation.
7575

7676

articles/education-hub/azure-dev-tools-teaching/program-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sections:
4141
- question: |
4242
Why did I receive an invoice from Microsoft?
4343
answer: |
44-
You may receive an invoice from Microsoft detailing the usage you incurred in the previous month while on Azure for Students. Don’t worry, you do not have to pay for that usage – it’s all covered by the credit provided by Azure for Students. To learn more about invoices and how they work, check out the [article](../../cost-management-billing/understand/mca-overview.md) on docs.microsoft.com
44+
You may receive an invoice from Microsoft detailing the usage you incurred in the previous month while on Azure for Students. Don’t worry, you do not have to pay for that usage – it’s all covered by the credit provided by Azure for Students. To learn more about invoices and how they work, check out the [article](../../cost-management-billing/understand/mca-overview.md) on Microsoft technical documentation
4545
4646
- question: |
4747
What are subscriptions, and how do they relate to Azure for Students?

articles/event-grid/index.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ landingContent:
5353
- text: Route custom events to a web endpoint
5454
url: custom-event-quickstart-portal.md
5555
- text: Send events from a private container registry
56-
url: ../container-registry/container-registry-event-grid-quickstart.md?toc=%2fazure%2fevent-grid%2ftoc.json
56+
url: ../container-registry/container-registry-event-grid-quickstart.md?toc=/azure/event-grid/toc.json
5757
# Card
5858
- title: Tutorials
5959
linkLists:
@@ -68,7 +68,7 @@ landingContent:
6868
- text: Email when IoT Hub device is added
6969
url: publish-iot-hub-events-to-logic-apps.md
7070
- text: Respond to Service Bus events
71-
url: ../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=%2fazure%2fevent-grid%2ftoc.json
71+
url: ../service-bus-messaging/service-bus-to-event-grid-integration-example.md?toc=/azure/event-grid/toc.json
7272
- text: Stream data from Event Hubs
7373
url: event-grid-event-hubs-integration.md
7474
- text: Route Media Services events
@@ -144,4 +144,3 @@ landingContent:
144144
links:
145145
- text: Install Event Grid extension
146146
url: ./kubernetes/install-k8s-extension.md
147-

0 commit comments

Comments
 (0)