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-common.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,13 @@ App settings are always encrypted when they're stored (encrypted at rest).
48
48
# [Azure portal](#tab/portal)
49
49
50
50
1. In the [Azure portal], search for and select **App Services**, and then select your app.
51
-
52
51
1. On the app's left menu, select **Settings** > **Environment variables**. Then select **App settings**.
53
52
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":::
55
54
56
55
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**.
57
56
58
57
1. To add a new app setting, select **Add**. To edit a setting, select the setting.
59
-
60
58
1. In the dialog, you can [stick the setting to the current slot](deploy-staging-slots.md#which-settings-are-swapped).
1. When you finish, select **OK**. Then select **Apply** on the **Environment variables** page.
140
136
141
137
App settings have the following JSON formatting:
@@ -248,15 +244,12 @@ Connection strings are always encrypted when they're stored (encrypted at rest).
248
244
# [Azure portal](#tab/portal)
249
245
250
246
1. In the [Azure portal], search for and select **App Services**, and then select your app.
251
-
252
247
1. On the app's left menu, select **Settings** > **Environment variables**. Then select **Connection strings**.
253
248
254
249
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**.
255
250
256
251
1. To add a new connection string, select **Add**. To edit a connection string, select the connection string.
257
-
258
252
1. In the dialog, you can [stick the connection string to the current slot](deploy-staging-slots.md#which-settings-are-swapped).
259
-
260
253
1. When you finish, select **Apply**. Then select **Apply** on the **Environment variables** page.
1. When you finish, select **Apply**. Don't forget to also select **Apply** on the **Environment variables** page.
346
337
347
338
Connection strings have the following JSON formatting:
@@ -434,10 +425,9 @@ To configure general settings, follow the steps for your preferred tools.
434
425
# [Azure portal](#tab/portal)
435
426
436
427
1. In the [Azure portal], search for and select **App Services**, and then select your app.
437
-
438
428
1. On the app's left menu, select **Settings** > **Configuration**. Then select **General settings**.
439
429
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":::
441
431
442
432
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).
443
433
@@ -536,15 +526,13 @@ The feature of mapping a virtual directory to a physical path is available only
536
526
# [Azure portal](#tab/portal)
537
527
538
528
1. In the [Azure portal], search for and select **App Services**, and then select your app.
539
-
540
529
1. On the app's left menu, select **Settings** > **Configuration**. Then select **Path mappings**.
541
-
542
530
1. Select **New virtual application or directory**. Then take one of these actions:
543
531
544
532
- 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`).
545
533
- To mark a virtual directory as a web application, unselect **Directory**.
546
534
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":::
548
536
549
537
1. Select **Ok**. Then select **Save** on the **Configuration** page.
550
538
@@ -634,7 +622,7 @@ To add a custom handler:
634
622
635
623
[ASP.NET SignalR]: https://www.asp.net/signalr
636
624
[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
638
626
[Set up staging environments in Azure App Service]: ./deploy-staging-slots.md
639
627
[Azure App Service quotas and alerts]: ./web-sites-monitor.md
640
628
[Scale up an app in Azure App Service]: ./manage-scale-up.md
0 commit comments