this post was submitted on 13 Sep 2024
420 points (99.1% liked)

Programmer Humor

19187 readers
1139 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 1 week ago (12 children)

I don't get the appeal of azure because of things like this.

annoying how much they try to push it

[–] [email protected] 31 points 6 days ago (3 children)

Moving to the cloud is a business decision not a technical one.

Csuite sees us spending Capex 200K on a server or 2 and several thousand opex per year to maintain it.

Cloud takes that 200K Capex and move it to Opex with significant markup markup.

From a technical pov we st it as a waste but business will business itself into cost overruns

[–] [email protected] 21 points 6 days ago* (last edited 6 days ago) (2 children)

But they promised we could save a ton of money with their monitoring dashboards we won't look at until suddenly we get a bill that is 5x what they promised!

[–] [email protected] 6 points 6 days ago (1 children)

Lifting and shifting an existing monolithic architecture to the cloud with zero modernization changes will result in a higher cost than leaving it in a data center.

Converting the application to use as much serverless and microservice-based technology as possible is where the cloud ROI is.

[–] [email protected] 6 points 6 days ago

For a lot of things, that means pretty much re-architecting and re-coding an entire application / system pretty much from scratch.

load more comments (8 replies)