Category: AZURE
-
Creating a photo album for ASP.NET MVC 5 Users using Azure BLOB storage
In this blog post, we will integrate ASP.NET MVC with Azure BLOB Storage by saving an image for an ASP.NET Identity 2.0 user in Azure BLOB Storage. We’re going to cover a lot of ground in this post, including: Using ASP.NET Identity 2.0 user as reference in other table. Creating a one to many relationship…
-
Getting started with Azure API Apps and Azure MVC web App in Azure App Service
In this article, you will learn how to create Azure API Apps and an MVC client deployed in Azure We App. This is going to be a very simple application connecting various components of Azure App services, and to build it we’re going to use Azure API App, Azure Web App, and SQL Server in…
-
How to create a Container in Azure Storage from MVC application
I am working on a MVC application in which I need to work with Microsoft Azure storage .I had a requirement to create An Azure storage container from the MVC application. In this post I will share my learning that how I created a container programmatically. I created the view as shown in below image.…
-
What is Azure DocumentDB
Read full article on Falafel blog here Recently I attended Cloud Camp by Microsoft India in Delhi. I had good time learning at the event. Besides other Microsoft Azure services like Azure Websites, Azure Mobile Services and Azure DocumentDB impressed me lot. In this post, I am sharing first level learning on Azure DocumentDB. Azure…
-
No Data tab in portal in Azure Mobile Services: Solved
Azure Mobile Service supports two platform for the backend. They are .NET backend JavaScript backend I worked with JavaScript backend many times but with .NET backend it was my first attempt. So while creating Azure Mobile Service, I selected .NET platform as backend. To my surprise there is no Data tab available when you choose…
-
Fetching Windows Azure Mobile Services Data in XAML based Windows Store Application
In last post we started learning about Windows Azure Mobile Service in XAML based Windows Store Application. Read it here In last post we learnt Configuring Window Azure Mobile Service in portal Consuming Windows Azure Mobile Service in Windows Store Application Insert a record from application in Windows Azure Mobile Service data table. In this…
-
Getting Started with Windows Azure Active Directory
On 8th April 2013 Microsoft announces general availability of Active Directory on Windows Azure. Read Product Team Blog here To start working with Windows Azure Active Directory login to portal. In the side bar you will get option of Active Directory as shown in below image, On clicking of Active Directory you will get message…
-
Step by Step working with Windows Azure Mobile Service Data in JavaScript based Windows Store Apps
In my last post I discussed Step by Step working with Windows Azure Mobile Service Data in XAML based Windows Store Apps . In this post we will have a look on working with JavaScript based Windows Store Apps. Last post was divided in two parts. First part was Configure Windows Azure Mobile Service in…
-
Step by Step working with Windows Azure Mobile Service Data in XAML based Windows Store Apps
In this post we will take a look on working with Windows Azure Mobile Service in XAML based Windows Store Application. We will follow step by step approach to learn goodness of Windows Azure Mobile Service. In first part of post we will configure Windows Azure Mobile Service in Azure portal. In second part of…
-
Steps to Enable Windows Azure Mobile Services
In this post we will take a step by step look on enabling Windows Azure Mobile Services in Windows Azure portal. To enable it login to Windows Azure Management PortalAfter successful login to the portal in the bottom click on the New button. On clicking of the NEW button under the COMPUTE tab, you…