Skip to content

Commit 50ebadf

Browse files
Update headings
1 parent 85eac49 commit 50ebadf

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

content/learning-paths/servers-and-cloud-computing/spark-on-azure/background.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: "Overview of Azure Cobalt 100, Azure Linux 3.0, and Apache Spark"
2+
title: Overview of Microsoft Azure Cobalt 100, Azure Linux 3.0, and Apache Spark
3+
34

45
weight: 2
56

67
layout: "learningpathall"
78
---
89

9-
# Overview of Azure Cobalt 100, Azure Linux 3.0, and Apache Spark
10+
## Learn about Azure Cobalt 100, Azure Linux 3.0, and Apache Spark
1011

1112
This section introduces the key technologies you will use when running Spark applications on Microsoft Azure Cobalt 100 processors. You will learn about the Azure Cobalt 100 Arm-based processor, Azure Linux 3.0, and Apache Spark.
1213

@@ -18,13 +19,13 @@ Typical workloads include web and application servers, data analytics, open-sour
1819

1920
To learn more, see the blog [Announcing the preview of new Azure virtual machines based on the Azure Cobalt 100 processor](https://techcommunity.microsoft.com/blog/azurecompute/announcing-the-preview-of-new-azure-vms-based-on-the-azure-cobalt-100-processor/4146353).
2021

21-
## Azure Linux 3.0 overview
22+
## Azure Linux 3.0
2223

2324
Azure Linux 3.0 is Microsoft’s lightweight Linux distribution optimized for cloud-native workloads on Azure. It is designed for performance, security, and reliability, and is supported by Microsoft. Azure Linux 3.0 is tailored for containers, microservices, and Kubernetes.
2425

2526
With native support for Arm64 (AArch64) architecture, Azure Linux 3.0 enables efficient execution of workloads on Arm-based infrastructure, making it a scalable and cost-effective choice for cloud deployments.
2627

27-
## Apache Spark overview
28+
## Apache Spark
2829

2930
Apache Spark is an open-source, distributed computing system for fast, general-purpose big data processing. It provides high-level APIs in Java, Scala, Python, and R, and supports in-memory computation for improved performance.
3031

content/learning-paths/servers-and-cloud-computing/spark-on-azure/baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 6
66
layout: learningpathall
77
---
88

9-
# Functional validation of Apache Spark on Azure Cobalt 100 Arm64
9+
## Functional validation of Apache Spark on Azure Cobalt 100 Arm64
1010

1111
After installing Apache Spark on your Arm64 virtual machine, you can perform simple baseline testing to validate that Spark runs correctly and produces the expected output.
1212

content/learning-paths/servers-and-cloud-computing/spark-on-azure/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 7
66
layout: learningpathall
77
---
88

9-
# Benchmark Apache Spark on Azure Cobalt 100 Arm64 and x86_64
9+
## Benchmark Apache Spark on Azure Cobalt 100 Arm64 and x86_64
1010

1111
Apache Spark includes internal micro-benchmarks to evaluate the performance of core components such as SQL execution, aggregation, joins, and data source reads. These benchmarks are useful for comparing performance on Arm64 and x86_64 platforms in Azure.
1212

content/learning-paths/servers-and-cloud-computing/spark-on-azure/container-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66
layout: learningpathall
77
---
88

9-
# Set up an Azure Linux 3.0 environment
9+
## Set up an Azure Linux 3.0 environment
1010

1111
You can deploy your Spark workload either in an Azure Linux 3.0 Docker container or on a virtual machine created from a custom Azure Linux 3.0 image.
1212

content/learning-paths/servers-and-cloud-computing/spark-on-azure/create-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 3
66
layout: learningpathall
77
---
88

9-
# Create an Arm-based virtual machine using Azure Cobalt 100
9+
## Create an Arm-based virtual machine using Azure Cobalt 100
1010

1111
You can create an Azure Cobalt 100 Arm-based virtual machine in several ways: using the Microsoft Azure console, the Azure CLI, or your preferred Infrastructure as Code (IaC) tool. In this Learning Path, you will use the Azure console to create a virtual machine with the Azure Cobalt 100 Arm-based processor.
1212

0 commit comments

Comments
 (0)