Skip to content

Commit 997be37

Browse files
committed
Entra Rebrand continued
1 parent f03e13f commit 997be37

File tree

42 files changed

+111
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+111
-111
lines changed

1-WebApp-OIDC/1-1-MyOrg/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These scripts are:
4242
- 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:
4343
- the identifier of the application
4444
- the AppId of the application
45-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
45+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4646

4747
- `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).
4848

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

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

1-WebApp-OIDC/1-1-MyOrg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ There is one project in this sample. To register it, you can:
6464
6565
As a first step you'll need to:
6666
67-
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.
67+
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.
6868
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**.
6969
Change your portal session to the desired Microsoft Entra tenant.
7070

1-WebApp-OIDC/1-2-AnyOrg/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These scripts are:
4242
- 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:
4343
- the identifier of the application
4444
- the AppId of the application
45-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
45+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4646

4747
- `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).
4848

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

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

1-WebApp-OIDC/1-2-AnyOrg/README.md

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

7979
As a first step you'll need to:
8080

81-
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.
81+
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.
8282
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**.
8383
Change your portal session to the desired Microsoft Entra tenant.
8484

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These scripts are:
4545
- 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:
4646
- the identifier of the application
4747
- the AppId of the application
48-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
48+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4949

5050
- `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`).
5151

@@ -118,7 +118,7 @@ Note that the script will choose the tenant in which to create the applications,
118118
119119
if you want to create the apps in a particular tenant, you can use the following option:
120120
121-
- Open the [Microsoft Entra admin center](https://portal.azure.com)
121+
- Open the [Microsoft Entra admin center](https://entra.microsoft.com)
122122
- Select the Microsoft Entra ID you are interested in (in the combo-box below your name on the top right of the browser window)
123123
- Find the "Active Directory" object in this tenant
124124
- Go to **Properties** and copy the content of the **Directory Id** property

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There is one project in this sample. To register it, you can:
5555
> Other ways of running the scripts are described in [App Creation Scripts guide](./AppCreationScripts/AppCreationScripts.md). The scripts also provide a guide to automated application registration, configuration and removal which can help in your CI/CD scenarios.
5656
5757
4. Once you've run the script, please ensure that you've followed the following manual steps. Azure AD Powershell does not yet create an app whose audience is `Work or School + personal accounts`. This audience setting is only possible from the Microsoft Entra admin center as of today:
58-
5. Sign in to the [Microsoft Entra admin center](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
58+
5. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using either a work or school account or a personal Microsoft account.
5959
6. If your account is present in more than one Microsoft Entra tenant, select `Directory + Subscription` at the top right corner in the menu on top of the page, and switch your portal session to the desired Microsoft Entra tenant.
6060
7. Navigate to the Microsoft identity platform for developers [App registrations](https://go.microsoft.com/fwlink/?linkid=2083908) page.
6161
and locate your newly created app in the list.
@@ -83,7 +83,7 @@ There is one project in this sample. To register it, you can:
8383
8484
As a first step you'll need to:
8585
86-
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.
86+
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.
8787
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**.
8888
Change your portal session to the desired Microsoft Entra tenant.
8989

1-WebApp-OIDC/1-4-Sovereign/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These scripts are:
4242
- 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:
4343
- the identifier of the application
4444
- the AppId of the application
45-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
45+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4646

4747
- `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).
4848

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

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

2-WebApp-graph-user/2-1-Call-MSGraph/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ These scripts are:
5555
- 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:
5656
- the identifier of the application
5757
- the AppId of the application
58-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
58+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
5959

6060
- `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).
6161

@@ -143,7 +143,7 @@ Of course, in real life, you might already get the password as a `SecureString`.
143143

144144
if you want to create the apps in a particular tenant, you can use the following option:
145145

146-
- open the [Microsoft Entra admin center](https://portal.azure.com)
146+
- open the [Microsoft Entra admin center](https://entra.microsoft.com)
147147
- Select the Microsoft Entra ID you are interested in (in the combo-box below your name on the top right of the browser window)
148148
- Find the "Active Directory" object in this tenant
149149
- Go to **Properties** and copy the content of the **Directory Id** property

2-WebApp-graph-user/2-1-Call-MSGraph/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This sample demonstrates an ASP.NET Core web app that calls the Microsoft Graph
5050

5151
- 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)
5252
- An **Microsoft Entra ID** tenant. For more information see: [How to get a Microsoft Entra tenant](https://docs.microsoft.com/azure/active-directory/develop/quickstart-create-new-tenant)
53-
- A user account in _your_ **Microsoft Entra ID** tenant. This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://portal.azure.com) with a personal account and have not created a _user account in your directory_ before, you will need need to create one before proceeding.
53+
- A user account in _your_ **Microsoft Entra ID** tenant. This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com) with a personal account and have not created a _user account in your directory_ before, you will need need to create one before proceeding.
5454

5555
## Setup
5656

@@ -119,12 +119,12 @@ There is one project in this sample. To register it, you can:
119119

120120
As a first step you'll need to:
121121

122-
1. Sign in to the [Microsoft Entra admin center](https://portal.azure.com).
122+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
123123
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** to change your portal session to the desired Microsoft Entra tenant.
124124

125125
#### Register the client web app (WebApp-OpenIDConnect-DotNet-graph-v2)
126126

127-
1. Navigate to the [Microsoft Entra admin center](https://portal.azure.com) and select the **Microsoft Entra ID** service.
127+
1. Navigate to the [Microsoft Entra admin center](https://entra.microsoft.com) and select the **Microsoft Entra ID** service.
128128
1. Select the **App Registrations** blade on the left, then select **New registration**.
129129
1. In the **Register an application page** that appears, enter your application's registration information:
130130
- In the **Name** section, enter a meaningful application name that will be displayed to users of the app, for example `WebApp-OpenIDConnect-DotNet-graph-v2`.
@@ -305,7 +305,7 @@ Follow the link to [Publish with Visual Studio](https://docs.microsoft.com/visua
305305

306306
#### Update the Microsoft Entra app registration (WebApp-OpenIDConnect-DotNet-graph-v2)
307307

308-
1. Navigate back to to the [Microsoft Entra admin center](https://portal.azure.com).
308+
1. Navigate back to to the [Microsoft Entra admin center](https://entra.microsoft.com).
309309
1. Go to the **Microsoft Entra ID** section, and then select **App registrations**.
310310
1. In the resulting screen, select the `WebApp-OpenIDConnect-DotNet-graph-v2` application.
311311
1. In the app's registration screen, select **Authentication** in the menu.
@@ -326,7 +326,7 @@ We will follow the steps broadly outlined in the guide: [Use Key Vault from App
326326

327327
#### Set up your Managed Identity
328328

329-
1. Navigate to [Microsoft Entra admin center](https://portal.azure.com) and select the **Azure App Service**.
329+
1. Navigate to [Microsoft Entra admin center](https://entra.microsoft.com) and select the **Azure App Service**.
330330
1. Find and select the App Service you've created previously.
331331
1. On App Service portal, select **Identity**.
332332
1. Within the **System assigned** tab, switch **Status** to **On**. Click **Save**.
@@ -437,7 +437,7 @@ using Azure.Security.KeyVault.Secrets;
437437

438438
8. Add an environment variable to your App Service so your web app can find its key vault.
439439

440-
1. Go to the [Microsoft Entra admin center](https://portal.azure.com). Search for and select **App Service**, and then select your app.
440+
1. Go to the [Microsoft Entra admin center](https://entra.microsoft.com). Search for and select **App Service**, and then select your app.
441441
1. Select **Configuration** blade on the left, then select **New Application Settings**.
442442
1. Add a new variable, naming it **KEY_VAULT_URI**. Populate the value with the URI of your key vault, for example: `https://example-vault.vault.azure.net/`
443443

2-WebApp-graph-user/2-1-Call-MSGraph/ReadmeFiles/Deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Follow the link to [Publish with Visual Studio](https://docs.microsoft.com/visua
3636

3737
#### Update the Microsoft Entra app registration (WebApp-OpenIDConnect-DotNet-graph-v2)
3838

39-
1. Navigate back to to the [Microsoft Entra admin center](https://portal.azure.com).
39+
1. Navigate back to to the [Microsoft Entra admin center](https://entra.microsoft.com).
4040
1. Go to the **Microsoft Entra ID** section, and then select **App registrations**.
4141
1. In the resulting screen, select the `WebApp-OpenIDConnect-DotNet-graph-v2` application.
4242
1. In the app's registration screen, select **Authentication** in the menu.
@@ -57,7 +57,7 @@ We will follow the steps broadly outlined in the guide: [Use Key Vault from App
5757

5858
#### Set up your Managed Identity
5959

60-
1. Navigate to [Microsoft Entra admin center](https://portal.azure.com) and select the **Azure App Service**.
60+
1. Navigate to [Microsoft Entra admin center](https://entra.microsoft.com) and select the **Azure App Service**.
6161
1. Find and select the App Service you've created previously.
6262
1. On App Service portal, select **Identity**.
6363
1. Within the **System assigned** tab, switch **Status** to **On**. Click **Save**.
@@ -168,7 +168,7 @@ using Azure.Security.KeyVault.Secrets;
168168

169169
8. Add an environment variable to your App Service so your web app can find its key vault.
170170

171-
1. Go to the [Microsoft Entra admin center](https://portal.azure.com). Search for and select **App Service**, and then select your app.
171+
1. Go to the [Microsoft Entra admin center](https://entra.microsoft.com). Search for and select **App Service**, and then select your app.
172172
1. Select **Configuration** blade on the left, then select **New Application Settings**.
173173
1. Add a new variable, naming it **KEY_VAULT_URI**. Populate the value with the URI of your key vault, for example: `https://example-vault.vault.azure.net/`
174174

2-WebApp-graph-user/2-2-TokenCache/AppCreationScripts/AppCreationScripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These scripts are:
4242
- 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:
4343
- the identifier of the application
4444
- the AppId of the application
45-
- the url of its registration in the [Microsoft Entra admin center](https://portal.azure.com).
45+
- the url of its registration in the [Microsoft Entra admin center](https://entra.microsoft.com).
4646

4747
- `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).
4848

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

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

0 commit comments

Comments
 (0)