Skip to main content

Posts

What is Azure API Apps and how it is used?

Introduction Microsoft Azure provides the facility to build and host its own APIs on the cloud. It provides a centralized solution which can be used overcloud/network, now a day we need to develop our application which supports multiple platforms like Desktop, mobile, and tablet. Technology may be different from developing these types of platform supported application, our APIs development may reduce your cost, no need to develop API in various technology (iPhone, Android, .NET, Java, etc…), choose any one technology to develop an APIs and use it over deferent platforms. Microsoft Azure App Service API apps offer secure and flexible development, easy deployment including continuous delivery, accessing On-Premises data, Web jobs for background processing, high availability, and scaling options for any sized RESTful API Applications. Use frameworks and templates to create RESTful APIs in seconds. Azure API apps are well known for automatic OS patching. You can use any tool or a

Download Visual Studio 2017 Web Installer / ISO (Community / Professional / Enterprise)

Please read Visual Studio 2017 system requirements before installing: Supported Operating Systems Visual Studio 2017 will install and run on the following operating systems: Ø   Windows 10 version 1507 or higher: Home, Professional, Education, and Enterprise (LTSB is not supported) Ø   Windows Server 2016: Standard and Datacenter Ø   Windows 8.1 (with Update 2919355): Basic, Professional, and Enterprise Ø   Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter Ø   Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate Hardware Ø   1.8 GHz or faster processor. Dual-core or better recommended Ø   2 GB of RAM; 4 GB of RAM recommended (2.5 GB minimum if running on a virtual machine) Ø   Hard disk space: up to 40GB, depending on features installed Ø   Video card that supports a minimum display resolution of 720p (1280 by 720); Visual Studio will work best at a resolution of WXGA (1366 by 768) or h

App Services in Microsoft Azure

1- Azure App Services provides the platform to build and deploy web, mobile, or integration applications. 2- We can build robust cloud-native apps that can scale as per the need and with sophisticated architecture and secure connections for any platform or device without worrying about the Virtual machine that will host. 3- App Service also offers to accommodate previously built applications to migrate and run as one of the app service types 4- App Service runs and maintains with the help of Azure service fabric that takes care of running the application and its availability. After login in Azure portal search/find the App Services, a marketplace window will open, there are lots of services available, I will explain about some services mentioned below. 1.      Web Apps 2.      API Apps 3.      Logic Apps 4.      Mobile Apps 5.      Function Apps Web Apps Web App provides the infrastructure for hosting our web application, you don’t need to wo

Related Post