Skip to content

Commit fbf839c

Browse files
K232Glenn Gailey
authored andcommitted
Updated action name
Screenshot also needs to be updated
1 parent c3276d4 commit fbf839c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-scenario-database-table-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A function app hosts the execution of your functions in Azure. As a best securit
3939

4040
You must have previously published your app to Azure. If you haven't already done so, [Publish your function app to Azure](functions-develop-vs.md#publish-to-azure).
4141

42-
1. In Solution Explorer, right-click the function app project and choose **Publish** > **Manage application settings...**. Select **Add setting**, in **New app setting name**, type `sqldb_connection`, and select **OK**.
42+
1. In Solution Explorer, right-click the function app project and choose **Publish** > **Edit Azure App Service settings**. Select **Add setting**, in **New app setting name**, type `sqldb_connection`, and select **OK**.
4343

4444
![Application settings for the function app.](./media/functions-scenario-database-table-cleanup/functions-app-service-add-setting.png)
4545

0 commit comments

Comments
 (0)