Skip to content

Commit 5d48d7d

Browse files
committed
HTTP .NET quickstart for Hybrid Connections
1 parent bb201d5 commit 5d48d7d

3 files changed

+5
-6
lines changed

articles/azure-relay/includes/relay-hybrid-connections-http-requests-dotnet-get-started-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-bus-relay
55
author: clemensv
66
ms.service: service-bus-relay
77
ms.topic: include
8-
ms.date: 09/27/2022
8+
ms.date: 08/10/2023
99
ms.author: clemensv
1010
ms.custom: include file
1111

articles/azure-relay/includes/relay-hybrid-connections-http-requests-dotnet-get-started-server.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: service-bus-relay
55
author: clemensv
66
ms.service: service-bus-relay
77
ms.topic: include
8-
ms.date: 09/27/2022
8+
ms.date: 08/10/2023
99
ms.author: clemensv
1010
ms.custom: include file
1111

@@ -18,9 +18,8 @@ In Visual Studio, create a new **Console App (.NET Framework)** project.
1818
### Add the Relay NuGet package
1919

2020
1. Right-click the newly created project, and then select **Manage NuGet Packages**.
21-
2. Select **Include prerelease** option.
22-
3. Select **Browse**, and then search for **Microsoft.Azure.Relay**. In the search results, select **Microsoft Azure Relay**.
23-
5. Select **Install** to complete the installation. Close the dialog box.
21+
2. Select **Browse**, and then search for **Microsoft.Azure.Relay**. In the search results, select **Microsoft Azure Relay**.
22+
3. Select **Install** to complete the installation. Close the dialog box.
2423

2524
### Write code to receive messages
2625

articles/azure-relay/relay-hybrid-connections-http-requests-dotnet-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Relay Hybrid Connections - HTTP requests in .NET
33
description: Write a C# console application for Azure Relay Hybrid Connections HTTP requests in .NET.
44
ms.topic: conceptual
55
ms.custom: devx-track-csharp, mode-ui, mode-api, devx-track-dotnet
6-
ms.date: 09/26/2022
6+
ms.date: 08/10/2023
77
---
88

99
# Get started with Relay Hybrid Connections HTTP requests in .NET

0 commit comments

Comments
 (0)