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: For Devs
Search
Richard Tasker
March 15, 2017
Technology
0
190
Azure: For Devs
Richard Tasker
March 15, 2017
Tweet
Share
More Decks by Richard Tasker
See All by Richard Tasker
Building HTTP APIs With Carter
ritasker
0
250
As Easy As Pi
ritasker
0
250
Why you should be doing BDD
ritasker
1
310
Introduction to Behavior Driven Development
ritasker
1
240
Other Decks in Technology
See All in Technology
Amazon Bedrock Knowledge basesにLangfuse導入してみた
sonoda_mj
2
420
もうVPNは古い? VPNを使わずに オンプレサーバーを 管理する手法あれこれ
ebibibi
0
140
組織拡大でカルチャー崩壊を防ぐためにできること
urahiroshi
0
120
単一の深層学習モデルによる不確実性の定量化の紹介 ~その予測結果正しいですか?~
ftakahashi
PRO
2
240
生成AIがローコードツールになる時代の エンジニアの役割を考える
khwada
0
440
AIxIoTビジネス共創ラボ紹介_20250311.pdf
iotcomjpadmin
0
210
心に火を灯すヒントは自分の中にある/The clue to lighting a fire in your heart is within you.
bitkey
1
100
# Azure Cosmos DB パフォーマンス最適化入門 - 設計・開発・運用の実践テクニック
shibayan
0
170
OPENLOGI Company Profile for engineer
hr01
1
21k
エンジニアリング 💰Moneyジャー / Engineering Money-ger
kenchan
2
360
最近のラズピッピいじり / 20250308-rpijam-13th-birthday
akkiesoft
0
430
リポジトリをまるっとAIに食わせるRepomixの話
yamadashy
0
150
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
172
14k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
176
52k
Producing Creativity
orderedlist
PRO
344
40k
Making Projects Easy
brettharned
116
6.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Building Your Own Lightsaber
phodgson
104
6.3k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
28
2k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
GraphQLとの向き合い方2022年版
quramy
44
14k
Designing for Performance
lara
605
69k
Transcript
Azure For: Developers Twitter: @ritasker Email:
[email protected]
Blog: richardtasker.co.uk
Why Me ➢ .Net developer 10yrs ➢ Last 3yrs Azure
& cloud ➢ Social startup ➢ Spoken at conferences & user groups
➢ Getting Started ➢ Deploying ➢ Data Storage ➢ Messaging
Agenda
Demo
Ship It!
Demo
Data Storage
Data Storage
Demo
Queues
Azure Queue Storage ➢ Simple, Fast & Reliable ➢ Unlimited
Queues ➢ Unlimited Messages ➢ 64KB Message Size
Azure Service Bus ➢ Brokered & Relay Messaging ➢ Transactions,
Dead Lettering, Message TTL ➢ Queues, Topics & Filtering ➢ Up To 1GB Message Size
Demo
Background Tasks
Cloud Service – Worker Roles ➢ RDP Access to VM
➢ Web Roles & Worker Roles ➢ Must inherit from RoleEntryPoint class ➢ OnStart ➢ Run ➢ OnStop ➢ Scales differently to other services
Azure Functions ➢ Next generation WebJob ➢ Short, concise pieces
of code ➢ Can be written in numerous languages ➢ Pay for what you use
Demo
Summary ➢ Creating & Deploying WebApps ➢ Data Storage Services
➢ Queuing & Azure Service Bus ➢ Background Tasks & Azure Functions
Twitter: @ritasker Email:
[email protected]
Blog: richardtasker.co.uk