Skip to content

Commit 81c54ab

Browse files
committed
edits
1 parent 417a121 commit 81c54ab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ 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.
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.
110110

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:
112112

113113
1. In Visual Studio, return to the **Publish** page for the **AzureFunctions** project.
114114

115115
1. In the **Hosting** section, select **More actions** (...), and then select **Manage Azure App Service settings**:
116116

117117
:::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":::
118118

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:
120120

121121
- **AzureFunctionUrl_ApplyUpdates**
122122
- **AzureFunctionUrl_UpdateSupportPage**
@@ -125,7 +125,9 @@ Follow these steps to update the application settings in Visual Studio:
125125
- **ServicePrincipal_Key**
126126
- **ServicePrincipal_Tenant**
127127

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":::
129+
130+
1. Select **OK**.
129131

130132
## Test Azure function
131133

0 commit comments

Comments
 (0)