Skip to content

Commit b738902

Browse files
Screenshot fixes and related edits.
1 parent 602b2fe commit b738902

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

articles/event-grid/includes/event-grid-create-namespace-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A *namespace* in Azure Event Grid is a logical container for one or more topics,
1818
To create a namespace:
1919

2020
1. Sign in to the [Azure portal](https://portal.azure.com).
21-
1. In the **search box**, enter **Event Grid Namespaces** and select **Event Grid Namespaces** from the results.
21+
1. In the search box, enter **Event Grid Namespaces** and select **Event Grid Namespaces** from the results.
2222

2323
:::image type="content" source="../media/create-view-manage-namespaces/portal-search-box-namespaces.png" alt-text="Screenshot showing Event Grid Namespaces in the search results.":::
2424

@@ -29,9 +29,9 @@ To create a namespace:
2929
1. On the **Basics** page, follow these steps.
3030

3131
1. Select the Azure subscription in which to create the namespace.
32-
1. Select an existing **Resource Group** or create a resource group.
32+
1. Select an existing **Resource group** or create a resource group.
3333
1. Enter a **Name** for the namespace.
34-
1. Select the region to create the namespace.
34+
1. Select the **Location** for the namespace.
3535
1. Select **Review + create**.
3636

3737
:::image type="content" source="../media/create-view-manage-namespaces/create-namespace-basics-page.png" alt-text="Screenshot showing the Basics tab of Create namespace page.":::
13.5 KB
Loading
1.19 KB
Loading
-510 Bytes
Loading

articles/event-grid/mqtt-routing-to-event-hubs-portal-namespace-topics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In a separate tab of the Web browser or in a separate window, use the Azure port
4646

4747
1. On the **Add role assignment** page, from the list of roles, select **Azure Event Hubs Data Sender**, and then select **Next**.
4848

49-
:::image type="content" source="./media/mqtt-routing-to-event-hubs-portal-namespace-topics/select-azure-event-hubs-data-sender.png" alt-text="Screenshot that shows the Add role assignment page with Azure Event Hubs Data Sender selected.":::
49+
:::image type="content" source="./media/mqtt-routing-to-event-hubs-portal-namespace-topics/select-azure-event-hubs-data-sender.png" alt-text="Screenshot that shows the Add role assignment page with Azure Event Hubs Data Sender selected." lightbox="./media/mqtt-routing-to-event-hubs-portal-namespace-topics/select-azure-event-hubs-data-sender.png":::
5050

5151
1. On the **Members** page, follow these steps:
5252

@@ -88,7 +88,7 @@ In a separate tab of the Web browser or in a separate window, use the Azure port
8888

8989
:::image type="content" source="./media/mqtt-routing-to-event-hubs-portal-namespace-topics/create-subscription-page.png" alt-text="Screenshot that shows the Create Subscription page.":::
9090

91-
1. On the **Select Event Hub**, follow these steps:
91+
1. On the **Select Event Hub** page, follow these steps:
9292

9393
1. Select the Azure subscription that has the event hub.
9494
1. Select the **Resource Group** that has the event hub.
@@ -132,7 +132,7 @@ Follow steps in this quickstart: [Publish and subscribe on an MQTT topic](./mqtt
132132

133133
Navigate to the Event Hubs instance (event hub) in your event subscription in the Azure portal. Process data from your event hub by using Stream Analytics. For more information, see [Process data from your event hub using Azure Stream Analytics](../event-hubs/process-data-azure-stream-analytics.md). You can see the MQTT messages in the query.
134134

135-
:::image type="content" source="./media/mqtt-routing-to-event-hubs-portal/view-data-in-event-hub-instance-using-azure-stream-analytics-query.png" alt-text="Screenshot that shows the MQTT messages data in Event Hubs by using the Stream Analytics query tool.":::
135+
:::image type="content" source="./media/mqtt-routing-to-event-hubs-portal/view-data-in-event-hub-instance-using-azure-stream-analytics-query.png" alt-text="Screenshot that shows the MQTT messages data in Event Hubs by using the Stream Analytics query tool." lightbox="./media/mqtt-routing-to-event-hubs-portal/view-data-in-event-hub-instance-using-azure-stream-analytics-query.png":::
136136

137137
## Next step
138138

articles/event-hubs/includes/create-event-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: spelluru
1111

1212
To create an event hub within the namespace, do the following actions:
1313

14-
1. On the **Overview** page, select **+ Event hub**.
14+
1. On the **Overview** page, select **+ Event Hub**.
1515

1616
:::image type="content" source="./media/create-event-hub/create-event-hub4.png" alt-text="Screenshot of the selection of Add event hub button on the command bar.":::
1717

articles/event-hubs/includes/create-event-hubs-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An Event Hubs namespace provides a unique scoping container in which you create
1818

1919
1. In the **Event Hubs** page, select **Create**.
2020

21-
:::image type="content" source="./media/create-event-hubs-namespace/event-hubs-add-toolbar.png" alt-text="Screenshot showing the selection of Create button on the Event hubs page.":::
21+
:::image type="content" source="./media/create-event-hubs-namespace/event-hubs-add-toolbar.png" alt-text="Screenshot showing the selection of Create button on the Event hubs page." lightbox="./media/create-event-hubs-namespace/event-hubs-add-toolbar.png":::
2222

2323
1. On the **Create namespace** page, take the following steps:
2424

@@ -31,7 +31,7 @@ An Event Hubs namespace provides a unique scoping container in which you create
3131
> [!NOTE]
3232
> If you plan to use the namespace from **Apache Kafka** apps, use the **Standard** tier. The basic tier doesn't support Apache Kafka workloads. To learn about differences between tiers, see [Quotas and limits](../event-hubs-quotas.md), [Event Hubs Premium](../event-hubs-premium-overview.md), and [Event Hubs Dedicated](../event-hubs-dedicated-overview.md) articles.
3333
34-
1. Leave the **throughput units** (for standard tier) or **processing units** (for premium tier) settings as it is. To learn about throughput units or processing units, see [Event Hubs scalability](../event-hubs-scalability.md).
34+
1. Leave the **throughput units** (for standard tier) or **processing units** (for premium tier) setting as it is. To learn about throughput units or processing units, see [Event Hubs scalability](../event-hubs-scalability.md).
3535
1. Select **Review + Create**.
3636

3737
:::image type="content" source="./media/create-event-hubs-namespace/create-event-hub1.png" alt-text="Screenshot of the Create Namespace page in the Azure portal.":::
-295 Bytes
Loading

0 commit comments

Comments
 (0)