microsoft / azure-redcap-paas

Automated deployment of REDCap with Azure Blob storage as the storage back-end
MIT License
28 stars 53 forks source link

Bicep deployment should configure cron service #74

Closed SvenAelterman closed 4 months ago

SvenAelterman commented 4 months ago

See startup.sh.

Confirm that Always On is configured for the App Service.

Testing Procedure

In Control Center, System Configuration:

SvenAelterman commented 4 months ago

Current startup command for container is apt-get install unzip sendmail cron -y (configured from the prerequisiteCommand parameter).

Should integrate all commands in startup.sh and set startup.sh as the startup command.

SvenAelterman commented 4 months ago

Completed with #75