NISHIO Hirokazu[Translate]
広聴AI2025-04-08
広聴AI2025-04-08

これをやっていくのはいいとして、これがcloseされるとここで行われている議論が流れ去るよな
issueやPRで行われた議論から「設計判断とその理由」を抽出してドキュメントにまとめることが有益かもしれないな

git stash
git fetch
ぎゃーw

これね

% git checkout cybozu-azure-settings
% git rebase feature/azure-storage
Successfully rebased and updated refs/heads/cybozu-azure-settings.

Azure Blob Storageのアカウント名とコンテナ名ってどんな感じにしたらいいんですか?
Devin
Azure Blob Storageのアカウント名とコンテナ名の命名規則について説明します:

ストレージアカウント名
小文字と数字のみ使用可能
3〜24文字の長さ
全世界で一意である必要があります
例: kouchouaistorage、companyname2023storage

コンテナ名
小文字、数字、ハイフンのみ使用可能
3〜63文字の長さ
ハイフンは連続して使用できません
例: reports-container、kouchou-data
プロジェクトに関連した名前を選ぶと良いでしょう。例えば:

ストレージアカウント: kouchouaistorage
コンテナ: reports-data

---
24ebというテスト結果がある
まずこれが消えることを確認する

次に新しいレポートを作成する
その後、より現実的なテストとしてrepoを更新してbuild and pushし、それで消えないことを確認する

OK
Azure Blob Serviceをもちいた永続化は機能するようになった
既存のレポートが消えたのでuploadしなおす

% git checkout main
Switched to branch 'main'
Your branch is behind 'origin/main' by 83 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)

done


"Engineer's way of creating knowledge" the English version of my book is now available on [Engineer's way of creating knowledge]

(C)NISHIO Hirokazu / Converted from [Scrapbox] at [Edit]