Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Trying to setting up a new Fabric landscape and it appears I can to all of my CI/CD via Azure DevOps and deployment pipelines. Wondering if I need to us VS or VSCode.
Pros and cons of using one of these tools vs not using them.
Solved! Go to Solution.
Hello @plott722
Since Azure DevOps pipelines are managed independently via YAML files, you can use any text editor to write and manage your configuration files.
Vscode is a fast, lightweight editor , on the other hand visual studio full-fledged IDE that can be resource intensive
Without an IDE, you can focus on maintaining pipelines and deployment processes directly through Azure DevOps ui.
Hello @plott722
Since Azure DevOps pipelines are managed independently via YAML files, you can use any text editor to write and manage your configuration files.
Vscode is a fast, lightweight editor , on the other hand visual studio full-fledged IDE that can be resource intensive
Without an IDE, you can focus on maintaining pipelines and deployment processes directly through Azure DevOps ui.