Azure / App-Service-Migration-Assistant

Azure Websites Migration Assistant for Windows is a tool that allows customers to move their existing sites hosted on IIS servers into the cloud on Azure App Service. For more information check out https://appmigration.microsoft.com .
https://appmigration.microsoft.com
MIT License
76 stars 60 forks source link

missing the option for App Service plan #9

Closed Pusinato closed 4 years ago

Pusinato commented 5 years ago

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem:

Expected behavior

Provide a description of the expected behavior.

Actual behavior

Provide a description of the actual behavior observed.

Known workarounds

Provide a description of any known workarounds.

NitashaV commented 5 years ago

Thanks for the report. We have a work item to add support for migrating an app to an existing app service plan. we hope to get this fixed in a future release.

At this time, we are always creating a new plan and deploying an app into it.

SiddharthPoddar commented 5 years ago

Hi @NitashaV Please try to release updated version of App Service Migration Assistant so that we can configure App service plan manually. by default its create new plan for each application.

krolson commented 4 years ago

Hi @SiddharthPoddar and @Pusinato : it is now an option to deploy to an existing dedicated app service plan rather than only creating new ones as of the 1.0.0 release - please open a new issue if you experience any issues with this functionality.

karthikaditya commented 2 years ago

I have downloaded the version 1.0.6 of the migration tool, but I still face this issue i.e. The app service plan dropdown does not have any options, even though the resource group contains app service plans. See below image for reference.

azure-migration-assitant-blur

azure-app-service-plans-blur

krolson commented 2 years ago

Hi @karthikaditya,

The tooling currently only supports migration to a dedicated app service plan (for example: Basic, Standard, or Premium SKU) - so while there is an app service plan in that resource group, it is in the Free SKU and not a dedicated SKU. Dedicated means that the web worker VMs running the application are only for apps in your app service plan and no other apps from other customers will run on that VM. There are some features that are only available on dedicated SKUs, and using Free/Shared is mainly recommended for testing and development. It is possible to create a new dedicated app service plan for migration and then scale the SKU to a non-dedicated SKU after migration is complete (though you will not have access to the features that are only available on dedicated SKUs).

Thanks, Kristina

karthikaditya commented 2 years ago

Thank you, Kristina.

Updating the app service plan to a dedicated SKU brought the options in the tool and I was able to complete the migration