Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.
Požadavky na platformu
Pokud chcete vyvíjet novou pracovní zátěž, musí vaše předplatné Microsoft Fabric mít kapacitu a má SKU typu F nebo P. Fabric trial capacities are also supported.
Configure Fabric
To start developing workloads, you need to be granted permissions in the Fabric service. Možná budete muset kontaktovat jiné týmy ve vaší organizaci, abyste získali potřebná oprávnění.
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:
In Fabric, go to Settings > Admin portal.
In the tenant settings, go to the Additional workloads section.
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.
In Fabric, go to Settings > Developer settings.
Enable the Fabric Developer Mode setting.
DevGateway
DevGateway je komponenta pro vývoj úloh, která umožňuje komunikaci mezi vaším místním zařízením pro vývoj úloh a Fabric. Stáhněte DevGateway a extrahujte složku v místním počítači.
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 – nainstalujte ji jako součást instalace Nodes.js. npm je výchozí správce balíčků pro Node.js, který slouží ke správě a sdílení balíčků, které používáte v projektu.
Visual Studio 2022 – integrované vývojové prostředí (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.