help on deploying paraview web on azure web app service

Hi,

Currently our team is trying to build a web app and want to have a page to show d3plot files that rendered by the Paraview. I tried to initialize the paraview lite inside our web app by calling the command lines and it works. But, I would like to host it on an induvial server on Azure.

Currently, I create an Azure web app by using the following docker image.

kitware/paraviewweb:pvw-v5.6.0-osmesa

but from the container log. I have the following errors.

cp: cannot stat '/pvw/launcher/config.json': No such file or directory
Backing up /etc/apache2/sites-available/001-pvw.conf to /etc/apache2/sites-available/001-pvw.conf.BAK
/opt/paraviewweb/scripts/start.sh: line 64: /opt/launcher/config-template.json: No such file or directory
Starting/Restarting Apache webserver
 * Restarting Apache httpd web server apache2                                                                                                                                                                                                      AH00112: Warning: DocumentRoot [/pvw/www] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message

I tried to mount the storage, but the directory does not even exist.

Please give me some guidance. I don’t really know how to move forward.

Thank you so much.

i used ParaView-5.11.0-osmesa-MPI-Linux-Python3.9-x86_64.tar.gz for initializing paraview lite. When I tried to deploy it to Azure, I couldn’t find a detailed instruction on how to do it.

So, I followed this document and tried to install kitware/paraviewweb:pvw-v5.6.0-osmesa image.

Sorry for the late reply but you might want to reach out to Kitware so we can update you on the latest options and help you with your setup on Azure.