Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Aspireとazdでデプロイが簡単に
Search
tkym
October 03, 2025
0
22
Aspireとazdでデプロイが簡単に
tkym
October 03, 2025
Tweet
Share
More Decks by tkym
See All by tkym
.NET 10のEntity Framework Coreの新機能
htkym
0
100
.NET 10のBlazorの期待の新機能
htkym
0
670
Azure Static Web Appsでユニバーサルリンク
htkym
0
10
Azure Blob Storageでユニバーサルリンク
htkym
0
170
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
11
940
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Designing for humans not robots
tammielis
254
26k
Designing for Performance
lara
610
69k
How GitHub (no longer) Works
holman
315
140k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
For a Future-Friendly Web
brad_frost
180
10k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
1
45
Git: the NoSQL Database
bkeepers
PRO
432
66k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.8k
Transcript
Aspireとazdでデプロイが簡単に FutureOne株式会社 高山博司
高山博司 ・ FutureOne株式会社 ・ C#/.NET
クラウドネイティブなアプリ開発をより効率的にするためのツール。 → azdで .NET Aspireプロジェクトのデプロイがサポート
デプロイ手順 Aspireのソリューションがあるディレクトリで下記コマンドをいれていく azd init : テンプレートを初期化.アプリの種類とか精査してくれる (azd auth login: Azureにログイン)
azd up: アプリケーションのプロビジョニング・デプロイ
None
Azure Developer CLI (azd) とは? アプリをローカル環境からAzureへ移行を便利にするコマンドラインツール. ・ 開発者フレンドリーなコマンド: up, down,
provision, deployとか ・ 再利用可能なテンプレート: bicep, yamlとかで中見を見れる
Azure CLI (az)もあるよね?
Azure Developer CLI (azd) コマンド例
個人的によかった点 ・ デプロイがとっても簡単 ・ テンプレートをコードベースに入れとけば誰でも同じようにデプロイできる ・ インフラの詳細はAspireとazdが抽象化してくれる → 必要があればazd infra
gen でbicepを出力できる