Does the studio extension work when jsreport is deployed as an Azure Function?
-
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.
-
You are right, you can't expose the whole app through the azure function as far as I know.
You should use the azure web app or azure VM to get the app running.