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
110
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
Hack Azure! #5 - Geek of Azure Serverless
shibayan
0
81
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
8.4k
Terraform Provider for Azure に貢献してみた話
shibayan
0
540
Azure Functions と SendGrid の良い関係
shibayan
0
1k
Azure Serverless を活用したリアルタイム Web のすべて
shibayan
1
2.7k
祝 東日本リージョン一般提供! Azure Application Insights 基礎と実践
shibayan
1
40k
なかなか楽にならないSSL/TLS証明書の話
shibayan
2
1.6k
.NET Conf 2018 Tokyo
shibayan
1
3.9k
最近の Azure App Service について
shibayan
0
1.2k
Other Decks in Programming
See All in Programming
楽しく向き合う例外対応
okutsu
0
720
AIプログラミング雑キャッチアップ
yuheinakasaka
19
5k
バッチを作らなきゃとなったときに考えること
irof
2
550
Rubyと自由とAIと
yotii23
6
1.9k
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
9
2.5k
クックパッド検索システム統合/Cookpad Search System Consolidation
giga811
0
120
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
240
読まないコードリーディング術
hisaju
0
110
未経験でSRE、はじめました! 組織を支える役割と軌跡
curekoshimizu
1
200
DevNexus - Create AI Infused Java Apps with LangChain4j
kdubois
0
130
Ça bouge du côté des animations CSS !
goetter
2
160
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
160
Featured
See All Featured
For a Future-Friendly Web
brad_frost
176
9.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
13
1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.4k
Music & Morning Musume
bryan
46
6.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
What's in a price? How to price your products and services
michaelherold
244
12k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
The Language of Interfaces
destraynor
156
24k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Visualization
eitanlees
146
15k
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