I have a vuejs application in which I want to offer editing documents with office for web. I have looked into official wopi documentation and some existing wopi implementation. The official wopi documentation lacks "How to start". There are few queries I want to clear before moving forward
Infrastructure: I have vuejs application, .NET 5 api at backend and I use azure environment for deployment (azure app service), documents are stored in blob storage. My first question is regarding white-listing the wopi host. If I understand the documentation correctly, vuejs will be wopi client and .net core api will be wopi host?. and then I have to white-list api domain?
Secondly, in microsoft code sample they said You cannot simply clone and run this sample locally....localhost probably won't work
. I want to ask in order to test my code do I have to deploy it every time I make changes? if so how will I debug it?
Lastly, I read people mentioning Office Online Server 2016 is required to deploy and run wopi as mentioned here. Will this not work with azure deployment?
Additionally I have already signed up for Cloud Storage Partner Program