Skip to content

Commit 191fb4f

Browse files
committed
Add edits
1 parent e98e91c commit 191fb4f

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

-20.8 KB
Loading
-21.6 KB
Loading

articles/api-management/sap-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ms.date: 03/16/2026
1717

1818
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1919

20-
This article describes how to import an OData (Open Data Protocol) service by using its metadata description. The following example uses [SAP Gateway Foundation](https://help.sap.com/docs/SAP_GATEWAY).
20+
This article describes how to import an OData (Open Data Protocol) service into Azure API Management by using OData metadata. The following example uses [SAP Gateway Foundation](https://help.sap.com/docs/SAP_GATEWAY).
2121

22-
In this article, you:
22+
In this article, you learn how to:
2323
> [!div class="checklist"]
2424
> * Retrieve OData metadata from your SAP service
2525
> * Import OData metadata to Azure API Management, either directly or after converting it to an OpenAPI specification

articles/api-management/visual-studio-code-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ ms.custom:
1515

1616
[!INCLUDE [api-management-availability-premium-dev-standard-basic-consumption](../../includes/api-management-availability-premium-dev-standard-basic-consumption.md)]
1717

18-
In this tutorial, you learn how to use the API Management extension for Visual Studio Code for common operations in API Management. Use the familiar Visual Studio Code environment to import, update, test, and manage APIs.
18+
In this tutorial, you learn how to use the Azure API Management extension for Visual Studio Code for common operations in API Management. You can use the familiar Visual Studio Code environment to import, update, test, and manage APIs.
1919

2020
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
2121

22-
You learn how to:
22+
In this article, you learn how to:
2323

2424
> [!div class="checklist"]
2525
> * Import an API into API Management
2626
> * Edit the API
2727
> * Apply API Management policies
2828
> * Test the API
2929
30-
:::image type="content" source="media/visual-studio-code-tutorial/tutorial-api-result.png" alt-text="Screenshot of API in API Management extension.":::
30+
:::image type="content" source="media/visual-studio-code-tutorial/tutorial-api-result.png" alt-text="Screenshot of API in API Management extension." lightbox="media/visual-studio-code-tutorial/tutorial-api-result.png":::
3131

3232
For an introduction to more API Management features, see [Import and publish your first API](import-and-publish.md).
3333

@@ -126,7 +126,7 @@ You need a subscription key for your API Management instance to test the importe
126126

127127
1. Select **Send request**.
128128

129-
:::image type="content" source="media/visual-studio-code-tutorial/test-api.png" alt-text="Screenshot of sending API request from Visual Studio Code.":::
129+
:::image type="content" source="media/visual-studio-code-tutorial/test-api.png" alt-text="Screenshot of sending API request from Visual Studio Code.":::
130130

131131
When the request succeeds, the backend responds with **200 OK** and some data.
132132

articles/api-management/websocket-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.custom:
1515

1616
[!INCLUDE [api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2](../../includes/api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2.md)]
1717

18-
With API Management's WebSocket API solution, API publishers can quickly add a WebSocket API in API Management via the Azure portal, Azure CLI, Azure PowerShell, and other Azure tools.
18+
With Azure API Management's WebSocket API solution, API publishers can quickly add a WebSocket API in API Management by using the Azure portal, Azure CLI, Azure PowerShell, and other Azure tools.
1919

20-
WebSocket APIs can be secured by applying API Management's [access control policies](api-management-policies.md#authentication-and-authorization) to the initial handshake operation. You can also test WebSocket APIs using the API test consoles in both Azure portal and developer portal. Building on existing observability capabilities, API Management provides metrics and logs for monitoring and troubleshooting WebSocket APIs.
20+
WebSocket APIs can be secured by applying API Management's [access control policies](api-management-policies.md#authentication-and-authorization) to the initial handshake operation. You can also test WebSocket APIs by using the API test consoles in both Azure portal and developer portal. Building on existing observability capabilities, API Management provides metrics and logs for monitoring and troubleshooting WebSocket APIs.
2121

22-
In this article, you:
22+
In this article, you learn how to:
2323
> [!div class="checklist"]
2424
> * Understand WebSocket passthrough flow.
2525
> * Add a WebSocket API to your API Management instance.
@@ -61,7 +61,7 @@ Per the [WebSocket protocol](https://tools.ietf.org/html/rfc6455), when a client
6161

6262
Each WebSocket API in API Management has an *onHandshake* operation. onHandshake is an immutable, unremovable, automatically created system operation. The onHandshake operation enables API publishers to intercept these handshake requests and apply API Management policies to them.
6363

64-
:::image type="content" source="./media/websocket-api/onhandshake-screen.png" alt-text="Screenshot showing onHandshake screen example.":::
64+
:::image type="content" source="./media/websocket-api/onhandshake-screen.png" alt-text="Screenshot showing onHandshake screen example." lightbox="./media/websocket-api/onhandshake-screen.png":::
6565

6666
## Add a WebSocket API
6767

@@ -116,7 +116,7 @@ Each WebSocket API in API Management has an *onHandshake* operation. onHandshake
116116
Use standard API Management and Azure Monitor features to [monitor](api-management-howto-use-azure-monitor.md) WebSocket APIs:
117117

118118
* View API metrics in Azure Monitor
119-
* Optionally enable diagnostic settings to collect and view API Management gateway logs, which include WebSocket API operations, or WebSocket connection logs
119+
* Optionally, enable diagnostic settings to collect and view API Management gateway logs, which include WebSocket API operations, or WebSocket connection logs
120120

121121
For example, the following screenshot shows recent WebSocket API responses with code `101` from the **ApiManagementGatewayLogs** table. These results indicate the successful switch of the requests from TCP to the WebSocket protocol.
122122

0 commit comments

Comments
 (0)