Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 930 Bytes

File metadata and controls

19 lines (14 loc) · 930 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 06/03/2024
ms.author glenga
ms.custom devdivchpfy22

Important

Deploying to an existing function app always overwrites the contents of that app in Azure.

  1. In the command palette, enter and then select Azure Functions: Deploy to Function App.

  2. Select the function app you just created. When prompted about overwriting previous deployments, select Deploy to deploy your function code to the new function app resource.

  3. When deployment is completed, select View Output to view the creation and deployment results, including the Azure resources that you created. If you miss the notification, select the bell icon in the lower-right corner to see it again.

    :::image type="content" source="media/functions-publish-project-vscode/function-create-notifications.png" alt-text="Screenshot of the View Output window.":::