Skip to content

Commit b1b9b60

Browse files
authored
Merge pull request #295055 from dlepow/vsctut
[APIM] Test file in VSCode tutorial
2 parents 795bf82 + 2124e92 commit b1b9b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
8.46 KB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-api-management
55
author: dlepow
66
ms.author: danlep
77
ms.topic: tutorial
8-
ms.date: 11/19/2024
8+
ms.date: 02/20/2025
99
ms.custom: devdivchpfy22
1010
---
1111

@@ -113,7 +113,7 @@ You need a subscription key for your API Management instance to test the importe
113113
1. In the Explorer pane, expand the **Operations** node under the *petstore* API that you imported.
114114
1. Select an operation such as *[GET] Find pet by ID*, and then right-click the operation and select **Test Operation**.
115115
1. In the editor window, substitute `5` for the `petId` parameter in the request URL.
116-
1. In the editor window, next to **Ocp-Apim-Subscription-Key**, replace `{{SubscriptionKey}}` with the subscription key that you copied.
116+
1. In the editor window, next to **Ocp-Apim-Subscription-Key**, paste the subscription key that you copied.
117117
1. Select **Send request**.
118118

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

0 commit comments

Comments
 (0)