-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
Description
Investigative information
Please provide the following:
- Timestamp: 2019-04-09 08:00:00.567Z
- Function App version (1.0 or 2.0): 2.0
- Function App name: satoriportalfuncs
- Function name(s) (as appropriate): all of the functions under the app
- Invocation ID:
- Region: WestUS2
Repro steps
- 2019-04-09 08:00:00.567Z, I deploy the function app from VS code with 'Azure Functions' plugin.
- after the deployment finished, i found the functions stopped
- I click 'Run' of functions, it show 'internal server error'
- I try to find the log under https://satoriportalfuncs.scm.azurewebsites.net/DebugConsole, no any error message. only a few text show the status=Offline
- about 4 hours later, i restart the app, it works now
this is the last invoke before deployment
Executing 'Functions.SyncFromXXXXXXXTimer' (Reason='Timer fired at 2019-04-09T08:00:00.5673343+00:00', Id=84be2452-8ee4-449d-929f-5d5801c77419)
after restart about 4 hours later
Executing 'Functions.SyncFromXXXXXXXTime' (Reason='Timer fired at 2019-04-09T12:04:13.0300220+00:00', Id=e061eede-3a1a-41e1-93d9-ba91f4394650)
Expected behavior
I always use VS code to do deployment and this works well before this deployment.
Actual behavior
after deployment, the function app stops.
Known workarounds
restart
Related information
Provide any related information
-
Programming language used (Javascript/Node)
-
Links to source (see the App)
depoyment.log.from.vscode.txt -
Bindings used (CosmosDb )