Skip to content

Commit 864b836

Browse files
committed
updated the links
1 parent 2f5e7ff commit 864b836

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/playwright-testing/how-to-manage-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: playwright-testing-preview
1010

1111
In this article, you learn how to manage authentication and authorization for Microsoft Playwright Testing preview to run Playwright tests on cloud-hosted browsers and to publish test results and artifacts to the service.
1212

13-
By default, [Microsoft Entra ID](https://learn.microsoft.com/entra/identity/) is used for authentication. This method is more secure and is the recommended authentication method. You cannot disable authentication using Microsoft Entra ID. However, you can also use access tokens to authenticate and authorize.
13+
By default, [Microsoft Entra ID](/entra/identity/) is used for authentication. This method is more secure and is the recommended authentication method. You cannot disable authentication using Microsoft Entra ID. However, you can also use access tokens to authenticate and authorize.
1414

1515

1616
> [!IMPORTANT]

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After you complete this quickstart, you have a CI workflow that runs your Playwr
3030
# [Azure Pipelines](#tab/pipelines)
3131
- An Azure DevOps organization and project. If you don't have an Azure DevOps organization, you can [create one for free](/azure/devops/organizations/projects/create-project).
3232
- A pipeline definition. If you need help with getting started with Azure Pipelines, see [create your first pipeline](/azure/devops/pipelines/create-first-pipeline).
33-
- Azure Resource Manager Service connection to securely authenticate to the service from Azure Dev Ops pipelines, see [Azure Resource Manager service connection](https://learn.microsoft.com/azure/devops/pipelines/library/connect-to-azure)
33+
- Azure Resource Manager Service connection to securely authenticate to the service from Azure Dev Ops pipelines, see [Azure Resource Manager service connection](/azure/devops/pipelines/library/connect-to-azure)
3434

3535
---
3636

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After you complete this quickstart, you have a Microsoft Playwright Testing work
2020
* An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2121
* Your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or one of the [classic administrator roles](/azure/role-based-access-control/rbac-and-directory-admin-roles#classic-subscription-administrator-roles).
2222
* A Playwright project. If you don't have project, create one by using the [Playwright getting started documentation](https://playwright.dev/docs/intro) or use our [Microsoft Playwright Testing sample project](https://github.com/microsoft/playwright-testing-service/tree/main/samples/get-started).
23-
* Azure CLI. If you don't have Azure CLI, see [Install Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli).
23+
* Azure CLI. If you don't have Azure CLI, see [Install Azure CLI](/cli/azure/install-azure-cli).
2424

2525
## Create a workspace
2626

@@ -83,12 +83,12 @@ Microsoft Entra ID uses your Azure credentials, requiring a sign-in to your Azur
8383

8484
##### Set up authtication using Microsoft Entra ID
8585

86-
Microsoft Entra ID is the default and recommended authentication for the service. From your local dev machine, you can use [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) to sign-in
86+
Microsoft Entra ID is the default and recommended authentication for the service. From your local dev machine, you can use [Azure CLI](/cli/azure/install-azure-cli) to sign-in
8787

8888
```CLI
8989
az login
9090
```
91-
**NOTE**: If you are 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](https://learn.microsoft.com/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>`
91+
**NOTE**: If you are 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>`
9292

9393
##### Set up authentication using access tokens
9494

0 commit comments

Comments
 (0)