Skip to content

Commit 417a121

Browse files
committed
edit App Service settings
1 parent 525bd9e commit 417a121

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

articles/devtest-labs/extend-devtest-labs-azure-functions.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,26 @@ After you publish the Function app, you need to get URLs for the functions from
106106

107107
## Update application settings
108108

109-
In addition to the URL for each function, you also need information about the service principal, such as the application ID, key, and tenant ID. These application settings are available in Visual Studio:
109+
In addition to the URL for each function, you also need information about the service principal, such as the application ID, key, and tenant ID.
110110

111-
<!-- Rose: I wasn't able to verify the following procedure in VS 2022 -->
111+
Follow these steps to update the application settings in Visual Studio:
112112

113-
1. In Visual Studio, select **Actions** > **Edit Azure App Service Settings**.
113+
1. In Visual Studio, return to the **Publish** page for the **AzureFunctions** project.
114114

115-
1. Update the following application settings (remote):
115+
1. In the **Hosting** section, select **More actions** (...), and then select **Manage Azure App Service settings**:
116116

117-
- AzureFunctionUrl_ApplyUpdates
118-
- AzureFunctionUrl_UpdateSupportPage
119-
- WindowsUpdateAllowedDays (default to 7)
120-
- ServicePrincipal_AppId
121-
- ServicePrincipal_Key
122-
- ServicePrincipal_Tenant
117+
:::image type="content" source="./media/extend-devtest-labs-azure-functions/manage-settings.png" alt-text="Screenshot that shows how to manage the Azure App Service settings from the Publish page for the Function app." lightbox="./media/extend-devtest-labs-azure-functions/manage-settings-large.png":::
123118

124-
:::image type="content" source="./media/extend-devtest-labs-azure-functions/application-settings.png" alt-text="Screenshot that shows how to update the application settings in Visual Studio." lightbox="./media/extend-devtest-labs-azure-functions/application-settings.png":::
119+
1. On the **App Service settings** dialog, update the **Remote** value for the following application settings:
120+
121+
- **AzureFunctionUrl_ApplyUpdates**
122+
- **AzureFunctionUrl_UpdateSupportPage**
123+
- **WindowsUpdateAllowedDays** (default to 7)
124+
- **ServicePrincipal_AppId**
125+
- **ServicePrincipal_Key**
126+
- **ServicePrincipal_Tenant**
127+
128+
:::image type="content" source="./media/extend-devtest-labs-azure-functions/application-settings.png" alt-text="Screenshot that shows how to update the Azure App Service Function app settings in Visual Studio." lightbox="./media/extend-devtest-labs-azure-functions/application-settings-large.png":::
125129

126130
## Test Azure function
127131

72.7 KB
Loading
53.1 KB
Loading
193 KB
Loading
172 KB
Loading

0 commit comments

Comments
 (0)