Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi there,
I'm not sure if this is a right post in this thread. However I felt i might get answers from here who use devops.
I'm a ADF developer with higher previledge access, do releases and noticed the below alert recently. however im not much aware of devops side of it. Someone else had set up devops and never had release issues.
Anyone come across this alert? Appreciate if you could help me what I need to do to have the below resolved?
Apologize if there is a seperate devops q n a.
Solved! Go to Solution.
Click on Edit pipeline:
click on Azure Default agent :
And then update to Windows Server 2022 under Agent Specification
Click on Edit pipeline:
click on Azure Default agent :
And then update to Windows Server 2022 under Agent Specification
Thank you Nandan.
Im afraid when I check devops--> pipeline--> pipeline I did not find any pipleine build or runs (screenshot attached). also i couldnt catch exactly where you took screenshot may be you had build pipelines but in my case under my devops pipeline i dont see any runs. So i have been doing releases from release -->create release.
I clicked devops--> releases -> click latest release --> edit pipeline and got the screenshot but did not find windows 22 or 25 screenshot attached.
update - i chose Azure pipelines and was able to see Agent versions. Changed "Hosted win 19 agent" to Azure pipeline works.
Basically there are 2 aspects in ADO: there are build pipelines and release pipelines both of which need a server.
The underlying concept remians the same wherein you upgrade your agent job either in build or release pipelines to the necessary version of windows
Hi @AJAJ ,
You can change the agent which is used for this deployment. Go to your build pipeline , edit the pipeline, there will be statement in your yaml file vmImage so you can change that according to the available latest image.
Regards,
Srisakthi
If this helps, please mark "Accept as Solution"
Thank you Sri. I added some screenshot details above for Nathan's reply. I do not see build pipeline. All i see is releases and i was able to create new release and deploy from there. I have full access. I did do some leg work and came across your suggestion however i did not see vmimage or yaml option may be because looking into recent release but there is no other pipeline.
Hello @AJAJ,
Thank you for reaching out to the Microsoft fabric community forum.
Since your query is related to Azure DevOps release pipelines and the deprecation of the windows-2019 agent image, we recommend posting this question in the official Azure DevOps Q&A platform for more targeted assistance: Azure DevOps - Microsoft Q&A
This forum is actively monitored by Microsoft engineers and Azure DevOps experts who can provide more specific guidance on agent image updates and best practices.
If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.