Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

DockerBuildContext.from_local_directory is using the incorrect variable for the storage account url

オープン
#1,828 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
azure, python

調査の方向性

DockerBuildContext.from_local_directory から開始し、BlobServiceClient コンストラクターが account_url をどのように受け取るか、特に storage_account_full 変数とストレージ アカウント名およびエンドポイントを調査してください。ローカル ディレクトリの環境作成を再現し、結果として得られるアカウント URL が有効であり、示されている Invalid URL エラーが発生しないことを確認してください。

索引モデルが issue の本文から書いたものです。

説明

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/<subscription_id>/resourceGroups/<resource_group_name>/providers/Microsoft.Storage/storageAccounts/<storage_account_name>

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

主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Azure/MachineLearningNotebooks のほかの issue

Azure/MachineLearningNotebooks の issue をすべて見る

似ている issue

Cloud の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。