You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-authentication-provider-aad.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Follow these best practices when setting up your app and authentication:
36
36
37
37
## <aname="express"> </a>Configure with express settings
38
38
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.
40
40
1. In the left pane, under **Settings** select **Authentication / Authorization** and make sure that **App Service Authentication** is **On**.
41
41
1. Select **Azure Active Directory**, and then under **Management Mode** select **Express**.
42
42
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:
93
93
94
94
### <aname="secrets"> </a>Add Azure Active Directory information to your App Service app
95
95
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.
97
97
1. In the left pane, under **Settings**, select **Authentication / Authorization** and make sure that **App Service Authentication** is **On**.
98
98
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**.
99
99
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
116
116
117
117
You can register native clients to allow authentication using a client library such as the **Active Directory Authentication Library**.
118
118
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**.
120
120
1. In the **Register an application** page, enter a **Name** for your app registration.
121
121
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`.
Copy file name to clipboardExpand all lines: articles/app-service/configure-common.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This topic explains how to configure common settings for web apps, mobile back e
26
26
27
27
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.
28
28
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**.
@@ -87,7 +87,7 @@ App settings have the following JSON formatting:
87
87
88
88
## Configure connection strings
89
89
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**.
@@ -181,7 +181,7 @@ Here, you can configure some common settings for the app. Some settings require
181
181
182
182
This setting is only for Windows apps.
183
183
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**.
@@ -191,7 +191,7 @@ If the app uses modules that route based on URL instead of serving static conten
191
191
192
192
## Configure path mappings
193
193
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**.
0 commit comments