tag:speakerdeck.com,2005:/ymd65536
tag:speakerdeck.com,2005:Talk/1495620
2026-01-24T00:44:34-05:00
2026-01-24T00:50:53-05:00
.NETとA2Aプロトコルの現在地
2026年1月24日開催された.NETラボ 勉強会 2026年1月の登壇資料です。
https://dotnetlab.connpass.com/event/374748/
A2Aについて解説しつつ、A2Aを使ったアプリケーションを提供するにはどうすれば良いか説明しました。
スライド内にあるリンク
会社公式プロフィール
https://www.iret.co.jp/topengineer/member/yamada/?award=google-cloud-partner-top-engineer
Dapr Durable AI Agent Workflow Framework
https://www.youtube.com/watch?v=VLRg4TKtLBc
Building Agent-to-Agent (A2A) Applications on Azure App Service
https://techcommunity.microsoft.com/blog/appsonazureblog/building-agent-to-agent-a2a-applications-on-azure-app-service/4433114
Azure Kubernetes Service (AKS) を使用したポッドのサンドボックス化
https://learn.microsoft.com/ja-jp/azure/aks/use-pod-sandboxing
GKE Sandbox
https://docs.cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods?hl=ja
Building AI Agents with the A2A .NET SDK | Microsoft Foundry Blog
https://devblogs.microsoft.com/foundry/building-ai-agents-a2a-dotnet-sdk/
A2A 統合 | Microsoft Learn
https://learn.microsoft.com/ja-jp/agent-framework/user-guide/hosting/agent-to-agent-integration?tabs=dotnet-cli%2Cuser-secrets
Implementing A2A protocol in NET: A Practical Guide
https://techcommunity.microsoft.com/blog/azuredevcommunityblog/implementing-a2a-protocol-in-net-a-practical-guide/4480232
AIによる要約
本資料では、AIエージェント間の連携を実現するA2Aプロトコルと、従来のMCPとの違いを説明します。A2Aはツール中心ではなく、ワークフロー中心の対話的なアプローチを提供し、大規模マルチエージェントシステムの課題に対応します。プロトコルの主な機能としてエージェントオーケストレーション、Discovery、JSON‑RPC over HTTP、タスク分解による専門性の分担、宣言的定義などがあります。また、Kubernetes と Azure の各 PaaS(App Service、Container Apps、Functions)を組み合わせることで、スケーラブルかつ観測可能なシステムを構築できることを示しています。.NET エコシステムは Aspire、Dapr、A2A SDK などを通じて必要な機能を備えており、マイクロサービスアーキテクチャ上で A2A を最大限活用できる環境が整っています。
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1482265
2025-12-20T04:16:16-05:00
2025-12-20T04:24:42-05:00
Google Cloud上の.NETでA2A環境を構築できる説
2025年12月20日開催された.NET Conf 2025 Tokyo Osaka Fukuokaの登壇資料です。
https://dotnetlab.connpass.com/event/371159/
※AIPlatformでも実装できるけど、難易度は高い
https://docs.cloud.google.com/dotnet/docs/reference/Google.Cloud.AIPlatform.V1/latest
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1462826
2025-11-09T01:16:26-05:00
2025-11-09T02:05:34-05:00
現場を渡り歩く中で技術者として大事なことを学んだ話
2025/11/09(日) に開催された「挫折から学ぶLT大会 #2 ~ありがとう、過去の自分!~」の登壇資料です。
docswell版
https://www.docswell.com/s/ymd65536/ZDWX9R-engineer-zasetu-lt-2025-11-09
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1456365
2025-10-25T02:12:25-04:00
2025-10-25T05:21:11-04:00
さまざまなAgent FrameworkとAIエージェントの評価
2025年10月25日に開催された .NETラボ 勉強会 2025年10月の登壇資料です。
※docswell、始めました。
https://www.docswell.com/s/ymd65536/5VMNWL-ms-agent-framework-eval-2025-10-25
Microsoft AgentframeworkでAIエージェントを開発して
Microsoft.Extensions.AIとAzure AI FoundryでAIエージェントを評価するデモをやりました。
デモで使ったリポジトリ:https://github.com/ymd65536/CloudRunBlazor
スライド内のリンク
Strands Agents
https://github.com/strands-agents/sdk-python
サンプルコード:
https://github.com/ymd65536/strands_agents_sdk/blob/main/sample/getting_started/agent.py
ADK徹底解説
https://speakerdeck.com/ymd65536/google-agent-development-kit-deline-botwozuo-tutemita
Microsoft Agent Framework
https://learn.microsoft.com/ja-jp/agent-framework/overview/agent-framework-overview
【GitHub Codespaces】Microsoft Agent FrameworkをBlazorで動かしてみる
https://zenn.dev/ymd65536/articles/ms_agent_framework_codespaces
Microsoft Agent Framework: インテリジェント AI エージェントのためのオープンソース エンジン - YouTube
https://www.youtube.com/watch?v=yOBcPuLLmuY&t=32s
リスクおよび安全性評価者 (プレビュー)
https://learn.microsoft.com/ja-jp/azure/ai-foundry/concepts/evaluation-evaluators/risk-safety-evaluators
汎用エバリュエーター
https://learn.microsoft.com/ja-jp/azure/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators
Relevance
https://learn.microsoft.com/ja-jp/azure/ai-foundry/concepts/evaluation-evaluators/rag-evaluators#relevance
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1444151
2025-09-27T11:50:43-04:00
2025-09-27T11:52:35-04:00
C#および.NETに対する誤解をひも解くPart2
2025年09月27日に開催された .NETラボ 勉強会 2025年9月の登壇資料です。
Azure AI Foundryを使って、生成AIの評価方法について説明し、Evaluatorのデモをしました。
デモ用のリポジトリ
https://github.com/ymd65536/azure_ai_eval_sdk.git
スライド内にある資料
https://learn.microsoft.com/ja-jp/dotnet/core/introduction
https://speakerdeck.com/tomokusaba/dot-netnokoremadenohurikaeri
https://github.com/microsoft/CSharpContentsCreationPromotionCommittee/discussions/9
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1444023
2025-09-27T03:18:10-04:00
2025-09-27T03:33:29-04:00
AIエージェントの開発と評価、GenAIOps(LLM Ops)
2025年09月27日に開催された .NETラボ 勉強会 2025年9月の登壇資料です。
Azure AI Foundryを使って、生成AIの評価方法について説明し、Evaluatorのデモをしました。
デモ用のリポジトリ
https://github.com/ymd65536/azure_ai_eval_sdk.git
スライド内にある資料
生成 AI のエージェント エバリュエーター - Azure AI Foundry - Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/ai-foundry/concepts/evaluation-evaluators/risk-safety-evaluators?wt.mc_id=MVP_357747
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1428252
2025-08-23T02:08:13-04:00
2025-08-23T02:29:55-04:00
AIエージェント開発、DevOps and LLMOps
.NETラボ 勉強会 2025年8月の登壇資料です。
https://dotnetlab.connpass.com/event/361507/
スライド内のリンク
DevSecOps ツール | Atlassian
https://www.atlassian.com/ja/devops/devops-tools/devsecops-tools
プラットフォーム エンジニアリングとは | Microsoft Learn
https://learn.microsoft.com/ja-jp/platform-engineering/what-is-platform-engineering
AI 駆動開発ライフサイクル:ソフトウェアエンジニアリングの再構築
https://aws.amazon.com/jp/blogs/news/ai-driven-development-life-cycle/
OWASP Top10におけるLLMのリスクを理解する
https://www.cloudflare.com/ja-jp/learning/ai/owasp-top-10-risks-for-llms/
what is llmops - google cloud
https://cloud.google.com/discover/what-is-llmops?hl=ja
セマンティックレイヤー:データ活用を加速する意味付けの仕組み | Databricks
https://www.databricks.com/jp/glossary/semantic-layer
LLMオブザーバビリティ
https://docs.datadoghq.com/ja/llm_observability/
AI関連
https://learn.microsoft.com/ja-jp/azure/ai-foundry/how-to/continuous-evaluation-agents
https://learn.microsoft.com/ja-jp/azure/machine-learning/prompt-flow/overview-what-is-prompt-flow?view=azureml-api-2
https://learn.microsoft.com/ja-jp/azure/ai-services/content-safety/overview
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1414402
2025-07-26T08:34:30-04:00
2025-07-26T08:39:52-04:00
なぜ発信するのか。何を伝えるのか Qiita Tech Festa 2025の結果報告
2025年7月26日に開催された.NETラボ 勉強会 2025年7月の登壇資料です。
https://dotnetlab.connpass.com/event/358430/
.NETを取り巻くエコシステムやクラウドについて共有しよう! - Qiita
https://qiita.com/official-events/5dfafbcc8ed3a3ec0778
【個人開発】普通のベビーモニターを「うつ伏せ検知機能付き」ベビーモニターに進化させた話 #C# - Qiita
https://qiita.com/engineer_reo/items/a6931e6b65db51665e8d
C#でガンダムを作れるか本気で考えてみた
https://qiita.com/Sakai_path/items/3f4dc49b3fd4579a8183
【生成AI】AIによるWebブラウザの自動操作を実現するには
https://qiita.com/ymd65536/items/1497a60c11ebe1d8dda5
ライフサイクルに関する FAQ - Internet Explorer および Microsoft Edge | Microsoft Learn
https://learn.microsoft.com/ja-jp/lifecycle/faq/internet-explorer-microsoft-edge#internet-explorer--------------------------
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1413903
2025-07-25T07:24:20-04:00
2025-09-10T04:41:44-04:00
Google ADKを使ったメディア生成AI入門(概要)
2025年7月25日に開催されたGenerative AI X-Meetup Vol.1 Tokyo & Osakaの登壇資料です。
https://linedevelopercommunity.connpass.com/event/361757/
動画
https://youtu.be/qLtG8R6Je9E?feature=shared
参考資料
Vertex AI Studio の刷新: あらゆるモダリティにわたる生成 AI メディアモデルのソース
https://cloud.google.com/blog/ja/products/ai-machine-learning/vertex-ai-studio-redesigned
Vertex AI が動画、画像、音声、音楽にわたる生成メディアモデルを備えた唯一のプラットフォームに
https://cloud.google.com/blog/ja/products/ai-machine-learning/expanding-generative-media-for-enterprise-on-vertex-ai
google/adk-python | DeepWiki
https://deepwiki.com/google/adk-python
Build with Veo 3, now available in the Gemini API - Google Developers Blog
https://developers.googleblog.com/en/veo-3-now-available-gemini-api/
Chirp 3: HD 音声 | Cloud Text-to-Speech API | Google Cloud
https://cloud.google.com/text-to-speech/docs/chirp3-hd?hl=ja
Firebase AI Logic client SDKs | Build generative AI features directly into your mobile and web apps
https://firebase.google.com/products/firebase-ai-logic?hl=ja
MCP Servers for Google Cloud Genmedia APIs
https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia
Imagen - Google DeepMind
https://deepmind.google/models/imagen/
Veo - Google DeepMind
https://deepmind.google/models/veo/
Lyria - Google DeepMind
https://deepmind.google/models/lyria/
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1393101
2025-07-02T09:02:15-04:00
2025-07-02T10:31:04-04:00
GitHubとAzureを使って開発者になろう
なんでもCopilot#36「GitHubとAzureを使って開発者になろう」 - connpassの登壇資料です。
イベントURL
https://nandemo.connpass.com/event/360048/
宣伝:AOAI Dev Day 2025(Azure OpenAI Service Dev Day 2025)
https://aoai-devday.com/
https://azureai.connpass.com/event/354972/
ハンズオンで使った資料
クイックスタート: Azure Static Web Apps を使用して静的サイトを初めて構築する | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/static-web-apps/getting-started?tabs=vanilla-javascript
Hello World - GitHub Docs
https://docs.github.com/ja/get-started/start-your-journey/hello-world
Beginner's guide to GitHub repositories: How to create your first repo - The GitHub Blog
https://github.blog/developer-skills/github/beginners-guide-to-github-repositories-how-to-create-your-first-repo/
スライド内のリンク
SeleniumなしでWebDriverを操作するには - Part1
https://zenn.dev/ymd65536/articles/e13f278a5d9803
Release IEのようなブラウザ - LegacyBrowser をリリースしました。 · ymd65536/LegacyBrowser
https://github.com/ymd65536/LegacyBrowser/releases/tag/Browser
ymd65536/uipath_jisaku_lib: UiPath 自作ライブラリのリポジトリ
https://github.com/ymd65536/uipath_jisaku_lib
【RPA】シナリオ作成時に考えるべきこと ~ Why RPA People !! #自動化 - Qiita
https://qiita.com/ymd65536/items/a78db9de32c1cfa23155
機械のためではなく人のためにコードが書けるかーーGitHub CEOのクリス・ワンストラス氏にインタビュー - BRIDGE(ブリッジ)
https://thebridge.jp/2015/10/github-ceo-chris-wanstrath-interview
Pull request successfully merged. Starting build... - The GitHub Blog
https://github.blog/news-insights/company-news/github-and-microsoft/
Microsoft Azure の歴史 | Japan Azure IaaS Core Support Blog
https://jpaztech.github.io/blog/other/azure_history_and_career_in_support/
GitHub Copilot for Azure
https://techcommunity.microsoft.com/blog/azuredevcommunityblog/github-copilot-for-azure-%e3%81%ae%e4%b8%80%e8%88%ac%e6%8f%90%e4%be%9b%e3%82%92%e9%96%8b%e5%a7%8b%ef%bc%9aagent-%e3%83%a2%e3%83%bc%e3%83%89%e3%81%ab%e3%82%82%e5%af%be%e5%bf%9c/4426996
GitHub Copilot for Azure とは - GitHub Copilot for Azure | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction
【PHP】ワイ、客先でウェブサーバーをビルトするの巻 #Docker - Qiita
https://qiita.com/ymd65536/items/c61c0829d4a1d9a85c41
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1391420
2025-06-29T08:16:57-04:00
2025-06-30T03:25:28-04:00
Google Agent Development Kit でLINE Botを作ってみた
2025/06/30(月) 開催
クラウド×AI 勉強会 〜プロバイダー別最新動向・LINE Bot・アーキテクチャ実装事例集〜 の登壇資料です。
https://linedevelopercommunity.connpass.com/event/357762/
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1391109
2025-06-28T04:31:06-04:00
2025-06-28T04:39:19-04:00
GitHub Copilot and GitHub Codespaces Hands-on
GitHub Copilot Bootcamp .NETラボ 勉強会 2025年6月の登壇資料です。
https://dotnetlab.connpass.com/event/351953/
スライド内のリンク
Dev ContainersとGitHub Codespacesの素敵な関係
https://speakerdeck.com/ymd65536/dev-containerstogithub-codespacesnosu-di-naguan-xi
【Global Azure 2025】Gitub Copilot Hands-on Lab for Python
https://zenn.dev/ymd65536/articles/gtihub_copilot_handson
GitHub Copilot and GitHub Codespaces Hands-on
https://zenn.dev/ymd65536/articles/github_copilot_bootcamp
GitHub Copilot for Azure の一般提供を開始:Agent モードにも対応
https://techcommunity.microsoft.com/blog/azuredevcommunityblog/github-copilot-for-azure-%e3%81%ae%e4%b8%80%e8%88%ac%e6%8f%90%e4%be%9b%e3%82%92%e9%96%8b%e5%a7%8b%ef%bc%9aagent-%e3%83%a2%e3%83%bc%e3%83%89%e3%81%ab%e3%82%82%e5%af%be%e5%bf%9c/4426996
GitHub Copilot for Azure とは
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction
GitHub Copilot for Azureの仕組み
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction#how-it-works
GitHub Copilot for Azure を使い始める - GitHub Copilot for Azure | Microsoft Learn
https://learn.microsoft.com/en-us/azure/developer/github-copilot-azure/get-started
03-Get-Answers-to-your-Questions-about-Azure-Services-and-Resources.md
https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming/blob/main/09-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/03-Get-Answers-to-your-Questions-about-Azure-Services-and-Resources.md
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1384992
2025-06-17T06:56:32-04:00
2025-06-27T06:19:22-04:00
Agent Development Kit (ADK) でLINE Botを作ってみた
LINE DC Generative AI Meetup #6の登壇資料です。
https://linedevelopercommunity.connpass.com/event/355879/
Google ADKでチャットしてみる。 - YouTube
https://youtu.be/ah1d4pdqzUc?feature=shared
#LINEDC
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1369216
2025-05-14T08:02:22-04:00
2025-05-14T08:05:09-04:00
ビカム・ア・コパイロット
2025年05月14日開催
シネマ de LT会〜あなたのナレッジ大上映〜
の登壇資料です。
https://aeon.connpass.com/event/352070/
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1367627
2025-05-11T00:50:25-04:00
2025-05-11T01:58:35-04:00
GitHub Copilot for Azureってなんだろう
Global Azure 2025 GitHub Copilot for Azureのハンズオンで公開した資料です。
Global Azure 2025
https://jazug.connpass.com/event/348980/
本家ハンズオン
今回のハンズオンはMicrosoft公式リポジトリから提供されたものを日本語訳でお届けしています。
https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming/tree/main/09-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud
ライブ配信のリンク
https://www.youtube.com/live/RCRkI2S30Vo?t=12151s
スライド内のリンク
クイック スタート: GitHub Copilot for Azure Preview を使用してアプリケーションをビルドしてデプロイする
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/quickstart-build-deploy-applications
参考:私と私のorganizationに適したCopilotはどれですか?
https://learn.microsoft.com/ja-jp/copilot/microsoft-365/which-copilot-for-your-organization
独自の生成AI環境構築ができる Copilot Studio & Azure AI Studio
https://speakerdeck.com/daikikanemitsu/du-zi-nosheng-cheng-aihuan-jing-gou-zhu-gadekiru-copilot-studio-and-azure-ai-studio?slide=20
Microsoft Copilot Studio on Azure | Microsoft Azure
https://azure.microsoft.com/ja-jp/products/copilot-studio
Microsoft Copilot in Azure の概要 | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/copilot/overview
GitHub Copilot for Azure Preview とは - GitHub Copilot for Azure | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction
GitHub Copilot for Azure Preview とは - (主なシナリオ) | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction#primary-scenarios
GitHub Copilot for Azure Preview とは - (しくみ) | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction#how-it-works
GitHub Copilot Extensionsのご紹介:パートナーとのエコシステムで無限の可能性を引き出す
https://github.blog/jp/2024-05-22-introducing-github-copilot-extensions/
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1360749
2025-04-26T02:38:37-04:00
2025-04-26T05:25:15-04:00
GitHub Copilot for Azureを使い倒したい
.NETラボ 勉強会 2025年4月の登壇資料です。
https://dotnetlab.connpass.com/event/350190/
ライブ配信のリンク
https://www.youtube.com/live/bQjpT2gCNB8?feature=shared
スライド内のリンク
クイック スタート: GitHub Copilot for Azure Preview を使用してアプリケーションをビルドしてデプロイする
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/quickstart-build-deploy-applications
参考:私と私のorganizationに適したCopilotはどれですか?
https://learn.microsoft.com/ja-jp/copilot/microsoft-365/which-copilot-for-your-organization
独自の生成AI環境構築ができる Copilot Studio & Azure AI Studio
https://speakerdeck.com/daikikanemitsu/du-zi-nosheng-cheng-aihuan-jing-gou-zhu-gadekiru-copilot-studio-and-azure-ai-studio?slide=20
Microsoft Copilot Studio on Azure | Microsoft Azure
https://azure.microsoft.com/ja-jp/products/copilot-studio
Microsoft Copilot in Azure の概要 | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/copilot/overview
GitHub Copilot for Azure Preview とは - GitHub Copilot for Azure | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction
GitHub Copilot for Azure Preview とは - (主なシナリオ) | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction#primary-scenarios
GitHub Copilot for Azure Preview とは - (しくみ) | Microsoft Learn
https://learn.microsoft.com/ja-jp/azure/developer/github-copilot-azure/introduction#how-it-works
GitHub Copilot Extensionsのご紹介:パートナーとのエコシステムで無限の可能性を引き出す
https://github.blog/jp/2024-05-22-introducing-github-copilot-extensions/
独習Python 第2版が2025/5/14発売予定
※近々、本のレビューを出します。
参考:翔泳社の本
https://x.com/shoeisha_books/status/1915306579559346484
参考:独習Python 第2版 - WINGS
https://wings.msn.to/index.php/-/A-03/978-4-7981-8949-9/
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1357116
2025-04-19T05:46:19-04:00
2025-04-24T08:55:01-04:00
By the way Google Cloud Next 2025に行ってみてどうだった
2025年4月24日に開催されたNext × Jagu'e'r アフターイベント「Next 2025 Big Thing」の登壇資料です。
https://jaguer.connpass.com/event/347580/
初海外、初Nextに行ってみての話を7分ほど話しました。
スライド内のリンク
【ChatGPTショックからの反撃】GoogleピチャイCEOが語る“AI時代の検索”とは/「電話が来るまで5年かかった」インド中流家庭・エンジニア出身ピチャイ流リーダーシップ
https://www.youtube.com/watch?v=s8W1aBEvN2k
iret.media - Google Cloud Next 2025
https://iret.media/tag/google-cloud-next-2025
Kento.Yamada (@ymd65536)
tag:speakerdeck.com,2005:Talk/1343888
2025-03-22T01:43:15-04:00
2025-03-22T03:38:39-04:00
Azure Developer CLIの最新アップデートを追う
.NETラボ 勉強会 2025年3月(LT成分多め)の登壇資料です。
https://dotnetlab.connpass.com/event/347207/
スライド内のリンク
なんでもCopilot 7月2日登壇
https://speakerdeck.com/pepe223223/nandemocopilotnokoremadetokorekara-aoai-dev-day-pureibentoban?slide=21
Awesome AZD Templates
https://azure.github.io/awesome-azd/
Azure Developer CLIの振り返りとDeep Dive
https://speakerdeck.com/ymd65536/azure-developer-clinozhen-rifan-ritodeep-dive
Azure Developer CLIで優勝していくことにするわね
https://qiita.com/ymd65536/items/f956fa93bb8831bbc187
Azure Developer CLI機能のバージョン管理とリリース戦略
https://learn.microsoft.com/ja-jp/azure/developer/azure-developer-cli/feature-versioning
リリース
https://github.com/Azure/azure-dev/releases
Azure Developer CLI (azd) – September 2023 Release
https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-september-2023-release/
azdでAIアプリをはじめるためのスターター
https://github.com/Azure-Samples/azd-ai-starter
https://github.com/Azure-Samples/azd-aistudio-starter
Azure Deployment stacksとは
https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/arm-deployment-stacks-now-ga/4145469
Kento.Yamada (@ymd65536)
Kento.Yamada (@ymd65536) on Speaker Deck
2026-01-24T00:44:34-05:00