Skip to content

Commit 4f20db1

Browse files
Merge pull request #250081 from vicancy/patch-8
Update signalr-howto-work-with-apim.md
2 parents 05db21f + f34903a commit 4f20db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-howto-work-with-apim.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Now let's configure API Management from the portal.
7777

7878
1. Go to **APIs** tab in the portal for API Management instance **_APIM1_**, select **Add API** and choose **HTTP**, **Create** with the following parameters:
7979
- Display name: `SignalR`
80-
- Web service URL: `https://<your-signalr-service-url>/client`
81-
- API URL suffix: `client`
80+
- Web service URL: `https://<your-signalr-service-url>/client/`
81+
- API URL suffix: `client/`
8282
1. Select the created `SignalR` API, **Save** with below settings:
8383
1. In **Design** tab
8484
1. Select **Add operation**, and **Save** with the following parameters:

0 commit comments

Comments
 (0)