0
votes

I have created an Azure Web App on Standard Service Plan with Always On option enabled. On this App I haven't published any web site. I have only published a Continuous Web Job.

The problem is that although I have enabled the Always On option, I can see in the Web Job logs that the Web App stopped.

Here are the Web Job logs:

[09/29/2015 07:35:26 > 189701: SYS INFO] WebJob is still running
[09/29/2015 08:51:54 > 189701: SYS INFO] WebJob is stopping due to website shutting down
[09/29/2015 08:51:54 > 189701: SYS INFO] Status changed to Stopping
[09/29/2015 08:52:04 > 189701: SYS INFO] Status changed to Starting
[09/29/2015 08:52:25 > 189701: SYS INFO] Run script 'ExchangePullNotifications.exe' with script host - 'WindowsScriptHost'
[09/29/2015 08:52:25 > 189701: SYS INFO] Status changed to Running
2

2 Answers

1
votes

Is this happening multiple times, or just that one time? If anything causes the site to restart (e.g. changes to the site settings), then this behavior is normal. It should have no ill effect as long as it restarts quickly after.

A concern would only exist if it was to stop and not restart, and that should not happen.

0
votes

The problem seems to be that I use the Azure SDK in my application which is not supported in the WebApp environment.