Anthony Chu
Anthony Chu
Clients -> SignalR Service -> Event Grid -> Functions is being considered. Would this help with your scenario @galvesribeiro?
I think here are the gaps identified in this thread on what SignalR Service is missing today: - Clients need a way to invoke Azure Functions via the SignalR connection...
> This is precisely what we envision it. Instead of having us to code and host the Hub class, we would like to just "Describe" on the Azure SignalR Service...
I think this is resolved by #5969
@liliankasem FYI ran into this on M1 mac with 4.3.0. Had to use @earloc's solution here to manually install https://github.com/Azure/azure-functions-core-tools/issues/4399#issuecomment-3061682342
We currently don't support the ability to create a consumption plan by itself. For downgrade scenarios from Premium to Consumption, please create a new function app for the time being....
@nanan1993 Can you share the full output of the command? It should show some instructions on how to set up a cert. Also, what platform are you running on? Thanks.
Yes. It's here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#local-settings-file But it sounds like what we're looking for is to enable CORS in the host (without Core Tools). @kashimiz might know if this is possible. We...
@steveellis A couple of things to note... If you enable credentials support, you *cannot* use `*`, you must specify the actual origin(s). Also looks like the origins list needs to...
I like this suggestion as well. Quite often the only way to see this is in App Insights. Moving to Core Tools repo.