Skip to content

Commit b4805b5

Browse files
authored
Merge pull request #256 from Azure-Samples/dayodeji/URL-rebrand
Entra Rebrand for URLs
2 parents 37248af + a0f6c1f commit b4805b5

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

1. Desktop app calls Web API/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These scripts are:
4343
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Microsoft Entra application it created:
4444
- the identifier of the application
4545
- the AppId of the application
46-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
46+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4747

4848
- `Cleanup.ps1` which cleans-up the Microsoft Entra objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, git reset).
4949

@@ -123,7 +123,7 @@ Of course, in real life, you might already get the password as a `SecureString`.
123123
#### Option 3 (Interactive, but create apps in a specified tenant)
124124

125125
if you want to create the apps in a particular tenant, you can use the following option:
126-
- open the [Microsoft Entra admin center](https://portal.azure.com)
126+
- open the [Microsoft Entra admin center](https://entra.microsoft.com)
127127
- Select the Microsoft Entra ID you are interested in (in the combo-box below your name on the top right of the browser window)
128128
- Find the "Active Directory" object in this tenant
129129
- Go to **Properties** and copy the content of the **Directory Id** property

1. Desktop app calls Web API/README-incremental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Follow the steps below to manually walk through the steps to register and config
110110

111111
As a first step you'll need to:
112112

113-
1. Sign in to the [Microsoft Entra admin center](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
113+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using either a work or school account or a personal Microsoft account.
114114
1. If your account is present in more than one Microsoft Entra tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory**.
115115
Change your portal session to the desired Microsoft Entra tenant.
116116

1. Desktop app calls Web API/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Next time a user runs the application, the user is signed-in with the same ident
6767
- An Internet connection
6868
- A Windows machine, since WPF is a Windows-only technology
6969
- a Microsoft Entra tenant. For more information on how to get a Microsoft Entra tenant, see [How to get a Microsoft Entra tenant](https://azure.microsoft.com/documentation/articles/active-directory-howto-tenant/)
70-
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://portal.azure.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
70+
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://entra.microsoft.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
7171

7272
### Step 1: Clone or download this repository
7373

@@ -123,7 +123,7 @@ Follow the steps below to manually walk through the steps to register and config
123123

124124
As a first step you'll need to:
125125

126-
1. Sign in to the [Microsoft Entra admin center](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
126+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using either a work or school account or a personal Microsoft account.
127127
1. If your account is present in more than one Microsoft Entra tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory**.
128128
Change your portal session to the desired Microsoft Entra tenant.
129129

2. Web API now calls Microsoft Graph/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These scripts are:
4343
- creates a summary file named `createdApps.html` in the folder from which you ran the script, and containing, for each Microsoft Entra application it created:
4444
- the identifier of the application
4545
- the AppId of the application
46-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
46+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4747

4848
- `Cleanup.ps1` which cleans-up the Microsoft Entra objects created by `Configure.ps1`. Note that this script does not revert the changes done in the configuration files, though. You will need to undo the change from source control (from Visual Studio, or from the command line using, for instance, git reset).
4949

@@ -123,7 +123,7 @@ Of course, in real life, you might already get the password as a `SecureString`.
123123
#### Option 3 (Interactive, but create apps in a specified tenant)
124124

125125
if you want to create the apps in a particular tenant, you can use the following option:
126-
- open the [Microsoft Entra admin center](https://portal.azure.com)
126+
- open the [Microsoft Entra admin center](https://entra.microsoft.com)
127127
- Select the Microsoft Entra ID you are interested in (in the combo-box below your name on the top right of the browser window)
128128
- Find the "Active Directory" object in this tenant
129129
- Go to **Properties** and copy the content of the **Directory Id** property

2. Web API now calls Microsoft Graph/README-incremental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This binding merges the permissions required by both the client and the middle t
9090

9191
To achieve this, you need to add the **Application Id** of the client app, in the Manifest of the Web API in the `knownClientApplications` property. Here's how:
9292

93-
1. In the [Microsoft Entra admin center](https://portal.azure.com), navigate to your `TodoListService (active-directory-dotnet-native-aspnetcore-v2)` app registration, and select **Manifest** section.
93+
1. In the [Microsoft Entra admin center](https://entra.microsoft.com), navigate to your `TodoListService (active-directory-dotnet-native-aspnetcore-v2)` app registration, and select **Manifest** section.
9494
1. In the manifest editor, change the `"knownClientApplications": []` line so that the array contains
9595
the Client ID of the client application (`TodoListClient ((active-directory-dotnet-native-aspnetcore-v2)`) as an element of the array.
9696

2. Web API now calls Microsoft Graph/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Next time a user runs the application, the user is signed-in with the same ident
8080
- An OS X machine (necessary if you want to run the app on Mac)
8181
- A Linux machine (necessary if you want to run the app on Linux)
8282
- a Microsoft Entra tenant. For more information on how to get a Microsoft Entra tenant, see [How to get a Microsoft Entra tenant](https://azure.microsoft.com/documentation/articles/active-directory-howto-tenant/)
83-
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://portal.azure.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
83+
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://entra.microsoft.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
8484

8585
### Step 1: Clone or download this repository
8686

@@ -136,7 +136,7 @@ Follow the steps below to manually walk through the steps to register and config
136136

137137
As a first step you'll need to:
138138

139-
1. Sign in to the [Microsoft Entra admin center](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
139+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using either a work or school account or a personal Microsoft account.
140140
1. If your account is present in more than one Microsoft Entra tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory**.
141141
Change your portal session to the desired Microsoft Entra tenant.
142142

@@ -228,7 +228,7 @@ This binding merges the permissions required by both the client and the middle t
228228

229229
To achieve this, you need to add the **Application Id** of the client app, in the Manifest of the Web API in the `knownClientApplications` property. Here's how:
230230

231-
1. In the [Microsoft Entra admin center](https://portal.azure.com), navigate to your `TodoListService(ms-identity-dotnet-native-aspnetcore-v2)` app registration, and select **Manifest** section.
231+
1. In the [Microsoft Entra admin center](https://entra.microsoft.com), navigate to your `TodoListService(ms-identity-dotnet-native-aspnetcore-v2)` app registration, and select **Manifest** section.
232232
1. In the manifest editor, change the `"knownClientApplications": []` line so that the array contains
233233
the Client ID of the client application (`TodoListClient(ms-identity-dotnet-native-aspnetcore-v2)`) as an element of the array.
234234

3.-Web-api-call-Microsoft-graph-for-personal-accounts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Next time a user runs the application, the user is signed-in with the same ident
8484
- An OS X machine (necessary if you want to run the app on Mac)
8585
- A Linux machine (necessary if you want to run the app on Linux)
8686
- a Microsoft Entra tenant. For more information on how to get a Microsoft Entra tenant, see [How to get a Microsoft Entra tenant](https://azure.microsoft.com/documentation/articles/active-directory-howto-tenant/)
87-
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://portal.azure.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
87+
- A user account in your Microsoft Entra tenant. This sample will not work with a Microsoft account (formerly Windows Live account). Therefore, if you signed in to the [Microsoft Entra admin center](https://entra.microsoft.com) with a Microsoft account and have never created a user account in your directory before, you need to do that now.
8888

8989
### Step 1: Clone or download this repository
9090

@@ -109,7 +109,7 @@ Follow the steps below to manually walk through the steps to register and config
109109

110110
As a first step you'll need to:
111111

112-
1. Sign in to the [Microsoft Entra admin center](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
112+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using either a work or school account or a personal Microsoft account.
113113
1. If your account is present in more than one Microsoft Entra tenant, select your profile at the top right corner in the menu on top of the page, and then **switch directory**.
114114
Change your portal session to the desired Microsoft Entra tenant.
115115

0 commit comments

Comments
 (0)