Orleans ❤ Service Fabric A mega-quick demonstration of aforementioned love.

Slides:



Advertisements
Similar presentations
Extending Your Reach with SharePoint and Office. Ignite: Office SharePoint Azure.
Advertisements

Introduction to Azure Resource Manager Gautam Thapar Senior Program Nathan Totten Senior Program
Chapter 22: Cloud Computing and Related Security Issues Guide to Computer Network Security.
Hydra Partners Meeting March 2012 Bill Branan DuraCloud Technical Lead.
SharePoint-hostedAutohostedProvider-hosted All components are deployed to SharePoint Only the wrapper for the app is deployed to SharePoint Separate.
Microsoft Ignite /16/2017 2:42 PM
Building Resilient, Scalable Services with Microsoft Azure Service Fabric Mark Fussell Principal Program Manager Vipul Modi Principal Software.
Virtual techdays INDIA │ 9-11 February 2011 Tips & Tricks for Azure Coders Saranya Sriram │ Developer Evangelist, Microsoft.
Subtitle color From Windows Azure From Outside Microsoft Datacenter From Outside Microsoft Datacenter & Windows Azure Application / Browser Windows.
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Ensure geographical redundancy.
Fraser Technical Solutions, LLC
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
VIR314. Understand the scenarios Application support Understand the scenarios Application support Review of the sequencing process Demo Review of the.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Insight Proprietary & Confidential. Do Not Copy or Distribute. © 2015 Insight Direct USA, Inc. All Rights Reserved. Insight Presentation Insight’s Tagline.
Subtitle color From Windows Azure From Outside Microsoft Datacenter From Windows Azure & Outside Microsoft Datacenter Application / Browser Windows.
Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over the Internet. Cloud is the metaphor for.
HTML5 Application Development Fundamentals
Windows Azure Conference 2014 Running Docker on Windows Azure.
Virtual techdays INDIA │ Nov 2010 Developing Office Biz Application using WPF on Windows 7 Sarang Datye │ Sr. Consultant, Microsoft Sridhar Poduri.
Virtual techdays INDIA │ august 2010 SQL Azure – Tips and Tricks Ramaprasanna Chellamuthu │ Developer Evangelist, Microsoft.
Microsoft Virtual Academy.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Eucalyptus 3 (&3.1). Eucalyptus 3 Product Overview – Govind Rangasamy.
What is the cloud ? IT as a service Cloud allows access to services without user technical knowledge or control of supporting infrastructure Best described.
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Understand your end-users and your app with Application Insights.
Virtual techdays INDIA │ November 2010 AppFabric Cache Jatin Kakkar │ Sr. Program Manager, AppFabric.
Windows Azure Conference 2014 Caching Data in the Cloud with Windows Azure.
Actualog Social PIM Helps Companies to Manage and Share Product Information Using Secure, Scalable Ease of Microsoft Azure MICROSOFT AZURE ISV PROFILE:
Satisfy Your Technical Curiosity Specialists Enterprise Desktop -
Microsoft Management Seminar Series SMS 2003 Change Management.
Windows Azure Conference 2014 LAMP on Windows Azure.
Building micro-service based applications using Azure Service Fabric
Testing Azure Applications with Visual Studio 2010 Abhishek Agrawal Senior Program Manager Visual Studio Microsoft Corporation
Creating highly available and resilient Microservices on Microsoft Azure Service Fabric
Text Microsoft to Or Tweet #uktechdays Questions?
Microsoft Cloud Solution.  What is the cloud?  Windows Azure  What services does it offer?  How does it all work?  How to go about using it  Further.
Mick Badran Using Microsoft Service Fabric to build your next Solution with zero downtime – Lvl 300 CLD32 5.
A Lap around Azure API Apps. Customer Challenges What are API Apps? Creating and Consuming an API App using VS Adding authentication API Connectors Swagger.
And scales by cloning the app on multiple servers/VMs/Containers Traditional architecture approach Microservices architecture approach A microservice.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Pranav Ainavolu VSTO Developer, Conrep Solutions |
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
Yet Another Microservices Solution (Yams) Microsoft Studios (BigPark) Nehme Bilal.
Presented by: Aaron Stanley King.  Benefits of SQL Azure  Features of SQL Azure  Demos, Demos, Demos!  How to query in SQL Azure  More Demos!  Recent.
Multitenancy
Microservice Best Practices Lessons Learned from Azure Service Fabric Mark Russinovich CTO, Microsoft
Bhakthi Liyanage SQL Saturday Atlanta 15 July 2017
Introduction to Azure App Service Environment
Build /26/2018 6:17 AM Building Resilient, Scalable Services with Microsoft Azure Service Fabric Érsek © 2015 Microsoft Corporation.
Multiple Ways to build a Multi-tenant SaaS Product
Virtualization and Hosting
Trial.iO Makes it Easy to Provision Software Trials, Demos and Training Environments in the Azure Cloud in One Click, Without Any IT Involvement MICROSOFT.
Cloud Data platform (Cloud Application Development & Deployment)
What is SharePoint and why you should care
Chapter 21: Cloud Computing and Related Security Issues
Chapter 22: Cloud Computing Technology and Security
Microsoft Azure Service Fabric Overview
Google App Engine B. Ramamurthy Based on the material available at
Microsoft Build /8/2018 5:15 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Intro to Docker Containers and Orchestration in the Cloud
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Azure Meets the Demand for Medical Media Storage and Integration in the Cloud MINI-CASE STUDY “Microsoft Azure offers the robust features and.
Azure Geo-Routes Incoming Traffic to Nearest Data Center for Best Mobile Database Service MINI-CASE STUDY “As a start-up company, we wanted to have a very.
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Introduction to Building Applications with Windows Azure
Cloud Platform Helps to Unify Management
Display Week 2017 Exhibitor Survey Revised
Containers on Azure Peter Lasne Sr. Software Development Engineer
Presentation transcript:

Orleans ❤ Service Fabric A mega-quick demonstration of aforementioned love.

Service Fabric: What is it? A distributed systems platform Offers: Hosting Service Discovery Application Lifecycle Management State Replication (the killer feature, IMO) Also: Virtual Actors inspired by Orleans (“Reliable Actors”) Distributed Collections (“Reliable Services”)

If Service Fabric Offers Actors, Why Orleans? Orleans has many more features Orleans is far more mature Orleans is evolving rapidly Orleans is truly open source (Service Fabric is closed) Orleans has a very strong community

What does Service Fabric Offer Orleans? Application Lifecycle Management A system for deploying & updating your Orleans silos & client apps Deploy different versions of your app side-by-side on the same machines for testing, etc. High-density hosting Deploy many services to the same box Caveat emptor: noisy neighbours. Service Fabric offers resource management/restrictions & load balancing. Independence from Azure You could use Service Fabric for all storage functionality used by Orleans

Deployment Model Deploy Applications, which are made up of individual Services which are made up of Code, Config, & Data Packages Typically: one app = one service = 1 code package & 1 config package Application has a manifest describing which services & versions are included + some config. Services have a manifest describing which packages & versions are included.

Demo Hopefully the powers that be have accepted my sacrifice

Click this Type this Service Fabric is prerelease, and therefore so it the interop package, so check this box.