Posts

Create Web Api and publish on Azure App Service

Image
Create Web API  and publish to Azure App Service 1) Create File, open new project from VS 2017 and enter project name .        2   2) Select template " ASP.NET Web Application(.NET framework) and Azure API App.      3) click ok , system will generate applicaiton from vs 2017  as shown below.    4) Right on project solution and build and press F5 to test application from local.          5)  you  should be able to see screen with error message "  HTTP Error 403.14 - Forbidden " , because in my application I don’t have any User interface .    6) To fix this issue i need to update URL  with http://localhost:62170/api/values/1 , then you should be able to see below screen with values from Web api.    7) Right  click on solution and "Publish " to Azure  and select Exsting . ...

How to create Azure App Api with App service ?

Image
Azure App Service  Azure App Service includes the Web App + Mobile App capabilities that we previously delivered separately (as Azure Websites + Azure Mobile Services).  It also includes powerful new Logic/Workflow App and API App capabilities that we are introducing today for the very first time - along with built-in connectors that make it super easy to build logic workflows that integrate with dozens of popular SaaS and on-premises applications (Office 365, SalesForce, Dynamics, OneDrive, Box, DropBox, Twilio, Twitter, Facebook, Marketo, and more).  All of these features can be used together at one low price.  In fact, the new Azure App Service pricing is  exactly the same price as our previous Azure Websites offering .  If you are familiar with our Websites service you now get all of the features it previously supported, plus additional new mobile support, plus additional new workflow support, plus additional new connectors to dozens of SaaS an...

What is Azure?

What problem does azure solved? Before move on to the azure, let’s talk about what problem does azure solved. Let’s take simple example of company “ABC” wants to sell their products from online. In order go online they need to do these things ,they need to buy  Hardware  , Software ,  maintain  resource ,  pay for hosting cost    with examples below: Hardware: 1)        buy server and routers 2)        they have pay  for upfront hardware cost 3)        they need to buy load balancers Software :    1)     windows operation system    2)     software cost (like sharepoint,SQL server, Visual Studio) Software host: 1)     pay for hosting their application on online Resource : 1)     hire IT professionals to maintain these things You don’t need to do all the...