Skip to content

Commit 48bd71b

Browse files
Merge pull request #304170 from ninallam/patch-8
Add In-region data residency & data at rest section
2 parents fde85de + 51e8ab8 commit 48bd71b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/app-testing/overview-what-is-azure-app-testing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ Here are some of the key features of Azure App Testing:
5656

5757
- **Security and access control**: Support for managed identities, private link access, and RBAC (role-based access control) ensures secure and controlled access to workspace resources.
5858

59+
## In-region data residency & data at rest
60+
61+
### Azure Load Testing
62+
63+
Azure Load Testing doesn't store or process customer data outside the region you deploy the service instance in.
64+
65+
### Playwright Workspaces
66+
67+
Playwright Workspaces doesn't store or process customer data outside the region you deploy the workspace in. When you use the regional affinity feature, the metadata is transferred from the cloud hosted browser region to the workspace region in a secure and compliant manner.
68+
69+
Playwright Workspaces automatically encrypts all data stored in your workspace with keys managed by Microsoft (service-managed keys). For example, this data includes workspace details, Playwright test run metadata like test start and end time, test minutes, who ran the test, and test results which are published to the service.
70+
5971
## Getting started
6072

6173
- [Run end-to-end tests with Playwright Workspaces](playwright-workspaces\quickstart-run-end-to-end-tests.md)

0 commit comments

Comments
 (0)