Closed anthturner closed 4 years ago
Forgot to note one other major change ... Functions HttpTrigger surface now takes string
instead of Guid
and runs the parse as a part of calling the service. This seems to be a bug with Functions itself, hence why I didn't propagate the string type into the service. I'm hoping in the future, this bug will be resolved and Functions will support this binding.
It's unclear what the issue is, as some posts suggest it has been fixed but others suggest it has not. Tracking the open relevant issue here: https://github.com/Azure/azure-functions-host/issues/2279
/aj
is removed permanently, local debugging works again. Deploying directly to Azure Functions also works again.Proxies now include explicit forwards for routes inside Blazor. Expectation for debugging is that the storage emulator runs on
http://localhost:16100
(by configuration) and the Functions Admin API runs onhttp://localhost:16000
. Calls to/api/*
are forwarded to the Functions runtime, all other proxies are explicitly defined. Resources for app-ification have been largely moved into/icons
to simplify the proxies.An example
local.settings.json
for this configuration would be: