Skip to content

Commit 74302d2

Browse files
authored
Apply suggestions from code review
Capitalization, fix alt text descriptions, punctuation consistency
1 parent fe6175b commit 74302d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Apache Flink® Application Mode Cluster on HDInsight on AKS
2+
title: Apache Flink® Application Mode cluster on HDInsight on AKS
33
description: Learn about Flink® Application Mode cluster on HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
@@ -15,7 +15,7 @@ HDInsight on AKS now offers a Flink Application mode cluster. This cluster lets
1515

1616
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. 
1717

18-
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png" alt-text="Screenshot showing the job manager window." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png":::
18+
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png" alt-text="Diagram showing the relationship between the Flink application window and the job manager window." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/job-manager.png":::
1919

2020
## Advantages
2121

@@ -27,7 +27,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
2727

2828
* Automate Flink Job(s) using Azure Pipelines or other CI/CD tools: Using HDInsight on AKS, Flink users have access to user-friendly ARM Rest API, you can seamlessly integrate Flink job operations into your Azure Pipeline or other CI/CD tools.
2929

30-
## Key Features
30+
## Key features
3131

3232
* **Stop and Start Jobs with Savepoints**: Users can gracefully stop and start their Flink AppMode jobs from their previous state (Savepoint). Savepoints ensure that job progress is preserved, enabling seamless resumptions.
3333

@@ -41,7 +41,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
4141

4242
* **Delete**: Delete AppMode cluster.
4343

44-
## How to create Flink Application Cluster
44+
## How to create Flink Application cluster
4545

4646
### Prerequisites
4747

@@ -51,7 +51,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
5151

5252
* [Resource prerequisites.](../prerequisites-resources.md)
5353

54-
* [Create a cluster pool](../prerequisites-resources.md)
54+
* [Create a cluster pool.](../prerequisites-resources.md)
5555

5656
* Add job jar in Storage Account.
5757

@@ -67,7 +67,7 @@ This deployment mode enables you to assign dedicated resources for specific Flin
6767

6868
* Example directory structure:
6969

70-
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png" alt-text="Screenshot showing the save points directory structure." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png":::
70+
:::image type="content" source="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png" alt-text="Diagram showing the save points directory structure." lightbox="./media/application-mode-cluster-on-hdinsight-on-aks/save-points-directory-structure.png":::
7171

7272

7373
### Create Flink App Mode Cluster

0 commit comments

Comments
 (0)