Skip to content

Commit 1ed417b

Browse files
portal-nav wording corrections
1 parent 0f5ecb0 commit 1ed417b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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

Lines changed: 4 additions & 4 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] 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.
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.
@@ -72,7 +72,7 @@ You'll need the following information when you configure your App Service app:
7272

7373
Perform the following steps:
7474

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.
7676
1. Select **Azure Active Directory** > **App registrations** > **New registration**.
7777
1. In the **Register an application** page, enter a **Name** for your app registration.
7878
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:
9393

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

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.
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] menu or from the **Home** page, select **Active Directory** > **App registrations** > **New registration**.
119+
1. In the [Azure portal], 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: 5 additions & 5 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] 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**.
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] 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**.
9191

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

@@ -158,7 +158,7 @@ Connection strings have the following JSON formatting:
158158

159159
## Configure general settings
160160

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**.
162162

163163
![General settings](./media/configure-common/open-general.png)
164164

@@ -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] 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**.
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] 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**.
195195

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

articles/app-service/deploy-staging-slots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To scale your app to a different tier, make sure that the target tier supports t
3838
## Add a slot
3939
The app must be running in the **Standard**, **Premium**, or **Isolated** tier in order for you to enable multiple deployment slots.
4040

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).
4242

4343
2. In the left pane, select **Deployment slots** > **Add Slot**.
4444

@@ -247,7 +247,7 @@ After the setting is saved, the specified percentage of clients is randomly rout
247247
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`.
248248

249249
> [!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.
251251
>
252252
253253
### Route production traffic manually

0 commit comments

Comments
 (0)