Skip to content

Commit b18cb28

Browse files
Merge pull request #247957 from spelluru/relayhybriddotnet0810
Relay Hybrid Connections quickstarts
2 parents 1b478c5 + cc3aded commit b18cb28

20 files changed

+26
-26
lines changed
-2.6 KB
Loading
298 Bytes
Loading
-241 Bytes
Loading
4.5 KB
Loading
8.49 KB
Loading

articles/azure-relay/includes/relay-create-hybrid-connection-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: spelluru
33
ms.service: service-bus-relay
44
ms.topic: include
5-
ms.date: 09/26/2022
5+
ms.date: 08/10/2023
66
ms.author: spelluru
77
---
8-
Ensure that you have already [created a Relay namespace][namespace-how-to].
8+
On the **Relay** page for your namespace, follow these steps to create a hybrid connection.
99

10-
4. On the left menu, Under **Entities**, select **Hybrid Connections**, and then select **+ Hybrid Connection**.
10+
1. On the left menu, Under **Entities**, select **Hybrid Connections**, and then select **+ Hybrid Connection**.
1111

1212
:::image type="content" source="./media/relay-create-hybrid-connection-portal/create-hc-1.png" alt-text="Screenshot showing the Hybrid Connections page.":::
13-
6. On the **Create Hybrid Connection** page, enter a name for the hybrid connection, and select **Create**.
13+
2. On the **Create Hybrid Connection** page, enter a name for the hybrid connection, and select **Create**.
1414

1515
:::image type="content" source="./media/relay-create-hybrid-connection-portal/create-hc-3.png" alt-text="Screenshot showing the Create Hybrid Connection page.":::
1616

articles/azure-relay/includes/relay-create-namespace-portal.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22
author: spelluru
33
ms.service: service-bus-relay
44
ms.topic: include
5-
ms.date: 09/26/2022
5+
ms.date: 08/10/2023
66
ms.author: spelluru
77
---
88
1. Sign in to the [Azure portal].
9-
1. Select **All services**. Select **Integration**, search for **Relays**, move the mouse over **Relays**, and then click **Create**.
9+
1. Select **All services** on the left menu. Select **Integration**, search for **Relays**, move the mouse over **Relays**, and then select **Create**.
1010

1111
:::image type="content" source="./media/relay-create-namespace-portal/select-relay-create.png" alt-text="Screenshot showing the selection of Relays -> Create button.":::
1212
1. On the **Create namespace** page, follow these steps:
1313
1. Choose an Azure subscription in which to create the namespace.
1414
1. For [Resource group](../../azure-resource-manager/management/manage-resource-groups-portal.md), choose an existing resource group in which to place the namespace, or create a new one.
1515
1. Enter a name for the Relay namespace.
16-
1. Select the country or region in which your namespace should be hosted.
16+
1. Select the region in which your namespace should be hosted.
1717
1. Select **Review + create** at the bottom of the page.
1818

1919
:::image type="content" source="./media/relay-create-namespace-portal/create-namespace-page.png" alt-text="Screenshot showing the Create namespace page.":::
2020
1. On the **Review + create** page, select **Create**.
21-
1. After a few minutes, the system provisions resources for your account.You'll see the **Relay** page for the namespace.
21+
1. After a few minutes, you see the **Relay** page for the namespace.
2222

2323
:::image type="content" source="./media/relay-create-namespace-portal/home-page.png" alt-text="Screenshot showing the home page for Relay namespace.":::
24+
2425
### Get management credentials
2526

26-
1. On the **Relay** page, select **Shared access policies**. `
27-
1. Under **Shared access policies**, select **RootManageSharedAccessKey**.
27+
1. On the **Relay** page, select **Shared access policies** on the left menu. `
28+
1. On the **Shared access policies** page, select **RootManageSharedAccessKey**.
2829
1. Under **SAS Policy: RootManageSharedAccessKey**, select the **Copy** button next to **Primary Connection String**. This action copies the connection string to your clipboard for later use. Paste this value into Notepad or some other temporary location.
2930
1. Repeat the preceding step to copy and paste the value of **Primary key** to a temporary location for later use.
3031

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: spelluru
33
ms.service: service-bus-relay
44
ms.topic: include
5-
ms.date: 09/26/2022
5+
ms.date: 08/10/2023
66
ms.author: spelluru
77
---
88
### Create a console application

articles/azure-relay/includes/relay-hybrid-connections-dotnet-get-started-server.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: spelluru
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: spelluru
1010
ms.custom: include file
1111

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

0 commit comments

Comments
 (0)