79769951

Date: 2025-09-19 20:55:27
Score: 1
Natty:
Report link

When you say "local server url", I can imagine two things

  1. Routing to an on-premises server - This will work great as long as the user has access to that server when they need to use that add-in. I.e. It will need to be available on the public internet or the user will have to have a VPN to access the add-in.

2)Routing to a localhost server on the same machine - This will also work but you'll need to consider whether that trade-off makes sense in terms of how it can affect machine performance and your needs to update the web service to address bugs.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: Sean Laberee - Microsoft