You have a Fabric workspace named Workspace1.Your company acquires GitHub licenses.You need to configure source control for Workpace1 to use GitHub. The solution must follow the principle of least privilege.Which permissions do you require to ensure that you can commit code to GitHub?
You have a Fabric workspace named Workspace1.You plan to configure Git integration for Workspace1 by using an Azure DevOps Git repository.An Azure DevOps admin creates the required artifacts to support the integration of Workspace1.Which details do you require to perform the integration?
You are building a Fabric notebook named MasterNotebook1 in a workspace. MasterNotebook1 contains the following code.You need to ensure that the notebooks are executed in the following sequence:1. Notebook_032. Notebook_013. Notebook_02Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You have a Fabric workspace that contains a data pipeline named Pipeline1 as shown in the exhibit. (Click the Exhibit tab.)What will occur the next time Pipeline1 runs?
HOTSPOT-You have a Fabric workspace that contains a warehouse named Warehouse1. Warehouse1 contains a table named Customer. Customer contains the following data.You have an internal Microsoft Entra user named User1 that has an email address of[email protected].You need to provide User1 with access to the Customer table. The solution must prevent User1 from accessing the CreditCard column.How should you complete the statement? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.
DRAG DROP -You have a Fabric workspace that contains a warehouse named Warehouse1.In Warehouse1, you create a table named DimCustomer by running the following statement.You need to set the Customerkey column as a primary key of the DimCustomer table.Which three code segments should you run in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.