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/aks/quickstart-event-grid.md
+2-61Lines changed: 2 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Subscribe to Azure Kubernetes Service events with Azure Event Grid (Preview)
2
+
title: Subscribe to Azure Kubernetes Service events with Azure Event Grid
3
3
description: Use Azure Event Grid to subscribe to Azure Kubernetes Service events
4
4
services: container-service
5
5
author: zr-msft
@@ -8,70 +8,17 @@ ms.date: 07/12/2021
8
8
ms.author: zarhoads
9
9
---
10
10
11
-
# Quickstart: Subscribe to Azure Kubernetes Service (AKS) events with Azure Event Grid (Preview)
11
+
# Quickstart: Subscribe to Azure Kubernetes Service (AKS) events with Azure Event Grid
12
12
13
13
Azure Event Grid is a fully managed event routing service that provides uniform event consumption using a publish-subscribe model.
14
14
15
15
In this quickstart, you'll create an AKS cluster and subscribe to AKS events.
16
16
17
-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
18
-
19
17
## Prerequisites
20
18
21
19
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
22
20
*[Azure CLI][azure-cli-install] or [Azure PowerShell][azure-powershell-install] installed.
23
21
24
-
### Register the `EventgridPreview` preview feature
25
-
26
-
To use the feature, you must also enable the `EventgridPreview` feature flag on your subscription.
27
-
28
-
### [Azure CLI](#tab/azure-cli)
29
-
30
-
Register the `EventgridPreview` feature flag by using the [az feature register][az-feature-register] command, as shown in the following example:
31
-
32
-
```azurecli-interactive
33
-
az feature register --namespace "Microsoft.ContainerService" --name "EventgridPreview"
34
-
```
35
-
36
-
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature list][az-feature-list] command:
37
-
38
-
```azurecli-interactive
39
-
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/EventgridPreview')].{Name:name,State:properties.state}"
40
-
```
41
-
42
-
When ready, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [az provider register][az-provider-register] command:
43
-
44
-
```azurecli-interactive
45
-
az provider register --namespace Microsoft.ContainerService
Register the `EventgridPreview` feature flag by using the [Register-AzProviderPreviewFeature][register-azproviderpreviewfeature] cmdlet, as shown in the following example:
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [Get-AzProviderPreviewFeature][get-azproviderpreviewfeature] cmdlet:
When ready, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [Register-AzResourceProvider][register-azresourceprovider] command:
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-aks.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
---
2
-
title: Azure Kubernetes Service as Event Grid source (Preview)
2
+
title: Azure Kubernetes Service as Event Grid source
3
3
description: This article describes how to use Azure Kubernetes Service as an Event Grid event source. It provides the schema and links to tutorial and how-to articles.
4
4
author: zr-msft
5
5
ms.topic: conceptual
6
6
ms.date: 10/04/2021
7
7
ms.author: zarhoads
8
8
---
9
9
10
-
# Azure Kubernetes Service (AKS) as an Event Grid source (Preview)
10
+
# Azure Kubernetes Service (AKS) as an Event Grid source
11
11
12
12
This article provides the properties and schema for AKS events. For an introduction to event schemas, see [Azure Event Grid event schema](event-schema.md). It also gives you a list of quick starts and tutorials to use AKS as an event source.
13
13
14
-
[!INCLUDE [preview features callout](../aks/includes/preview/preview-callout.md)]
0 commit comments