Download presentation
Presentation is loading. Please wait.
Published byLynette O’Neal’ Modified over 9 years ago
4
March ‘15 Azure App Service Launch July ‘14 BizTalk 2013 R2 GA >1000s Community Newsletter Subscribers Feb ‘15 API Management GA @ WPC App Integration Partner Awards >100s Blog Posts driving adoption & engagement
5
AgilityInsight Hyper-scale
6
Mobile Services Key app services in Azure previously Azure Websites BizTalk Services
7
Key Learnings Validated the brand & cloud design patterns Hybrid is critical & a differentiator Feature & capability gaps: Out of box sources & destinations Pipeline templates, custom code support Long running workflows, parallel execution Needs a lot more investment! BizTalk Services
8
Learning Effort Complexity of problem HACK ZONE
9
iPaaS Leader Rich Ecosystem Democratize Integration
10
Mobile Services Key app services in Azure today Azure Websites BizTalk Services Unique integrated offering Build rich, engaging & intelligent apps Scale as your business grows Azure App Service
11
API APPS Easily build and consume APIs in the cloud WEB APPS Web apps that scale with your business LOGIC APPS Automate business process across SaaS and on- premises MOBILE APPS Build Mobile apps for any device One integrated offering
13
New Logic Apps for easy automation No code designer for rapid creation Dozens of pre-built templates to get started Out of box support for popular SaaS and on-premises apps Use with custom API apps of your own Biztalk APIs for expert integration scenarios Automate SaaS and on-premises systems LOGIC APPS
14
Easily use cloud or custom APIs: Dozens of built-in APIs for popular SaaS An ecosystem of APIs for any need Create and publish custom, reusable APIs Visual Studio tooling with one click publish and remote debugging Automatic client SDK generation for many languages Create, consume and host APIs more easily API APPS
15
Box Chatter Delay Dropbox Azure HD Insight Marketo Azure Media Services OneDrive SharePoint SQL Server Office 365 Oracle QuickBooks SalesForce Sugar CRM SAP Azure Service Bus Azure Storage Timer / Recurrence Twilio Twitter IBM DB2 Informix Websphere MQ Azure Web Jobs Yammer Dynamics CRM Dynamics AX Hybrid Connectivity HTTP, HTTPS File Flat File FTP, SFTP POP3/IMAP SMTP SOAP + WCF Batching / Debatching Validate Extract (XPath) Transform (+Mapper) Convert (XML-JSON) Convert (XML-FF) X12 EDIFACT AS2 TPMOM Rules Engine Connectors Protocols BizTalk Services Built-in API Connectors
16
EAI Featuresv1v2 XML Transformation Validation Content Based Routing Request Response AD Auth OAuth Flat File JSON XML Connector Extensibility Custom Code B2B Featuresv1v2 AS2 / X12 / EDIFACT Agreement Decoupling Batching / De-batching Archiving Transform Trading Partner Management (API & Portal Vertical Extensibility Tracking Customer Code Workflow Featuresv1v2 Long Running Browser Designer Control Flow Instance Management Tracking Large Messages (1GB) Config Support Expressions Rules Featuresv1v2 Vocabulary Policy Sources (XML only today) Test Policy Browser Rule Editing Other Featuresv1v2 OOB Connectors Marketplace Hybrid Connectivity Custom Code Isolation Unified Portal Auto Update with Opt Out V1 = BizTalk Services V2 = App Services (BizTalk + Logic)
18
Demo: portal designer Archive tweets about your company to Dropbox
23
Architecture The Azure Resource manager is a highly-scalable geo-distributed system that handles millions of resources across 100,000’s of subscriptions. Can create 200 node cluster in < 5 minutes!
24
RESOURCE MANAGER LOGIC APPS
25
RESOURCE MANAGER LOGIC APPS
26
{ "parameters": {... }, "triggers": {... }, "actions": {... }, "outputs": {... } Logic Apps Workflow definitions
27
Parameters Re-using values, or even complex objects, throughout the definition, which makes it easier to comprehend. Separate out config from the definition itself, making sharing easy, as well as across different environments. "parameters": { " ": { "type": " ", "defaultValue": " ", "allowedValues": [ " " ] }
28
Triggers Evaluated at recurring intervals. State maintained across executions. " ": { "type": "Http|ApiApp|Recurrence", "inputs": { " " }, "recurrence": { "frequency": "Second|Minute|Hour|Week|Month|Year", "interval": " " }, "conditions": [ " " ] }
29
Actions Actions could depend on other actions. Order of execution determinate by dependencies. State maintained across executions. " ": { "type": "Http|ApiApp|Workflow", "conditions": [ " " ], "repeat": " ", "inputs": { " " } }
30
Template Language Expressions (TLEs) JSON values in template can be literals or expressions (special kinds of strings) Denoted by the '@' symbol: "@exp" Or in form of string interpolation "… @{ exp } …" Expressions evaluation Static (agnostic to execution context): "@sum(3, 5)" Dynamic (can only evaluated at runtime): "@outputs('act1').body"
31
Demo: Visual Studio Send you a text message if anything is down
32
Demo: Webhooks Use an app to kick off a process
33
API APPS Easily build and consume APIs in the cloud WEB APPS Web apps that scale with your business LOGIC APPS Automate business process across SaaS and on- premises MOBILE APPS Build Mobile apps for any device App Service
35
Get Started w/ App Service! Logic & API Apps in preview Build & submit your API Apps (connectors) Get started for free @ azure.com
36
Roadmap Investments Feedback & data-driven development Ship Azure App Service on-premises Grow the Ecosystem & Community
37
Resources PMs, MVPs & community @ ignite https://tryappservice.azure.com Twitter: @iscsus
39
NO PURCHASE NECESSARY. Open only to event attendees. Winners must be present to win. Game ends May 9 th, 2015. For Official Rules, see The Cloud and Enterprise Lounge or myignite.com/challenge
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.