Is it possible to migrate Aws lambda function to Azure functions directly? if so, please provide me procedure steps

Zentech IT Managed Service 0 Reputation points
2023-07-24T09:58:44.2133333+00:00

I used bit bucket to deploy the code, and I integrated bit bucket with function deployments. Although not being able to duplicate the logic of the integrated bit bucket code, the HTTP trigger function works well in browsers.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,399 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,816 Reputation points
    2023-07-24T20:50:46.5266667+00:00

    Hi @Zentech IT Managed Service ,

    Yes it is possible but it is a lengthy process. Please follow the steps shown in the is blog post/videos .

    https://medium.com/microsoftazure/moving-from-lambda-%C6%9B-to-azure-functions-b6d5ed5ca007

    In the blog post, you’ll learn how to migrate your app, explore how resources in Azure relate to Amazon AWS, build a function locally, deploy it manually and learn how to push it automatically as part of a CI/CD pipeline.

    Let us know if you have further questions,

    -Grace

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.