Skip to content

Commit 5addb03

Browse files
Merge pull request #270978 from btardif/SWA
limitation on A-Records
2 parents 71f4e4c + ad85103 commit 5addb03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/enterprise-edge.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enterprise-grade edge in Azure Static Web Apps
3-
description: Learn about Azure Static Web Apps enterprise-grade edge
3+
description: Learn about Azure Static Web Apps enterprise-grade edge.
44
services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
@@ -87,7 +87,8 @@ az staticwebapp enterprise-edge enable -n my-static-webapp -g my-resource-group
8787

8888
## Limitations
8989

90-
- Private Endpoint can't be used with enterprise-grade edge.
90+
- Private Endpoint can't be used with enterprise-grade edge.
91+
- Custom domains configured using A Records (DNS) aren't supported with enterprise-grade edge.
9192

9293
## Next steps
9394

0 commit comments

Comments
 (0)