Skip to content

Commit 4f88319

Browse files
Merge pull request #292961 from spelluru/msgbuild0113
Event Hubs: aka.ms links
2 parents 15514a5 + 5d7665c commit 4f88319

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/event-hubs/authenticate-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once you define the role and its scope, you can test this behavior with samples
6363
### Client libraries for token acquisition
6464
Once you registered your application and granted it permissions to send/receive data in Azure Event Hubs, you can add code to your application to authenticate a security principal and acquire OAuth 2.0 token. To authenticate and acquire the token, you can use either one of the [Microsoft identity platform authentication libraries](../active-directory/develop/reference-v2-libraries.md) or another open-source library that supports OpenID or Connect 1.0. Your application can then use the access token to authorize a request against Azure Event Hubs.
6565

66-
For scenarios where acquiring tokens is supported, see the [Scenarios](https://aka.ms/msal-net-scenarios) section of the [Microsoft Authentication Library (MSAL) for .NET](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) GitHub repository.
66+
For scenarios where acquiring tokens is supported, see the [Scenarios](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/scenarios) section of the [Microsoft Authentication Library (MSAL) for .NET](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) GitHub repository.
6767

6868
## Samples
6969
- [RBAC samples using the legacy .NET Microsoft.Azure.EventHubs package](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Microsoft.Azure.EventHubs/Rbac). We're working on creating a new version of this sample using the latest Azure.Messaging.EventHubs package. See the already converted [Managed Identity](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Azure.Messaging.EventHubs/ManagedIdentityWebApp).

articles/event-hubs/event-hubs-dedicated-cluster-create-portal.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.custom: mode-ui
77
---
88

99
# Quickstart: Create a Dedicated Azure Event Hubs cluster using Azure portal
10-
Event Hubs clusters offer **single-tenant deployments** for customers with the most demanding streaming needs. This offering has a guaranteed **99.99%** SLA, which is available only in our Dedicated pricing tier. An [Event Hubs cluster](event-hubs-dedicated-overview.md) can ingress millions of events per second with guaranteed capacity and subsecond latency. Namespaces and event hubs created within a cluster include all features of the premium offering and more, but without any ingress limits. The Dedicated offering also includes the popular [Event Hubs Capture](event-hubs-capture-overview.md) feature at no additional cost, allowing you to automatically batch and log data streams to [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) or [Azure Data Lake Storage Gen 1](../data-lake-store/data-lake-store-overview.md).
10+
Event Hubs clusters offer **single-tenant deployments** for customers with the most demanding streaming needs. This offering has a guaranteed **99.99%** service level agreemnt (SLA), which is available only in our Dedicated pricing tier. An [Event Hubs cluster](event-hubs-dedicated-overview.md) can ingress millions of events per second with guaranteed capacity and subsecond latency. Namespaces and event hubs created within a cluster include all features of the premium offering and more, but without any ingress limits. The Dedicated offering also includes the popular [Event Hubs Capture](event-hubs-capture-overview.md) feature at no extra cost, allowing you to automatically batch and log data streams to [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) or [Azure Data Lake Storage Gen 1](../data-lake-store/data-lake-store-overview.md).
1111

12-
Dedicated clusters are provisioned and billed by **capacity units (CUs)**, a pre-allocated amount of CPU and memory resources. You can purchase up to 10 CUs for a cluster in the Azure portal. If you need a cluster larger than 10 CU, you can submit an Azure support request to scale up your cluster after its creation. In this quickstart, we'll walk you through creating a 1 CU Event Hubs cluster through the Azure portal.
12+
Dedicated clusters are provisioned and billed by **capacity units (CUs)**, a pre-allocated amount of CPU and memory resources. You can purchase up to 10 CUs for a cluster in the Azure portal. If you need a cluster larger than 10 CU, you can submit an Azure support request to scale up your cluster after its creation. In this quickstart, we walk you through creating a 1 CU Event Hubs cluster through the Azure portal.
1313

1414
> [!NOTE]
1515
> - The Dedicated tier isn't available in all regions. Try to create a Dedicated cluster in the Azure portal and see supported regions in the **Location** drop-down list on the **Create Event Hubs Cluster** page.
16-
> - This [Azure Portal](https://aka.ms/eventhubsclusterquickstart) self-serve experience is currently in **preview**. If you have any questions about the Dedicated offering, reach out to the [Event Hubs team](mailto:[email protected]).
16+
> - This [Azure portal](https://portal.azure.com) self-serve experience is currently in **preview**. If you have any questions about the Dedicated offering, reach out to the [Event Hubs team](mailto:[email protected]).
1717
1818

1919
## Prerequisites
@@ -28,11 +28,11 @@ To complete this quickstart, make sure that you have:
2828
An Event Hubs cluster provides a unique scoping container in which you can create one or more namespaces.
2929

3030
> [!WARNING]
31-
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
31+
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you're charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
3232
3333
To create a cluster in your resource group using the Azure portal, complete the following steps:
3434

35-
1. Follow [this link](https://aka.ms/eventhubsclusterquickstart) to create a cluster on Azure portal. Conversely, select **All services** from the left navigation pane, then type in **Event Hubs Clusters** in the search bar and select **Event Hubs Clusters** from the list of results.
35+
1. Follow [this link](https://portal.azure.com) to create a cluster on Azure portal. Conversely, select **All services** from the left navigation pane, then type in **Event Hubs Clusters** in the search bar and select **Event Hubs Clusters** from the list of results.
3636
1. On the **Event Hubs Clusters** page, select **+ Create** on the toolbar.
3737
1. On the **Create Cluster** page, configure the following settings:
3838
1. Enter a **name for the cluster**. The system immediately checks to see if the name is available.
@@ -41,15 +41,15 @@ To create a cluster in your resource group using the Azure portal, complete the
4141
1. Notice that the **Support Scaling** option is set to **Enabled**.
4242
1. Select a **location** for the cluster. If your preferred region is grayed out or it's temporarily out of capacity. Submit a [support request](#submit-a-support-request) to the Event Hubs team for further assistance.
4343
1. For **Capacity units**, move the slider to set the number or CUs. The minimum value is 1 and the maximum value is 10.
44-
1. Select the **Next: Tags** button at the bottom of the page. You may have to wait a few minutes for the system to fully provision the resources.
44+
1. Select the **Next: Tags** button at the bottom of the page. You might have to wait a few minutes for the system to fully provision the resources.
4545

4646
:::image type="content" source="./media/event-hubs-dedicated-cluster-create-portal/create-event-hubs-clusters-basics-page.png" alt-text="Image showing the Create Event Hubs Cluster - Basics page.":::
4747
3. On the **Tags** page, configure the following:
4848
1. Enter a **name** and a **value** for the tag you want to add. This step is **optional**.
4949
2. Select the **Review + Create** button.
5050

5151
> [!IMPORTANT]
52-
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
52+
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you're charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
5353
1. On the **Review + Create** page, review the details, and select **Create**.
5454

5555
:::image type="content" source="./media/event-hubs-dedicated-cluster-create-portal/create-event-hubs-clusters-review-create-page.png" alt-text="Image showing the Create Event Hubs Cluster page - Review + Create page.":::
@@ -106,10 +106,10 @@ For clusters created with the **Support Scaling** option set, use the following
106106
1. To delete the cluster, select **Delete** from the toolbar on the **Event Hubs Cluster** page for your cluster.
107107

108108
> [!IMPORTANT]
109-
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
109+
> You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you're charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see [Event Hubs - Pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
110110
111111
:::image type="content" source="./media/event-hubs-dedicated-cluster-create-portal/delete-menu.png" alt-text="Screenshot showing the Delete button on the Event Hubs Cluster page.":::
112-
1. A message will appear confirming your wish to delete the cluster.
112+
1. A message appears confirming your wish to delete the cluster.
113113
1. Type the **name of the cluster** and select **Delete** to delete the cluster.
114114

115115
![Delete cluster page](./media/event-hubs-dedicated-cluster-create-portal/delete-cluster-page.png)

articles/event-hubs/event-hubs-dedicated-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ For more information about quotas and limits, see [Event Hubs quotas and limits]
113113

114114
Contact your Microsoft sales representative or Microsoft Support to get more details about Event Hubs Dedicated. You can also create a cluster or learn more about Event Hubs pricing tiers:
115115

116-
- [Create an Event Hubs cluster through the Azure portal](https://aka.ms/eventhubsclusterquickstart).
116+
- [Create an Event Hubs cluster through the Azure portal](https://portal.azure.com).
117117
- Check out [Event Hubs Dedicated pricing](https://azure.microsoft.com/pricing/details/event-hubs/). You can also contact your Microsoft sales representative or Microsoft Support to get more details about Event Hubs Dedicated capacity.
118118
- See the [Event Hubs FAQ](event-hubs-faq.yml) for pricing information and answers to frequently asked questions about Event Hubs.

articles/event-hubs/network-security-perimeter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Operating as a service under Azure Private Link, the Network Security Perimeter
3030
1. Under the **Resources** section, click on the **Associate** button and navigate to the Event Hubs namespace you want to add.
3131

3232
## Related Content
33-
- For an overview of [network service perimeter](https://aka.ms/networksecurityperimeter)
34-
- For monitoring with [diagnostic logs in network security perimeter](https://aka.ms/networksecurityperimeter)
33+
- For an overview of [network service perimeter](../private-link/network-security-perimeter-concepts.md)
34+
- For monitoring with [diagnostic logs in network security perimeter](../private-link/network-security-perimeter-concepts.md)
3535
- For other Event Hubs security features, see [Network Security for Azure Event Hubs](./network-security.md)
3636
- For additional information on using private endpoints, see [Use Private Endpoints](./private-link-service.md)

0 commit comments

Comments
 (0)