下文仅仅是简单实现,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…
简单介绍:依据三层架构的思想设计本案例. 1.搭建好开发环境 准备好须要的包和模拟数据库配置文件users.xml -->cn.itheima.dao -->cn.itheima.service -->cn.itheima.domain -->cn.itheima.web -->cn.itheima.utils -->cn.itheima.exception -->cn.itheima.test 2.建立模拟数据库users.xml <?xml versio…
使用三方账号登录应用应该对大家来说已经不是什么新鲜事儿了,但是今天为什么还要在这里跟大家聊这个话题呢,原因很简单 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…
基于Windows Azure 安装SharePoint 2013 前段时间写的基于Windows Azure安装SharePoint系列,由于Azure的体验账号过期了,所以不得不暂停.今天有幸参加Windwos Azure的活动,并得到了试用账号.所以今天将继续之前的文章,记录一下如何基于Windows Azure安装SharePoint 2013. 实验将完成以下步骤: · 在Windows Azure中创建地缘组 · 在Windows Azure中创建存储账户 · 在Windows Az…
根据 IDC 的调查,云计算无疑为我们的合作伙伴提供了巨大的机会,预计到 2016 年,全球企业将在公共云服务上耗资 980 亿美元.在今天的休斯敦全球合作伙伴大会上,我们非常高兴能与合作伙伴共同寻求新途径, 讨论如何抓住这次机会,以帮助客户获得成功.我们在所有事务中都使用"云优先"方法,从我们的合作伙伴计划到工程原则再到产品创新均是如此,致力于帮助合作伙伴和客户开始使用云计算. Windows Azure 是此途径的关键因素,今天我们将重点介绍合作伙伴通过平台和基础结构服务的新产品与…
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.…