Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
AJAJ
New Member

ADF / DevOps Pipeline

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.

 

 

Screenshot 2025-06-16 104622.pngScreenshot 2025-06-16 110857.png

1 ACCEPTED SOLUTION
NandanHegde
Super User
Super User

Click on Edit pipeline:

NandanHegde_0-1750142283120.png

 

click on Azure Default agent :

NandanHegde_1-1750142341385.png

 

And then update to Windows Server 2022 under Agent Specification

NandanHegde_2-1750142404515.png

 




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

View solution in original post

6 REPLIES 6
NandanHegde
Super User
Super User

Click on Edit pipeline:

NandanHegde_0-1750142283120.png

 

click on Azure Default agent :

NandanHegde_1-1750142341385.png

 

And then update to Windows Server 2022 under Agent Specification

NandanHegde_2-1750142404515.png

 




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

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.
Screenshot 2025-06-17 112248.png
I clicked devops--> releases -> click latest release --> edit pipeline and got the screenshot but did not find windows 22 or 25 screenshot attached.

Screenshot 2025-06-17 111921.pngScreenshot 2025-06-17 112913.png

 

update  - i chose Azure pipelines and was able to see Agent versions.  Changed "Hosted win 19 agent" to Azure pipeline works.

 

Screenshot 2025-06-17 122640.png

 

 

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




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com
Srisakthi
Continued Contributor
Continued Contributor

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.

v-ssriganesh
Community Support
Community Support

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.

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors