You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not seeing a way to do this in C# and this appears to still be open since 2019: #1240
Since that one is specifcally about typescript which requires more resources at scale, I need to make this possible with C#. https://dev.to/jfbrennan/the-reasons-i-don-t-use-typescript-2fhb
Lambda is actually slow, bad practice to rely on it too. Many reasons why this is not a good way to go.
Does anyone know of a way to do this yet with how C# works? The idea is something like ****.azurewebsites.net/Function1/USERID. So it needs to be dynamically checked and there does need to be 1 full URL per user. As you can imagine ****.azurewebsites.net/Function1/USERID is better than ****.azurewebsites.net/USERID because you could have thousands of functions depending on company scale. This isn't viable. This is now required due to a new system I'm using that will require 1 webhook per person.
The text was updated successfully, but these errors were encountered:
I'm not seeing a way to do this in C# and this appears to still be open since 2019: #1240
Since that one is specifcally about typescript which requires more resources at scale, I need to make this possible with C#.
https://dev.to/jfbrennan/the-reasons-i-don-t-use-typescript-2fhb
Lambda is actually slow, bad practice to rely on it too. Many reasons why this is not a good way to go.
Does anyone know of a way to do this yet with how C# works? The idea is something like ****.azurewebsites.net/Function1/USERID. So it needs to be dynamically checked and there does need to be 1 full URL per user. As you can imagine ****.azurewebsites.net/Function1/USERID is better than ****.azurewebsites.net/USERID because you could have thousands of functions depending on company scale. This isn't viable. This is now required due to a new system I'm using that will require 1 webhook per person.
The text was updated successfully, but these errors were encountered: