I am attempting to use Databricks Connect with a cluster in Azure Government with a port of 443 but get the following error when running databricks-connect test.
The port you specified is either being used already or invalid. Port: The port that Databricks Connect connects to - The default Databricks Connect port is 15001 - Get current value: spark.conf.get("spark.databricks.service.port") - Set via conf: spark.conf.set("spark.databricks.service.port", <your port>")
But when I manually change the port of the very same cluster to 15001 and change my DATABRICKS_PORT enviroment variable accordingly I am able to connect successfully.
My company would like to use port 443. Is there a way to use Databricks Connect with port 443?