We recently had an IcM where the customer did not have a properly formatted URL (the URL did not being with https://). The function swallowed the exception and allowed the function to startup, but the customer was experiencing issues. It would be nice to have some validation here to ensure that the URL is formatted correctly and throw a user friendly exception to avoid this in the future.