Share via

How to migrate ASP.Net app to Azure Web App which is deployed on Azure Cloud Service (Classic)?

Hamza Jalal 21 Reputation points
2022-07-07T08:25:31.667+00:00

I have an ASP.Net app which is currently running on Azure Cloud Serices (Classic), it uses other azure resources such as Azure storage, azure key valut etc,. and I want to migrate it to Azure Web Apps. It is also important for me to use the same fixed IP address.

Can I have some guidelines/documentation about it which also talk about app config settings? Or can you provide me some steps about how should I approach this scenario?

Note: I already have my app in Azure and I want to move it to Azure Web App from Azure Cloud Services (Classic).

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author

Ryan Hill 30,336 Reputation points Microsoft Employee Moderator
2022-07-08T16:32:37.97+00:00

Hi @HamazaJala-4157,

Since it's just an ASP.net application your deploying, there isn't any migrations per se. Just redeploy your code to an app service. You can create the app service first and then configure common settings for your dependencies. Using the same fixed IP address will require additional steps. You will need to bind your app service to custom domain using IP SSL or have your app service sitting behind a network appliance like Front Door, Application Gateway, or Traffic Manager; which would a bit much for IP binding.

Here are some links you should review:

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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