Click here to Skip to main content
15,895,011 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Mars in 8k Pin
yacCarsten14-Jan-21 19:54
yacCarsten14-Jan-21 19:54 
GeneralRe: Mars in 8k Pin
Sander Rossel14-Jan-21 21:51
professionalSander Rossel14-Jan-21 21:51 
GeneralRe: Mars in 8k Pin
dandy7215-Jan-21 2:53
dandy7215-Jan-21 2:53 
GeneralAnyone use Dynamics CRM? Pin
Christian Graus14-Jan-21 9:58
protectorChristian Graus14-Jan-21 9:58 
GeneralRe: Anyone use Dynamics CRM? Pin
Super Lloyd14-Jan-21 11:37
Super Lloyd14-Jan-21 11:37 
GeneralRe: Anyone use Dynamics CRM? Pin
Christian Graus14-Jan-21 11:44
protectorChristian Graus14-Jan-21 11:44 
GeneralMicrosoft Azure Function hell Pin
Christian Graus14-Jan-21 9:51
protectorChristian Graus14-Jan-21 9:51 
GeneralRe: Microsoft Azure Function hell Pin
Sander Rossel14-Jan-21 10:01
professionalSander Rossel14-Jan-21 10:01 
Been there, done that.
Queue triggers that did not trigger (on prod, worked on dev, obviously), Functions that didn't scale as promised, queue triggers that just kept on reading messages and then stopped after five minutes no matter how I configured it, another Function that somehow lasted 30 minutes, some HTTP triggers with a startup time of 30+ seconds...
I ended up rewriting the whole damn thing and putting it on a regular app service plan (instead of a consumption plan) and things got slightly better, but it completely defeated the purpose of having Functions in the first place.
Now I wish I could tell you how I solved it, but unfortunately, I can't because I never did Frown | :(

After that I'm completely through with Azure Functions (which is funny because I wrote some chapters on the subject and I really liked them before it all went awry in this particular project).

GeneralRe: Microsoft Azure Function hell Pin
Christian Graus14-Jan-21 10:03
protectorChristian Graus14-Jan-21 10:03 
GeneralGoogle vs Bing Pin
michaelbarb14-Jan-21 9:19
michaelbarb14-Jan-21 9:19 
GeneralRe: Google vs Bing Pin
OriginalGriff14-Jan-21 9:23
mveOriginalGriff14-Jan-21 9:23 
GeneralRe: Google vs Bing Pin
Christian Graus14-Jan-21 9:49
protectorChristian Graus14-Jan-21 9:49 
GeneralRe: Google vs Bing Pin
Sander Rossel14-Jan-21 9:52
professionalSander Rossel14-Jan-21 9:52 
GeneralRe: Google vs Bing Pin
W Balboos, GHB14-Jan-21 9:53
W Balboos, GHB14-Jan-21 9:53 
GeneralRe: Google vs Bing Pin
kholsinger15-Jan-21 5:05
kholsinger15-Jan-21 5:05 
GeneralRe: Google vs Bing Pin
den2k8814-Jan-21 10:39
professionalden2k8814-Jan-21 10:39 
GeneralRe: Google vs Bing Pin
PIEBALDconsult14-Jan-21 11:38
mvePIEBALDconsult14-Jan-21 11:38 
GeneralRe: Google vs Bing Pin
F-ES Sitecore14-Jan-21 12:15
professionalF-ES Sitecore14-Jan-21 12:15 
GeneralRe: Google vs Bing Pin
Amarnath S14-Jan-21 13:32
professionalAmarnath S14-Jan-21 13:32 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 0:12
mveOriginalGriff15-Jan-21 0:12 
GeneralRe: Google vs Bing Pin
Choroid15-Jan-21 5:27
Choroid15-Jan-21 5:27 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 5:42
mveOriginalGriff15-Jan-21 5:42 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 5:47
mveOriginalGriff15-Jan-21 5:47 
JokeRe: Google vs Bing Pin
Member 1409260515-Jan-21 1:31
Member 1409260515-Jan-21 1:31 
GeneralRe: Google vs Bing Pin
jsc4215-Jan-21 4:24
professionaljsc4215-Jan-21 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.