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
370
Hack Azure! #5 - Geek of Azure Serverless
shibayan
0
93
.NET Conf 2020 Online - .NET 5 リリース記念パーティートーク
shibayan
0
9k
Terraform Provider for Azure に貢献してみた話
shibayan
0
600
Azure Functions と SendGrid の良い関係
shibayan
0
1.2k
Azure Serverless を活用したリアルタイム Web のすべて
shibayan
1
2.9k
祝 東日本リージョン一般提供! Azure Application Insights 基礎と実践
shibayan
1
41k
なかなか楽にならないSSL/TLS証明書の話
shibayan
2
1.8k
.NET Conf 2018 Tokyo
shibayan
1
4k
Other Decks in Programming
See All in Programming
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
Six and a half ridiculous things to do with Quarkus
hollycummins
0
220
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
910
品質ワークショップをやってみた
nealle
0
650
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
310
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
210
オンデバイスAIとXcode
ryodeveloper
0
220
Catch Up: Go Style Guide Update
andpad
0
260
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
750
チームの境界をブチ抜いていけ
tokai235
0
230
マンガアプリViewerの大画面対応を考える
kk__777
0
370
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
120
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Building Adaptive Systems
keathley
44
2.8k
How to Ace a Technical Interview
jacobian
280
24k
Balancing Empowerment & Direction
lara
5
700
For a Future-Friendly Web
brad_frost
180
10k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Documentation Writing (for coders)
carmenintech
75
5.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
890
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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