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
34
Aspireとazdでデプロイが簡単に
tkym
October 03, 2025
Tweet
Share
More Decks by tkym
See All by tkym
SourceGeneratorのマーカー属性問題について
htkym
0
160
SourceGeneratorのススメ
htkym
0
760
Entity Framework Core におけるIN句クエリ最適化について
htkym
0
180
.NET 10のEntity Framework Coreの新機能
htkym
0
970
.NET 10のBlazorの期待の新機能
htkym
0
1.2k
Azure Static Web Appsでユニバーサルリンク
htkym
0
37
Azure Blob Storageでユニバーサルリンク
htkym
0
210
Featured
See All Featured
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
Un-Boring Meetings
codingconduct
0
220
Test your architecture with Archunit
thirion
1
2.2k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
890
Become a Pro
speakerdeck
PRO
31
5.8k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
68
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
For a Future-Friendly Web
brad_frost
183
10k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
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を出力できる