Introduction

Completed

Web APIs are great because they allow you to expose your services to the world for many clients to consume. These clients could live both within your company and externally. However, as these APIs grow in number, you need to manage them, secure them, and monitor them.

There are many ways to manage APIs. You could opt for a securing these APIs one by one, which could make sense from a cost perspective, but it could be a nightmare to manage. You could also opt for a centralized API management solution, one that's configuration driven, and that allows you to manage all your APIs in one place. This situation is where Azure API Management comes in.

Also, as generative AI becomes more popular, you might want to use it in your business. However, as you bring these APIs online, you need to manage them with and consider aspects like security, monitoring, for example, token usage and handling loads and failures.

Scenario: Contoso e-commerce

You're trying out generative AI, perhaps you're using Azure OpenAI to generate some text by calling an API.

At this point, you want to use a generative AI model for your business Contoso e-commerce. However, as you bring one, multiple endpoints online, you need to manage them. You need to secure them, monitor them, and scale them. You're looking into various solutions to help with API management and Azure API Management is one of them.

What will I learn?

In this module, you'll learn how to:

  • Create an API Management instance.
  • Configure a load balancer and circuit breaker.
  • Secure your API using managed identity.
  • Manage token limits and policy for your Generative AI API.

What is the main objective?

The main objective of this module is to help you understand how Azure API Management can be used with Generative AI APIs to manage, secure, and monitor them.