Skip to content

Commit 6b714da

Browse files
committed
Acrolynx updates
1 parent 0daa84a commit 6b714da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/event-grid/create-view-manage-system-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article shows you how to create and manage system topics using the Azure po
1111
## Create a system topic
1212
You can create a system topic for an Azure resource (Storage account, Event Hubs namespace, etc.) in two ways:
1313

14-
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you are creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
14+
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you're creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
1515
- Using the **Event Grid System Topics** page. The following steps are for creating a system topic using the **Event Grid System Topics** page.
1616

1717
1. Sign in to [Azure portal](https://portal.azure.com).

articles/event-grid/kubernetes/install-k8s-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you run into an issue, see the [Troubleshooting](#troubleshooting) section fo
4343
## PKI Certificate requirements
4444
The Event Grid broker (server) serves two kinds of clients. Server authentication is done using Certificates. Client authentication is done using either certificates or SAS keys based on the client type.
4545

46-
- Event Grid operators that make control plane requests to the Event Grid broker are authenticated using certificates.
46+
- Event Grid operators that make control-plane requests to the Event Grid broker are authenticated using certificates.
4747
- Event Grid publishers that publisher events to an Event Grid topic are authenticated with the topic's SAS keys.
4848

4949
To establish a secure HTTPS communication with the Event Grid broker and Event Grid operator, we use PKI Certificates during the installation of Event Grid extension. Here are the general requirements for these PKI certificates:
@@ -100,7 +100,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
100100
1. **Enable HTTP (not secure) communication**. Check this box if you want to use a non-secured channel when clients communicate with the Event Grid broker.
101101

102102
> [!IMPORTANT]
103-
> Enabling this option will make all communication with the Event Grid broker use HTTP as transport. Hence, any publishing client and the Event Grid operator won't communicate with the Event Grid broker securely. You should use this option only during early stages of development.
103+
> Enabling this option makes the communication with the Event Grid broker to use HTTP as transport. Hence, any publishing client and the Event Grid operator won't communicate with the Event Grid broker securely. You should use this option only during early stages of development.
104104
1. If you didn't enable HTTP communication, select each of the PKI certificate files that you procured and meet the [PKI certificate requirements](#pki-certificate-requirements).
105105

106106
:::image type="content" source="./media/install-k8s-extension/configuration-page.png" alt-text="Install Event Grid extension - Configuration page":::
@@ -136,7 +136,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
136136
137137
> [!IMPORTANT]
138138
> A Custom Location needs to be created before attempting to deploy Event Grid topics. To create a custom location, you can select the **Context** page at the bottom 5 minutes after the "Your deployment is complete" notification is shown. Alternatively, you can create a custom location using the [Azure portal](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.ExtendedLocation%2FCustomLocations). For more information, see the [Custom Location documentation](../../azure-arc/kubernetes/custom-locations.md).
139-
1. After the deployment succeeds, you'll be able to see an entry on the **Extensions** page with the name you provided to your Event Grid extension. If you see **Pending** for the **Install status**, wait for a few minutes and then select **Refresh** on the toolbar.
139+
1. After the deployment succeeds, you'll be able to see an entry on the **Extensions** page with the name you provided to your Event Grid extension. If you see **Pending** for the **Install status**, wait for a few minutes, and then select **Refresh** on the toolbar.
140140

141141
:::image type="content" source="./media/install-k8s-extension/extension-installed.png" alt-text="Event Grid extension - installed":::
142142

@@ -242,7 +242,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
242242

243243
### Azure Arc connect cluster issues
244244

245-
**Problem**: When navigating to **Azure Arc** and clicking **Kubernetes cluster** on the left-hand side menu, the page displayed doesn't show the Kubernetes cluster where I intent to install Event Grid.
245+
**Problem**: When you navigate to **Azure Arc** and select **Kubernetes cluster** on the left-hand side menu, the page displayed doesn't show the Kubernetes cluster where I intent to install Event Grid.
246246
247247
**Resolution**: Your Kubernetes cluster isn't registered with Azure. Follow the steps in article [Connect an existing Kubernetes cluster to Azure Arc](../../azure-arc/kubernetes/quickstart-connect-cluster.md). If you have a problem during this step, file a [support request](#getting-support) with the Azure Arc-enabled Kubernetes team.
248248

0 commit comments

Comments
 (0)