Azure / Azure/MachineLearningNotebooks
DockerBuildContext.from_local_directory is using the incorrect variable for the storage account url
未关闭
- 主要语言
- Jupyter Notebook
- 星标
- 4.4k
- 派生
- 2.6k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'd been trying to create an environment using a local directory but I kept running into the following error:
```
ValueError: Invalid URL: https:///subscriptions//resourceGroups//providers/Microsoft.Storage/storageAccounts/
```
On further inspection, I noticed that in the `from_local_directory` function, the incorrect variable is probably being passed to the `account_url` argument of the `BlobServiceClient` constructor. I suppose a storage account URL needs to be constructed using the storage account name and endpoint. However, the `storage_account_full` variable, is being passed to it instead.
**azureml-core version: 1.45.0.post2**
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。