Webapp
Webapp
Azure App Service Web Apps (or just Web Apps) is a service for hosting web applications, REST
APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core,
Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on Windows-based
environments and Linux
Web Apps not only adds the power of Microsoft Azure to your application, such as security, load
balancing, auto scaling, and automated management. You can also take advantage of its DevOps
capabilities, such as continuous deployment from VSTS, GitHub, Docker Hub, and other sources,
package management, staging environments, custom domain, and SSL certificates.
Besides Web Apps in App Service, Azure offers other services that can be used for hosting websites
and web applications. For most scenarios, Web Apps is the best choice. For microservice
architecture, consider Service Fabric. If you need more control over the VMs that your code runs
on, consider Azure Virtual Machines. For more information about how to choose between these
Azure services, see Azure App Service, Virtual Machines, Service Fabric, and Cloud Services
comparison.
For creating a web app, first need to create a which hardware need to create app service plan
With App Service, you pay for the Azure compute resources you use. The compute resources you use
is determined by the App Service plan that you run your Web Apps on,
The pricing tiers, e.g., F1(Free), D1(Shared), B1(Basic Small), B2(Basic Medium), B3(Basic Large),
S1(Standard Small), P1(Premium Small), P1V2(Premium V2 Small) etc.
Accepted values: B1, B2, B3, D1, F1 FREE, P1, P1V2, P2, P2V2, P3, P3V2, S1, S2, S3, SHARED
Default value: B1
4. Create a web app for resource group , name , app service plan
6. PublishUrl="ftp://waws-prod-dm1-019.ftp.azurewebsites.windows.net/site/wwwroot"
ftpPassiveMode="True" userName="azureapp00\$azureapp00"
userPWD="h7g3hlA8DAT4Jw904dkqGCH9itF7oQ7zb4zc0NaaWmp7WSNnP4uMfb9ePCuo"
9. Copy and Past in your local pc and edit the file as per your coding
10. Once your edit that as per our coding and then give finish –ok