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
170
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
230
As Easy As Pi
ritasker
0
230
Why you should be doing BDD
ritasker
1
300
Introduction to Behavior Driven Development
ritasker
1
230
Other Decks in Technology
See All in Technology
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
730
電話を切らさない技術 電話自動応答サービスを支える フロントエンド
barometrica
2
300
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
SkiaとImpellerについて
moriya0130
0
140
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
29
13k
SSMRunbook作成の勘所_20241120
koichiotomo
3
180
組織成長を加速させるオンボーディングの取り組み
sudoakiy
3
300
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
Lambda10周年!Lambdaは何をもたらしたか
smt7174
2
140
Application Development WG Intro at AppDeveloperCon
salaboy
0
210
【平成レトロ】へぇボタンハック👨🔧
vanchan2625
0
110
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Agile that works and the tools we love
rasmusluckow
327
21k
GitHub's CSS Performance
jonrohan
1030
460k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Building an army of robots
kneath
302
43k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
130
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
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