var fDesc=new Array(); fDesc[0] = "The Azure App Service Migration tool can be used to migrate sites from Windows and Linux web servers to Azure App Service. As part of the migration, the tool will create Web Apps and databases on Azure, publish content and publish your database.

Azure App Service is a fully managed cloud offering that enables you to deploy and scale Web Apps in seconds. Focus on your application code, and let Azure take care of the infrastructure to scale and securely run it for you."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }