Category: App Service

WordPress Blog in Azure App Service In Minutes–Part 02 (Configuring WordPress)

Posted on 1 min read

In the last part of this series, we experienced how to create a new wordpress blog instance in Azure App Service. In this part we will learn, how to configure your wordpress instance for publishing. Now that we have WordPress instance deployed in Azure App Service, lets expore the app service instance a bit. Step… Continue reading

WordPress Blog in Azure App Service In Minutes–Part 01

Posted on 2 min read

All my life I have been a tech saavy person would make my hands dirty trying out all odds available. Here I am going to help you with setting up your own WordPress Blog in Azure App Service. SPOILER ALERT: We will be using a B1 – Basic instance to save the cost. Step 1:… Continue reading

Getting Started with Azure Functions App

Posted on 3 min read

In my previous article I gave you an overview of Azure Functions and discussed about the benefits of the Azure Functions. With this session I will cover you with necessary steps to create an initial basic functions app. Getting Started: Login to Azure Portal, you will see Function Apps section in the left menu. This… Continue reading

Azure Functions App–Run OnDemand Serverless code – a path way to Serverless Computing

Posted on 3 min read

Azure Functions is a new cloud solution from Azure that would let you execute small pieces code or “functions” in the cloud.  This means you do not have to worry about the infrastructure or environment to execute your little piece of code to solve any of your business problems. Functions can make development even more… Continue reading

Managed Azure Database for MySQL and PostgreSQL

Posted on 2 min read

During Microsoft Build 2017(May 10th 2017) conference in Seattle, Scott Guthrie (EVP of Cloud and Enterprise Group) announced two new offerings to the Azure Database Services Platform, Azure Database for MySQL and Azure Database for PostgreSQL. I was happy that Microsoft is filling the gap for the need of Fully Managed MYSQL and PostgreSQL .… Continue reading

Azure SDK for .NET 3.0 available for Visual Studio 2015/2017

Posted on 1 min read

Windows Azure SDK for .NET, which include SDKs, basic tools, and extended tools for Visual Studio development for Azure Cloud enabled applications.  Microsoft has released latest Azure SDK for .NET along with Visual Studio 2017 (RTW). The new version v3.0 will support only Visual Studio 2015/2017, if you are using Visual Studio 2013 you can… Continue reading

Azure App Service–create Web + Mobile + Logic + API apps with ease

Posted on 2 min read

Microsoft today announced availability of new azure cloud services named as Azure App Service. Azure App Service. Azure App Service is a replacement of old Azure Websites / Azure Mobile Services, earlier these services were delivered separately and Microsoft has integrated all these capability in to single service and made it easy to configure. Azure… Continue reading