How to connect to azure SQL database using managed identity with spark JDBC driver

Balamurugan 0 Reputation points
2023-10-25T07:37:51.08+00:00
Code:
from pyspark.sql import SparkSession




def get_connection_str():
    jdbcHostname = 
Azure SQL Database
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.