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/devtest-labs/extend-devtest-labs-azure-functions.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,22 +106,26 @@ After you publish the Function app, you need to get URLs for the functions from
106
106
107
107
## Update application settings
108
108
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.
110
110
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:
112
112
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.
114
114
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**:
116
116
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":::
123
118
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":::
0 commit comments