Skip to content

Commit 0f5ecb0

Browse files
added menu after portal in two files
1 parent 7375cfd commit 0f5ecb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/app-service/configure-authentication-provider-aad.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Follow these best practices when setting up your app and authentication:
3636

3737
## <a name="express"> </a>Configure with express settings
3838

39-
1. On the [Azure portal] or from the **Home** page, go to App Services and select your app.
39+
1. On the [Azure portal] menu or from the **Home** page, go to App Services and select your app.
4040
1. In the left pane, under **Settings** select **Authentication / Authorization** and make sure that **App Service Authentication** is **On**.
4141
1. Select **Azure Active Directory**, and then under **Management Mode** select **Express**.
4242
1. Select **OK** to register the App Service app in Azure Active Directory. A new app registration is created.
@@ -93,7 +93,7 @@ Perform the following steps:
9393

9494
### <a name="secrets"> </a>Add Azure Active Directory information to your App Service app
9595

96-
1. On the [Azure portal] or from the **Home** page, go to your App Service app.
96+
1. On the [Azure portal] menu or from the **Home** page, go to your App Service app.
9797
1. In the left pane, under **Settings**, select **Authentication / Authorization** and make sure that **App Service Authentication** is **On**.
9898
1. (Optional) By default, App Service authentication allows unauthenticated access to your app. To enforce user authentication, set **Action to take when request is not authenticated** to **Log in with Azure Active Directory**.
9999
1. Under Authentication Providers, select **Azure Active Directory**.
@@ -116,7 +116,7 @@ You're now ready to use Azure Active Directory for authentication in your App Se
116116

117117
You can register native clients to allow authentication using a client library such as the **Active Directory Authentication Library**.
118118

119-
1. On the [Azure portal] or from the **Home** page, select **Active Directory** > **App registrations** > **New registration**.
119+
1. On the [Azure portal] menu or from the **Home** page, select **Active Directory** > **App registrations** > **New registration**.
120120
1. In the **Register an application** page, enter a **Name** for your app registration.
121121
1. In **Redirect URI**, select **Public client (mobile & desktop)** and enter the URL of your App Service app and append the path `/.auth/login/aad/callback`. For example, `https://contoso.azurewebsites.net/.auth/login/aad/callback`.
122122
1. Select **Create**.

articles/app-service/configure-common.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This topic explains how to configure common settings for web apps, mobile back e
2626

2727
In App Service, app settings are variables passed as environment variables to the application code. For Linux apps and custom containers, App Service passes app settings to the container using the `--env` flag to set the environment variable in the container.
2828

29-
On the [Azure portal] or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Application settings**.
29+
On the [Azure portal] menu or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Application settings**.
3030

3131
![Application Settings](./media/configure-common/open-ui.png)
3232

@@ -87,7 +87,7 @@ App settings have the following JSON formatting:
8787

8888
## Configure connection strings
8989

90-
On the [Azure portal] or from the **Home** page, go to the app's management page. In the app's left menu, select **Configuration** > **Application settings**.
90+
On the [Azure portal] menu or from the **Home** page, go to the app's management page. In the app's left menu, select **Configuration** > **Application settings**.
9191

9292
![Application Settings](./media/configure-common/open-ui.png)
9393

@@ -181,7 +181,7 @@ Here, you can configure some common settings for the app. Some settings require
181181

182182
This setting is only for Windows apps.
183183

184-
On the [Azure portal] or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Default documents**.
184+
On the [Azure portal] menu or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Default documents**.
185185

186186
![Default documents](./media/configure-common/open-documents.png)
187187

@@ -191,7 +191,7 @@ If the app uses modules that route based on URL instead of serving static conten
191191

192192
## Configure path mappings
193193

194-
On the [Azure portal] or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Path mappings**.
194+
On the [Azure portal] menu or from the **Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Path mappings**.
195195

196196
![Path mappings](./media/configure-common/open-path.png)
197197

0 commit comments

Comments
 (0)