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 ...
随机推荐
- vs2015使用低版本编译的openssl问题
用Vs2005编译的openssl,在vs2015中使用就悲剧了,报如下错误 >libeay32.lib(cryptlib.obj) : error LNK2019: 无法解析的外部符号 __v ...
- 数据库-MongoDb
*本文总结下使用Mongodb遇到的问题: 1. 安装完MongoDb后先启动服务端,然后再启动客户端: 直接上图: 注意点:mongod.exe :是用来连接到mongo数据库服务器的,即服务器端. ...
- C++ Vector实践
实践如下: #include <iostream> #include <vector> #include <typeinfo> using namespace st ...
- 自动轮询的recycleView
import android.content.Context; import android.support.v7.widget.RecyclerView; import android.util.A ...
- Android 夜间模式的实现
package com.loaderman.daynightdemo; import android.os.Bundle; import android.support.v7.app.AppCompa ...
- 使程序在Linux下后台运行,程序运行前后台切换
一.为什么要使程序在后台执行 我们计算的程序都是周期很长的,通常要几个小时甚至一个星期.我们用的环境是用putty远程连接到日本Linux服务器.所以使程序在后台跑有以下三个好处: 1:我们这边是否关 ...
- python实现矩阵乘法的方法
python实现矩阵乘法的方法 本文实例讲述了python实现矩阵乘法的方法.分享给大家供大家参考. 具体实现方法如下: def matrixMul(A, B): res = [[0] * l ...
- 布局复习---BFC
其实在一开始我是没有BFC的这个概念的,只是知道在浮动过后,后续的元素如果出现问题,就做我们常说的:overflow:hidden.其中的原因还是不甚了解.不是说以前老师没有讲解过,而是以前根本就没有 ...
- java:LeakFilling(面向对象)
1.类的修饰符只能是:public,默认的.另外:final ,abstract,(修饰符 (只有:public, 默认,)interface+类名 ). 2.在main函数中创建对象时,new哪个 ...
- 【神经网络与深度学习】基于Windows+Caffe的Minst和CIFAR—10训练过程说明
Minst训练 我的路径:G:\Caffe\Caffe For Windows\examples\mnist 对于新手来说,初步完成环境的配置后,一脸茫然.不知如何跑Demo,有么有!那么接下来的教 ...