Skip to content

Commit 08eb8f3

Browse files
authored
Merge pull request #222521 from sreekzz/patch-127
New file subscribe-to-release-notes-repo
2 parents f59b438 + f3a9bf6 commit 08eb8f3

File tree

7 files changed

+59
-0
lines changed

7 files changed

+59
-0
lines changed

articles/hdinsight/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ items:
106106
href: ./hdinsight-hadoop-create-linux-clusters-azure-powershell.md
107107
- name: Create clusters using REST API
108108
href: ./hdinsight-hadoop-create-linux-clusters-curl-rest.md
109+
- name: Subscribe to HDInsight release notes GitHub repo
110+
href: ./subscribe-to-hdi-release-notes-repo.md
111+
- name: View the image version of Azure HDInsight cluster
112+
href: ./view-hindsight-cluster-image-version.md
109113
- name: Cluster creation errors
110114
href: ./create-cluster-error-dictionary.md
111115
title:
36.3 KB
Loading
60.4 KB
Loading
60.5 KB
Loading
21.6 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Subscribe to GitHub release notes repo
3+
description: Learn how to subscribe to GitHub release notes repo
4+
ms.service: hdinsight
5+
ms.topic: how-to
6+
ms.date: 12/29/2022
7+
---
8+
9+
# Subscribe to HDInsight release notes GitHub repo
10+
11+
Learn how to subscribe to HDInsight release notes GitHub repo to get email notifications.
12+
13+
## Prerequisites
14+
15+
* You should have a valid GitHub account to subscribe to this Release Notes notification. For more information on GitHub, [see here](https://github.com).
16+
17+
**Steps to subscribe to HDInsight release notes GitHub repo**
18+
19+
1. Go to [GitHub repository](https://github.com/hdinsight/release-notes/releases).
20+
1. Click **watch** and then **Custom**
21+
1. Select **Releases** and click **Apply**
22+
23+
:::image type="content" source="./media/subscribe-to-github-repo/github-subscription.png" alt-text="Screenshot showing how to subscribe to GitHub repo.":::
24+
25+
:::image type="content" source="./media/subscribe-to-github-repo/subscribe-to-github-repo.png" alt-text="Screenshot showing how to select release option.":::
26+
27+
Whenever there's a new Release Note is published, a notification will be sent to the subscribed e-mail ID.
28+
29+
## Next steps
30+
31+
* [View HDInsight clusters image version](view-hindsight-cluster-image-version.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: View the image version of Azure HDInsight cluster
3+
description: Learn how to view the image version of Azure HDInsight cluster
4+
ms.service: hdinsight
5+
ms.topic: how-to
6+
ms.date: 12/29/2022
7+
---
8+
9+
# View the image version of Azure HDInsight cluster
10+
11+
1. Go to the HDInsight cluster.
12+
13+
:::image type="content" source="./media/find-image-version/view-cluster.png" alt-text="Screenshot showing cluster overview page.":::
14+
15+
1. From Overview tab, click **JSON View**.
16+
1. Refer to the properties **blueprint**.
17+
18+
:::image type="content" source="./media/find-image-version/json-view.png" alt-text="Screenshot showing how to view the HDInsight image version.":::
19+
20+
**Next steps**
21+
22+
* [Create Apache Hadoop cluster in HDInsight](./hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md)
23+
* [Create Apache Spark cluster - Portal](./spark/apache-spark-jupyter-spark-sql-use-portal.md)
24+
* [Enterprise security in Azure HDInsight](./domain-joined/hdinsight-security-overview.md)

0 commit comments

Comments
 (0)