简体   繁体   中英

Azure Api management for connecting to application

I need to connect my api management to connect to an application.

example I need to connect to www.google.com when I click on api management URL.https://test.azure-api.net/.

Could you please guide me the steps, as I'm stuck.

  1. To create your API, you should have API management service working. If you do not have APIM service follow these steps and create one: https://learn.microsoft.com/en-us/azure/api-management/get-started-create-service-instance

  2. When APIM service created, Create your first API by clicking on Add API and select blank template as shown below: 在此处输入图像描述

  3. On the API details screen, provide the API name and display name inputs. Click on create button. 在此处输入图像描述

API will be created successfully. Ensure to give backend service name as your service - www.google.com

  1. In the API, create a operation like get/post在此处输入图像描述

Give the details of your operation and click save,your API will be ready. Use the Test window in APIM portal to test your API 在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM