Forum Discussion

0_0's avatar
0_0
Frequent Visitor
1 year ago
Solved

Using Solely DevOps as the deployment source, what is the best approach to automate deployment

I'm attempting to automate the deployment from DevOps to Fabric, I've read 2 relatively similar scenarios: 1 of which claimed that the usage of PAT's is the best approach as of now since we are unabl...
  • v-menakakota's avatar
    1 year ago

    Hi  0_0 ,

    Thanks for reaching out to the Microsoft fabric community forum. 

     

    I would also take a moment to thank yaronprigal   , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference

    Yes, using a Service Principal (SPN) is the recommended and more secure approach for automating deployments in Fabric.

    As of now, SPN-based UpDateFromGit works well with GitHub, but support for Azure DevOps Git repos via SPN is still pending. So if you're using Azure DevOps, you'll need to rely on a Personal Access Token (PAT) for now until SPN support is officially rolled out.

    Best Regards, 
    Menaka.
    Community Support Team