Playwright Workspaces on Azure — hosted browsers
azure/playwright · version 1
envs add azure/playwright
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
PLAYWRIGHT_SERVICE_URL |
required | config | Your workspace's regional endpoint. An address, not a credential.. where to get it |
PLAYWRIGHT_SERVICE_ACCESS_TOKEN |
optional | secret | Microsoft says an access token is like a password for the workspace and not to distribute, hard-code or store one in plain text. Only needed when not using Entra ID, which is the default. Every token expires on a date set at creation.. where to get it |