Skip to content

Deploying through VS Code shows Warmup api #668

@asavaritayal

Description

@asavaritayal

From @priyaananthasankar on September 26, 2018 5:25

Linux Consumption Plan preview.

Created a simple HTTP trigger and deployed into azure function app through VS Code. It worked fine.
Added another HTTP trigger method that used Cosmos DB extension and redeployed to the same function app through VS Code. These were the output logs:

10:13:41 PM Honeydukes: Starting deployment...
10:13:42 PM Honeydukes: Uploading zip package to storage container...
10:18:26 PM Honeydukes: Starting deployment...
10:18:27 PM Honeydukes: Uploading zip package to storage container...
Deployment to "Honeydukes" completed.
HTTP Trigger Urls:
WarmUp: https://honeydukes.azurewebsites.net/api/WarmUp


The portal also showed up WarmUp API and when GET request was sent to it, it responded 200OK Warmup complete. None of my function API's got deployed.

image

Copied from original issue: Azure/azure-functions-python-worker#207

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions