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
130
Hack Azure! #5 - Geek of Azure Serverless
shibayan
0
83
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
8.5k
Terraform Provider for Azure に貢献してみた話
shibayan
0
550
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
Other Decks in Programming
See All in Programming
FrontendUp_新規事業で_Remixを採用した理由と対策.pdf
rymizuki
0
100
はじめての Go * WASM * OCR
sgash708
1
140
Rails 1.0 のコードで学ぶ find_by* と method_missing の仕組み / Learn how find_by_* and method_missing work in Rails 1.0 code
maimux2x
1
280
良いコードレビューとは
danimal141
10
9.6k
Domain-Driven Design (Tutorial)
hschwentner
13
22k
自力でTTSモデルを作った話
zgock999
0
140
Boos Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
880
Accelerate your key learnings of scaling modern Android apps
aldefy
0
100
Kotlinの開発でも AIをいい感じに使いたい / Making the Most of AI in Kotlin Development
kohii00
5
2.2k
エンジニアに許された特別な時間の終わり
watany
31
31k
読まないコードリーディング術
hisaju
1
150
Goで作るChrome Extensions / Fukuoka.go #21
n3xem
2
2k
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
The Cult of Friendly URLs
andyhume
78
6.2k
4 Signs Your Business is Dying
shpigford
183
22k
Code Review Best Practice
trishagee
67
18k
It's Worth the Effort
3n
184
28k
Agile that works and the tools we love
rasmusluckow
328
21k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
460
GraphQLの誤解/rethinking-graphql
sonatard
69
10k
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