Forum Discussion

ankurarora1418's avatar
ankurarora1418
Regular Visitor
2 months ago
Solved

Identity setup nuances | Semantic Model | Fabric-native architecture

Hi, I’m mapping out enterprise CI/CD and security patterns for a Fabric-native Direct Lake semantic model (over a SQL Endpoint over Fabric Warehouse). Looking to perspectives/validation of these wor...
  • v-tejrama's avatar
    2 months ago

    Hi ankurarora1418 ,

    Your understanding is mostly accurate. Workspace Identity enables secret-free access for Fabric native Direct Lake semantic models over Fabric Warehouses or SQL Endpoints, but this is limited to outbound data access. Inbound operations such as XMLA, REST APIs, or CI/CD automation will still require their own authenticated identities.

    For deployments, Workspace Identity must be set up and granted permissions in each environment, as it is a workspace level configuration and does not automatically transfer with the semantic model.

    With Direct Lake fallback to DirectQuery, Workspace Identity is designed to facilitate access to the underlying Fabric data source, provided the necessary permissions are in place on the Warehouse or SQL Endpoint. However, please note that fallback execution context may differ depending on configuration, so it should not be assumed that it always operates under the querying user's identity.

    Thank you.