Skip to content

Commit 2a9fe50

Browse files
Merge pull request #286246 from sreekzz/Sep-freshness-score
Updated MS Dates for Freshness
2 parents 396b949 + 334e68e commit 2a9fe50

File tree

79 files changed

+127
-127
lines changed

Some content is hidden

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

79 files changed

+127
-127
lines changed

articles/hdinsight/azure-cli-samples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Azure HDInsight: Azure CLI samples'
33
description: Azure CLI examples for common tasks in Azure HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: sample
6-
ms.date: 09/19/2023
6+
ms.date: 09/06/2024
77
ms.custom: devx-track-azurecli
88
---
99

@@ -22,9 +22,9 @@ This article provides sample scripts for common tasks. For each example, update
2222

2323
* Optional: Bash. The examples in this article use the Bash shell on Windows 10. See [Windows Subsystem for Linux Installation Guide for Windows 10](/windows/wsl/install-win10) for installation steps. The examples work from a Windows Command prompt with some slight modifications.
2424

25-
## az login
25+
## `az login`
2626

27-
[Log in to Azure](/cli/azure/reference-index#az-login).
27+
[Sign in to Azure](/cli/azure/reference-index#az-login).
2828

2929
```azurecli
3030
az login
@@ -33,7 +33,7 @@ az login
3333
# az account set --subscription "SUBSCRIPTIONID"
3434
```
3535

36-
## az hdinsight create
36+
## `az hdinsight create`
3737

3838
[Creates a new cluster](/cli/azure/hdinsight#az-hdinsight-create).
3939

@@ -166,7 +166,7 @@ az hdinsight create \
166166
--cluster-configuration $clusterConfiguration
167167
```
168168

169-
## az hdinsight application create
169+
## `az hdinsight application create`
170170

171171
[Create an application for a HDInsight cluster](/cli/azure/hdinsight/application#az-hdinsight-application-create).
172172

@@ -233,7 +233,7 @@ az hdinsight application create \
233233
--sub-domain-suffix $subDomainSuffix
234234
```
235235

236-
## az hdinsight script-action execute
236+
## `az hdinsight script-action execute`
237237

238238
[Execute script actions on the specified HDInsight cluster](/cli/azure/hdinsight/script-action#az-hdinsight-script-action-execute).
239239

articles/hdinsight/azure-monitor-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters
33
description: Learn how to migrate to Azure Monitor Agent (AMA) in Azure HDInsight clusters.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 09/03/2024
6+
ms.date: 09/06/2024
77
---
88

99
# Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters

articles/hdinsight/domain-joined/apache-domain-joined-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to plan Azure HDInsight security with Enterprise Security
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
66
ms.custom: hdinsightactive, has-azure-ad-ps-ref
7-
ms.date: 08/22/2024
7+
ms.date: 09/06/2024
88
---
99

1010
# Use Enterprise Security Package in HDInsight

articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ titleSuffix: Azure HDInsight
44
description: Learn how to set up and configure an HDInsight cluster integrated with Active Directory by using Microsoft Entra Domain Services and the Enterprise Security Package feature.
55
ms.service: azure-hdinsight
66
ms.topic: how-to
7-
ms.date: 09/21/2023
7+
ms.date: 09/06/2024
88
---
99

1010
# Configure HDInsight clusters for Microsoft Entra integration with Enterprise Security Package
1111

12-
This article provides a summary and overview of the process of creating and configuring an HDInsight cluster integrated with Microsoft Entra ID. This integration relies on a HDInsight feature called Enterprise Security Package (ESP), Microsoft Entra Domain Services and your pre-existing on-premises Active Directory.
12+
This article provides a summary and overview of the process of creating and configuring an HDInsight cluster integrated with Microsoft Entra ID. This integration relies on a HDInsight feature called Enterprise Security Package (ESP), Microsoft Entra Domain Services and your preexisting on-premises Active Directory.
1313

1414
For a detailed, step-by-step tutorial on setting up and configuring a domain in Azure and creating an ESP enabled cluster and then syncing on-premises users, see [Create and configure Enterprise Security Package clusters in Azure HDInsight](apache-domain-joined-create-configure-enterprise-security-cluster.md).
1515

@@ -30,7 +30,7 @@ There are a few prerequisites to complete before you can create an ESP-enabled H
3030
- Create and authorize a managed identity.
3131
- Complete Networking setup for DNS and related issues.
3232

33-
Each of these items are discussed in details. For a walkthrough of completing all of these steps, see [Create and configure Enterprise Security Package clusters in Azure HDInsight](apache-domain-joined-create-configure-enterprise-security-cluster.md).
33+
Each of these items are discussed in detail. For a walkthrough of completing all of these steps, see [Create and configure Enterprise Security Package clusters in Azure HDInsight](apache-domain-joined-create-configure-enterprise-security-cluster.md).
3434

3535
<a name='enable-azure-ad-ds'></a>
3636

@@ -105,7 +105,7 @@ Change the configuration of the DNS servers in the Microsoft Entra Domain Servic
105105

106106
It's easier to place both the Microsoft Entra Domain Services instance and the HDInsight cluster in the same Azure virtual network. If you plan to use different virtual networks, you must peer those virtual networks so that the domain controller is visible to HDInsight VMs. For more information, see [Virtual network peering](../../virtual-network/virtual-network-peering-overview.md).
107107

108-
After the virtual networks are peered, configure the HDInsight virtual network to use a custom DNS server. And enter the Microsoft Entra Domain Services private IPs as the DNS server addresses. When both virtual networks use the same DNS servers, your custom domain name resolves to the right IP and it is reachable from HDInsight. For example, if your domain name is `contoso.com`, then after this step, `ping contoso.com` should resolve to the right Microsoft Entra Domain Services IP.
108+
After the virtual networks are peered, configure the HDInsight virtual network to use a custom DNS server. And enter the Microsoft Entra Domain Services private IPs as the DNS server addresses. When both virtual networks use the same DNS servers, your custom domain name resolves to the right IP and it's reachable from HDInsight. For example, if your domain name is `contoso.com`, then after this step, `ping contoso.com` should resolve to the right Microsoft Entra Domain Services IP.
109109

110110
:::image type="content" source="./media/apache-domain-joined-configure-using-azure-adds/hdinsight-aadds-peered-vnet-configuration.png" alt-text="Configuring custom DNS servers for a peered virtual network." border="true":::
111111

articles/hdinsight/domain-joined/apache-domain-joined-create-configure-enterprise-security-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and configure Enterprise Security Package clust
44
services: hdinsight
55
ms.service: azure-hdinsight
66
ms.topic: how-to
7-
ms.date: 08/22/2024
7+
ms.date: 09/06/2024
88
ms.custom: devx-track-azurepowershell
99
---
1010

articles/hdinsight/domain-joined/domain-joined-authentication-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Authentication issues in Azure HDInsight
33
description: Authentication issues in Azure HDInsight
44
ms.service: azure-hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 08/22/2024
6+
ms.date: 09/06/2024
77
---
88

99
# Authentication issues in Azure HDInsight

articles/hdinsight/domain-joined/ssh-domain-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage SSH access for domain accounts in Azure HDInsight
33
description: Steps to manage SSH access for Microsoft Entra accounts in HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 09/19/2023
6+
ms.date: 09/06/2024
77
---
88

99
# Manage SSH access for domain accounts in Azure HDInsight

articles/hdinsight/enable-private-link-on-kafka-rest-proxy-hdi-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-hdinsight
55
ms.topic: conceptual
66
ms.author: piyushgupta
77
author: piyush-gupta1999
8-
ms.date: 09/19/2023
8+
ms.date: 09/06/2024
99
---
1010

1111
# Enable Private Link on an HDInsight Kafka Rest Proxy cluster

articles/hdinsight/enterprise-security-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enterprise Security Package for Azure HDInsight
33
description: Learn the Enterprise Security Package components and versions in Azure HDInsight.
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
6-
ms.date: 09/19/2023
6+
ms.date: 09/06/2024
77
---
88

99
# Enterprise Security Package for Azure HDInsight

articles/hdinsight/find-host-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-hdinsight
55
ms.topic: how-to
66
author: reachnijel
77
ms.author: nijelsf
8-
ms.date: 09/19/2023
8+
ms.date: 09/06/2024
99
---
1010

1111
# Find the host names of cluster nodes

0 commit comments

Comments
 (0)