Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Krzyczkowski authored May 9, 2019
1 parent 0a211ee commit 81ceaea
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion AzureApiManagament/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,35 @@ Please note that there are two URL addresses on the right side:
1. Developer portal URL - portal where developers can subscribe to the APIs managed by Azure API Management
2. Gateway URL - this is just a main address and entry point to all APIs handled by Azure API Management

We will start from the adding new Product.
We will start from the import of sample API:

## Import Swagger Petstore sample API

We will use sample API called Swagget Petsotre available here: https://petstore.swagger.io/

1. Click APIs tab:

<p align="center">
<img src="/AzureApiManagament/images/ApiM25.PNG"/>
</p>

2. Select "OpenAPI":

<p align="center">
<img src="/AzureApiManagament/images/ApiM13.PNG"/>
</p>

<p align="center">
<img src="/AzureApiManagament/images/ApiM14.PNG"/>
</p>

3. Provide below details including OpenAPI specification:



<p align="center">
<img src="/AzureApiManagament/images/ApiM8.PNG"/>
</p>

## Create new API Management Product

Expand Down

0 comments on commit 81ceaea

Please sign in to comment.