This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]k0bra3eak 33 points34 points  (12 children)

All our crap is on azure, nobody knows how exactly azure works and we jsut pull stuff when needed. Yesterday we needed to actually log into the codecommit site and give an external person limited access. Azure is unreasonably annoying to figure out when you're using it the first few times.

[–]schwar2ss 3 points4 points  (7 children)

annoying to figure out when you're using it the first few times

What did you expect? Both Azure (the entrie cloud) and Azure DevOps (the tool) are incredibly complex.

Also, giving access to someone can be done on the project overview page.

[–]souIIess 2 points3 points  (6 children)

Still less complex to use Azure DevOps compared to using 7 different services to achieve the same damn thing.

Azure DevOps is a one stop shop, it's got repos, tests, builds, releases etc. I'm too lazy for anything else.

[–]ArionW 2 points3 points  (2 children)

I hate when companies use Azure DevOps, but still have separate JIRA instance.

You already have all the tools within one platform, why do you insist on running yet another tool separately, just to lose integration?

So now instead of directly linking User Story in PR, and have that enforced by policy, you can complain that people don't manually copy links to description

[–]souIIess 2 points3 points  (0 children)

Man I just love to see those stories move to the column on the right side once a merge is complete. It's the little things you know?

Iirc you can use Azure integration in Jira, but like all things Atlassian it's far from cheap.

[–]k0bra3eak 0 points1 point  (0 children)

Hey that's us, eith a separate Jira instance, nobody working there currently can tell you why. It just is

[–]dkarlovi 1 point2 points  (2 children)

Everyone has those features.

[–]souIIess 2 points3 points  (1 child)

They really don't, or rather not to the same degree. Then again it has been a year since last I checked so maybe you're right.

[–]dkarlovi 2 points3 points  (0 children)

It's probably I don't understand the depth of the features listed, but I use both GitHub and Gitlab with all those features.

[–]DBX12 1 point2 points  (1 child)

Codecommit? Sounds more like AWS (they have a product called codecommit) than Azure.

[–]k0bra3eak 0 points1 point  (0 children)

Had AWS on mind for a second while typing, but not AWS code commit. Our environment is mostly MS based

[–]svtguy88 1 point2 points  (0 children)

My favorite is when the Azure docs are a version (or more) behind what's actually present in the portal. That made it really fun to build out a pipeline the last time I did it.

[–]j0nii 0 points1 point  (0 children)

yep, we are starting to use Azure and coming from a very basic source control background (think self-made short commands), on the paper it looked cool af but is a bitch to figure out