Skip to content

Commit b0e6aaa

Browse files
authored
Merge pull request #297073 from robbyatmicrosoft/migrate-lambda-functions-links
Migrate lambda functions links
2 parents ed8212b + 8665836 commit b0e6aaa

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

articles/migration/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ conceptualContent:
8989
itemType: training
9090

9191
- title: Migrate from AWS
92-
9392
items:
9493
- title: Compute
9594
links:
@@ -99,6 +98,9 @@ conceptualContent:
9998
- url: /azure/architecture/aws-professional/compute
10099
text: Azure compute services map
101100
itemType: reference
101+
- url: /azure/azure-functions/migration/lambda-functions-migration-overview
102+
text: Migrate AWS Lambda to Azure Functions
103+
itemType: tutorial
102104
- url: /azure/architecture/aws-professional/eks-to-aks/
103105
text: AKS for Amazon EKS professionals
104106
itemType: concept

articles/migration/migrate-compute-from-aws.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Refer to the following scenarios as examples for framing your migration process:
3131
| [Migrate AWS event-driven workloads to Azure](/azure/aks/eks-edw-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS event-driven workload with KEDA and Karpenter to AKS. |
3232
| [Migrate EKS web application workloads to AKS](/azure/aks/eks-web-overview) | Amazon Elastic Kubernetes Service (AKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS web application to AKS. |
3333
| [Migrate Amazon EC2 instances to Azure](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances -> Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
34+
| [Migrate AWS Lambda to Azure Functions](/azure/azure-functions/migration/lambda-functions-migration-overview) | AWS Lambda -> Azure Functions | This scenarios involves migrating serverless applications from AWS Lambda to Azure Functions. |
3435

3536
The following list provides additional articles for migrating compute services. These scenarios are platform-agnostic but provide generic guidance for landing the service on Azure.
3637

articles/migration/migrate-from-aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ landingContent:
5454
linkLists:
5555
- linkListType: concept
5656
links:
57+
- text: Migrate AWS Lambda to Azure Functions
58+
url: /azure/azure-functions/migration/lambda-functions-migration-overview
5759
- text: Migrate Amazon RDS for PostgreSQL to Azure Database for PostgreSQL (offline)
5860
url: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aws-offline
5961
- text: Migrate Amazon RDS for PostgreSQL to Azure Database for PostgreSQL (online)
@@ -62,8 +64,6 @@ landingContent:
6264
url: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aurora-offline
6365
- text: Migrate Amazon Aurora PostgreSQL to Azure Database for PostgreSQL (online)
6466
url: /azure/postgresql/migrate/migration-service/tutorial-migration-service-aurora-online
65-
- text: Migrate AWS Lambda to Azure Functions
66-
url: /azure/azure-functions/migration/lambda-functions-migration-overview
6767
- text: AKS for Amazon EKS professionals
6868
url: /azure/architecture/aws-professional/eks-to-aks/
6969
- text: Copy data from Amazon S3 to Azure Storage (AzCopy)

articles/migration/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ items:
3030
href: ./migrate-compute-from-aws.md
3131
- name: Azure compute services map
3232
href: /azure/architecture/aws-professional/compute
33+
- name: Migrate AWS Lambda to Azure Functions
34+
href: /azure/azure-functions/migration/lambda-functions-migration-overview
3335
- name: Elastic Kubernetes Service (EKS)
3436
items:
3537
- name: AKS for Amazon EKS professionals

0 commit comments

Comments
 (0)