- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 12:22 AM - edited 10-15-2025 12:23 AM
Hi @Nisha_Tech ,
Ok, got it. Github Actions should also support MS Entra service principal authentication but I guess you need to configure it a different way.
Could you try to configure it in the same way they recommend in documentation?
Service principals for CI/CD - Azure Databricks | Microsoft Learn
I guess if you configure AZURE_CREDENTIAL then you can use Azure Login action which will perform authentication for your session. There's a good example how to use that at below link:
Authenticate to Azure from GitHub Actions by a secret | Microsoft Learn
Hi @Nisha_Tech ,
Ok, got it. Github Actions should also support MS Entra service principal authentication but I guess you need to configure it a different way.
Could you try to configure it in the same way they recommend in documentation?
Service principals for CI/CD - Azure Databricks | Microsoft Learn
I guess if you configure AZURE_CREDENTIAL then you can use Azure Login action which will perform authentication for your session. There's a good example how to use that at below link:
Authenticate to Azure from GitHub Actions by a secret | Microsoft Learn
Unfortunately, I can't check it myself because at current project I have only access to Azure Devops.