What are the possibilities of squaring a API web service with Azure?

Tony 0 Reputation points
2023-01-31T20:00:12.8766667+00:00

I have some web products published as web api services for public and organizations and run on different platforms. Now I am interested to migrating them to Azure.
Most of the services are developed under asp.net(framework 4.7.0) with owin(tokenized) authentication. For the testing purpose I hosted my sample api in the VM under my azure subscription, It is working without any azure authentication.

My API apps on Azure as per the client interest should authenticate Azure AD or other secure authentication services provided by azure and the same build must works as it is now on other platforms. the solution must be compatible for asp.net - framework 4.7(not asp.netcore) and should keep the existing authentication(tokenization) process

It should be achieved without source code modification, using only configuration or simple code change. If it is possible, I need your straight forward instructions to migrate my apps to azure fast. I am not familiar in Azure also I have not time to searching azure encyclopedia or doing R and D work.

So I expecting proper step by step instructions.

Thankyou

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
718 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mordecahi Malka 0 Reputation points
    2023-01-31T20:57:05.2866667+00:00

    Hi,

    If you want to add authentication to your app without changing the code, you can use in Azure Web App and configure Azure AD authentication

    you can read more here:

    https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad

    0 comments No comments