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
160
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
210
As Easy As Pi
ritasker
0
210
Why you should be doing BDD
ritasker
1
280
Introduction to Behavior Driven Development
ritasker
1
230
Other Decks in Technology
See All in Technology
リクルート新人研修2024 テキスト生成AI活用
recruitengineers
PRO
10
470
サイボウズ 開発本部採用ピッチ / Cybozu Engineer Recruit
cybozuinsideout
PRO
9
41k
技術力あげたい
hisaichi5518
2
2.9k
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
0
3.2k
Azure Cosmos DB での時系列ログの運用と改善
sansantech
PRO
0
210
OCI コスト管理
ocise
1
150
FastConnect の冗長性
ocise
0
7.1k
LLMに日本語テキストを学習させる意義
ksaito
13
3.6k
#Zenoh 完全に理解した 〜組込み純情篇〜
takasehideki
1
460
Datadog を使ったプロダクトとクラウドの セキュリティモニタリング
mrtc0
0
580
SAVEPOINT α版
savepoint
0
410
RAGHack: Kickoff and RAG 101
pamelafox
0
260
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
72
8.9k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
354
29k
How STYLIGHT went responsive
nonsquared
93
5.1k
Code Review Best Practice
trishagee
62
16k
Creatively Recalculating Your Daily Design Routine
revolveconf
215
12k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
28
2.2k
Bash Introduction
62gerente
608
210k
Agile that works and the tools we love
rasmusluckow
327
20k
Optimizing for Happiness
mojombo
375
69k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
663
120k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
42
2k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.2k
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