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
20
Aspireとazdでデプロイが簡単に
tkym
October 03, 2025
Tweet
Share
More Decks by tkym
See All by tkym
.NET 10のBlazorの期待の新機能
htkym
0
110
Azure Static Web Appsでユニバーサルリンク
htkym
0
8
Azure Blob Storageでユニバーサルリンク
htkym
0
160
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Designing Experiences People Love
moore
142
24k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Code Reviewing Like a Champion
maltzj
526
40k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
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を出力できる