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
Azure Web Sites Deep Dive ! Kudu から Management ...
Search
Tatsuro Shibamura
June 14, 2017
Programming
0
120
Azure Web Sites Deep Dive ! Kudu から Management API まで ~Azure Web Sites 応用編~
何気なく利用している Azure Web Sites の裏側で活躍している Kudu や Management API などのバックエンド サービスに光を当ててご紹介します。
Tatsuro Shibamura
June 14, 2017
Tweet
Share
More Decks by Tatsuro Shibamura
See All by Tatsuro Shibamura
# Azure Cosmos DB パフォーマンス最適化入門 - 設計・開発・運用の実践テクニック
shibayan
0
230
Hack Azure! #5 - Geek of Azure Serverless
shibayan
0
87
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
8.5k
Terraform Provider for Azure に貢献してみた話
shibayan
0
560
Azure Functions と SendGrid の良い関係
shibayan
0
1.1k
Azure Serverless を活用したリアルタイム Web のすべて
shibayan
1
2.8k
祝 東日本リージョン一般提供! Azure Application Insights 基礎と実践
shibayan
1
40k
なかなか楽にならないSSL/TLS証明書の話
shibayan
2
1.7k
.NET Conf 2018 Tokyo
shibayan
1
3.9k
Other Decks in Programming
See All in Programming
KawaiiLT 登壇資料 キャリアとモチベーション
hiiragi
0
160
音声プラットフォームのアーキテクチャ変遷から学ぶ、クラウドネイティブなバッチ処理 (20250422_CNDS2025_Batch_Architecture)
thousanda
0
380
ニーリーQAのこれまでとこれから
nealle
2
150
Improve my own Ruby
sisshiki1969
0
100
Ruby on Railroad: The Power of Visualizing CFG
ydah
0
290
M5UnitUnified 最新動向 2025/05
gob
0
120
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
110
Bedrock×MCPで社内ブログ執筆文化を育てたい!
har1101
7
1.4k
RubyKaigi Dev Meeting 2025
tenderlove
1
1.3k
オープンソースコントリビュート入門
_katsuma
0
120
Contribute to Comunities | React Tokyo Meetup #4 LT
sasagar
0
590
プロダクトエンジニアのしごと 〜 受託 × 高難度を乗り越えるOptium開発 〜
algoartis
0
130
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Designing for Performance
lara
608
69k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
690
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Scaling GitHub
holman
459
140k
Music & Morning Musume
bryan
47
6.5k
How to Ace a Technical Interview
jacobian
276
23k
Speed Design
sergeychernyshev
29
920
A designer walks into a library…
pauljervisheath
205
24k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
Transcript
Room C
Azure Web Sites のアーキテクチャとは
None
リバースプロキシ ラウンドロビン
None
None
Kudu の基本操作と機能
s scm
None
Site Extensions と IIS Manager の組み合わせ
IIS Manager for Remote Administration
None
Management REST API の活用
Azure Management Libraries
None
.NET Technologies Primer .NET 開発テクノロジ入門 2014 年版 ~ Visual Studio
2013 対応版 ~ http://nkbp.jp/1sT87tP 著者 小高 太郎、酒井 達明、芝村 達郎 中原 幹雄、山田 祥寛、和田 健司 監修 日本マイクロソフト株式会社 エバンジェリストチーム !! 日経 BP 社様ブースにて 10% 割引で先行販売中 !!
None
https://github.com/projectkudu/kudu https://github.com/projectkudu/kudu/wiki/Azure-Site- Extensions
http://www.iis.net/downloads/microsoft/iis-manager http://msdn.microsoft.com/en- us/library/azure/ee460799.aspx
http://www.iis.net/configreference/system.webserver/fastc gi https://pytools.codeplex.com/wikipage?title=wfastcgi
HttpRequest / HttpResponse HTTP
http://xdt.codeplex.com/ http://msdn.microsoft.com/en-us/library/dd465326.aspx <?xml version="1.0"?> <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <system.applicationHost> <sites> <site
name="%XDT_SCMSITENAME%" xdt:Locator="Match(name)"> <application path="/somepath" xdt:Locator="Match(path)" xdt:Transform="Remove" /> <application path="/somepath" xdt:Transform="Insert"> <virtualDirectory path="/" physicalPath="%XDT_EXTENSIONPATH%" /> </application> </site> </sites> </system.applicationHost> </configuration>
http://www.nuget.org/packages/microsoft.windowsazure. management.libraries https://github.com/Azure/azure-sdk-for-net
http://msdn.microsoft.com/ja- jp/library/azure/jj156055.aspx https://github.com/Azure/azure-sdk-tools