Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.51k forks source link

Error 403 Invalid access token #1686

Open Farhad-Heybati opened 2 years ago

Farhad-Heybati commented 2 years ago

Hello, I'm preparing a demo for one of my customer to integrate AML with Databricks. I get this error: Error 403 Invalid access token And I setup an access token in ADB that I use in th enotebook: db_access_token=os.getenv("DATABRICKS_ACCESS_TOKEN", "dapi8dfc00a77f8a56b5516a35a2763a3e9c")

harneetvirk commented 2 years ago

Could you refer to the notebook samples about how to attach Databricks compute target from Azure ML pipelines available here: https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb