Skip to content

Commit c9397ab

Browse files
Merge pull request #119 from Dickson-Mwendia/samples-vscode-extension-update
Recommend using the Microsoft Entra External ID Visual Studio Code Extension.
2 parents bc40147 + 1a7d617 commit c9397ab

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

2-Authorization/0-call-api-vanillajs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
7070
* [Visual Studio Code](https://code.visualstudio.com/download) is recommended for running and editing this sample.
7171
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
7272
* A modern web browser.
73-
* An external tenant. For more information, see: [Create a new external tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal)
74-
* A user an external tenant.
73+
* An external tenant. To create one, choose from the following methods:
74+
* (Recommended) Use the [Microsoft Entra External ID extension](https://aka.ms/ciamvscode/readme/marketplace) to set up an external tenant directly in Visual Studio Code.
75+
* [Create a new external tenant](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal) in the Microsoft Entra admin center.
76+
* A user account with permissions to an external tenant.
7577

7678
## Setup the sample
7779

2-Authorization/1-call-api-react/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6767
## Prerequisites
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
70-
* An external tenant. For more information, see: [Create a new external tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal)
71-
* A user an external tenant.
70+
* An external tenant. To create one, choose from the following methods:
71+
* (Recommended) Use the [Microsoft Entra External ID extension](https://aka.ms/ciamvscode/readme/marketplace) to set up an external tenant directly in Visual Studio Code.
72+
* [Create a new external tenant](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal) in the Microsoft Entra admin center.
73+
* A user account with permissions to an external tenant.
7274

7375
## Setup the sample
7476

2-Authorization/2-call-api-angular/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6969
## Prerequisites
7070

7171
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
72-
* An external tenant. For more information, see: [Create a new external tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal)
72+
* An external tenant. To create one, choose from the following methods:
73+
* (Recommended) Use the [Microsoft Entra External ID extension](https://aka.ms/ciamvscode/readme/marketplace) to set up an external tenant directly in Visual Studio Code.
74+
* [Create a new external tenant](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal) in the Microsoft Entra admin center.
7375
* A user account with permissions to an external tenant.
7476

7577
## Setup the sample

2-Authorization/3-call-api-node-daemon/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6767
## Prerequisites
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
70-
* An external tenant. For more information, see: [Create a new external tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal)
71-
* A user an external tenant.
72-
70+
* An external tenant. To create one, choose from the following methods:
71+
* (Recommended) Use the [Microsoft Entra External ID extension](https://aka.ms/ciamvscode/readme/marketplace) to set up an external tenant directly in Visual Studio Code.
72+
* [Create a new external tenant](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal) in the Microsoft Entra admin center.
73+
* A user account with permissions to an external tenant.
7374
## Setup the sample
7475

7576
### Step 1: Clone or download this repository

2-Authorization/4-call-api-express/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6767
## Prerequisites
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
70-
* An external tenant. For more information, see: [Create a new external tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal)
71-
* A user an external tenant.
70+
* An external tenant. To create one, choose from the following methods:
71+
* (Recommended) Use the [Microsoft Entra External ID extension](https://aka.ms/ciamvscode/readme/marketplace) to set up an external tenant directly in Visual Studio Code.
72+
* [Create a new external tenant](https://learn.microsoft.com/entra/external-id/customers/how-to-create-external-tenant-portal) in the Microsoft Entra admin center.
73+
* A user account with permissions to an external tenant.
7274

7375
## Setup the sample
7476

0 commit comments

Comments
 (0)