You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/create-view-manage-system-topics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This article shows you how to create and manage system topics using the Azure po
11
11
## Create a system topic
12
12
You can create a system topic for an Azure resource (Storage account, Event Hubs namespace, etc.) in two ways:
13
13
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.
15
15
- Using the **Event Grid System Topics** page. The following steps are for creating a system topic using the **Event Grid System Topics** page.
16
16
17
17
1. Sign in to [Azure portal](https://portal.azure.com).
Copy file name to clipboardExpand all lines: articles/event-grid/kubernetes/install-k8s-extension.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you run into an issue, see the [Troubleshooting](#troubleshooting) section fo
43
43
## PKI Certificate requirements
44
44
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.
45
45
46
-
- Event Grid operators that make controlplane 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.
47
47
- Event Grid publishers that publisher events to an Event Grid topic are authenticated with the topic's SAS keys.
48
48
49
49
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
100
100
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.
101
101
102
102
> [!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.
104
104
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).
@@ -136,7 +136,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
136
136
137
137
> [!IMPORTANT]
138
138
> 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**, waitfor a few minutes and thenselect**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**, waitfor a few minutes, and thenselect**Refresh** on the toolbar.
@@ -242,7 +242,7 @@ To establish a secure HTTPS communication with the Event Grid broker and Event G
242
242
243
243
### Azure Arc connect cluster issues
244
244
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.
246
246
247
247
**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.
0 commit comments