|
1 | 1 | ---
|
2 |
| -author: clemensv |
| 2 | +author: spelluru |
3 | 3 | ms.service: service-bus-relay
|
4 | 4 | ms.topic: include
|
5 |
| -ms.date: 11/09/2018 |
6 |
| -ms.author: clemensv |
| 5 | +ms.date: 09/26/2022 |
| 6 | +ms.author: spelluru |
7 | 7 | ---
|
8 | 8 | 1. Sign in to the [Azure portal][Azure portal].
|
9 |
| -1. Select **Create a resource**. Then, select **Integration** > **Relay**. If you don't see **Relay** in the list, select **See All** in the top-right corner. |
10 |
| -1. Select **Create**, and enter a namespace name in the **Name** field. Azure portal checks to see if the name is available. |
11 |
| -1. Choose an Azure subscription in which to create the namespace. |
12 |
| -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. |
13 |
| -1. Select the country or region in which your namespace should be hosted. |
| 9 | +1. Select **All services**. Select **Integration**, search for **Relays**, move the mouse over **Relays**, and then click **Create**. |
14 | 10 |
|
15 |
| - ![Create namespace][create-namespace] |
| 11 | + :::image type="content" source="./media/relay-create-namespace-portal/select-relay-create.png" alt-text="Screenshot showing the selection of Relays -> Create button."::: |
| 12 | +1. On the **Create namespace** page, follow these steps: |
| 13 | + 1. Choose an Azure subscription in which to create the namespace. |
| 14 | + 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. |
| 15 | + 1. Enter a name for the Relay namespace. |
| 16 | + 1. Select the country or region in which your namespace should be hosted. |
| 17 | + 1. Select **Review + create** at the bottom of the page. |
16 | 18 |
|
17 |
| -1. Select **Create**. The Azure portal creates your namespace and enables it. After a few minutes, the system provisions resources for your account. |
| 19 | + :::image type="content" source="./media/relay-create-namespace-portal/create-namespace-page.png" alt-text="Screenshot showing the Create namespace page."::: |
| 20 | + 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. |
18 | 22 |
|
| 23 | + :::image type="content" source="./media/relay-create-namespace-portal/home-page.png" alt-text="Screenshot showing the home page for Relay namespace."::: |
19 | 24 | ### Get management credentials
|
20 | 25 |
|
21 |
| -1. Select **All resources**, and then choose the newly created namespace name. |
22 |
| -1. Select **Shared access policies**. |
| 26 | +1. On the **Relay** page, select **Shared access policies**. ` |
23 | 27 | 1. Under **Shared access policies**, select **RootManageSharedAccessKey**.
|
24 | 28 | 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.
|
25 | 29 | 1. Repeat the preceding step to copy and paste the value of **Primary key** to a temporary location for later use.
|
26 | 30 |
|
27 |
| - ![connection-string][connection-string] |
| 31 | + :::image type="content" source="./media/relay-create-namespace-portal/connection-info.png" alt-text="Screenshot showing the connection info for Relay namespace."::: |
28 | 32 |
|
29 | 33 | <!--Image references-->
|
30 | 34 |
|
31 |
| -[create-namespace]: ./media/relay-create-namespace-portal/create-namespace-vs2019.png |
32 | 35 | [connection-info]: ./media/relay-create-namespace-portal/connection-info.png
|
33 | 36 | [connection-string]: ./media/relay-create-namespace-portal/connection-string-vs2019.png
|
34 | 37 | [Azure portal]: https://portal.azure.com
|
0 commit comments