The _deploymentservice.sh script does not appear to do anything when launched. The code below the "Deploy the function service" line (79) tests whether the service exists, and if it does, prompts if you want to reinstall/overwrite. However if the service is not installed, the code will never run the install_service function.
It looks like there is a missing else statement to run the function.
The _deploymentservice.sh script does not appear to do anything when launched. The code below the
"Deploy the function service"
line (79) tests whether the service exists, and if it does, prompts if you want to reinstall/overwrite. However if the service is not installed, the code will never run theinstall_service
function.It looks like there is a missing
else
statement to run the function.Added the lines: