Skip to content

Commit 49095c3

Browse files
Additional edits.
1 parent 48177ed commit 49095c3

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

articles/app-service/configure-common.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ App settings are always encrypted when they're stored (encrypted at rest).
4848
# [Azure portal](#tab/portal)
4949

5050
1. In the [Azure portal], search for and select **App Services**, and then select your app.
51-
5251
1. On the app's left menu, select **Settings** > **Environment variables**. Then select **App settings**.
5352

54-
:::image type="content" source="./media/configure-common/open-ui.png" alt-text="Screenshot that shows selections for displaying app settings.":::
53+
:::image type="content" source="./media/configure-common/open-ui.png" alt-text="Screenshot that shows selections for displaying app settings." lightbox="./media/configure-common/open-ui.png":::
5554

5655
By default, values for app settings are hidden in the portal for security. To see a hidden value of an app setting, under **Value**, select **Show value**. To see the hidden values of all app settings, select **Show values**.
5756

5857
1. To add a new app setting, select **Add**. To edit a setting, select the setting.
59-
6058
1. In the dialog, you can [stick the setting to the current slot](deploy-staging-slots.md#which-settings-are-swapped).
6159

6260
> [!NOTE]
@@ -133,9 +131,7 @@ Set-AzWebAppSlotConfigName -ResourceGroupName <group-name> -Name <app-name> -App
133131
# [Azure portal](#tab/portal)
134132

135133
1. Select **Advanced edit**.
136-
137134
1. Edit the settings in the text area.
138-
139135
1. When you finish, select **OK**. Then select **Apply** on the **Environment variables** page.
140136

141137
App settings have the following JSON formatting:
@@ -248,15 +244,12 @@ Connection strings are always encrypted when they're stored (encrypted at rest).
248244
# [Azure portal](#tab/portal)
249245

250246
1. In the [Azure portal], search for and select **App Services**, and then select your app.
251-
252247
1. On the app's left menu, select **Settings** > **Environment variables**. Then select **Connection strings**.
253248

254249
By default, values for connection strings are hidden in the portal for security. To see a hidden value of a connection string, under **Value**, select **Show value**. To see the hidden values of all connection strings, select **Show values**.
255250

256251
1. To add a new connection string, select **Add**. To edit a connection string, select the connection string.
257-
258252
1. In the dialog, you can [stick the connection string to the current slot](deploy-staging-slots.md#which-settings-are-swapped).
259-
260253
1. When you finish, select **Apply**. Then select **Apply** on the **Environment variables** page.
261254

262255
# [Azure CLI](#tab/cli)
@@ -339,9 +332,7 @@ Set-AzWebAppSlotConfigName -ResourceGroupName <group-name> -Name <app-name> -Con
339332
# [Azure portal](#tab/portal)
340333

341334
1. Select **Advanced edit**.
342-
343335
1. Edit the connection strings in the text area.
344-
345336
1. When you finish, select **Apply**. Don't forget to also select **Apply** on the **Environment variables** page.
346337

347338
Connection strings have the following JSON formatting:
@@ -434,10 +425,9 @@ To configure general settings, follow the steps for your preferred tools.
434425
# [Azure portal](#tab/portal)
435426

436427
1. In the [Azure portal], search for and select **App Services**, and then select your app.
437-
438428
1. On the app's left menu, select **Settings** > **Configuration**. Then select **General settings**.
439429

440-
:::image type="content" source="./media/configure-common/open-general.png" alt-text="Screenshot that shows selections to open general settings.":::
430+
:::image type="content" source="./media/configure-common/open-general.png" alt-text="Screenshot that shows selections to open general settings." lightbox="./media/configure-common/open-general.png":::
441431

442432
Here, you can configure some common settings for the app. Some settings require you to [scale up to higher pricing tiers](manage-scale-up.md).
443433

@@ -536,15 +526,13 @@ The feature of mapping a virtual directory to a physical path is available only
536526
# [Azure portal](#tab/portal)
537527

538528
1. In the [Azure portal], search for and select **App Services**, and then select your app.
539-
540529
1. On the app's left menu, select **Settings** > **Configuration**. Then select **Path mappings**.
541-
542530
1. Select **New virtual application or directory**. Then take one of these actions:
543531

544532
- To map a virtual directory to a physical path, leave **Directory** selected. Specify the virtual directory and the corresponding relative (physical) path to the website root (`D:\home`).
545533
- To mark a virtual directory as a web application, unselect **Directory**.
546534

547-
:::image type="content" source="./media/configure-common/directory-check-box.png" alt-text="Screenshot that shows selections for displaying the Directory checkbox.":::
535+
:::image type="content" source="./media/configure-common/directory-check-box.png" alt-text="Screenshot that shows selections for displaying the Directory checkbox." lightbox="./media/configure-common/directory-check-box.png":::
548536

549537
1. Select **Ok**. Then select **Save** on the **Configuration** page.
550538

@@ -634,7 +622,7 @@ To add a custom handler:
634622

635623
[ASP.NET SignalR]: https://www.asp.net/signalr
636624
[Azure portal]: https://portal.azure.com/
637-
[Map an existing custom DNS name to Azure App Service]: ./app-service-web-tutorial-custom-domain.md
625+
[Set up an existing custom domain in Azure App Service]: ./app-service-web-tutorial-custom-domain.md
638626
[Set up staging environments in Azure App Service]: ./deploy-staging-slots.md
639627
[Azure App Service quotas and alerts]: ./web-sites-monitor.md
640628
[Scale up an app in Azure App Service]: ./manage-scale-up.md

0 commit comments

Comments
 (0)