Bagikan melalui


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.

Platform requirements

Untuk mengembangkan beban kerja baru, langganan Microsoft Fabric Anda harus memiliki kapasitas dengan SKU F atau P. Fabric trial capacities are also supported.

Configure Fabric

To start developing workloads, you need to be granted permissions in the Fabric service. Anda mungkin perlu menghubungi tim lain di organisasi Anda untuk mendapatkan izin yang diperlukan.

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

DevGateway adalah komponen pengembangan beban kerja untuk berkomunikasi antara kotak pengembangan beban kerja lokal Anda dan Fabric. Unduh DevGateway dan ekstrak folder tersebut ke komputer lokal Anda.

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 - Instal sebagai bagian dari penginstalan Nodes.js. npm adalah manajer paket default untuk Node.js, yang digunakan untuk mengelola dan berbagi paket yang Anda gunakan dalam proyek Anda.

  • Visual Studio 2022 - Lingkungan pengembangan terintegrasi (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.