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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,17 +106,17 @@ 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.
109
+
In addition to the URL for each function, you also need to update information about the service principal, including the application ID, key, and tenant ID.
110
110
111
-
Follow these steps to update the application settings in Visual Studio:
111
+
Follow these steps to update the required application settings in Visual Studio:
112
112
113
113
1. In Visual Studio, return to the **Publish** page for the **AzureFunctions** project.
114
114
115
115
1. In the **Hosting** section, select **More actions** (...), and then select **Manage Azure App Service settings**:
116
116
117
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":::
118
118
119
-
1. On the **App Service settings** dialog, update the **Remote** value for the following application settings:
119
+
1. On the **Application settings** dialog, update the **Remote** value for the following settings:
120
120
121
121
-**AzureFunctionUrl_ApplyUpdates**
122
122
-**AzureFunctionUrl_UpdateSupportPage**
@@ -125,7 +125,9 @@ Follow these steps to update the application settings in Visual Studio:
125
125
-**ServicePrincipal_Key**
126
126
-**ServicePrincipal_Tenant**
127
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":::
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 application settings in Visual Studio." lightbox="./media/extend-devtest-labs-azure-functions/application-settings-large.png":::
0 commit comments