Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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:
- https://learn.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal
- https://learn.microsoft.com/en-us/azure/app-service/configure-language-dotnet-framework
- https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli
- https://learn.microsoft.com/en-us/azure/app-service/overview-inbound-outbound-ips
- https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-bindings#secure-a-custom-domain