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
78
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
8.3k
Terraform Provider for Azure に貢献してみた話
shibayan
0
520
Azure Functions と SendGrid の良い関係
shibayan
0
980
Azure Serverless を活用したリアルタイム Web のすべて
shibayan
1
2.7k
祝 東日本リージョン一般提供! Azure Application Insights 基礎と実践
shibayan
1
39k
なかなか楽にならないSSL/TLS証明書の話
shibayan
2
1.6k
.NET Conf 2018 Tokyo
shibayan
1
3.8k
最近の Azure App Service について
shibayan
0
1.2k
Other Decks in Programming
See All in Programming
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
230
create_tableをしただけなのに〜囚われのuuid編〜
daisukeshinoku
0
300
GitHubで育つ コラボレーション文化 : ニフティでのインナーソース挑戦事例 - 2024-12-16 GitHub Universe 2024 Recap in ZOZO
niftycorp
PRO
0
380
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
2
7k
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
1.1k
どうして手を動かすよりもチーム内のコードレビューを優先するべきなのか
okashoi
3
660
良いユニットテストを書こう
mototakatsu
10
3.3k
fs2-io を試してたらバグを見つけて直した話
chencmd
0
250
testcontainers のススメ
sgash708
1
130
開発者とQAの越境で自動テストが増える開発プロセスを実現する
92thunder
1
210
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
1.1k
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
670
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
51
7.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
A Tale of Four Properties
chriscoyier
157
23k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
Building Your Own Lightsaber
phodgson
103
6.1k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
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