Azure Document Intelligence – RequestFailedException: ‘Resource not found Status: 404 (Not Found)
I’m trying to get a code sample to use Azure Document Intelligence with files located on an in-house server but I’m getting the following error:
C# code runs fine as a console app but fails as a Word Add-In
I am a bit of a hack when it comes to C#. I am trying to write an Office Add-in that allows the user to select some text in a word document an then call an Azure language service API. The call works fine when I created a standalone windows console app: