TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Nevin Dong's Blog
Tags
Active Directory
AD
Alwayson
analytics
Android
Architecture
AutoScale
Azure
bandwidth
Big Compute
Big Data
Billing
BitLocker
Blob
cloud service
connected
Data Disk
Design Pattern
diagnostics
DIP
Dynamics
EF
Endpoints
Event Hub
github
Hadoop
HDInsight
High Availability
Hybrid Cloud
IaaS
Instance
IOPS
iOS
Java
JavaScript
LINUX
Live to code
Local Group Policy Editor
Log
Mahout
Management Portal
Management Service
MapReduce
Media Services
Metric
Microsoft Azure
Migration Assistant
Mobile Services
Mooncake
Multi-tenancy
Notification Hub
Notification Service
Open Source
Oracle
OSS
P&P
Patterns & Practices
Performance
PNS
Powershell
Private Cloud
Public Cloud
Queue
RAID
Reference Architecture
REST API
scalability
SDK
Service Bus
Service Heath Dashboard
Site to Site
SQL Database
SQL Server
SSD
Storage
Store App
Subscription
table
Throttling
Upgrade
VIP
Virtual Machines
Virtual Network
Virtualization
Visual Studio
VM
VM Depot
WAMS
WATK
Web Sites
WebLogic
Windows 8
Windows 8.1
Windows Azure
Windows Azure Connect
Windows Azure Mobile Service
Windows Azure Web Sites
Windows Phone 8
Windows Store App
WNS
Browse by Tags
TechNet Blogs
»
Nevin Dong's Blog
»
All Tags
»
log
Related Posts
Blog Post:
针对Azure Storage的关键运行指标的度量与分析(Metrics and Analytics)
Nevin (Naiwen) Dong
Azure 存储(Storage)是Microsoft Azure云中非常关键的基础性服务,绝大多数的服务(例如Azure虚拟机VM的VHD文件、大数据HDInsight等),都基于这一关键服务。 对于希望深入管理自己云应用的IT人员或者开发人员,特别是一些基于Azure提供多租户(Multi-tenancy)服务的厂商,希望能够更深入地掌握自己账户的存储的运行情况,以便进行有效控制、成本分摊及异常诊断等。 这里涉及到的一个关键概念就是Azure的存储分析,可以为存储帐户提供指标数据,进行跟踪请求、分析使用情况趋势及诊断问题等。 目前,可以针对存储帐户的关键类型,即Blob、表、队列等进行度量...
on
12 Dec 2014
Blog Post:
HDInsight已在Azure中国区预览上线及几个亮点
Nevin (Naiwen) Dong
Azure中国区最近最让人兴奋的发布莫过于HDInsight已经预览上线了。具体可见官网的最新公告: http://www.windowsazure.cn/what-is-new/ 凑巧最近在忙着四处奔波、传道解惑,不过也是忙里偷闲,体验了一下这个新服务。 首先值得肯定的是微软与Hortonworks的联手,推动开放的Hadoop的发展,而HDInsight据说也是百分百原汁原味的Hadoop在Azure云上的实现。 其中值得重点推荐的有几个,首先是为Hive查询语言提供了一个不错的编辑器。在这里可以直接对存储在Azure 存储(Storage)账号的容器(Container...
on
21 Sep 2014
Blog Post:
两把利器,帮你深刻洞察SQL Server Azure VM上AlwaysOn高可用(HA)方案的运行状态(Status diagnostics)
Nevin (Naiwen) Dong
使用Microsoft Azure来运行关键性业务(Business Critical),数据库服务是一个非常关键的要求;而采用Azure IaaS(基础设施即服务),在Azure VM上部署SQL Server虚拟机,为了保证高可用性,采用AlwaysOn的故障自动转移群集(Failover Cluster)是一个明智且可行的选择。 为此,前阶段我曾制作了一个微软虚拟学院(Microsoft Virtual Academy,MVA)的系列课程,题目叫:《 在Windows Azure VM上实现SQL Server高可用性及容灾设计 》,里面包括了如何在Azure VM上部署SQL Server...
on
29 Aug 2014
Blog Post:
在 Visual Studio 2013 IDE中使用Microsoft Azure Mobile Services
Nevin (Naiwen) Dong
稍前提到, Microsoft Azure SDK + Visual Studio 2013,让Azure开发和管理更容易 ,对于Microsoft Azure移动服务(Mobile Services)开发者而言,这样的体会应该是更明显。 以前曾经尝试了一些Mobile Services的开发,比如: 基于Windows Azure Mobile Service,实现云连接(Connected)的Windows 8 Metro应用 、 自己动手打通Windows Store App, Windows Azure Mobile Service和Live Connect services 等。 开发过程中...
on
8 May 2014
Blog Post:
使用Windows Azure Mobile Service的日志(LOG)进行移动服务的监控和诊断
Nevin (Naiwen) Dong
在Windows Azure移动服务(Mobile Service)中,除了管理门户所提供的仪表板等服务来监控移动服务的运行状况外,还提供了日志(LOG),可以更好地对移动服务进行监控,并且可以在需要的时候,对一些异常情况进行诊断。在移动服务中,经常会使用服务端的脚本(Server scripts),对于这些脚本的调试来说,日志提供了一个非常重要的支持。此外,在移动服务中,一个非常重要的功能便是与提醒服务(Notification Service)的集成,例如针对Windows商店应用(Store Apps)的Windows 推送提醒服务 (WNS)、针对Windows Phone的Microsoft...
on
15 Nov 2013