Azure REST Services Presented by Barkha Herman My-Guides.com.

Slides:



Advertisements
Similar presentations
Svetlin Nakov Director Training and Consulting Activities National Academy for Software Development (NASD) ASP.NET 3.5 New Features.
Advertisements

REST Vs. SOAP.
Building and using REST information services Rion Dooley.
Custom REST services and jQuery AJAX Building your own custom REST services and consuming them with jQuery AJAX.
WHO AM I? REST? Dissertation by Roy Fielding 2000 Architectural Styles and the Design of Network-based Software Architectures ReST = Representational.
Creating HIPAA-Compliant Medical Data Applications with Amazon Web Services Presented by, Tulika Srivastava Purdue University.
Connecting IoT Andy Cross, Director Elastacloud Ltd Windows Azure MVP Da zee zij
Bring your own machines, connectivity, software, etc. Complete control Complete responsibility Static capabilities Upfront capital costs for the.
By Saeid Abolfazli Faculty of Computer Science and IT, University Malaya, Malaysia. Website:
Building RESTful Interfaces
Gold Sponsors Bronze Sponsors Silver Sponsors Taking SharePoint to the Cloud Aaron Saikovski Readify – Software Solution Specialist.
Using Evernote and Google Docs in your web or mobile application (and potentially Dropbox and Skydrive) By Peter Messenger Senior Developer – Triple Point.
Amazon Web Services (aws) B. Ramamurthy. Introduction  Amazon.com, the online market place for goods, has leveraged the services that worked for their.
WEB & MOBILE CLOUD APP With Bootstrap, Backbone, Pusher, AWS, Slim Gabriele Mittica –
Page 1 Ricardo Villalobos Windows Azure Architect Evangelist Microsoft Corporation Designing, Building, and Deploying Windows Azure applications.
OPC WPFHMI.NET.
Azure Services Platform Piotr Zierhoffer. Agenda Cloud? What is Azure? Environment Basic glossary Architecture Element description Deployment.
Matt Bertrand Building GIS Apps in the Cloud. Infrastructure - Provides computer infrastructure, typically a platform virtualization environment, as a.
Nikolay Tomitov Technical Trainer SoftAcad.bg.  What are Amazon Web services (AWS) ?  What’s cool when developing with AWS ?  Architecture of AWS 
Presented by Sujit Tilak. Evolution of Client/Server Architecture Clients & Server on different computer systems Local Area Network for Server and Client.
Project Implementation for COSC 5050 Distributed Database Applications Lab1.
INTRODUCTION TO CLOUD COMPUTING Cs 595 Lecture 5 2/11/2015.
Google AppEngine. Google App Engine enables you to build and host web apps on the same systems that power Google applications. App Engine offers fast.
Cloud Computing Systems Lin Gu Hong Kong University of Science and Technology Sept. 21, 2011 Windows Azure—Overview.
Cross Platform Mobile Backend with Mobile Services James
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Creating a Web Presence Introduction to WordPress Week 1.
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
Interoperability in the Cloud By Alex Espinoza
Cloud Computing. What is Cloud Computing? Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable.
Platform Manager Simple, Secure, Remote Application Management.
Austin code camp 2010 asp.net apps with azure table storage PRESENTED BY CHANDER SHEKHAR DHALL
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Instructions for Administrators Choose the Enrollment slide decks that match your environment, either for SaaS or On Premise. Edit the red text to match.
SE-02 COMPONENTS – WHY? Object-oriented source-level re-use of code requires same source code language. Object-oriented source-level re-use may require.
Pete Brown Developer Community Program Manager, Microsoft REST with Silverlight 5, WCF.
Cloud Computing is a Nebulous Subject Or how I learned to love VDF on Amazon.
Cloud services Amazon Web Service (AWS) Intro and usage.
Implementing OData: How to Create a Feed for That Mike Flasko Lead Program Manager Microsoft Corporation
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Building Cloud Solutions Presenter Name Position or role Microsoft Azure.
(re)-Architecting cloud applications on the windows Azure platform CLAEYS Kurt Technology Solution Professional Microsoft EMEA.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
Creating REST Services with WCF and EF. About Me: Architect with CEI > concentration is ALM practice. 10 years experience developing with Microsoft Tools.
1. Begin Quick Start 2. Administration 3. Good to Know 4. Slightly Technical 5. User Experience 6. You are ready to go !
The Client-Server Model
An introduction to REST for SharePoint 2013
Twitter & NoSQL Integration with MVC4 Web API
Windows Azure 講師: 李智樺, Ruddy Lee
Azure's Performance, Scalability, SQL Servers Automate Real Time Data Transfer at Low Cost MINI-CASE STUDY “Azure offers high performance, scalable, and.
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
MIX 09 12/9/2018 6:08 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Getting started with Windows Azure
SharePoint Guy, Protiviti
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
1/16/2019 8:14 PM SAC-863T Delivering notifications with the Windows Push Notification Service and Windows Azure Darren Louie, Nick Harris Program Manager,
MS AZURE By Sauras Pandey.
COMPONENTS – WHY? Object-oriented source-level re-use of code requires same source code language. Object-oriented source-level re-use may require understanding.
Python and REST Kevin Hibma.
Web APIs In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building application.
Erik Porter Program Manager ASP.NET Microsoft Corporation
.NET Framework V3.5+ & RESTful web services
SQL Azure to .NET Developers
Presentation transcript:

Azure REST Services Presented by Barkha Herman My-Guides.com

What are we going to talk about? How to write a REST service for Azure How to use Azure Console / SQL Azure (brief) How to deploy Azure Service How to consume a REST service (obligatory) What about security? Some notes on scalability

Service – Why? Amazon – everything is a service – Steve Yegge Rant Clients are more than the website – Social media, web, thick client, smart devices etc. Services begat client apps (see bullet 1)

Obligatory REST slide (aka REST – Why?) Representational State Transfer Easy as web Uses Get, Put, Post Delete for CRUD URIs, HTTP based, Common Data formats Roy Fielding started it! Light weight, does not have to be XML.

Azure – Why? Scalability is easy – scale up (hosted account story) Cost – pay as you go, scale down Reliability – triple redundancy to avoid falls (climbing reference) Security – Bank vs. Mattress analogy PaaS as opposed to SaaS Watch the spiel on MS sites if you want to know more.

Pricing Database – Based on instance / Size Compute – Based on instance / Size CDN – Size / Transfer Volume us/pricing/details/

How to write a RESTful services and deploy them to Azure Its easier than you think… Use WCF / C# (use what you know) Download / Install REST Template – c1-a0d2-41bd-9d7b-e54c845394cd c1-a0d2-41bd-9d7b-e54c845394cd SQL Azure WCF Service Deploy Run!

CODE!!!

What about security? Why I love to segregate – aka Command Query Separation – Security Read service is world accessible – write service not so much – Performance Throw more instances at the read service – Bertrand Meyers - if you want to learn more Tokens for access TLS

CODE!!!!

Scalability Autoscaling Application Block AzureWatch Demo – how to change it manually

Conclusion Azure makes it super easy to write and deploy scalable services REST / WCF makes it super easy to write accessible services Got to be on the app store if you want to be seen (come together!)

Questions?

Shameless Plug - download our apps!!! (and rate them)

How to get the code / Contact me All the code for this session including slides are at: – The best way to reach me is – – Download our free apps, and rate them!!!! – How fast I respond to s depends entirely on how you rate our apps…