Skip to content

Commit 56daae4

Browse files
committed
:)
1 parent d692d1b commit 56daae4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

includes/passwordless/service-bus/service-bus-create-namespace-portal-passwordless.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To create a namespace:
1818
1. Sign in to the [Azure portal](https://portal.azure.com)
1919
2. In the left navigation pane of the portal, select **+ Create a resource**, select **Integration**, and then select **Service Bus**.
2020

21-
:::image type="content" source="../../articles/service-bus-messaging/includes/media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Image showing selection of Create a resource, Integration, and then Service Bus in the menu.":::
21+
:::image type="content" source="./media/service-bus-create-namespace-portal/create-resource-service-bus-menu.png" alt-text="Image showing selection of Create a resource, Integration, and then Service Bus in the menu.":::
2222
3. In the **Basics** tag of the **Create namespace** page, follow these steps:
2323
1. For **Subscription**, choose an Azure subscription in which to create the namespace.
2424
1. For **Resource group**, choose an existing resource group in which the namespace will live, or create a new one.
@@ -38,11 +38,11 @@ To create a namespace:
3838

3939
1. Select **Review + create**. The system now creates your namespace and enables it. You might have to wait several minutes as the system provisions resources for your account.
4040

41-
:::image type="content" source="../../articles/service-bus-messaging/includes/media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Image showing the Create a namespace page.":::
41+
:::image type="content" source="./media/service-bus-create-namespace-portal/create-namespace.png" alt-text="Image showing the Create a namespace page.":::
4242
1. On the **Create** page, review settings, and select **Create**.
4343
4. Select **Go to resource** on the deployment page.
4444

45-
:::image type="content" source="../../articles/service-bus-messaging/includes/media/service-bus-create-namespace-portal/deployment-alert.png" alt-text="Image showing the deployment succeeded page with the Go to resource link.":::
45+
:::image type="content" source="./media/service-bus-create-namespace-portal/deployment-alert.png" alt-text="Image showing the deployment succeeded page with the Go to resource link.":::
4646
5. You see the home page for your service bus namespace.
4747

48-
:::image type="content" source="../../articles/service-bus-messaging/includes/media/service-bus-create-namespace-portal/service-bus-namespace-home-page.png" alt-text="Image showing the home page of the Service Bus namespace created." :::
48+
:::image type="content" source="./media/service-bus-create-namespace-portal/service-bus-namespace-home-page.png" alt-text="Image showing the home page of the Service Bus namespace created." :::

includes/passwordless/service-bus/service-bus-passwordless-template-tabbed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: include file
1515
## [Connection String](#tab/connection-string)
1616

1717
## Get the connection string
18-
Creating a new namespace automatically generates an initial Shared Access Signature (SAS) policy with primary and secondary keys, and primary and secondary connection strings that each grant full control over all aspects of the namespace. See [Service Bus authentication and authorization](../../articles/service-bus-messaging/service-bus-authentication-and-authorization.md) for information about how to create rules with more constrained rights for regular senders and receivers.
18+
Creating a new namespace automatically generates an initial Shared Access Signature (SAS) policy with primary and secondary keys, and primary and secondary connection strings that each grant full control over all aspects of the namespace. See [Service Bus authentication and authorization](../../../articles/service-bus-messaging/service-bus-authentication-and-authorization.md) for information about how to create rules with more constrained rights for regular senders and receivers.
1919

2020
A client can use the connection string to connect to the Service Bus namespace. To copy the primary connection string for your namespace, follow these steps:
2121

0 commit comments

Comments
 (0)