Setting Up JSReports on Azure App Service



  • Great. Good news.

    The current docker image contains bug in azure blob storage driver. We will release hotfix during the CET evening.



  • Super :) :) :) You guys have been the fastest in the community to solve things ! Am waiting for the new build then



  • OK the 2.1.0 is out. Please follow these steps.

    1. Stop your web app
    2. Delete jsreport container in your blob storage (backup it if there is something you need)
    3. Change the web app docker image to jsreport/jsreport:2.1.0-full
    4. Additionally add this app settings as it is required to be explicitly set in 2.1.0
      extensions_authentication_cookieSession_secret=yoursecrethere
    5. Start web app


  • Do you need a Azure Service Bus Resource to configure the solution ? I see that ...
    "In case you want to run multiple instances of jsreport you need to create also service bus."

    ... But I believe this is in cases where the app service running the jsreports image is scaled out to multiple instances.. Is that correct ?



  • Yes that is correct. The service bus is used to notify the other servers about changes so they can reload the data. In case you have just single server there is no need for it.



  • Am glad to confirm that the 2.1.0 build is working as expected. Both Authentication and Template Persistence Works Like a breeze. Can't wait to roll it down to all projects within the department. Thank you so much.

    0_1527882000638_upload-18eca0e6-3446-4635-b1c5-1407bfe89222



  • Hi, loving jsreport and need to get the persistance in Azure working asap. I've followed the instructions here https://jsreport.net/blog/render-reports-using-azure-app-service with no luck, I just get "service unavailable". When configuring an Azure Storage account do I need create a jsreport container in the blob service (shown in Rajkumar's screenshot above) or is this generated automatically. Hopefully this is the right place for this comment as I came here during my search for an answer.



  • Yes, You have to create the container yourself !! I'll give you a easy tip. I scripted the entire setup of jsreport in Azure.. so u just have to right click and deploy and that should work like a charm .. read my blog post and if there are questions I will be glad to assist “Continuous Integration for JSReport on Azure AppService - Part 1” @iRajBalakrish https://medium.com/@rajkumarb/continuous-integration-for-js-reports-on-azure-appservice-part-1-2a81aa55e06



  • Rajkumar, you are a genius, having a working deployment allowed me to see where I was going wrong too. Thanks very much mate.



  • Cool !! Did you have a chance to use the ARM template ?


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.