You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/azure-stack-edge/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,17 @@ X-Pod-IpAddr: 172.27.114.62
46
46
```
47
47
At this point, we have successfully deployed Claims API to the ASE. In the following steps, we will add API Management functionalities to this lab.
48
48
49
-
12.[Deploy APIM](https://docs.microsoft.com/en-us/azure/api-management/get-started-create-service-instance) in Azure and create a new API: "Claims API" and define the backend endpoint by specifying the k8s internal endpoint for Claims API: "http://claims-api-svc.claims-api-dev".
49
+
12.[Deploy APIM](https://docs.microsoft.com/en-us/azure/api-management/get-started-create-service-instance) in Azure and create a new API: "Claims API" and define the backend endpoint by specifying the k8s **internal endpoint** for Claims API: "http://claims-api-svc.claims-api-dev".
13. Make sure you have followed instructions to [enable Arc for K8S on ASE](https://docs.microsoft.com/en-us/azure/databox-online/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster): 
53
53
14. Install Azure Arc extension: API Management gateway (preview) in k8s namespace "apim":
16. Confirm the APIM Gateway service is running: APIM self-hosted gateway is deployed in the k8s namespace "**apim**" (configured in step 14 above), take a note of the **External Endpoint** of the gateway. From the screenshot below, it is **192.168.1.10:5000**.
17. Use Postman to send a request to APIM Gateway:
59
+
17. Use Postman to invoke the Claims API by sending a request to APIM Gateway: Create a new request in Postman and configure the request URL as "http://192.168.1.10:5000/claims-api/api/v1/claims". Verify the response is the same as in step 11.
0 commit comments