Azure API Management: Why, what, how, and what’s next

Slides:



Advertisements
Similar presentations
Success through People with LinkedIn and O365
Advertisements

Make your app a native part of Office with Add-ins
Leverage the O365 Task Ecosystem with Microsoft To-Do and Planner
Successfully migrate existing databases to Azure SQL Database
Secure Hyperconnectivity with TeamViewer and Windows technologies
Enterprise Security in Practice
From IT Pros to IT Heroes - with Azure DevTest Labs
5/21/2018 9:40 PM BRK3021 Learn about modern infrastructure roles in RDS: Next generation Windows desktop & app virtualization Clark Nicholson - Principal.
5/22/2018 1:39 AM BRK2156 Power BI Report Server: Self-service BI and enterprise reporting on-premises Christopher Finlan Senior Program Manager © Microsoft.
Creating Enterprise Grade BI Models with Azure Analysis Services
Delivering enterprise BI with Azure Analysis Services
5/29/2018 1:51 AM THR2071 Managing enterprise applications, permissions, and consent in Azure Active Directory Adam Steenwyk & Jeff Sakowicz Program Managers.
Understanding EU GDPR from an Office 365 perspective
Use any Amazon S3 application with Azure Blob Storage
Azure Cloud Shell Magic of Modern Command-line Management
Developing Hybrid Apps on Microsoft Azure Stack
Windows 10 and the cloud: Why the future needs hybrid solutions
6/17/ :27 AM BRK3341 Unlock extensibility by connecting your service to PowerApps and Microsoft Flow Theresa (Tessa) Palmer–Sr. Program Manager Sunay.
Firstline Workforce and Office 365: Microsoft StaffHub
Modernizing your Remote Access
6/25/ :13 PM BRK1076 Make Windows devices more secure by taking them out of your existing infrastructure Chris Rhodes & Andrew Bettany MCTs & MVPs.
Optimizing Microsoft OneDrive for the enterprise
The power of common identity across any cloud
Understanding Multi-Geo Capabilities in Office 365
Microsoft Ignite /31/ :08 AM
8/6/ :17 AM THR2214 Hybrid Cloud Activated A customer case study optimizing on-premises & Azure performance and cost Mor Cohen-Tal Senior Product.
Microsoft Planner: How to manage your team’s work in Office 365
Excel and Power BI Better Together Democratization of data
SQL Server for Java developers
Workflow Orchestration with Adobe I/O
Customize Office 365 Search and create result sources
Miao Jiang / Vladimir Vinogradsky
Find, try and get line-of-business apps on Microsoft AppSource
Automate all things! Microsoft Azure continuous deployment
9/18/ :06 AM BRK2212 Gain visibility into Network performance and availability with Network monitoring solutions in Azure Vijay Tinnanur Abhishek.
State of Azure API Management
9/21/2018 3:41 AM BRK3180 Architect your big data solutions with SQL Data Warehouse & Azure Analysis Services Josh Caplan & Matt Usher Program Managers.
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Azure SQL Database: A Guided Tour
Microsoft Build /21/2018 1:00 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
11/22/2018 1:43 PM THR3005 How to provide business insight from your data using Azure Analysis Services Peter Myers Bitwise Solutions © Microsoft Corporation.
Azure Advisor: Optimization in the best way
Bring existing desktop apps to UWP with the Desktop Bridge
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Automating security for better, continuous compliance in the cloud
Five mistakes to avoid when deploying Enterprise Mobility + Security
Microsoft To-Do Preview
Miao Jiang Senior Program Manager - Microsoft API Management Overview.
1/2/ :09 AM BRK1001 Customer Testimonials: How we moved our company to Microsoft's Cloud PBX Ilya Bukshteyn Principal Group Program Manager, Microsoft.
1/2/2019 5:18 PM THR3016 Customer stories: Plan and orchestrate large resource deployments on Azure infrastructure Igal Figlin Principal PM Manager – Azure.
MDM Migration Analysis Tool (MMAT)
2/4/ :47 AM THR2141 A city’s digital transformation journey to the cloud with help from FastTrack for Azure Chris McMasters CIO, City of Corona,
Bolster your digital transformation with Azure API Management
Overview: Dynamics 365 for Project Service Automation
Virtual Reality with Azure and Unity
Understand your Azure cloud assets dependencies with BMC Discovery
Surviving identity management in a hybrid world
Breaking Down the Value of A Yammer Post: 20 Things to Do
4/16/2019 4:15 PM How Microsoft does IT: How Microsoft IT is embracing modern to build SharePoint experiences Sam Crewdson Senior Program Manager Rene.
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Microsoft Virtual Academy
Digital Transformation: Putting the Jigsaw Together
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Microsoft Virtual Academy
Presentation transcript:

Azure API Management: Why, what, how, and what’s next BRK2186 Azure API Management: Why, what, how, and what’s next Don Bushell, Global Services Product Manager, Boeing Company Matthew Farmer, Senior Program Manager, Microsoft Vladimir Vinogradsky, Principal Lead Program Manager, Microsoft

Agenda Digital transformation at Boeing Intro to API Management A lap around demo A few API Management capabilities we didn’t show Demo of something new Wrap up and Q&A

Business Goals Modernize IT infrastructure Maintain and grow market presence Quickly respond to customer demands Building a company and defining an industry has left us with myriad heritage systems Continue to push for broader market penetration and outpacing established and emerging competitors Deliver rapid, iteration-based solutions instead of monolithic, multi-year software projects

The Old Way of Building Products CoolProduct

The Old Way of Building Portfolios CoolProduct NewToy WonderThing SuperGizmo GameChanger

A Modern Product CoolProduct

A Modern Portfolio API Store CoolProduct NewToy WonderThing SuperGizmo GameChanger API Store

Challenges with an API-based Approach Discoverability. What APIs are available and what do they do? Onboarding. How can consumers request access to APIs and learn how to use them? Security. How do I secure my vital data? How do I protect my backends from unauthorized access and overload? Monitoring. Who is using my APIs and how much? Are my APIs online and working as expected? Lifecycle. How do I evolve my APIs without adversely impacting consumers?

A Modern Portfolio: Marketecture CoolProduct NewToy WonderThing SuperGizmo GameChanger API Management Backends on Azure Backends on premises

“Helix” walkthrough DEMO

Strategic value of APIs User engagement Ecosystems Multi-speed IT Mobility User experience Crowdsourcing Business models Channels Ecosystems Agility Empowerment Productivity Based on Gartner research note “Articulating the Business Value of APIs” Anne Thomas and Kristin R. Moyer 24 March 2016

API Management - a hub for enterprise APIs Discover Learn On-board Try Get support SDKs and samples 1st and 3rd party apps Abstract Secure & protect Evolve Monitor Analyze Productize Monetize Consume Publis h Mediate Azure portal Gateway Developer portal API managers and developers App developers APIs on Azure and outside

Policies Encapsulate common API management functions Access control, Protection, Transformation, Caching, … Chained together into a pipeline Mutate request context or change API behavior Set in the inbound and outbound directions Can be triggered on error Applied at a variety of scopes

Policy scopes global GET /foo/bar HTTP/1.1 Host: api.constoso.com Key: 0123456789 global CORS LOG product 0123456789 RATE QUOTA from caller to backend inbound api /foo JWT operation /bar CACHE URL BODY to caller from backend outbound

Policy expressions C# “snippets” embedded in policy documents Have read-only access to the request context Can only use whitelisted .NET types Dynamically configure and conditionally execute policies

Versioning is a highly debated subject Version or not? Semantic versioning? What is a breaking change? Where to place version information? Path? Query? Header? Media type? How to identify version? Number? Date? Name?

Our approach to versioning Natively understand versions at the system level Versioning is an opt-in Offer versioning scheme options Inform developers about the changes Control when the changes get adopted Versions Revisions Consumers choose when to adopt Providers choose when to deploy

Versions and revisions in API Management Service Instance API Version Operation Revision /v1 ;rev=1 ;rev=2 ;rev=3 /speakers /sessions /days ;rev=4 https://example.org/ foo /v2 ;rev=1 ;rev=2

A lap around DEMO

Façade and front door Developer portal Gateway Azure portal Consume App developers Gateway Mediate contosoapi-foo.azurewebsites.com 1st and 3rd party apps Azure portal APIs on Azure and outside Publish API managers and developers

Façade and front door Gateway Mediate 1st and 3rd party apps contosoapi-foo.azurewebsites.com 1st and 3rd party apps api.contoso.com/foo contoso.azure-api.net/foo contosoapi-bar.azurewebsites.com

Security and protection Username/Password Microsoft account Google account Facebook account Twitter account Azure AD (Premium) Azure AD B2C (Premium) Delegated Developer portal Consume App developers Key OAuth 2 OpenID Connect Client certificate IP filter Rate limits and quotas HTTP Basic Mutual certificate Shared secret IP filter VNET/NSG Gateway Mediate 1st and 3rd party apps Azure portal Azure account RBAC APIs on Azure and outside Publish API managers and developers

VNETs and Hybrid Developer portal Gateway Azure portal Consume App developers VNET Gateway Mediate 1st and 3rd party apps Azure portal APIs on Azure and outside Publish API managers and developers

VNETs and Hybrid VPN VNET Gateway Mediate 1st and 3rd party apps

Multi-region and scaling 27 public regions in Americas, Europe, Asia and Australia 6 US government and DoD regions (preview) Soon coming to China! North Europe Standard 1 unit

Multi-region and scaling North Europe Standard 3 units 1 unit

Multi-region and scaling Central US North Europe Premium 1 unit remote Standard 3 units 1 unit home Native integration!

Multi-region and scaling Central US North Europe Premium 2 units remote 1 unit remote 1 unit home Native integration!

Custom analytics

What if you wanted to…? Share reports on your APIs with business users Create reports that focus on data specific to my business Get deeper insight into your API users Create your own API analytics store …do it all with eye-catching Power BI dashboards

Power BI Solution Template DEMO

Magic behind the magic Power BI Azure API Management

Azure API Management Analytics Power BI Solution Template http://aka.ms/apimpbi Runs on your subscription for less than $10/day Provisioned automatically Event Hubs, Stream Analytics, Azure SQL are all scalable to meet high traffic demands Don’t like it? Just remove the APIM Policy and delete the resource group All source shared and maintained on GitHub Tell us what works and what you need!

Azure API Management Cloud hosted, turnkey, fully managed 5/19/2018 8:05 AM Azure API Management Cloud hosted, turnkey, fully managed Works with APIs running in the cloud or on-prem Abstracts, protects and optimizes APIs Promotes and supports app developer engagement Provides API governance, insights, and analytics © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Stay in touch http://aka.ms/apimwish http://aka.ms/apimroadmap Feature requests http://aka.ms/apimwish (The) Product roadmap http://aka.ms/apimroadmap Service updates, among other things http://aka.ms/apimblog GitHub repo with sample policies http://aka.ms/apimpolicyexamples Hands-on walkthroughs http://aka.ms/cadlabs Tutorial, documentation, and references http://aka.ms/apidocs

“Differentiation does not come from building your own API management platform. It comes from the APIs you publish to your ecosystems of developers, and how motivated they are to realize application constructs that turn into a business advantage for you.” From the Gartner research note “Top 10 Things CIOs Need to Know About APIs and the API Economy” By Paolo Malinverno, Kristin R. Moyer, Mark O'Neill, Mike Gilpin Published 25 January 2017

https://aka.ms/integrate17usa Keynote Speaker Scott Guthrie Executive Vice President For more details go to https://aka.ms/integrate17usa https://aka.ms/

Please evaluate this session Tech Ready 15 5/19/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.