Skip to content

Commit 3508b8d

Browse files
Merge pull request #302662 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-12 22:00 UTC
2 parents 4fea414 + 6e673c7 commit 3508b8d

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

articles/application-gateway/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- name: Architecture best practices for Azure Application Gateway v2
1313
href: /azure/well-architected/service-guides/azure-application-gateway?toc=/azure/application-gateway/toc.json&bc=/azure/application-gateway/breadcrumb/toc.json
1414
- name: What is load balancing and content delivery?
15-
href: /azure/networking/load-balancer-content-delivery/load-balancing-content-delivery-overview.md
15+
href: /azure/networking/load-balancer-content-delivery/load-balancing-content-delivery-overview
1616
- name: Choose a load balancing solution
1717
href: /azure/architecture/guide/technology-choices/load-balancing-overview?toc=/azure/load-balancer/toc.json
1818
- name: Create Application Gateway - Portal

articles/azure-functions/functions-create-first-function-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you begin, you must have an Azure account with an active subscription. [C
3030

3131
## Review the template
3232

33-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/function-app-flex-managed-identities/).
33+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/function-app-flex-managed-identities/).
3434

3535
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.web/function-app-flex-managed-identities/azuredeploy.json":::
3636

articles/dns/dns-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In the following example, an alias named **vm1** is added that points to the pub
3737
- **Point to a Standard SKU public IP resource from a DNS A/AAAA record set.** You can create an A/AAAA record set and make it an alias record set to point to a Standard SKU public IP resource. The DNS record set changes automatically if the public IP address changes or is deleted. Dangling DNS records that point to incorrect IP addresses are avoided.
3838

3939
> [!NOTE]
40-
> There's a current limit of 20 alias records sets per resource.
40+
> There's a current limit of 50 alias records sets per resource.
4141
4242
- **Point to a Traffic Manager profile from a DNS A/AAAA/CNAME record set** - You can create an A/AAAA or CNAME record set and use alias records to point it to a Traffic Manager profile. It's especially useful when you need to route traffic at a zone apex, as traditional CNAME records aren't supported for a zone apex. For example, say your Traffic Manager profile is myprofile.trafficmanager.net and your business DNS zone is contoso.com. You can create an alias record set of type A/AAAA for contoso.com (the zone apex) and point to myprofile.trafficmanager.net.
4343
- **Point to an Azure Content Delivery Network (CDN) endpoint** - This alias type is useful when you create static websites using Azure storage and Azure CDN.

articles/firewall/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items:
88
- name: Architecture best practices for Azure Firewall
99
href: /azure/well-architected/service-guides/azure-firewall?toc=/azure/firewall/toc.json&bc=/azure/firewall/breadcrumb/toc.json
1010
- name: What is Azure network security?
11-
href: /azure/networking/security/network-security.md?toc=/azure/firewall/toc.json&bc=/azure/firewall/breadcrumb/toc.json
11+
href: /azure/networking/security/network-security?toc=/azure/firewall/toc.json&bc=/azure/firewall/breadcrumb/toc.json
1212
- name: SKU comparison
1313
href: choose-firewall-sku.md
1414
- name: Preview features
@@ -255,8 +255,8 @@ items:
255255
- name: Author templates
256256
href: ../azure-resource-manager/templates/syntax.md
257257
- name: Community templates
258-
href: https://azure.microsoft.com/documentation/templates
258+
href: https://github.com/Azure/azure-quickstart-templates?tab=readme-ov-file#azure-resource-manager-quickstart-templates
259259
- name: Pricing
260260
href: https://azure.microsoft.com/pricing/details/azure-firewall/
261261
- name: Regional availability
262-
href: https://azure.microsoft.com/regions/services/
262+
href: https://azure.microsoft.com/regions/services/

includes/dns-limits-public-zones.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ ms.author: greglin
1111
| --- | --- |
1212
| Public DNS zones per subscription |250 <sup>1</sup> |
1313
| Record sets per public DNS zone |10,000 <sup>1</sup> |
14-
| Records per record set in public DNS zone |20 |
15-
| Number of Alias records for a single Azure resource |20|
14+
| Records per record set in public DNS zone |20 <sup>1</sup> |
15+
| TXT Records per record set in public DNS zone |400 |
16+
| Number of Alias records for a single Azure resource |50 <sup>1</sup>|
1617

1718
<sup>1</sup>If you need to increase these limits, contact Azure Support.

0 commit comments

Comments
 (0)