-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Priority
P3 - Medium (Nice to have)
Feature Area
VS Code Extension
Problem Statement
I've written some APIs for a front-end app to call, and I use API Management with a logic apps backend in production to route the requests to each workflow.
The issue I'm having is that if I want to debug the app fully locally, I'm not sure how to do this because the URLs can change when the SAS token changes, so this makes it a bit tedious to set up a local proxy. It will also require each developer to have their own configuration, which will need to be updated every so often when the SAS changes (mine seems to change daily???).
Proposed Solution
It would be nice if when debugging in vscode SAS validation could be skipped similar to how function apps operate locally.
Is there any way to do this currently?
Alternatives Considered
No response
Which Logic App type(s) should this apply to?
Standard
Additional context
No response