Microsoft Azure Overview
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的更多相关文章
- Microsoft Azure Web Sites应用与实践【4】—— Microsoft Azure网站的“后门”
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
- Microsoft Azure Web Sites应用与实践【1】—— 打造你的第一个Microsoft Azure Website
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
- Microsoft Azure Web Sites应用与实践【2】—— 通过本地IIS 远程管理Microsoft Azure Web Site
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
- Microsoft Azure Web Sites应用与实践【3】—— 通过Visual Studio Online在线编辑Microsoft Azure 网站
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
- Microsoft Azure Point to Site VPN替代方案
Microsoft Azure提供了Point to Site VPN,但有时候这并不能满足我们的需求,例如:Point to Site VPN是SSTP VPN,只能支持Window客户端拨入,而且 ...
- 使用VNET-to-VNET连接Microsoft Azure国际版和中国版
Microsoft Azure的VNET-to-VNET功能可以实现跨虚拟网络的VPN连接,通过VNET-to-VNET互联的两个虚拟网络可以在同一个订阅下或者隶属不同的订阅,而且可以跨数据中心.这实 ...
- Microsoft Azure 云存储服务概念
本文包括了以下几点内容: 什么是Azure云存储服务? 云存储服务分类 云存储服务的优势 什么是Azure云存储服务? Azure 云存储服务可以说是Azure 上最重要的SAAS服务了. 在Azur ...
- Windows Azure 将正式更名为 Microsoft Azure
微软的公共云平台在2014年4月3日正式从Windows Azure 更名为Microsoft Azure. windows azure是二级产品名,microsoft azure是一级产品名,和mi ...
- Microsoft Azure 01 (Summarize)
What is Windows Azure? As a cloud platform from Microsoft that provides a wide range of different se ...
随机推荐
- [论文理解] Spatial Transformer Networks
Spatial Transformer Networks 简介 本文提出了能够学习feature仿射变换的一种结构,并且该结构不需要给其他额外的监督信息,网络自己就能学习到对预测结果有用的仿射变换.因 ...
- HOG + SVM(行人检测, opencv实现)
HOG+SVM流程 1.提取HOG特征 灰度化 + Gamma变换(进行根号求解) 计算梯度map(计算梯度) 图像划分成小的cell,统计每个cell梯度直方图 多个cell组成一个block, 特 ...
- leetcode 118. Pascal's Triangle 、119. Pascal's Triangle II 、120. Triangle
118. Pascal's Triangle 第一种解法:比较麻烦 https://leetcode.com/problems/pascals-triangle/discuss/166279/cpp- ...
- python接口测试之mock(一)
在现在的软件开发过程中,特别是app的部分,需要的很多数据以及内容,都是来自server端的API,但是不能保证在客户端开发的时候,api在 server端已经开发完成,专门等着前端来调用,理想的情况 ...
- django 视图常用操作
获取参数. 类型是QueryDict https://www.cnblogs.com/zhaoyang-1989/p/11989515.html request.POST.get('参数名') req ...
- 【ABAP系列】SAP ABAP 动态指针
公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[ABAP系列]SAP ABAP 动态指针 ...
- javascript number与isNan
number 与 isnan Number:表示整数和浮点数 NaN:即非数值(not a Number)是 一个特殊的数值.是Number类型的一种. 说明:1.任何涉及NaN的操作(例如Nan/1 ...
- redhat java配置
原来的java版本为1.4 whereis java后 将java原来的目录全部删除 拿来新的1.8的安装好的java包 vi /etc/profile插入 JAVA_HOME=/usr/local/ ...
- python 爬取百度url
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Date : 2017-08-29 18:38:23 # @Author : EnderZhou (z ...
- http 中指定head中Content-Encoding属性为gzip 转换过程中的一些问题
项目环境: 对接的服务放在微服务中 提供接口给应用层调用 ,微服务放需要 接受参数 并且转换成压缩格式给 第三方服务 本来以为需要自己压缩,httpclint 中已经封装好了GzipCompressi ...