I have created a jsreport Azure Function based on the Azure Functions serverless tutorial (jsreport-azure-functions-starter-kit). When running locally (npm start) I can access the studio extension (authentication enabled). However, when I have deployed to our Azure Function, I can not access the studio extension (I get an ERR_CONNECTION_TIMED_OUT). I am using the function link with the port specified in the config: https://<function name>.azurewebsites.net:5488/. Should this work? If yes, how can I troubleshoot why it is not working?
Let me know if you need me to post the config or code.