Generate Azure Databricks Token using Powershell script

前端 未结 2 1585
旧巷少年郎
旧巷少年郎 2021-01-05 22:29

I need to generate Azure Databricks token using Powershell script. I am done with creation of Azure Databricks using ARM template , now i am looking to generate Databricks t

2条回答
  •  再見小時候
    2021-01-05 23:26

    The only way to generate a new token is via the api which requires you to have a token in the first place. Or use the Web ui manually. There is no official powershell commands for databricks, there are some unofficial ones but they still require you to generate a token manually first.

    https://github.com/DataThirstLtd/azure.databricks.cicd.tools

    Disclaimer I'm the author of these.

    UPDATE: these powershell commands can now authenticate using a service principal instead of a bearer token (or can generate a bearer token for you).

提交回复
热议问题