Is there any way to run Excel VBA using a batch service in Azure?
My company has many large Excel VBA engineering calculations that are run on a regular basis. I am looking at ways to run these efficiently, on demand.
My current thought is I could use the Azure Batch service for this. When I create the batch pool I would use the Windows Desktop image as the base. But would jobs I submit have access to Excel?
Any pointers on how to make Excel available within an Azure Batch job welcome. Any better suggestions for another Azure service that might be more appropriate also welcome.
Thanks in advance.