Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

func azure functionapp publish does not publish all functions #294

Open
coderbyheart opened this issue Nov 9, 2020 · 0 comments
Open

func azure functionapp publish does not publish all functions #294

coderbyheart opened this issue Nov 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@coderbyheart
Copy link
Member

For some reason, not all functions are published when running this from my local machine:

➜     func azure functionapp publish ${APP_NAME:-bifravst}API --typescript
Getting site publishing info...
Creating archive for current directory...
Uploading 58.26 MB [##############################################################################]
Upload completed successfully.
Deployment completed successfully.
Syncing triggers...
Functions in bifravstprodAPI:
    publishDeviceUpdatesToSignalR - [eventHubTrigger]

    storeDeviceUpdate - [httpTrigger]
        Invoke url: https://bifravstprodapi.azurewebsites.net/api/firmware

    geolocateCell - [httpTrigger]
        Invoke url: https://bifravstprodapi.azurewebsites.net/api/cellgeolocation

    queryHistoricalDeviceData - [httpTrigger]
        Invoke url: https://bifravstprodapi.azurewebsites.net/api/history

@coderbyheart coderbyheart added the bug Something isn't working label Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant