here's the problem.
I have developed an Azure-Based Web application which exploits some VMs. On top of these VMs I'm running a modified code which is licensed under the GPL license. Here's the flow:
Now, I would like to sell the access to the WEB-APP in the form of a private login to some customers.
1) Is there any limitations introduced by the software under the GPL license?
2) The idea is to sell only the access to the WEB-APP and hence the service I'm providing thru the VMs running the GPL software. Do I have to disclose the source code of the GPL software?
Thanks in advance for the help.