Partilhar via


Set up your environment

This article is aimed at developers who are looking to build a workload using the Microsoft Fabric Workload Development Kit. The article guides you through the process of setting up your development environment so that you can start building your workload.

Requisitos da plataforma

To develop a new workload, your Microsoft Fabric subscription needs to have a capacity with an F or P SKU. Fabric trial capacities are also supported.

Configure Fabric

To start developing workloads, you need to be granted permissions in the Fabric service. Talvez seja necessário entrar em contato com outras equipes em sua organização para obter as permissões necessárias.

Ensure you have admin access on the workspace you plan to work with

To begin development and connect your local machine to a Fabric workspace, you can either create a new workspace or ask to be added as an admin on an existing one. Developers must have admin permissions on the workspace to register their workload.

Enable the development tenant setting

To begin development, the Workspace admins can develop partner workloadstenant setting needs to be enabled. If you're not an admin on the tenant that has the capacity you're planning to use for development, ask your organization's admin to enable this setting.

To enable the Workspace admins can develop partner workloads tenant setting, follow these steps:

  1. In Fabric, go to Settings > Admin portal.

  2. In the tenant settings, go to the Additional workloads section.

  3. Enable the Workspace admins can develop partner workloads tenant setting.

Enable developer mode

After the Workspace admins can develop partner workloads tenant setting is enabled, you need to enable the Fabric Developer Mode setting.

  1. In Fabric, go to Settings > Developer settings.

  2. Enable the Fabric Developer Mode setting.

DevGateway

The DevGateway is a workload development component for communicating between your on-premises workload development box and Fabric. Baixe o DevGateway e extraia a pasta em sua máquina local.

Required tools

Download and install these tools before you start developing your workload.

  • Git - A distributed version control system that we use to manage and track project changes.

  • Node.js - An open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser. Used to run the server-side JavaScript code.

    npm - Instale como parte da instalação Nodes.js. npm é o gerenciador de pacotes padrão para Node.js, que é usado para gerenciar e compartilhar os pacotes que você usa em seu projeto.

  • Visual Studio 2022 - Um ambiente de desenvolvimento integrado (IDE).

  • Webpack - A static module bundler for modern JavaScript applications. It helps to bundle JavaScript files for usage in a browser.

  • Webpack CLI - A command line interface for Webpack.