azure api management & api apps [global integration bootcamp 2017]

Post on 05-Apr-2017

67 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

#gib2017 #gib2017

2017 - Brisbane

Ashley Knowles | Mexia@ashkbne

Azure API Management& API Apps

#gib2017

Azure API Management

Facadedecouple

modernizeoptimize

...

Middlewaresecureprotectcache

...

Monitoringusagehealth

monetization...

Developerdiscover

documenton-board

...

On-prem APIs 3rd party APIs

AZURE API MANAGEMENT

APIs on Azure Azure APIs

API consumers

#gib2017

#gib2017

#gib2017

Policies

#gib2017

• Subscription based limits applied at the product level

• Key based limits allow

finer control and can track usage based on IP address, header values, other factors

Rate Limiting & Quota

#gib2017

APIM in Azure

#gib2017

• Implementation of Azure App Services• Not limited to .NET• Simple MVC architecture• Visual Studio 2015+ makes it quick & easy

to deploy an API and expose documentation with Swagger UI

• Basic API app with Database Backend - https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api

Azure API Apps

#gib2017

• App_Start\SwaggerConfig.cs• Configure/enable Swagger UI

• App_Start\WebApiConfig.cs• Configure routes -

https://docs.microsoft.com/en-us/aspnet/web-api/overview/web-api-routing-and-actions/routing-and-action-selection

• Web.config – web application configuration• Includes some app specific config, such as connection strings for

Service Bus, databases etc• Controllers

• Class per model for API CRUD operations (HTTP GET/POST/PUT/DELETE)

• Models• Data models for the API operations (schema)

Anatomy of a .NET WebAPI app

#gib2017

#gib2017© 2016 Microsoft Corporation. All rights reserved. Microsoft

Ignite

Questions?

#gib2017

Lab #1API Management + API App

#gib2017

Hands-On Lab1. Create Service Bus & a

queue2. Create API Management

Instance3. Configure, Test and

publish a sample API4. Manage with API

Management

Stretch Activities5. Retrieve an order off the Service Bus queue with your API6. Publish a 3rd party API with APIM, and

#gib2017

Lab Document Gotchas• Instructions say use “Web API Controller -

Empty; use “Web API 2 Controller – Empty” (same as screenshot)

• Add WindowsAzure.ServiceBus nuget package

• API Management – Products (PREVIEW) now opens directly in the Azure portal

#gib2017© 2016 Microsoft Corporation. All rights reserved. Microsoft

Ignite

Let’s connect!ashleyk@mexia.com.au

@ashkbne

linkedin.com/in/ashleyknowlesashleyknowles.net

top related