Exploring Neon as a Serverless Postgres Alternative for .NET Applications on Azure - Part 1 (Simple ASP.NET Core on App Service)10 lut 2025
Blog | programowanie | .net | c# | azure | IT
One of the projects I'm currently working on is utilizing Azure Databricks for its machine learning component. The machine learning engineers working on the project wanted to use external IDEs for the development. Unfortunately, using external IDEs doesn't remove all needs for developing or testing directly in Azure Databricks. As we wanted our GitHub repository to be the only source of truth, we had to establish a commits promotion approach that would enable that.
Azure Databricks has support for Git integration, so we've decided to start by using it to integrate Azure Databricks with GitHub.
The first step in setting up Git integration with Azure Databricks is credentials configuration. This is something that every engineer needs to do independently, to enable syncing workspace with a specific branch. It requires the following actions:
Settings and then Developer settings at the bottom.Settings / Developer settings switch to Personal access tokens and click Generate new token.Fill in the form:
Note for the token.Expiration corresponding to the expected time of work on the project.Select the repo scope.
noreply@blogger.com (Tomasz Pęczek)