Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
                                    Azure Web Apps
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.
Why use Web Apps?
      Here are some key features of App Service Web Apps:
      Multiple languages and frameworks - Web Apps has first-class support for ASP.NET,
       ASP.NET Core, Java, Ruby, Node.js, PHP, or Python. You can also run PowerShell and
       other scripts or executables as background services.
      DevOps optimization - Set up continuous integration and deployment with Visual Studio
       Team Services, GitHub, BitBucket, Docker Hub, or Azure Container Registry. Promote
       updates through test and staging environments. Manage your apps in Web Apps by using
       Azure PowerShell or the cross-platform command-line interface (CLI).
      Global scale with high availability - Scale up or out manually or automatically. Host your
       apps anywhere in Microsoft's global datacenter infrastructure, and the App Service SLA
       promises high availability.
      Connections to SaaS platforms and on-premises data - Choose from more than 50
       connectors for enterprise systems (such as SAP), SaaS services (such as Salesforce), and
       internet services (such as Facebook). Access on-premises data using Hybrid Connections and
       Azure Virtual Networks.
      Security and compliance - App Service is ISO, SOC, and PCI compliant. Authenticate users
       with Azure Active Directory or with social login (Google, Facebook, Twitter, and Microsoft).
       Create IP address restrictions and manage service identities.
      Application templates - Choose from an extensive list of application templates in the Azure
       Marketplace, such as WordPress, Joomla, and Drupal.
      Visual Studio integration - Dedicated tools in Visual Studio streamline the work of creating,
       deploying, and debugging.
      API and mobile features - Web Apps provides turn-key CORS support for RESTful API
       scenarios, and simplifies mobile app scenarios by enabling authentication, offline data sync,
       push notifications, and more.
      Serverless code - Run a code snippet or script on-demand without having to explicitly
       provision or manage infrastructure, and pay only for the compute time your code actually
       uses (see Azure Functions).
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
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,
1. Create a app service plan
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
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
Hi-Tech Learning Academy                                          Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy            Ph: 7092 90 91 92 | 82 20 21 7640
2. Create a app service – web app
3. Create a web app
Hi-Tech Learning Academy            Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                       Ph: 7092 90 91 92 | 82 20 21 7640
4. Create a web app for resource group , name , app service plan
5. Download a get publish profile
Hi-Tech Learning Academy                                       Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                              Ph: 7092 90 91 92 | 82 20 21 7640
6. PublishUrl="ftp://waws-prod-dm1-019.ftp.azurewebsites.windows.net/site/wwwroot"
   ftpPassiveMode="True" userName="azureapp00\$azureapp00"
   userPWD="h7g3hlA8DAT4Jw904dkqGCH9itF7oQ7zb4zc0NaaWmp7WSNnP4uMfb9ePCuo"
       Upload those url in filezilla app to excute change a content
7. Trust this certificate –check box it and give ok
8. Right click and edit a hostingstart.html
Hi-Tech Learning Academy                                              Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy                                            Ph: 7092 90 91 92 | 82 20 21 7640
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
Hi-Tech Learning Academy                                            Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy              Ph: 7092 90 91 92 | 82 20 21 7640
11. Copy and Past URL in our Brower
Hi-Tech Learning Academy              Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640
Hi-Tech Learning Academy   Ph: 7092 90 91 92 | 82 20 21 7640