Skip to content

Commit 253becf

Browse files
authored
Merge pull request #265750 from ntrogh/mpt-ip-addresses
[Microsoft Playwright Testing] Add outbound IP ranges
2 parents 1d7a0ad + 76cce1e commit 253becf

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

articles/playwright-testing/resource-limits-quotas-capacity.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Service limits
3-
description: 'Service limitations and quotas for running Playwright testing with Microsoft Playwright Testing Preview.'
2+
title: Limits and configuration reference guide
3+
description: 'Service limitations, quotas, and configuration settings for running Playwright testing with Microsoft Playwright Testing Preview.'
44
ms.topic: reference
5-
ms.date: 10/04/2023
5+
ms.date: 02/08/2024
66
ms.custom: playwright-testing-preview
77
---
88

@@ -47,6 +47,17 @@ While the service is in preview, the following limits apply on a per-subscriptio
4747

4848
To raise the resource quota above the default limit for your subscription, [create an issue in the Playwright Testing GitHub repository](https://github.com/microsoft/playwright-testing-service/issues/new/choose).
4949

50+
## Outbound IP addresses
51+
52+
This section lists the outbound IP address ranges that Microsoft Playwright Testing requires to communicate through your firewall.
53+
54+
| Azure region | IP address range |
55+
|--------------|------------------|
56+
| East US | 52.190.15.208/28 |
57+
| West US3 | 20.172.9.112/28 |
58+
| East Asia | 20.24.220.64/28 |
59+
| West Europe | 98.71.172.224/28 |
60+
5061
## Related content
5162

5263
- Get started and [run Playwright tests at scale](quickstart-run-end-to-end-tests.md)

0 commit comments

Comments
 (0)