Skip to content

Commit 0345371

Browse files
committed
fixed comments
1 parent b68b350 commit 0345371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/playwright-testing/how-to-use-service-config-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default defineConfig(
5656
* **`serviceAuthType`**:
5757
- **Description**: This setting allows you to choose the authentication method you want to use for your test run.
5858
- **Available Options**:
59-
- `TOKEN` to use access tokens. You need to enable authentication using access tokens if you want to use this option, see [manage authentication](./how-to-manage-authentication.md).
60-
- `ENTRA` to use Microsoft Entra ID for authentication. It's the default mode.
59+
- `ACCESS_TOKEN` to use access tokens. You need to enable authentication using access tokens if you want to use this option, see [manage authentication](./how-to-manage-authentication.md).
60+
- `ENTRA_ID` to use Microsoft Entra ID for authentication. It's the default mode.
6161
- **Default Value**: `ENTRA_ID`
6262
- **Example**:
6363
```typescript

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Microsoft Entra ID is the default and recommended authentication for the service
9494
az login
9595
```
9696
> [!NOTE]
97-
> If you're a part of multiple Microsoft Entra tenants, make sure you sign-in to the tenant where your workspace belongs. You can get the tenant ID from Azure portal. See [Find your Microsoft Entra Tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). Once you get the ID, sign-in using the command `az login --tenant <TenantID>`
97+
> If you're a part of multiple Microsoft Entra tenants, make sure you sign in to the tenant where your workspace belongs. You can get the tenant ID from Azure portal. See [Find your Microsoft Entra Tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). Once you get the ID, sign-in using the command `az login --tenant <TenantID>`
9898

9999
##### Set up authentication using access tokens
100100

0 commit comments

Comments
 (0)