Skip to content

Azure functions offline after deployment #4289

@danny8002

Description

@danny8002

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

  1. 2019-04-09 08:00:00.567Z, I deploy the function app from VS code with 'Azure Functions' plugin.
  2. after the deployment finished, i found the functions stopped
  3. I click 'Run' of functions, it show 'internal server error'
  4. 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
  5. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions