Skip to content

Commit 71c276c

Browse files
Merge pull request #277256 from sreekzz/Delete-preview-batch1
Removed preview information
2 parents 9205c47 + d9edf70 commit 71c276c

9 files changed

+7
-23
lines changed

articles/hdinsight-aks/hdinsight-on-aks-autoscale-clusters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.date: 02/06/2024
88

99
# Auto Scale HDInsight on AKS Clusters
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1211

1312
The sizing of any cluster to meet job performance and manage costs ahead of time is always tricky, and hard to determine! One of the lucrative benefits of building data lake house over Cloud is its elasticity, which means to use autoscale feature to maximize the utilization of resources at hand. Auto scale with Kubernetes is one key to establishing a cost optimized ecosystem. With varied usage patterns in any enterprise, there could be variations in cluster loads over time that could lead to clusters being under-provisioned (lousy performance) or overprovisioned (unnecessary costs due to idle resources).
1413

@@ -128,7 +127,7 @@ The default value is set to **180 seconds**
128127

129128
:::image type="content" source="./media/hdinsight-on-aks-autoscale-clusters/add-permissions-concept-step-5.png" alt-text="Screenshot showing how to add role assignment." border="true" lightbox="./media/hdinsight-on-aks-autoscale-clusters/add-permissions-concept-step-5.png":::
130129

131-
1. Select the **add role assignment**,
130+
1. Select **add role assignment**,
132131
1. Assignment type: Privileged administrator roles
133132
1. Role: **Owner** or **Contributor**
134133
1. Members: Choose Managed identity and select the **User-assigned managed identity**, which was given during cluster creation phase.

articles/hdinsight-aks/how-to-azure-monitor-integration.md

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

99
# How to integrate with Log Analytics
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
This article describes how to enable Log Analytics to monitor & collect logs for cluster pool and cluster operations on HDInsight on AKS. You can enable the integration during cluster pool creation or post the creation.
1412
Once the integration at cluster pool is enabled, it isn't possible to disable the integration. However, you can disable the log analytics for individual clusters, which are part of the same pool.
1513

articles/hdinsight-aks/manage-cluster-pool.md

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

99
# Manage cluster pools
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
Cluster pools are a logical grouping of clusters and maintain a set of clusters in the same pool. It helps in building robust interoperability across multiple cluster types and allow enterprises to have the clusters in the same virtual network. One cluster pool corresponds to one cluster in AKS infrastructure.
1412

1513
This article describes how to manage a cluster pool.

articles/hdinsight-aks/manage-cluster.md

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

99
# Manage clusters
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
Clusters are individual compute workloads such as Apache Spark, Apache Flink, and Trino, which can be created rapidly in few minutes with preset configurations and few clicks.
1412

1513
This article describes how to manage a cluster using Azure portal.
@@ -38,7 +36,7 @@ You can view the cluster details in the "Overview" blade of your cluster. It pro
3836
|Resource group| The resource group in which cluster is created.|
3937
|Cluster pool name| Cluster pool name inside which the cluster is created.|
4038
|Cluster type| The type of the cluster such as Spark, Trino, or Flink.|
41-
|HDInsight on AKS version| HDInsight on AKS cluster version. For more information. see [versioning](./versions.md).|
39+
|HDInsight on AKS version| HDInsight on AKS cluster version. For more information, see [versioning](./versions.md).|
4240
|Cluster endpoint| The endpoint of the cluster.|
4341
|Cluster package| Component versions associated with the cluster.|
4442
|Subscription details| Subscription name and subscription ID.|

articles/hdinsight-aks/manage-script-actions.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ ms.date: 08/29/2023
77
---
88
# Script actions during cluster creation
99

10-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
11-
1210
Azure HDInsight on AKS provides a mechanism called **Script Actions** that invoke custom scripts to customize the cluster. These scripts are used to install additional components and change configuration settings. Script actions can be provisioned only during cluster creation as of now. Post cluster creation, Script Actions are part of the roadmap.
1311
This article explains how you can provision script actions when you create an HDInsight on AKS cluster.
1412

1513
## Use a script action during cluster creation using Azure portal
1614

17-
1. Upload the script action in a `ADLS/WASB` storage(does not have to be the primary cluster storage). In this example we will consider an `ADLS` storage.
15+
1. Upload the script action in a `ADLS/WASB` storage(doesn't have to be the primary cluster storage). In this example we consider an `ADLS` storage.
1816
To upload a script into your storage, navigate into the target storage and the container where you want to upload it.
1917

20-
:::image type="content" source="./media/manage-script-actions/upload-script-action-1.png" alt-text="Screenshot showing the how to select container." border="true" lightbox="./media/manage-script-actions/upload-script-action-1.png":::
18+
:::image type="content" source="./media/manage-script-actions/upload-script-action-1.png" alt-text="Screenshot showing how to select container." border="true" lightbox="./media/manage-script-actions/upload-script-action-1.png":::
2119

2220
1. To upload a script into your storage, navigate into the target storage and the container. Click on the upload button and select the script from your local drive.
23-
After the script gets uploaded you should be able to see it in the container(see below image).
21+
After the script gets uploaded you should be able to see it in the container(see following image).
2422

2523
:::image type="content" source="./media/manage-script-actions/upload-script-action-2.png" alt-text="Screenshot showing how to upload the script." border="true" lightbox="./media/manage-script-actions/upload-script-action-2.png":::
2624

@@ -32,7 +30,7 @@ This article explains how you can provision script actions when you create an HD
3230

3331
This action opens the Script Action window. Provide the following details:
3432

35-
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-step-2.png" alt-text="Screenshot showing the Add Script action window opens in the Azure portal.":::
33+
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-step-2.png" alt-text="Screenshot showing how to add Script action window opens in the Azure portal.":::
3634

3735
|Property|Description|
3836
|-|-|
@@ -45,7 +43,7 @@ This article explains how you can provision script actions when you create an HD
4543
:::image type="content" source="./media/manage-script-actions/manage-script-action-add-node-type-step-3.png" alt-text="Screenshot showing the list of services where to the apply the script actions." border="true" lightbox="./media/manage-script-actions/manage-script-action-add-node-type-step-3.png":::
4644

4745
> [!NOTE]
48-
> * All the Script Actions will be persisted.
46+
> * All the Script Actions persisted.
4947
> * Script actions are available only for Apache Spark cluster type.
5048
5149
1. Select ‘OK’ to save the script.

articles/hdinsight-aks/manual-scale.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.date: 02/06/2024
88

99
# Manual scale
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
HDInsight on AKS provides elasticity with options to scale up and scale down the number of cluster nodes. This elasticity works to help increase resource utilization and improve cost efficiency.
1412

1513
## Utility to scale clusters

articles/hdinsight-aks/secure-traffic-by-firewall-azure-portal.md

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

99
# Use firewall to restrict outbound traffic using Azure portal
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
When an enterprise wants to use their own virtual network for the cluster deployments, securing the traffic of the virtual network becomes important.
1412
This article provides the steps to secure outbound traffic from your HDInsight on AKS cluster via Azure Firewall using Azure portal.
1513

articles/hdinsight-aks/secure-traffic-by-firewall.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.date: 02/19/2024
99

1010
# Use firewall to restrict outbound traffic using Azure CLI
1111

12-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1312

1413
When an enterprise wants to use their own virtual network for the cluster deployments, securing the traffic of the virtual network becomes important.
1514
This article provides the steps to secure outbound traffic from your HDInsight on AKS cluster via Azure Firewall using [Azure CLI](/azure/cloud-shell/quickstart?tabs=azurecli).

articles/hdinsight-aks/secure-traffic-by-nsg.md

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

99
# Use NSG to restrict traffic to HDInsight on AKS
1010

11-
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
12-
1311
HDInsight on AKS relies on AKS outbound dependencies and they're entirely defined with FQDNs, which don't have static addresses behind them. The lack of static IP addresses means one can't use Network Security Groups (NSGs) to lock down the outbound traffic from the cluster using IPs.
1412

1513
If you still prefer to use NSG to secure your traffic, then you need to configure the following rules in the NSG to do a coarse-grained control.

0 commit comments

Comments
 (0)