Azure App Services

*Azure App Services:-

Azure App Services




Azure app services is a service for hosting web applications, REST API, and Mobile backends. You can develop in any language like .Net,.NetCore, Java, Ruby, Node.js, PHP, or Python.


Benefits:



1.  Multiple languages and frameworks - ASP.Net, Java, Ruby, PHP, Python.


2.  DevOps Optimizations - Setup Continuous integration and development.


3.  Global Scale with high availability- Scale up or out manually or automatically.


4.  Connections to SaaS Platform and On-premises data -

— Choose from more than 30 connectors for Enterprise Systems (such as SAP).

— SaaS Services (such as Salesforce) and internet services (such as FB).


5.  Security and Compliance - Authenticate user with Azure AD or with social login ( Google, FB, Twitter).


6.  Application Templates such as - Joomla, Word press and Drupal.


7.  Visual Studio Integration for Creating, Deploying & Debugging.


8. Serverless Code. 




Azure App Service Plan:- 


Azure app service plan defines a set of Compute Resources for a web-app to run.

Each app Service plan defines:


— Region.

— Number of VM instances.

— Size of VM instances.

— Pricing Tier.



Azure App Service Plan:- 


There are few Categories of Pricing Tiers:-


1.  Shared Compute:- These tier allocate CPU Quotas to each app that runs on the shared Resources.


2.  Dedicated Compute:- Only apps in same app service plan share the same Compute resources.


3.  Isolated:- This tier runs dedicated Azure VM’s on dedicated Azure Virtual Network.



Lab Azure App:- 


Step1. Azure portal.


— All Services

— Create Resource          — WebApp

— RG                               — IT-Infosoft


Download Visual Studio 2017 Community and install it.


— Open Visual Studio 2017 in laptop.

— Go to File     — New

                          — Project 

                          — ASP.Net Web Applications

                          — Ok

— Select           — Empty.
















Previous
Next Post »