下文仅仅是简单实现,client以Android端的实现为例: 用户表Account: package com.microsoft.ecodrive.model; public class Account { @com.google.gson.annotations.SerializedName("id") public String id; @com.google.gson.annotations.SerializedName("username") public…
Background: Windows Azure Cloud Services 可以在本地调试,使用Visual Studio 2012 + 模拟器 Emulator.但是模拟器的工作状态和环境和真实的云环境还是有区别的. 所以有些问题,需要远程调试(Remote Debug) Steps: 1.Local :Install IDE Visual Studio 2012 at local 2.Remote Machine:远程机器需要安装Remote Tools for Visual Stud…
<Windows Azure Platform 系列文章目录> 本文介绍内容适合于Azure Global和Azure China 为什么使用SSH登录Azure Linux虚拟机? 我们知道,在Azure平台创建的Linux虚拟机都会打开SSH.如果我们使用用户名和密码方式登录Azure Linux的话,安全性是非常差的.因为Azure Linux VM的SSH端口暴露在Internet上,会有不怀好意的黑客频繁登录我们创建的Azure Linux VM.如果我们没有设置强密码的话,笔者建议…
1. 需要了解的概念:App Service Plan, Resource Group 2. Create an ASP.NET web app in Azure App Services 3. Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service…
使用三方账号登录应用应该对大家来说已经不是什么新鲜事儿了,但是今天为什么还要在这里跟大家聊这个话题呢,原因很简单 Windows Azure Mobiles Service Authentication 身份验证可以方便的帮你在应用中集成此功能. 此前我曾介绍过 Mobile Service的推送功能,其优势是可以方便的向不同的平台设备推送消息通知(Windows.IOS.Android),并且不用担心服务器过载问题.然而基于Windows Azure Mobile Service的身份验证依然…
This document provides guidance on how to make an informed decision in choosing between Windows Azure Web Sites, Cloud Services, and virtual machines to host a web application. Each of these services allows you to run highly scalable web applications…
How to use the Queue Storage Service version 1.7 version 2.0 This guide will show you how to perform common scenarios using the Windows Azure Queue storage service. The samples are written in C# code and use the Windows Azure Storage Client for .NET.…