We currently have a Web application that exists on a physical server that utilizes an automated PHP function to create print folders on a file share.
We are currently migrating the environment to the cloud, and have been told we will no longer have the functionality to provision file shares on the vm. The only option that has been presented to us is to provision an additional vm and use that as our file share.
While this works for the administrative files, PHP would have to go outside of the application host vm and create folders and files on another vm for the print share. With the security aspects built in to PHP, we are unsure this is possible and would very much like to avoid going down a rabbit hole.
Any insight is greatly appreciated!
We are currently migrating the environment to the cloud, and have been told we will no longer have the functionality to provision file shares on the vm. The only option that has been presented to us is to provision an additional vm and use that as our file share.
While this works for the administrative files, PHP would have to go outside of the application host vm and create folders and files on another vm for the print share. With the security aspects built in to PHP, we are unsure this is possible and would very much like to avoid going down a rabbit hole.
Any insight is greatly appreciated!