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
+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
@@ -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] menu or from the**Home** page, go to App Services and select your app.
39
+
1.In the [Azure portal], search for and select**App Services**, and then 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.
@@ -72,7 +72,7 @@ You'll need the following information when you configure your App Service app:
72
72
73
73
Perform the following steps:
74
74
75
-
1. Sign in to the [Azure portal] and go to your App Service app. Note your app's **URL**. You'll use it to configure your Azure Active Directory app registration.
75
+
1. Sign in to the [Azure portal], search for and select **App Services**, and then select your app. Note your app's **URL**. You'll use it to configure your Azure Active Directory app registration.
1. In the **Register an application** page, enter a **Name** for your app registration.
78
78
1. In **Redirect URI**, select **Web** 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`.
@@ -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] menu or from the**Home** page, go to your App Service app.
96
+
1.In the [Azure portal], search for and select**App Services**, and then select your 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] menu or from the **Home** page, select **Active Directory** > **App registrations** > **New registration**.
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
+5-5Lines changed: 5 additions & 5 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] menu or from the**Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Application settings**.
29
+
In the [Azure portal], search for and select**App Services**, and then select your app. 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] menu or from the**Home** page, go to the app's management page. In the app's left menu, select **Configuration** > **Application settings**.
90
+
In the [Azure portal], search for and select**App Services**, and then select your app. In the app's left menu, select **Configuration** > **Application settings**.
@@ -158,7 +158,7 @@ Connection strings have the following JSON formatting:
158
158
159
159
## Configure general settings
160
160
161
-
In the [Azure portal] menu or from the**Home** page, go to the app's management page. In the app's left menu, select **Configuration** > **General settings**.
161
+
In the [Azure portal], search for and select**App Services**, and then select your app. In the app's left menu, select **Configuration** > **General 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] menu or from the**Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Default documents**.
184
+
In the [Azure portal], search for and select**App Services**, and then select your app. 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] menu or from the**Home** page, go to your app's management page. In the app's left menu, select **Configuration** > **Path mappings**.
194
+
In the [Azure portal], search for and select**App Services**, and then select your app. In the app's left menu, select **Configuration** > **Path mappings**.
Copy file name to clipboardExpand all lines: articles/app-service/deploy-staging-slots.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To scale your app to a different tier, make sure that the target tier supports t
38
38
## Add a slot
39
39
The app must be running in the **Standard**, **Premium**, or **Isolated** tier in order for you to enable multiple deployment slots.
40
40
41
-
1.On the [Azure portal](https://portal.azure.com/) menu or from the **Home** page, open your app's [resource page](../azure-resource-manager/manage-resources-portal.md#manage-resources).
41
+
1.in the [Azure portal](https://portal.azure.com/), open your app's [resource page](../azure-resource-manager/manage-resources-portal.md#manage-resources).
42
42
43
43
2. In the left pane, select **Deployment slots** > **Add Slot**.
44
44
@@ -247,7 +247,7 @@ After the setting is saved, the specified percentage of clients is randomly rout
247
247
After a client is automatically routed to a specific slot, it's "pinned" to that slot for the life of that client session. On the client browser, you can see which slot your session is pinned to by looking at the `x-ms-routing-name` cookie in your HTTP headers. A request that's routed to the "staging" slot has the cookie `x-ms-routing-name=staging`. A request that's routed to the production slot has the cookie `x-ms-routing-name=self`.
248
248
249
249
> [!NOTE]
250
-
> Next to the Azure Portal, you can also use the [`az webapp traffic-routing set`](/cli/azure/webapp/traffic-routing#az-webapp-traffic-routing-set) command in the Azure CLI to set the routing percentages from CI/CD tools like DevOps pipelines or other automation systems.
250
+
> Next to the Azure portal, you can also use the [`az webapp traffic-routing set`](/cli/azure/webapp/traffic-routing#az-webapp-traffic-routing-set) command in the Azure CLI to set the routing percentages from CI/CD tools like DevOps pipelines or other automation systems.
0 commit comments