Video


Azure Databricks 读写 Azure storage account gen2

本文介绍Databricks 读写 Storage Account Gen 2 用到的链接: DBFS目录下的文件: https://learn.microsoft.com/zh-cn/azure/databricks/dbfs/root-locations 链接Data lake 的脚本: https://learn.microsoft.com/zh-cn/azure/databricks/getting-started/connect-to-azure-storage#--step-6-connect-to-azure-data-lake-storage-gen2-using-python 配置链接datalake gen2 service_credential = dbutils.secrets.get(scope="key-vault-scope",key="sp-key") …

Video Storage Account Data Databricks

Azure Machine Learning 入门(7)Azure Machine Learning 将conda 环境导入到计算实例或者DSVM中并集成到Notebook

Azure Machine Learning 入门(7)Azure Machine Learning  将conda 环境导入到计算实例或者DSVM中并集成到Notebook     关键代码: conda env create -f azureml_py38.yaml python=3.8 conda env list conda activate custom_azureml_py38 conda install -y pip conda install -y ipykernel python -m ipykernel install --user --name custom_azureml_py38 --display-name "(custom_azureml_py38)" https://videos.51azure.cloud/azure/azure- …

Azure Video Machine Learning AML