Microsoft Fabric Updates Blog

Announcing new features for Microsoft Fabric Extension in VS Code

Microsoft Fabric Extension for VS Code enables users to manage Fabric items efficiently from within VS Code. We are announcing two new features for Microsoft Fabric Extension for VS Code that allow you to manage Fabric items directly within your workspace. These enhancements are based on customer feedback, and we welcome further input to improve this product.

Features

  • Create item support for Fabric items: You can now create any Microsoft Fabric item directly within VS Code.
  • Switch tenants: It  allows users to switch between tenants to manage your workspaces and items across multiple tenants.
Animated GIF that shows how to use switch tenant feature and create item in Fabric VS Code extension
Switch tenant and Create item features for Fabric extension in VS Code

Create any Fabric item in VS Code

With the Microsoft Fabric Extension, you can now create, delete, and rename any Fabric item directly within VS Code, streamlining your workflow without ever leaving VS Code.

  1. Select Create item
Create item in Fabric extension within VS Code
Create item in Fabric extension within VS Code
  • Select the item type and provide a name to create the item in Fabric.
Select item type and create a new item  in Fabric extension within VS Code
Select item type and create a new item in Fabric extension within VS Code

Switch tenants in Microsoft Fabric from VS Code

You can enable Microsoft Fabric for your tenant  such that everyone in the tenant has access to Microsoft Fabric. You may have access to more than one tenant; you can switch between tenants using the tenant switcher.

  1. In VS Code, sign in Microsoft Fabric.
  2. Select workspace actions.
Select workspace actions in Fabric extension in VS Code
Select workspace actions in Fabric extension in VS Code
  • Select switch tenant and  then choose the tenant you want to navigate to.
Switch tenant in Fabric extension in VS Code
Switch tenant in Fabric extension in VS Code

This simplifies managing workspaces and items across multiple tenants.

Conclusion

In summary, the Microsoft Fabric Extension for VS Code offers a seamless and efficient way to manage Fabric items and workspaces, all within a familiar development environment. Feel free to request features or report issues on VS Code fabric extension issues. Submit your feedback on Fabric Ideas and join the conversation on the Fabric Community.

Related blog posts

Announcing new features for Microsoft Fabric Extension in VS Code

July 17, 2025 by Sunitha Muthukrishna

Microsoft Fabric has introduced new features for its User Data Functions (UDFs), enhancing Python-based data processing capabilities within the platform. These updates include support for asynchronous functions and the use of pandas DataFrame and Series types for input and output, enabling more efficient handling of large-scale data. • Async function support: Developers can now write async functions in Fabric UDFs to improve responsiveness and efficiency, especially for managing high volumes of I/O-bound operations, such as reading files asynchronously from a Lakehouse. • Pandas DataFrame and Series integration: UDFs can accept and return pandas DataFrames and Series, allowing batch processing of rows with improved speed and performance in data analysis tasks. An example function calculates total revenue by driver using pandas groupby operations. • Usage in notebooks: These functions can be invoked directly from notebooks using pandas objects, facilitating efficient aggregation and analysis of large datasets interactively within Microsoft Fabric. • Getting started and benefits: Users can enable these features by updating the fabric-user-data-functions library to version 1.0.0. The enhancements reduce I/O operations, enable concurrent task handling, and improve performance on datasets with millions of rows.

July 10, 2025 by Matthew Hicks

Effortlessly read Delta Lake tables using Apache Iceberg readers Microsoft Fabric is a unified, SaaS data and analytics platform designed for the era of AI. All workloads in Microsoft Fabric use Delta Lake as the standard, open-source table format. With Microsoft OneLake, Fabric’s unified SaaS data lake, customers can unify their data estate across multiple … Continue reading “New in OneLake: Access your Delta Lake tables as Iceberg automatically (Preview)”