Anthony Chu

Results 29 issues of Anthony Chu

Some apps have app settings node missing. I think this might be because the app doesn't have a function app. It should be possible to set app settings in all...

upstream
tracking

Currently, there are some restrictions for Static Web Apps functions that are beyond those of regular function apps. * Core Tools should be the latest v3 version * Only Node...

P1

* Regenerate the deployment token for a SWA (needs a big warning here) * Retrieve the deployment token for a SWA

Is it possible to append a number at the end of the default function name _only_ if there's a conflict? Would be great for the first function not to have...

feature
P1
durable

Currently custom handler logs are an array of strings. Is it possible to allow setting the type (Error, Warning, etc) of the log message? We could accept objects instead of...

httpWorker

Currently, if `enableForwardingHttpRequest` is true, the only way to for pure HTTP functions to write logs is stdout. stdout logs are not associated with an invocation id. Can we provide...

httpWorker

`WEBSITE_APPINSIGHTS_REQUEST_HOSTNAME` is the proposed app setting name, but open to suggestions.

Currently, local.settings.json can contain secrets and it should not be added to source control (we add it to .gitignore by default). Would be great to be able to commit a...

feature

Add an output to the action for the web app URL (`web-app-url`?)