Option to disable SAS checks when debugging locally
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.