DP-700 · Question #72
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. A Fabric notebook can indeed be extended to use the Fabric API for various programmatic interactions, such as managing Fabric items or triggering specific actions.
Question
Options
- AYes
- BNo
How the community answered
(26 responses)- A77% (20)
- B23% (6)
Why each option
A Fabric notebook can indeed be extended to use the Fabric API for various programmatic interactions, such as managing Fabric items or triggering specific actions.
Fabric notebooks support executing code, including Python and Spark, which can be used to make HTTP requests to interact with the Fabric REST APIs. This allows for programmatic control and automation of Fabric resources and tasks directly from a notebook.
A Fabric notebook is a powerful compute environment that can execute code, including API calls, making it suitable for extending functionality via the Fabric API.
Concept tested: Fabric notebook capability to use Fabric API
Source: https://learn.microsoft.com/en-us/rest/api/fabric/
Topics
Community Discussion
No community discussion yet for this question.