Skip to content

Commit 98ca886

Browse files
Merge pull request #296662 from tomvcassidy/hpcMigrationSeoPass2
hpc migration basic infrastructure docs seo pass
2 parents d9f4181 + 1adb2c9 commit 98ca886

7 files changed

+40
-37
lines changed

articles/high-performance-computing/lift-and-shift-step-1-networking.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
title: "Deployment step 1: basic infrastructure - network access component"
3-
description: Learn about the configuration of network access during migration deployment step one.
2+
title: "Network access configuration"
3+
description: Learn how to configure network access during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 1: basic infrastructure - network access component
12+
# Network access configuration
1313

14-
Mechanism to allow users access cloud environment in a secure way. It's a common practice in production environments to have resources with private IP addresses, and with rules to define how resources should be accessed.
14+
A key aspect of your high performance computing migration is the configuration of network access. Proper network access configration ensures secure, efficient, and uninterrupted communication between computational resources. This part of the guide covers the needs, tools, services, and best practices associated with your network access configuration.
15+
16+
It's a common practice in production environments to have resources with private IP addresses, and with rules to define how resources should be accessed.
1517

1618
This component should:
1719

articles/high-performance-computing/lift-and-shift-step-1-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Deployment step 1: basic infrastructure - overview"
3-
description: Learn about production-level environment migration deployment step one.
2+
title: "Basic infrastructure migration overview"
3+
description: Get a high level idea of the steps involved when migrating basic infrastructure components during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 1: basic infrastructure - overview
12+
# Basic infrastructure migration overview
1313

1414
The critical foundational components required to establish a landing zone in the cloud for an HPC environment are outlined here. The focus is on setting up resource groups, networking, and basic storage, which serve as the backbone of a successful HPC lift-and-shift deployment.
1515

16-
This section provides a clear understanding of the purpose and requirements of these components, along with available tools and best practices tailored to HPC workloads. A quick start guide is also included to help users efficiently deploy and manage these core components, with the expectation that more advanced automation will be implemented as the HPC environment evolves.
16+
This section provides a clear understanding of the purpose and requirements of these components, along with available tools and best practices tailored to HPC workloads. A quick start guide is also included to help users efficiently deploy and manage these core components, with the expectation of more advanced automation as the HPC environment evolves.
1717

1818
## Resource group
1919

articles/high-performance-computing/lift-and-shift-step-1-resource-group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "Deployment step 1: basic infrastructure - resource group component"
3-
description: Learn about the configuration of resource groups during migration deployment step one.
2+
title: "Resource group configuration"
3+
description: Learn how to configure resource groups during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 1: basic infrastructure - resource group component
12+
# Resource group configuration
1313

14-
Resource groups in Azure serve as containers that hold related resources for an Azure solution. In an HPC environment, organizing resources into appropriate resource groups is essential for effective management, access control, and cost tracking.
14+
A key aspect of this process is the configuration of resource groups. Resource groups in Azure serve as containers that hold related resources for an Azure solution. In an HPC environment, organizing resources into appropriate resource groups is essential for effective management, access control, and cost tracking. This part of the guide covers the needs and best practices associated with your resource groups.
1515

1616
## Define resource group needs
1717

articles/high-performance-computing/lift-and-shift-step-1-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "Deployment step 1: basic infrastructure - storage component"
3-
description: Learn about the configuration of basic storage during migration deployment step one.
2+
title: "Storage options"
3+
description: Learn what basic storage infrastructure options to consider during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 1: basic infrastructure - storage component
12+
# Storage options
1313

14-
In any Azure subscription, setting up basic storage is essential for managing data, applications, and resources effectively. While more advanced and HPC-specific storage configurations are addressed separately, a solid foundation of basic storage is crucial for general resource management and initial deployment needs.
14+
In any Azure subscription, setting up basic storage is essential for managing data, applications, and resources effectively. While more advanced and HPC-specific storage configurations are addressed separately, a solid foundation of basic storage is crucial for general resource management and initial deployment needs. This part of the guide covers the needs, tools, services, and best practices associated with your basic storage infrastructure.
1515

1616
## Define basic storage needs
1717

articles/high-performance-computing/lift-and-shift-step-3-data-migration.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
2-
title: "Deployment step 3: storage - data migration component"
3-
description: Learn about data migration during migration deployment step three.
2+
title: "Data migration"
3+
description: Learn the best practices and utilites when migrating your data during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 3: storage - data migration component
12+
# Data migration
1313

14-
Process to allow users to migrate data from an on-premises environment to the cloud environment in a secure and reliable way. Moving data closer to the cloud environment’s computing nodes is essential to meet the needs of throughput and IOPS.
15-
16-
This component should:
14+
A key aspect of your high performance computing migration is ensuring seamless data migration. Moving data closer to the cloud environment’s computing nodes is essential to meet the needs of throughput and IOPS. Seamless data migration requires a strategic approach and reliable utilities to conduct in a secure and reliable way.
1715

16+
Your data migration strategy should:
1817
- Retain all existing file and directory structure from source to target.
1918
- Retain all metadata related to the files, including user and group ownership, permissions, modification time, and access time.
2019
- Report on the results of the data migration or copy tool.
2120
- Implement a data migration restart process.
2221

22+
This part of the guide covers the needs, tools, services, and best practices associated with data migration.
23+
2324
## Define data migration needs
2425

2526
* **Data integrity:**

articles/high-performance-computing/lift-and-shift-step-3-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Deployment step 3: storage - overview"
3-
description: Learn about production-level environment migration deployment step three.
2+
title: "Storage migration overview"
3+
description: Get a high level idea of the steps involved when migrating storage components during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service:
99
services:
1010
---
1111

12-
# Deployment step 3: Storage - Overview
12+
# Storage migration overview
1313

1414
With the cloud offering a broader range of storage solutions compared to on-premises systems, it's essential to define where different types of data—such as user home directories, project data, and scratch disks—should be stored. The section also discusses data migration strategies, whether it involves a one-time transfer or continuous synchronization between on-premises systems and the cloud. Organizations can optimize costs and performance by carefully selecting storage options and utilizing tools for efficient data movement.
1515

articles/high-performance-computing/lift-and-shift-step-3-storage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Deployment step 3: storage - storage component"
3-
description: Learn about the configuration of storage during migration deployment step three.
2+
title: "Storage migration options"
3+
description: Learn what storage options to consider during a migration of high performance computing architecture.
44
author: tomvcassidy
55
ms.author: tomcassidy
6-
ms.date: 08/30/2024
6+
ms.date: 04/10/2025
77
ms.topic: how-to
88
ms.service: azure-virtual-machines
99
ms.subservice: hpc
1010
---
1111

12-
# Deployment step 3: storage - storage component
12+
# Storage migration options
1313

1414
When migrating HPC environments to the cloud, it's essential to define and implement an effective storage strategy that meets your performance, scalability, and cost requirements. An effective storage strategy ensures that your HPC workloads can access and process data efficiently, securely, and reliably. This approach includes considering different types of storage solutions for various needs such as long-term data archiving, high-performance scratch space, and shared storage for collaborative work.
1515

@@ -39,7 +39,7 @@ Proper data management practices, such as lifecycle policies and access controls
3939

4040
* **Azure Managed Lustre:**
4141
- Use Azure Managed Lustre for high-performance storage needs in HPC workloads.
42-
- Deploy and configure Lustre file systems through the Azure Marketplace.
42+
- Deploy and configure Lustre file systems through Azure Marketplace.
4343
- Set up and manage mount points on HPC nodes to access the Lustre file system.
4444

4545
* **Azure NetApp Files:**
@@ -87,7 +87,7 @@ This section provides detailed instructions for setting up various storage solut
8787

8888
1. **Setting up Azure Managed Lustre:**
8989
- **Deploy a Lustre filesystem:**
90-
- Navigate to the Azure Marketplace and search for "Azure Managed Lustre."
90+
- Navigate to Azure Marketplace and search for "Azure Managed Lustre."
9191
- Follow the prompts to deploy the Lustre filesystem, specifying the required parameters such as resource group, location, and storage size.
9292
- Confirm the deployment and wait for the Lustre filesystem to be provisioned.
9393
- **Configure mount points:**

0 commit comments

Comments
 (0)