Azure Storage の 3 つのサービス(Queue, Blob, Table)を使った非同期処理システムを段階的に構築します。 . ├── apps/ │ ├── api/ # FastAPI サーバー │ └── worker/ # Queue ワーカー ├── libs ...