Skip to content

Commit a320594

Browse files
committed
updates for seo
1 parent 5c216db commit a320594

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

articles/azure-functions/migration/lambda-functions-migration-assess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Stage 2: Assess Workloads to Migrate from AWS Lambda to Azure Functions"
2+
title: Assess AWS Lambda Workloads to Migrate to Azure Functions
33
description: Learn how to map AWS Lambda features to Azure Functions and develop a plan for your AWS Lambda to Azure Functions migration.
44
author: MadhuraBharadwaj-MSFT
55
ms.author: mabhar

articles/azure-functions/migration/lambda-functions-migration-discover.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Stage 1: Discover Workloads to Migrate from AWS Lambda to Azure Functions"
2+
title: Discover AWS Lambda Workloads to Migrate to Azure Functions
33
description: Learn how to conduct a detailed discovery process to inventory current AWS Lambda workloads, including their configuration, dependencies, and usage patterns.
44
author: MadhuraBharadwaj-MSFT
55
ms.author: mabhar
@@ -11,7 +11,7 @@ ms.date: 03/18/2025
1111

1212
# Stage 1: Discover workloads to migrate from AWS Lambda to Azure Functions
1313

14-
In this stage, you conduct a detailed discovery process to evaluate existing AWS Lambda workloads, including their configuration, dependencies, and usage patterns.
14+
In this stage, you conduct a detailed discovery process to evaluate existing AWS Lambda workloads, including their configuration, dependencies, and usage patterns. The goal is to understand which AWS features and services your workload relies on.
1515

1616
## Evaluate your current workload
1717

@@ -36,6 +36,7 @@ Compile a comprehensive inventory of your AWS Lambda functions by using familiar
3636
- Identify virtual private cloud configurations, including subnets, security groups, and NAT gateway dependencies, if applicable.
3737

3838
### Tooling
39+
3940
- List the continuous integration and continuous delivery tools and deployment frameworks that each function uses, such as AWS SAM, Serverless Framework, or custom pipelines.
4041

4142
- Document build and packaging tools, including testing frameworks and staging workflows.

articles/azure-functions/migration/lambda-functions-migration-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Stage 3: Migrate Workloads from AWS Lambda to Azure Functions"
2+
title: Migrate Workloads from AWS Lambda to Azure Functions
33
description: Learn about the steps to complete your AWS Lambda to Azure Functions migration, test performance, optimize operations, and implement monitoring.
44
author: MadhuraBharadwaj-MSFT
55
ms.author: mabhar

articles/azure-functions/migration/lambda-functions-migration-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 03/18/2025
1111

1212
# Migrate AWS Lambda to Azure Functions
1313

14-
This article provides an overview of how to migrate serverless applications from AWS Lambda to Azure Functions.
14+
This article provides an overview of how to migrate serverless applications from AWS Lambda to Azure Functions. Learn about Functions features, and understand the stages of migration so that you can migrate your workload effeciently.
1515

16-
## Introduction to Azure Functions
16+
## Introduction to Azure Functions
1717

1818
Azure Functions provides serverless compute resources in Azure by enabling you to run event-driven code without provisioning or managing infrastructure. The Flex Consumption hosting plan for Functions is equivalent to Lambda's consumption-based model. It provides network integration to meet enterprise governance needs alongside serverless implementation. AWS Lambda and Azure Functions share similar features like automatic resource provisioning, scaling, and pay-per-use pricing models. Functions also supports dedicated hosting modes, taking advantage of its highly portable runtime to run in various environments. Functions provides unique benefits, such as a versatile programming model that has rich triggers and bindings, scaling models, concurrency control, and runtime support.
1919

0 commit comments

Comments
 (0)