Trending

#AzurePipelines

Latest posts tagged with #AzurePipelines on Bluesky

Latest Top
Trending

Posts tagged #AzurePipelines

Post image

Ever had your pipeline fail ‘cause your self-hosted agent ran out of memory? 🫨 That’s what happens when you go cheap on VM sizes.
Sure, you can clean dirs, prune Git, or kill processes… but sometimes the best fix is just: add more RAM 💾💡

#DevOps #Azurepipelines #AzureDevOps

1 0 0 0

Current issue affecting some #AzureDevOps Australian customers with Azure Pipelines jobs being delayed

status.dev.azure.com/_event/66880...

#AzurePipelines

0 0 0 0
Azure Pipeline conditionals How to use custom conditions in your Azure Pipelines to evaluate at runtime whether to execute a given step, job or stage.

Blogged: Using custom conditions in Azure Pipelines

david.gardiner.net.au/2025/06/azur...

#AzureDevOps #AzurePipelines

1 0 0 0
Preview
Integrate Azure Pipelines with GitHub In case you missed it, both Microsoft (https://devblogs.microsoft.com/blog/azure-devops-with-github-repositories-your-path-to-agentic-ai) and GitHub are sugg...

Integrate Azure Pipelines with GitHub | with Mickey Gousset.

buff.ly/N7rek1e

#devops #github #azuredevops #azurepipelines #azure #cloud

1 0 0 0
Preview
Thank You for Joining Talk Nerdy to Me | Download Your Free Docker eBook Welcome to the Talk Nerdy to Me community! Download your free eBook, ‘Containers 101: Your Coffee Shop Guide to Understanding Docker,’ and start your journey into cloud tech. Stay tuned for weekly…

Don’t miss our chef’s recipe for developer nirvana (and a healthy cloud bill)!
👉https://talk-nerdy-to-me.com
#PlatformEngineering #AzurePipelines #FinOps #TalkNerdyToMe

0 0 0 0
Preview
Upcoming Updates for Azure Pipelines Agents Images - Azure DevOps Blog Update: The Ubuntu-20.04 retirement date for Microsoft-hosted agents has been moved to April 30. On Managed DevOps Pools, the ubuntu-20.04 image will be available up to June 30. To ensure our hosted a...

FYI: Retirement date for #AzureDevOps Services #AzurePipelines MS-Hosted Ubuntu 20.04 image has been extended further to 30th April and with MDP pool to 30th June. See updated BLOG post: devblogs.microsoft.com/devops/upcom...

0 0 0 0
Preview
Automate pull request descriptions in Azure DevOps with Azure OpenAI In this blog, you will learn how to leverage Azure OpenAI’s large language models to generate pull request descriptions based on the changes in your code. Overview The goal is to create seamless au…

🚀 New blog! In this blog, you will learn how to automate pull request descriptions by generating them from the git commit history using Azure OpenAI.

🔗 Read the blog post here: johnlokerse.dev/2025/02/10/a...

#azure #azureopenai #openai #azurepipelines #azuredevops #cloudmarathoner #MVPBuzz #LLM

3 1 1 0
Preview
Creating SBOM with sbom-tool and CycloneDX on Azure DevOps What is SBOM? [A software bill of materials (SBOM) declares the inventory of components used to...

Just finished writing a blog post about Creating SBOM with sbom-tool and CycloneDX on Azure DevOps.
#Azure #AzurePipelines #SBOM #sbomtool #CycloneDX dev.to/atahanceylan...

2 1 0 0
Preview
Chaining Bicep Deployments using Outputs and Stage Dependencies in Azure Pipelines Sometimes, deploying a Bicep template using the preferred main.bicep method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. Thi…

🚀 New blog! In this blog, you will learn how to use Azure Pipelines to chain Azure Bicep deployments by leveraging Bicep outputs and YAML stage dependencies to share values across stages.

🔗 Read the blog post here: johnlokerse.dev/2025/01/20/c...

#azure #azurebicep #azurepipelines #azuredevops

14 2 2 0
Preview
HashiCorp - Setup Terraform - GitHub Marketplace Sets up Terraform CLI in your GitHub Actions workflow

The good news is there is an installer action you can use to ensure the Terraform CLI bits are available for your workflow. github.com/marketplace/...

This will impact #AzurePipelines runs on Microsoft-hosted agents as they share the same images as GitHub Actions.

1 0 0 0
Preview
.NET Code Coverage in Azure DevOps and SonarCloud Sonar offer some really useful products for analysing the quality of your application's source code. There's a great mix of free and paid products, including SonarQube Cloud (formerly known as SonarCl...

Blogged: .NET Code Coverage in Azure DevOps and SonarCloud

How to generate code coverage data that gets displayed in Azure Pipelines and SonarQube

david.gardiner.net.au/2024/12/sona...

#AzureDevOps #AzurePipelines #SonarQube #CodeCoverage

2 0 0 0

🚀 AZD 2024.3.20 is Live! 🚀
New features:
🔍 Timeline Filter
📅 Sortable Timeline
🔧 Enhanced Pipeline Tests
🛠️ Improved PR Panel
⚡ Performance Boosts
Upgrade now 👉 plugins.jetbrains.com/plugin/22319...

#AzureDevOps #AzurePipelines #DevTools #TechNews

0 0 0 0


To paraphrase HG Nelson, "Where too much DDD is barely enough" 😃

I'll be presenting my 10 favourite tips and tricks for GitHub Actions and Azure DevOps. I hope to see you there!

#DDDBrisbane #GitHubActions #AzureDevOps #AzurePipelines #ContinuousIntegration #SixPivot

2 0 1 0
Improved Code Coverage Tab Experience - Azure DevOps Blog The "Improved Code Coverage Tab Experience" is an enhance...

Improved Code Coverage Tab Experience.

#azuredevops #cloud #devops #azure #codecoverage #azurepipelines #builds
devblogs.microsoft.com/devops/improved-code-cov...

1 0 0 0

How To Build & Publish NuGet Packages With Azure Pipelines by @jamesmcroft.

#nuget #dotnet #devops #cloud #azurepipelines #azure #azuredevops
www.jamescroft.co.uk/how-to-build-publish-nug...

0 0 0 0
Install prerequisite Windows SDK with Azure Pipelines Mark Heath's Development Blog

Install prerequisite Windows SDK with Azure Pipelines by Mark Heath.

#windowsdev #devops #azure #cloud #azurepipelines #azuredevops #windowssdk
https://markheath.net/post/azure-pipelines-prerequisite

1 0 0 0
Introducing Qodana for Azure Pipelines | The Qodana Blog Qodana linters are now integrated into your Azure DevOps ...

Introducing Qodana for Azure Pipelines.

#azure #cloud #devops #ci #azurepipelines #azuredevops
blog.jetbrains.com/qodana/2022/04/introduci...

0 0 0 0

YAML templates in Azure Pipelines to avoid repeating code is a nice idea until you realize tooling is not good enough for that in Azure DevOps.

Without code navigation in templates, your pipeline will be incomprehensible to anyone who looks at it. #azurepipelines #AzureDevOps

0 0 0 0
Preview
Week 12, 2021 - Tips I learned this week This week I learned a few things related to versioning an application

What tips I learned this week www.techwatching.dev/posts/w12-2021-tips-lear... #git #ApplicationInsights #AzurePipelines

0 0 0 0
Preview
Week 9, 2021 - Tips I learned this week I often see developers talking on Twitter or Dev.to about things they have learned during the previous day or the previous week. I like the idea so I decided to write my first article about tips I learned during this past week. I am not intending to write an article like this every week but from time to time when I feel I have something interesting to share or that I want to keep track of for myself.

What tips I learned this week #WindowsTerminal #git #vscode #azurepipelines www.techwatching.dev/posts/w09-2021-tips-lear...

0 0 0 0

First major #AzurePipelines cracked today, really pleased and excited to get these yaml into other projects! FRIDAY #DEVOPS

0 0 0 0
LinkedIn

Announcing General Availability of #YAML CD features in #AzurePipelines. #devops #cloud #azure https://lnkd.in/eyw-Ux8

0 0 0 0
LinkedIn This link will take you to a page that’s not on LinkedIn

How the .NET Team uses Azure Pipelines to produce Docker Images by Matt Thalman. #dotnet #devops #docker #azurepipelines #cloud https://lnkd.in/eN7TzhA

0 0 0 0