Day1

Overview

1. Cloud - Internet scaling / Internet connects / Resource pool

2. Why the cloud?  Rapidly setup environments / Scale to meet peak demands / increase daily activities. (Speed / Scale / Economics)

3. cloud computing patterns: on and off/ growing fast / unpredictable bursting / predictable bursting

4. cloud computing : IaaS(Host) / PaaS(Build) / SaaS(Consume)

Infrastructure as a Service

Platform as a service

Software as a service

5. How are Microsoft Azure Charges Incurred?

Pay only for what you use*

VMs usage is by the minute

VMs that are stopped in Microsoft Azure do not incur charges

Microsoft Azure Enterprise Agreement(EA) billing process differs

6. Microsoft Azure Compute : App service / MS Azure Cloud service / VMs - IaaS

7. How we differentiate with Azure

Hyper-scale / Enterprise Grade / Hybrid

8. Azure Site Recovery

9. MS Azure Active Directory

10. MS Azure Multi-Factor Authentication (多因素认证)

11. SQL Database (Day 2 afternoon)

12. HDInsight (Hadoop/Hive/Pig etc.)

13. Apache Storm for Azure HDInsight : Real-time event processing solution for large, fast steams of data.

14. Apache Spark for Azure HDInsight

15. Azure Machine Learning: 图像识别/小冰、小娜等/分析票务信息 --算法 / CRM

Powerbi.com

16. Azure Stream Analytics : 智能楼宇/交通流量/物联网/监控/计算机日志 (根据时间窗口进行数据分析)

17. Azure Data Factory: 数据清洗

18. Azure App service: Web apps/ Mobile apps / logic apps(系统整合) /API apps

Azure App service Web Apps: 系统负荷扩展

Azure App Service Mobile Apps: 信息推送

Azure App Service Logic Apps:

https://tryappservice.azure.com

Azure Media Services: 视频培训(不需要客户端播放器配置)

Internet of things (IOT)

Compute Scaling

1.Scale UP :纵向扩展

2.Scale Out :水平扩展

Azure Virtual Machine

Azure Network

Day2

微软公有云和高级企业技术服务介绍

微软存储很便宜 0.98元/TB

Severity : A B C D

A: < 1 Hour

B: < 2 Hour or 4 Hour ( C or D)

三种计算模式:Vm/cloud service / app service

PaaS Cloud Service

Cloud Service Basic: Web role / Worker Role (A container of related service roles)

What can it run?  Language: C# / Java / VB / C++ / PHP /Python/ Node.js etc.

Framework: .NET / ExpressJS/ Rails/ Zend, etc.

General Rule: If it runs in MS windows, it runs in MS Azure.

Roles & Instances : 可修改池里实例个数

Fault domain(故障域) / upgrade domain(更新域)

Role Lifecycle : Fabric Calls -- Role Lifetime -- Request Routed

Worker Role Patterns

Queue polling worker:

性能考虑(硬件增加一倍,性能不一定增加一倍)/ 安全性考虑(压力测试,获取系统负荷)/

Paas Database Service

Paas Storage

Local Storage and Diagnostics

Role Instance:

Role --> Diagnostic monitors <--> Local Directory Storage --> Cloud

Diagnostics Data Locations

Event logs / Performance counters/ MS Azure logs/ IIS logs/ IIS failed request logs/ crash dumps/ custom file based logs

Caching

Fast

Cheaper

In-role Caching: Dedicated cache

Azure Redis Cache:  http://redis.io

Microsoft Azure Overview的更多相关文章

  1. Microsoft Azure Web Sites应用与实践【4】—— Microsoft Azure网站的“后门”

    Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...

  2. Microsoft Azure Web Sites应用与实践【1】—— 打造你的第一个Microsoft Azure Website

    Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...

  3. Microsoft Azure Web Sites应用与实践【2】—— 通过本地IIS 远程管理Microsoft Azure Web Site

    Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...

  4. Microsoft Azure Web Sites应用与实践【3】—— 通过Visual Studio Online在线编辑Microsoft Azure 网站

    Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...

  5. Microsoft Azure Point to Site VPN替代方案

    Microsoft Azure提供了Point to Site VPN,但有时候这并不能满足我们的需求,例如:Point to Site VPN是SSTP VPN,只能支持Window客户端拨入,而且 ...

  6. 使用VNET-to-VNET连接Microsoft Azure国际版和中国版

    Microsoft Azure的VNET-to-VNET功能可以实现跨虚拟网络的VPN连接,通过VNET-to-VNET互联的两个虚拟网络可以在同一个订阅下或者隶属不同的订阅,而且可以跨数据中心.这实 ...

  7. Microsoft Azure 云存储服务概念

    本文包括了以下几点内容: 什么是Azure云存储服务? 云存储服务分类 云存储服务的优势 什么是Azure云存储服务? Azure 云存储服务可以说是Azure 上最重要的SAAS服务了. 在Azur ...

  8. Windows Azure 将正式更名为 Microsoft Azure

    微软的公共云平台在2014年4月3日正式从Windows Azure 更名为Microsoft Azure. windows azure是二级产品名,microsoft azure是一级产品名,和mi ...

  9. Microsoft Azure 01 (Summarize)

    What is Windows Azure? As a cloud platform from Microsoft that provides a wide range of different se ...

随机推荐

  1. openssl-1.0.1u静态库编译

    不管Windows还是linux都是需要安装好perl环境的 Windows步骤 1.解压openssl-1.0.1u.tar.gz 2.使用Vs2005命令行工具进入解压后的目录 3.执行如下命令 ...

  2. leetcode-easy-string-28 Implement strStr()

    mycode   77.15% class Solution(object): def strStr(self, haystack, needle): """ :type ...

  3. leetcode 72. 编辑距离

    /***** 定义状态: DP[i][j]其中i表示word1前i个字符,j表示Word2前i个字符 DP[i][j]表示单词1前i个字符匹配单词2前j个字符,最少变换次数: 状态转移: for i: ...

  4. android 面试汇总<二>

    Animation Q:Android中有哪几种类型的动画? 技术点:动画类型 参考回答: 常见三类动画 View动画(View Animation)/补间动画(Tween animation):对V ...

  5. pytest_1安装和启动

    一.安装和启动 1.1 安装pytest 1. 键入Ctrl+R,打开cmd,输入命令至python环境下(本机:D:\Python27>) 2. 在python环境下运行下面的命令即可安装py ...

  6. easyui tree checkbox 单选控制

    参考文档:中文网:http://www.jeasyui.net/plugins/185.html easyui-tree的checkbox默认是多选的, 如何控制只能单选一个子节点,看代码: $('# ...

  7. 一文搞懂HTTP和HTTPS协议

    1.什么是协议? 网络协议是计算机之间为了实现网络通信而达成的一种"约定"或者"规则",有了这种"约定",不同厂商的生产设备,以及不同操作系 ...

  8. 写一个比较全的进制转换函数--ic

    //写一个比较全的进制转换函数-----未完成 #include <stdio.h> //D进制转换后 (比如10-2进制) 结果可能会很大 需要很长的字符串来存 #include < ...

  9. 微服务简历V1.0

    张三 电话:xxx-xxxx-xxxx      邮箱: xxxxxxx@qq.com 年龄:x岁        籍贯:江苏 求职意向:java开发工程师   期望薪资:面议 专业技能 熟练使用Ecl ...

  10. 《Python编程从0到1》笔记5——图解递归你肯定看完就能懂!

    本小节的示例比较简单,因为在每次递归过程中原问题仅缩减为单个更小的问题.这样的问题往往能够用简单循环解决.这类递归算法的函数调用图是链状结构.这种递归类型被称为“单重递归”(single recurs ...