AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
InfoQ·2026年4月9日 17:30·約4分で読める

Aspire 13.2がリリース、CLI拡張・TypeScript AppHostプレビュー・ダッシュボード改善を実装

#クラウドネイティブ#開発者ツール#コンテナオーケストレーション#マイクロサービス#DevOps#TypeScript
TL;DR

Aspire 13.2は、拡張されたCLI機能、TypeScript AppHostのプレビュー、ダッシュボードの改善、安定版Docker Compose公開、Microsoft Foundry統合、Azure Virtual Networkサポート、および主要なVS Code拡張機能の更新を含むリリースを発表した。

AI深層分析2026年4月9日 18:41
3
注目/ 5段階
深度40%
3
関連度30%
3
実用性20%
4
革新性10%
3

キーポイント

1

CLIの拡張とTypeScript AppHostプレビュー

CLIにデタッチドモードとプロセス管理機能が追加され、TypeScript AppHostのサポートがプレビュー段階で導入された。

2

ダッシュボードとテレメトリの機能強化

ダッシュボードのテレメトリデータのエクスポートとインポート機能が実装され、運用監視の柔軟性が向上した。

3

クラウド・コンテナ統合の拡充

安定版のDocker Compose公開、Microsoft Foundryとの統合、Azure Virtual Networkのサポートが追加され、クラウド環境への展開が強化された。

4

開発者体験の向上

主要なVS Code拡張機能の更新が行われ、開発ワークフローの効率化が図られた。

5

破壊的変更への注意

設定ファイルとリソースコマンドにいくつかの破壊的変更が含まれており、既存ユーザーは移行に注意が必要である。

影響分析・編集コメントを表示

影響分析

このリリースは、Aspireが単なるアプリケーションフレームワークから、クラウドネイティブ開発の包括的なプラットフォームへと進化していることを示している。特にMicrosoftエコシステムとの深い統合は、Azureを基盤とする企業開発現場での採用を促進する戦略的意味を持つ。

編集コメント

Aspireの進化は、現代のクラウドネイティブ開発における「開発者体験」の重要性を浮き彫りにする。ツールチェーンの統合と自動化が、生産性向上の鍵となっている。

先月末、Microsoftはクラウドネイティブ開発スタックであるAspire 13.2をリリースし、幅広いアップデートをもたらしました。このリリースは、コマンドライン体験の向上、マルチ言語サポートの拡大、そして開発者やAIコーディングエージェントにとってローカル開発をより容易にすることに重点を置いています。

今回のリリースで最も注目すべき追加機能は、Aspire CLI(コマンドラインインターフェース)の大幅な拡張です。報告によると、開発者は新しいデタッチドモードを使用してバックグラウンドでアプリケーションを実行し、専用のstart、stop、プロセス一覧表示コマンドで実行中のインスタンスを管理でき、リソースをターミナルから直接監視できるようになりました。

code
# インタラクティブなテンプレートピッカーで新しいスターターを作成する
aspire new

# または、既存のコードベース内で新しいブランクなapphostを作成する
aspire init

# 統合パッケージを復元し、apphostを開始する
aspire run

# 統合を手動で復元する
aspire restore

また、ポートの競合なしに同じアプリケーションの複数のインスタンスを並行して実行できるようにする新しいアイソレーテッドモード(分離モード)も導入されました。これは、自動テストや並列ワークフローにとって特に有用です。CLIには、シークレット、証明書、診断、ドキュメントアクセスを管理するコマンドも追加されました。

Aspire 13.2のもう一つの主要な機能は、TypeScript AppHostのプレビュー版です。開発者は、リソース、参照、統合に関する同じ基盤モデルを用いて、C#の代わりにTypeScriptでアプリケーションのリソースグラフを定義できるようになりました。前述の通り、TypeScript AppHostはローカルトランスポート層を通じてAspireのオーケストレーションホストと通信し、CLIおよびVS Code拡張機能の両方でサポートされています。

Aspireダッシュボードにもいくつかの改善が施されました。ユーザーは現在、テレメトリデータのエクスポートおよびインポート、環境変数の.envファイルへのエクスポート、およびダッシュボードインターフェースを通じて直接リソースパラメータの設定が可能になりました。

また、新しいテレメトリHTTP APIが追加され、スパン、ログ、トレースへのプログラムによるアクセスが可能になりました。前述の通り、リソースグラフのレイアウトは可読性の向上のために改善され、いくつかの一般的なインターフェースの微調整も行われました。

統合面では、Docker Composeパブリッシング統合がプレリリースから安定版へ移行しました。今回のリリースでは、以前のAzure AI Foundry統合に代わってMicrosoft Foundryのサポートが導入され、さらにAzure Virtual Network、Azure Data Lake Storage、MongoDB Entity Framework Coreの新しい統合も追加されました。JavaScriptプロジェクトには、パッケージマネージャーオプションとしてBunのサポートが追加されました。

VS Code 拡張機能には、アクティビティバーに専用 Aspire パネルを追加、リソース状態のインライン CodeLens を実装、Azure Functions や TypeScript アプリホストのデバッグ機能を強化するなど、20 以上の新機能が追加されました。

今回のリリースではその他にも、コンテキストに基づくエンドポイント解決 API、コア型向けのデバッグ属性の強化、Kubernetes 向けパブリッシュの修正、および各種 Azure デプロイメントの改善が含まれています。

最後に、このリリースには設定ファイル、リソースコマンド、イベント処理、そして Azure AI Foundry から Microsoft Foundry への移行に関連する破壊的変更がいくつか含まれています。

興味のある方は、公式 Microsoft ドキュメントで完全なリリースノートを参照できます。

著者について

Almir Vuk

👋 最新の .NET コンテンツをお届けします!私は Microsoft 関連のイベントやユーザーグループ会議で頻繁に地域および国際的なスピーカーを務めています。自由時間には、チェスをプレイしたり、自然の中でランニングをしたり、ブログ記事を書いたり、StackOverflow や MSDN フォーラムでコミュニティの支援に努めたり、オープンソースプロジェクトに貢献したり、NGO のプログラミング関連イベントでインストラクターを務めるのが好きです。

.NETプラットフォームを中心に、C#およびASP.NET Coreを用いたWebアプリケーション開発、Xamarinツールを活用したモバイル開発など、ソフトウェア開発に専念しています。

子供の頃からプログラミングに心酔し続けています。

詳細を表示表示を閉じる

原文を表示

At the end of the last month, Microsoft released Aspire 13.2, bringing a broad set of updates to its cloud-native development stack. The release focuses on improving the command-line experience, expanding multi-language support, and making local development easier for both developers and AI coding agents.

The most notable addition in this release is a significant expansion of the Aspire CLI. As reported, developers can now run applications in the background using a new detached mode, manage running instances with dedicated start, stop, and process listing commands, and monitor resources directly from the terminal.

Create a new starter with the interactive template picker

aspire new

Or, create a new blank apphost in an existing codebase

aspire init

Restores integration packages and starts the apphost

aspire run

Manually restore integrations

aspire restore

A new isolated mode was also introduced to allow multiple instances of the same application to run side by side without port conflicts, which is particularly useful for automated testing and parallel workflows. The CLI also gained commands for managing secrets, certificates, diagnostics, and documentation access.

Another key feature in Aspire 13.2 is the preview of TypeScript AppHost support. Developers can now define their application's resource graph in TypeScript instead of C#, using the same underlying model of resources, references, and integrations. As explained, the TypeScript AppHost communicates with Aspire's orchestration host through a local transport layer and is supported in both the CLI and the VS Code extension.

The Aspire dashboard received several improvements as well. Users can now export and import telemetry data, export environment variables as .env files, and set resource parameters directly through the dashboard interface.

A new telemetry HTTP API was also added, enabling programmatic access to spans, logs, and traces. The resource graph layout was improved as stated, for better readability, and several general interface refinements were made.

On the integrations side, the Docker Compose publishing integration moved from prerelease to stable status. The release also introduced Microsoft Foundry support, replacing the earlier Azure AI Foundry integration, along with new integrations for Azure Virtual Network, Azure Data Lake Storage, and MongoDB Entity Framework Core. JavaScript projects gained Bun support as a package manager option.

The VS Code extension received over 20 feature additions, including a dedicated Aspire panel in the Activity Bar, inline CodeLens for resource state, and improved debugging capabilities for Azure Functions and TypeScript apphosts.

Other changes in this release include contextual endpoint resolution APIs, enhanced debugging attributes for core types, Kubernetes publishing fixes, and various Azure deployment improvements.

Lastly, the release also includes several breaking changes related to configuration files, resource commands, event handling, and the Azure AI Foundry to Microsoft Foundry transition.

For interested readers, the full release notes are available at the official Microsoft documentation.

About the Author

Almir Vuk

👋 Follow me for more .NET content! I am a frequent regional and international speaker at Microsoft-related events and User Group meetings. While spending my free time, I love to play chess, run in nature, write blog posts, help the community on StackOverflow and MSDN forums, contribute to open source projects or be an instructor at NGO programming-related events.

Completely dedicated to Software Development, mostly on the .NET platform, crafting apps using C# and ASP.NET Core for web and Xamarin tools for mobile development.

Truly in love with programming since my childhood days.

Show moreShow less

この記事をシェア

関連記事

InfoQ★32026年3月29日 19:00

マイクロソフトがAzure Copilot Migration Agentを発表、クラウド移行計画を加速

マイクロソフトは、Azureポータルに組み込まれたAIアシスタント「Azure Copilot Migration Agent」を発表した。このエージェントは、移行計画の自動化、エージェントレスなVMwareの検出、ランディングゾーンの作成を行う。ただし、移行の実行はできず、レプリケーションと切り替えは手動タスクのままである。

The Decoder★42026年3月31日 01:07

マイクロソフト、Copilot Coworkを拡大展開し、AIモデル同士の相互チェック機能を導入

マイクロソフトがCopilot Coworkを拡大展開し、AIアシスタントがワークフロー全体を自律的に処理できるようにした。また、複数のAIモデルが互いの作業をチェックする新機能も導入した。

AI Business★32026年3月31日 04:33

マイクロソフト、Copilot Researcherに新たなAI機能を導入

マイクロソフトはCopilot Researcherに新たなAI機能を追加し、企業ワークフローの正確性と信頼性を向上させた。

ニュース一覧に戻る元記事を読む