|
| 1 | + |
| 2 | +[[microsoft-fabric]] |
| 3 | += Workload for Microsoft Fabric |
| 4 | +:description: This page describes how to use Aura on Microsoft Fabric. |
| 5 | + |
| 6 | +[IMPORTANT] |
| 7 | +==== |
| 8 | +Workload for Microsoft Fabric is a Puboic Preview and is not intended for production use. |
| 9 | +==== |
| 10 | + |
| 11 | +== Overview |
| 12 | + |
| 13 | +The public preview of the Workload for Microsoft Fabric enables developers, data scientists, and analysts to transform their OneLake data into a graph database in Aura and perform graph analytics within the Microsoft Fabric console. |
| 14 | + |
| 15 | +Microsoft Fabric allows you to do a number of things, including, but not limited to, the following: |
| 16 | + |
| 17 | +* Try AuraDB Professional for free with a 14-day free trial. |
| 18 | +* Transform the data in a OneLake Lakehouse into a graph in AuraDB, using generative AI assistance for schema inference. |
| 19 | +* Query the graph in the Fabric console. |
| 20 | +* Explore and run graph algorithms in the Fabric console. |
| 21 | +* Build applications using the Neo4j .Net driver. |
| 22 | +* Use collaborative Notebooks in the Fabric console that run PySpark with the Neo4j Python Driver or GDS Client. |
| 23 | + |
| 24 | +On the Aura-side, the following is required: |
| 25 | + |
| 26 | +* An AuraDB Professional instance. |
| 27 | +* Single Sign-On login with EntraID (see xref:security/single-sign-on.adoc#_microsoft_entra_id_sso[Microsoft Entra ID SSO] for more information). |
| 28 | +* Tool authentication enabled for the database. |
| 29 | +//(see xref:security/tool-auth.adoc[Tool authentication] for more information). |
| 30 | +* Generative AI assistance enabled. |
| 31 | + |
| 32 | +**Limitations** |
| 33 | + |
| 34 | +* The graph is created by generative AI assistance and cannot be edited before it is imported into Aura. |
| 35 | +* Results of graph analytics are not returned to OneLake. |
| 36 | +* Graphs can only be created from a single Lakehouse. |
| 37 | +* Creating a new item will create a new database in Aura. |
| 38 | +* AuraDB Professional free trial is limited to one per organization. |
| 39 | + |
| 40 | +**Microsoft Certification** |
| 41 | + |
| 42 | +This workload has been certified by Microsoft, refer to the link:{neo4j-docs-base-uri}/reference/neo4j-for-microsoft-attestation.adoc[Microsoft Attestation Certification Checklist] for details. |
| 43 | + |
| 44 | +== Configure the workload |
| 45 | + |
| 46 | +If the workload is not available in your workspace, contact your administrator to add it. |
| 47 | +The administrator need to perform the following steps: |
| 48 | + |
| 49 | +. Select *Workloads* in the Fabric console |
| 50 | +. Select the Neo4j AuraDB workload |
| 51 | +. Add the workload |
| 52 | +. Either select capabilities from the list or select *All capacities* |
| 53 | +. Add the workload |
| 54 | + |
| 55 | +== Create a graph data set |
| 56 | + |
| 57 | +Once the workload has been enabled in your workspace, follow the steps outlined to create a graph data set: |
| 58 | + |
| 59 | +. Select `...` |
| 60 | +. Select *Neo4j Graph Dataset (preview)* |
| 61 | +. Provide a name for the dataset |
| 62 | +. *Optional*: Select *Start trial now* to start an AuraDB Professional 14-day trial if you don't have an Aura instance already. |
| 63 | +. Select the Lakehouse you want to use |
| 64 | +. Select one or more tables in the Lakehouse |
| 65 | +. Finally, select *Transform into graph data set* to create a new AuraDB graph database within an existing project. |
| 66 | + |
| 67 | +Keep in mind that you can only start one free trial per organization. |
| 68 | + |
| 69 | +[NOTE] |
| 70 | +==== |
| 71 | +If the AuraDB administrator disables Generative AI assistance in Aura, then the *Transform* button will be greyed out. |
| 72 | +See xref:visual-tour/index.adoc#org-settings[Organization settings] for more information. |
| 73 | +==== |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +== Exploring data sets |
| 78 | + |
| 79 | +Once the transformation is complete, you can explore the graph with the *Explore* button on the Fabric ribbon. |
| 80 | +Explore in Fabric offers the same functionality as Explore in the Aura console. |
| 81 | + |
| 82 | +For more information Explore, see xref:explore/introduction.adoc[Explore]. |
| 83 | + |
| 84 | +== Query data sets |
| 85 | + |
| 86 | +You can also query the graph, once the transformation is complete, with the *Query* button on the Fabric ribbon. |
| 87 | +Query in Fabric works in the same way as Query in the Aura console. |
| 88 | + |
| 89 | +For more information about Query, see xref:query/introduction.adoc[Query]. |
| 90 | + |
| 91 | +== Administration |
| 92 | + |
| 93 | +Administration is available via the Aura console and not the Microsoft Fabric console. |
| 94 | +Refer to xref:visual-tour/index.adoc[Visual tour of the console] for more information about the Aura console. |
0 commit comments