Recently I am trying to deploy a vue page to my service fabric cluster application. The way I did was to build the vue app, get the vue.app file and index.html file, then copy to the wwwroot folder of my service fabric application. The problem when visiting https://xxx.trafficmanager.net/#/ I will get 404, and the only way I can visit the site is to use https://xxx.trafficmanager.net/index.html. Also, the routing works fine when debug locally, I can use https://localhost/#/ to visit my vue app.
Hope you have some insights for this issue