Skip to content

Commit 1f18632

Browse files
authored
Merge pull request #222348 from pritamso/Broken-link-fix-greglin
Broken link fixed
2 parents bc8af9a + baa5fc5 commit 1f18632

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ sections:
404404
405405
As per the industry’s compliance requirements, CA vendors began revoking non-compliant CAs and issuing compliant CAs which requires customers to have their certificates reissued. Microsoft is partnering closely with these vendors to minimize the potential impact to Azure Services, **however your self-issued certificates or certificates used in “Bring Your Own Certificate” (BYOC) scenarios are still at risk of being unexpectedly revoked**.
406406
407-
To check if certificates utilized by your application have been revoked reference [DigiCert’s Announcement](https://knowledge.digicert.com/alerts/DigiCert-ICA-Replacement) and the [Certificate Revocation Tracker](https://misissued.com/#revoked). If your certificates have been revoked, or will be revoked, you will need to request new certificates from the CA vendor utilized in your applications. To avoid your application’s availability being interrupted due to certificates being unexpectedly revoked, or to update a certificate that has been revoked, please refer to our Azure updates post for remediation links of various Azure services that support BYOC: https://azure.microsoft.com/updates/certificateauthorityrevocation/
407+
To check if certificates utilized by your application have been revoked reference [DigiCert’s Announcement](https://knowledge.digicert.com/alerts/DigiCert-ICA-Replacement) and the [Certificate Revocation Tracker](https://social.technet.microsoft.com/wiki/contents/articles/34071.pki-certificate-revocation-process-explained.aspx). If your certificates have been revoked, or will be revoked, you will need to request new certificates from the CA vendor utilized in your applications. To avoid your application’s availability being interrupted due to certificates being unexpectedly revoked, or to update a certificate that has been revoked, please refer to our Azure updates post for remediation links of various Azure services that support BYOC: https://azure.microsoft.com/updates/certificateauthorityrevocation/
408408
409409
For Application Gateway specific information, see below -
410410

articles/dns/private-dns-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you're using automation including templates, PowerShell scripts or custom cod
105105
* [Azure DNS private zones REST API](/rest/api/dns/privatedns/privatezones)
106106
* [Azure DNS private zones CLI](/cli/azure/network/private-dns/link/vnet)
107107
* [Azure DNS private zones PowerShell](/powershell/module/az.privatedns/)
108-
* [Azure DNS private zones SDK](/dotnet/api/overview/azure/privatedns/management)
108+
* [Azure DNS private zones SDK](/dotnet/api/overview/azure/resourcemanager.privatedns-readme)
109109

110110
## Need further help
111111

@@ -117,4 +117,4 @@ Create a support ticket if you need further help with the migration process or b
117117
* Read about some common [private zone scenarios](./private-dns-scenarios.md) that can be realized with private zones in Azure DNS.
118118
* For common questions and answers about private zones in Azure DNS, including specific behavior you can expect for certain kinds of operations, see [Private DNS FAQ](./dns-faq-private.yml).
119119
* Learn about DNS zones and records by visiting [DNS zones and records overview](dns-zones-records.md).
120-
* Learn about some of the other key [networking capabilities](../networking/fundamentals/networking-overview.md) of Azure.
120+
* Learn about some of the other key [networking capabilities](../networking/fundamentals/networking-overview.md) of Azure.

articles/traffic-manager/configure-multivalue-routing-method-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2828

2929
## Review the template
3030

31-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/traffic-manager-minchild).
31+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/traffic-manager-minchild/).
3232

3333
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/traffic-manager-minchild/azuredeploy.json":::
3434

0 commit comments

Comments
 (0)