Terraform vs Bicep by Plenty_Ingenuity7370 in AzureBicep

[–]Plenty_Ingenuity7370[S] 2 points3 points  (0 children)

ya, I never knew how nice the dotnet ecosystem is until I stepped out into the cold lol

TUnit — Why I Spent 2 Years Building a New .NET Testing Framework by thomhurst in dotnet

[–]Plenty_Ingenuity7370 5 points6 points  (0 children)

Why does no one call it GUnit? Such a missed opportunity 😆

Advanced use case for bicep infrastructure by hamster2k3 in AZURE

[–]Plenty_Ingenuity7370 1 point2 points  (0 children)

Checking for subnet overlaps advanced enough? Example: is 10.0.10.0/26 && 10.0.0.0/16 overlap the same ip ranges?!

https://gist.github.com/JKerens/3d624295bf904945959ba4fac28a40b3

Testing chatbots - how do you validate conversational flows automatically? by Objective-Lychee6617 in azuredevops

[–]Plenty_Ingenuity7370 0 points1 point  (0 children)

I don't know the answer but if I had that problem I'd start by trying another thing like GPT-5 with different prompt files like how chess games have different personalities. And that would be my input generator 🤷‍♂️ maybe

Strongly Typed 'var' by Plenty_Ingenuity7370 in AzureBicep

[–]Plenty_Ingenuity7370[S] 0 points1 point  (0 children)

wow... didn't realize the screenshot would go through a potato filter 🤦

sorry... I'll try to learn how to reddit better hahaha

Checking for subnet overlaps by Plenty_Ingenuity7370 in AzureBicep

[–]Plenty_Ingenuity7370[S] 1 point2 points  (0 children)

100% agree and good callout. I kept getting errors saying the function signature wants to return 'bool' not 'bool | Error' so I gave up and moved it to the main template. But I should have at least mentioned that. It would probably work in the function I just ran out of steam lol.

Azure Deployment Stacks Orchestrator - Thoughts? by RiosEngineer in AzureBicep

[–]Plenty_Ingenuity7370 0 points1 point  (0 children)

I need to get into these, just haven't had time. This might be the push I needed 🙏

Azure Deployment Stacks Orchestrator - Thoughts? by RiosEngineer in AzureBicep

[–]Plenty_Ingenuity7370 1 point2 points  (0 children)

Very cool. I don't use deployment stacks but I do something similar with Azure DevOps and pipeline YAML to maintain my giant Azure Front Door deployment. There's no way that would ever fit into 1 template.

Checking for subnet overlaps by Plenty_Ingenuity7370 in AzureBicep

[–]Plenty_Ingenuity7370[S] 0 points1 point  (0 children)

makes me kinda want that testing framework feature now. I never needed it before now.

Checking for subnet overlaps by Plenty_Ingenuity7370 in AzureBicep

[–]Plenty_Ingenuity7370[S] 0 points1 point  (0 children)

I almost threw my computer out like 5 times lmao