Skip to content

Commit c18526b

Browse files
authored
Merge pull request #106305 from craigcaseyMSFT/vcraic0302a
fix broken links from CATS report
2 parents 93700b0 + 7459e55 commit c18526b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

articles/mariadb/select-right-deployment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ The following list describes administrative considerations for each option:
9797
## Next steps
9898

9999
* See [Azure Database for MariaDB pricing](https://azure.microsoft.com/pricing/details/MariaDB/).
100-
* Get started by [creating your first server](https://review.docs.microsoft.com/azure/MariaDB/quickstart-create-MariaDB-server-database-using-azure-portal).
100+
* Get started by [creating your first server](https://docs.microsoft.com/azure/MariaDB/quickstart-create-MariaDB-server-database-using-azure-portal).

articles/media-services/previous/media-services-use-osmf-smooth-streaming-client-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The plugin supports loading and playback of on-demand Smooth Streaming content w
4343
* This version only supports OSMF 2.0.
4444

4545
## Supported features and known issues
46-
For a full list of supported features, unsupported features and known issues, refer to [this document](https://download.microsoft.com/download/3/1/B/31B63D97-574E-4A8D-BF8D-170744181724/Smooth_Streaming_Plugin_for_OSMF.pdf).
46+
For a full list of supported features, unsupported features and known issues, refer to [this document](https://azure.microsoft.com/blog/microsoft-adaptive-streaming-plugin-for-osmf-update/).
4747

4848
## Loading the Plugin
4949
OSMF plugins can be loaded statically (at compile time) or dynamically (at run-time). The Smooth Streaming plugin for OSMF download includes both dynamic and static versions.

articles/mysql/select-right-deployment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ The following list describes administrative considerations for each option:
9797
## Next steps
9898

9999
* See [Azure Database for MySQL pricing](https://azure.microsoft.com/pricing/details/MySQL/).
100-
* Get started by [creating your first server](https://review.docs.microsoft.com/azure/MySQL/quickstart-create-MySQL-server-database-using-azure-portal).
100+
* Get started by [creating your first server](https://docs.microsoft.com/azure/MySQL/quickstart-create-MySQL-server-database-using-azure-portal).

articles/security/develop/secure-develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If your application allows [file uploads](https://www.owasp.org/index.php/Unrest
148148
Antimalware protection helps identify and remove viruses, spyware, and
149149
other malicious software. You can install [Microsoft Antimalware](../fundamentals/antimalware.md)
150150
or a Microsoft partner’s endpoint protection solution ([Trend Micro](https://www.trendmicro.com/azure/),
151-
[Symantec](https://www.symantec.com/products),
151+
[Broadcom](https://www.broadcom.com/products),
152152
[McAfee](https://www.mcafee.com/us/products.aspx), [Windows Defender](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-in-windows-10),
153153
and [Endpoint Protection](https://docs.microsoft.com/configmgr/protect/deploy-use/endpoint-protection)).
154154

articles/security/fundamentals/iaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If your VM runs critical applications that need to have high availability, we st
6464
An availability set is a logical grouping that you can use in Azure to ensure that the VM resources you place within it are isolated from each other when they’re deployed in an Azure datacenter. Azure ensures that the VMs you place in an availability set run across multiple physical servers, compute racks, storage units, and network switches. If a hardware or Azure software failure occurs, only a subset of your VMs are affected, and your overall application continues to be available to your customers. Availability sets are an essential capability when you want to build reliable cloud solutions.
6565

6666
## Protect against malware
67-
You should install antimalware protection to help identify and remove viruses, spyware, and other malicious software. You can install [Microsoft Antimalware](antimalware.md) or a Microsoft partner’s endpoint protection solution ([Trend Micro](https://help.deepsecurity.trendmicro.com/Welcome.html), [Symantec](https://www.symantec.com/products), [McAfee](https://www.mcafee.com/us/products.aspx), [Windows Defender](https://www.microsoft.com/windows/comprehensive-security), and [System Center Endpoint Protection](/configmgr/protect/deploy-use/endpoint-protection)).
67+
You should install antimalware protection to help identify and remove viruses, spyware, and other malicious software. You can install [Microsoft Antimalware](antimalware.md) or a Microsoft partner’s endpoint protection solution ([Trend Micro](https://help.deepsecurity.trendmicro.com/Welcome.html), [Broadcom](https://www.broadcom.com/products), [McAfee](https://www.mcafee.com/us/products.aspx), [Windows Defender](https://www.microsoft.com/windows/comprehensive-security), and [System Center Endpoint Protection](/configmgr/protect/deploy-use/endpoint-protection)).
6868

6969
Microsoft Antimalware includes features like real-time protection, scheduled scanning, malware remediation, signature updates, engine updates, samples reporting, and exclusion event collection. For environments that are hosted separately from your production environment, you can use an antimalware extension to help protect your VMs and cloud services.
7070

articles/service-fabric/service-fabric-common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are many commonly asked questions about what Service Fabric can do and how
1919

2020
### How do I roll back my Service Fabric cluster certificate?
2121

22-
Rolling back any upgrade to your application requires health failure detection prior to your Service Fabric cluster quorum committing the change; committed changes can only be rolled forward. Escalation engineer’s through Customer Support Services, may be required to recover your cluster, if an unmonitored breaking certificate change has been introduced. [Service Fabric’s application upgrade](https://review.docs.microsoft.com/azure/service-fabric/service-fabric-application-upgrade?branch=master) applies [Application upgrade parameters](https://review.docs.microsoft.com/azure/service-fabric/service-fabric-application-upgrade-parameters?branch=master), and delivers zero downtime upgrade promise. Following our recommended application upgrade monitored mode, automatic progress through update domains is based upon health checks passing, rolling back automatically if updating a default service fails.
22+
Rolling back any upgrade to your application requires health failure detection prior to your Service Fabric cluster quorum committing the change; committed changes can only be rolled forward. Escalation engineer’s through Customer Support Services, may be required to recover your cluster, if an unmonitored breaking certificate change has been introduced. [Service Fabric’s application upgrade](https://docs.microsoft.com/azure/service-fabric/service-fabric-application-upgrade?branch=master) applies [Application upgrade parameters](https://docs.microsoft.com/azure/service-fabric/service-fabric-application-upgrade-parameters?branch=master), and delivers zero downtime upgrade promise. Following our recommended application upgrade monitored mode, automatic progress through update domains is based upon health checks passing, rolling back automatically if updating a default service fails.
2323

2424
If your cluster is still leveraging the classic Certificate Thumbprint property in your Resource Manager template, it's recommended you [Change cluster from certificate thumbprint to common name](https://docs.microsoft.com/azure/service-fabric/service-fabric-cluster-change-cert-thumbprint-to-cn), to leverage modern secrets management features.
2525

articles/site-recovery/azure-to-azure-troubleshoot-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Because SUSE Linux uses symbolic links (or *symlinks*) to maintain a certificate
7575

7676
1. If the Symantec root CA certificate is not found, run the following command to download the file. Check for any errors and follow recommended actions for network failures.
7777

78-
**# wget https://www.symantec.com/content/dam/symantec/docs/other-resources/verisign-class-3-public-primary-certification-authority-g5-en.pem -O VeriSign_Class_3_Public_Primary_Certification_Authority_G5.pem**
78+
**# wget https://docs.broadcom.com/docs-and-downloads/content/dam/symantec/docs/other-resources/verisign-class-3-public-primary-certification-authority-g5-en.pem -O VeriSign_Class_3_Public_Primary_Certification_Authority_G5.pem**
7979

8080
1. Check whether the Baltimore root CA certificate is present:
8181

articles/site-reliability-engineering/resources/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ms.author: dnb
1313

1414
As important as reading up on SRE is, it can often be more important to talk about it with your peers. Discussing your challenges, successes and failures around SRE can be crucial to gaining a nuanced understanding of the subject.
1515

16-
There are a number of meetups and conferences that feature SRE content. Perhaps the most directly relevant is the globally distributed [SREcon conferences](https://www.usenix.org/srecoon) put on by USENIX.
16+
There are a number of meetups and conferences that feature SRE content. Perhaps the most directly relevant is the globally distributed [SREcon conferences](https://www.usenix.org/conferences) put on by USENIX.
1717

1818
More and more SRE content is making its way to conferences like [LISA](https://www.usenix.org/conferences/byname/5), [All Day DevOps](https://www.alldaydevops.com), [DevOps Enterprise Summit](https://events.itrevolution.com) and local DevOps conferences like [DevOps Days](https://www.devopsdays.org). Seek out this content and others interested in the subject wherever you can find it and them.

articles/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Use the version identified to confirm which release has been applied to your SQL
158158
159159
## More information
160160
- [Blog - Azure Synapse Analytics](https://azure.microsoft.com/blog/tag/azure-sql-data-warehouse/)
161-
- [Customer Advisory Team blogs](https://blogs.msdn.microsoft.com/sqlcat/tag/sql-dw/)
161+
- [Customer Advisory Team blogs](https://docs.microsoft.com/archive/blogs/sqlcat/)
162162
- [Customer success stories](https://azure.microsoft.com/case-studies/?service=sql-data-warehouse)
163163
- [Stack Overflow forum](https://stackoverflow.com/questions/tagged/azure-sqldw)
164164
- [Twitter](https://twitter.com/hashtag/SQLDW)

articles/virtual-machines/workloads/sap/sap-hana-availability-one-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In this scenario, data that's replicated to the HANA instance in the second VM i
106106

107107
### SAP HANA system replication with automatic failover
108108

109-
In the standard and most common availability configuration within one Azure region, two Azure VMs running SLES Linux have a failover cluster defined. The SLES Linux cluster is based on the [Pacemaker](http://www.linux-ha.org/wiki/Pacemaker) framework, in conjunction with a [STONITH](http://www.linux-ha.org/wiki/STONITH) device.
109+
In the standard and most common availability configuration within one Azure region, two Azure VMs running SLES Linux have a failover cluster defined. The SLES Linux cluster is based on the [Pacemaker](/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker) framework, in conjunction with a [STONITH](/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker#create-azure-fence-agent-stonith-device) device.
110110

111111
From an SAP HANA perspective, the replication mode that's used is synced and an automatic failover is configured. In the second VM, the SAP HANA instance acts as a hot standby node. The standby node receives a synchronous stream of change records from the primary SAP HANA instance. As transactions are committed by the application at the HANA primary node, the primary HANA node waits to confirm the commit to the application until the secondary SAP HANA node confirms that it received the commit record. SAP HANA offers two synchronous replication modes. For details and for a description of differences between these two synchronous replication modes, see the SAP article [Replication modes for SAP HANA system replication](https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/c039a1a5b8824ecfa754b55e0caffc01.html).
112112

0 commit comments

Comments
 (0)