The workflow/function (calling it like that as I do not know how) should be in Azure.
Modern A application can write to Azure not to shared directory
Legacy B application can read from shared directory not Azure
- A sends file to Azure
- Azure sends file to shared directory
Is 2. possible?
Update: I can use azcopy but I have to run it locally. Could I put this command into "something" in Azure that would run it at regular intervals?
