Skip to content

Commit 8fb6c46

Browse files
authored
Merge pull request #285970 from sreekzz/add-retirement-banner
Adding Retirement Banner
2 parents 059b6c4 + 27bb1bf commit 8fb6c46

File tree

115 files changed

+282
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+282
-3
lines changed

articles/hdinsight-aks/cluster-storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.date: 08/3/2023
88

99
# Introduction to cluster storage
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1213

14+
15+
1316
Azure HDInsight on AKS can seamlessly integrate with Azure Storage, which is a general-purpose storage solution that works well with many other Azure services.
1417
Azure Data Lake Storage Gen2 (ADLS Gen 2) is the default file system for the clusters.
1518

articles/hdinsight-aks/concept-azure-monitor-integration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.date: 08/29/2023
88

99
# Azure Monitor integration
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1213

14+
15+
1316
HDInsight on AKS offers an integration with Azure Monitor that can be used to monitor cluster pools and their clusters.
1417

1518
Azure Monitor collects metrics and logs from multiple resources into an Azure Monitor Log Analytics workspace, which presents the data as structured, queryable tables that can be used to configure custom alerts. Azure Monitor logs provide an excellent overall experience for monitoring workloads and interacting with logs, especially if you have multiple clusters.

articles/hdinsight-aks/concept-security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.date: 05/11/2024
88

99
# Overview of enterprise security in Azure HDInsight on AKS
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1213

14+
15+
1316
Azure HDInsight on AKS offers security by default, and there are several methods to address your enterprise security needs.
1417

1518
This article covers overall security architecture, and security solutions by dividing them into four traditional security pillars: perimeter security, authentication, authorization, and encryption.

articles/hdinsight-aks/control-egress-traffic-from-hdinsight-on-aks-clusters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.date: 05/21/2024
88

99
# Control network traffic from HDInsight on AKS Cluster pools and clusters
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1213

14+
15+
1316
HDInsight on AKS is a managed Platform as a Service (PaaS) that runs on Azure Kubernetes Service (AKS). HDInsight on AKS allows you to deploy popular Open-Source Analytics workloads like Apache Spark™, Apache Flink®️, and Trino without the overhead of managing and monitoring containers.
1417

1518
By default, HDInsight on AKS clusters allow outbound network connections from clusters to any destination, if the destination is reachable from the node's network interface. This means that cluster resources can access any public or private IP address, domain name, or URL on the internet or on your virtual network.

articles/hdinsight-aks/create-cluster-error-dictionary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ ms.date: 08/31/2023
88

99
# Cluster creation errors on Azure HDInsight on AKS
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1213

14+
15+
1316
This article describes how to troubleshoot and resolve errors that could occur when you create Azure HDInsight on AKS clusters.
1417

1518
|Sr. No|Error message|Cause|Resolution|

articles/hdinsight-aks/create-cluster-using-arm-template-script.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ ms.date: 02/12/2024
99

1010
# Export cluster ARM template - Azure portal
1111

12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1213
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1314

15+
16+
1417
This article describes how to generate an ARM template for your cluster automatically. You can use the ARM template to modify, clone, or recreate a cluster starting from the existing cluster's configurations.
1518

1619
## Prerequisites

articles/hdinsight-aks/create-cluster-using-arm-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ ms.date: 02/12/2024
99

1010
# Export cluster ARM template - Azure CLI
1111

12+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1213
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1314

15+
16+
1417
This article describes how to generate an ARM template using Azure CLI.
1518

1619
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]

articles/hdinsight-aks/customize-clusters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ ms.date: 08/29/2023
88

99
# Customize Azure HDInsight on AKS clusters using script actions
1010

11+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
13+
14+
1215

1316
Azure HDInsight on AKS provides a configuration method called  Script Actions that invoke custom scripts to customize the cluster. These scripts can be used to install more packages/jars and change configuration settings. The Script actions can be used only during cluster creation. Post cluster creation script actions are in the roadmap. Currently Script Actions are available only with Spark clusters.
1417

articles/hdinsight-aks/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ ms.date: 08/29/2023
1010

1111
This article addresses some common questions about Azure HDInsight on AKS.
1212

13+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]
1314
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1415

16+
17+
1518
## General
1619

1720
* What is HDInsight on AKS?

articles/hdinsight-aks/flink/application-mode-cluster-on-hdinsight-on-aks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ ms.date: 03/21/2024
88

99
# Apache Flink Application Mode cluster on HDInsight on AKS
1010

11+
[!INCLUDE [retirement-notice](../includes/retirement-notice.md)]
1112
[!INCLUDE [feature-in-preview](../includes/feature-in-preview.md)]
1213

1314

15+
1416
HDInsight on AKS now offers a Flink Application mode cluster. This cluster lets you manage cluster Flink application mode lifecycle using the Azure portal with easy-to-use interface and Azure Resource Management Rest APIs. Application mode clusters are designed to support large and long-running jobs with dedicated resources, and handle resource-intensive or extensive data processing tasks.
1517

1618
This deployment mode enables you to assign dedicated resources for specific Flink applications, ensuring that they have enough computing power and memory to handle large workloads efficiently. 

0 commit comments

Comments
 (0)