Hello, I am planning to build a functionality that will read a word template and then replace certain sections with data pulled from DB. I am planning to use Office.Word.Document to read the template then use function "FindAndReplace".
My question is will this work in Azure when I deploy? Or there is some other design?