SlideShare a Scribd company logo
マイクロソフトが「使う」
     Windows Azure

Japan Windows Azure User Group
Microsoft MVP for Windows Azure

                        はるたま
    http://twitter.com/harutama
祝!
     2
静岡支部!
        3
静岡ITPro勉強会


             4
静岡県立大学大学院
経営情報イノベーション
   研究科付属
地域経営研究センター

              5
御礼申し上げます


       6
もちろん
今日の参加者の
 皆様にも
          7
そろそろ本題


         8
Windows Azureの全体像
Windows Azure Platform           Windows Azure
                                 Marketplace
  • Service Bus    SQL Azure
  • Access Control • RDB           DataMarket
  • Caching        • Data Sync
                                  Applications
                   • Reporting
Windows Azure
                   ストレージ         Microsoft
  コンピューティング
                   • Blob        Pinpoint
  • Web Role
                   • Table
  • Worker Role
                   • Queue
  • VM Role
                   • Drive
    ファブリックコントローラ
ハンズオンするなら


http://www.slideshare.net
                /suzukana/jazug-2




                                10
必要なものはWebPIから




http://www.microsoft.com/web/downloads/platform.aspx
                                                   11
Team Foundation Service


                          12
Team Foundation Service ?




                            13
14
クラウドに展開された
Team Foundation Server
          ↓
Team Foundation Service

                      15
クラウドに展開?
   ↓




           16
パッケージ版
Team Foundation Server

        SaaS版
Team Foundation Service

                         17
18
http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-818T
                                                            19
はじめよう



http://tfspreview.com/



                         20
注意!
• Visual Studioにパッチを当てること!
  (KB2581206)
 – http://go.microsoft.com/fwlink/
                         ?LinkID=212065
• パッチを当てないと、Team Foundation
  Service に接続できません。




                                          21
Hadoop on Azure


                  22
2006年9月



Dryad が世に知れる
         http://www.zdnet.com/blog/microsoft/
 ms-google-face-off-this-time-in-distributed-computing/18




                                                            23
24
2009年7月


教育機関向けに
Dryadの提供を
    開始
            25
2011年7月

    Dryad
     ↓
 LINQ to HPC
名前が変更される
               26
using System;
using Microsoft.Hpc.Linq;

public static class BabyNames
{
  internal class BabyInfo
  {
      public string Name { get; set; }
      public string State { get; set; }
      public int Year { get; set; }
  }
  public static void Main()
  {
      HpcLinqConfiguration config = new HpcLinqConfiguration("ExampleCluster");
      HpcLinqContext context = new HpcLinqContext(config);
      var inputBabies = context.FromDsc<BabyInfo>("babyNames");
      var outputBabies =
                    from b in inputBabies
                    where b.State == "CA" && b.Year >= 2005 && b.Year <= 2010
                    orderby b.Year
                    select b;
      outputBabies.ToDsc("sorted-CA-babyNames-2005-2010").Submit();
  }
}

                                                                                  27
2011年10月

Windows HPC Server
     2008 R2
 Service Pack 3 RC
にLINQ to HPC が統合
http://blogs.technet.com/b/osamut/archive/2011/10/26/3461422.aspx


                                                                    28
29
2011年11月11日


          30
LINQ to HPC 終了のお知らせ




http://blogs.technet.com/b/windowshpc/archive/2011/11/11/
hpc-pack-2008-r2-sp3-and-windows-azure-hpc-scheduler-released.aspx

                                                                     31
As part of this release we’ve also updated
the preview version of LINQ to HPC,
however, this will be the final preview
and we do not plan to move forward
with a production release.

In line with our announcement in October
at the PASS conference we will focus our
effort on bringing Apache Hadoop to
both Windows Server and Windows
Azure.
                                             32
で、登場。




  https://www.hadooponazure.com/
                                   33
Doug Cutting
                                                           Hadoop




http://www.atmarkit.co.jp/fjava/special/cloudera/01.html
                                                                34
使えるもの




 Pig    Hive




               35
作成できるクラスタ
• Small
  – 4ノード        ディスク2TB
• Medium
  – 8ノード        ディスク4TB
• Large
  – 16ノード       ディスク8TB
• Extra Large
  – 32ノード       ディスク16TB

                           36
料金について
• 現状無料で使えます。
 – どの大きさのクラスタを使っても無料です。
• ただし、作成したクラスタには制限時間
  があります。
 – クラスタの作成から48時間が経過すると、
   クラスタが全て解放されます。
   HDFSに保存されたデータも消えます。
 – クラスタを再作成すればまたすぐに利用でき
   ます。

                          37
Let’s dream and then let’s build.
                    - Ray Ozzie




             はるたま (@harutama)
             http://twitter.com/harutama

More Related Content

PDF
Kubernetes上のWindows Server コンテナーのマイクロサービス間分離
PDF
Rancher2.3とwindows Containerで作るkubernetesクラスタ
PDF
Kubernetes、Flannel、CNIでWindows Container Clusterオーケストレーション
PPTX
Cloud Foundry as Containerized Services - Cloud Foundry Days Tokyo 2016
PDF
Build Windows ラップアップ
PDF
Windows Server 2016上でLinuxコンテナが動いた!
PDF
Tekton 入門
PDF
Recap: PowerShell Core
Kubernetes上のWindows Server コンテナーのマイクロサービス間分離
Rancher2.3とwindows Containerで作るkubernetesクラスタ
Kubernetes、Flannel、CNIでWindows Container Clusterオーケストレーション
Cloud Foundry as Containerized Services - Cloud Foundry Days Tokyo 2016
Build Windows ラップアップ
Windows Server 2016上でLinuxコンテナが動いた!
Tekton 入門
Recap: PowerShell Core

What's hot (20)

PPTX
20180630 interact2018 rev1
PDF
JBoss EAP for OpenShift
PDF
Azure Stack 受け入れ準備_20180630
PPTX
20180901 community ws2019_share
PDF
KubernetesとFlannelでWindows上にPod間VXLAN Overlayネットワークを構成
PPTX
はじめての Cloud Foundry: .NET アプリケーションのはじめ方
PPTX
20180630 data transformationusinglogicflow
PDF
Juju/MAASで作る Kubernetes + GPU
PDF
SQL Server コンテナ入門(Docker編)
PDF
最速・最短・最簡単でKubernetesを始めるハウツー with k0s
PPTX
Hyper-V + Linux {which Microsoft Loves}
PDF
DC/OS as PaaS : paasjp#36
PDF
kpackによるコンテナイメージのビルド
PDF
Red Hat OpenShift Container Storage
PDF
[Interact 2018] 別視点からのハイパーコンバージドインフラ ~ ソフトウェアによる華麗な “ものづくり“ の世界
PDF
Start SQL Server with Docker
PDF
OpenStack の利用
PDF
DOO-003_Jenkins 作者が語る、Docker コンテナによる継続的デリバリのオススメと新機能のご紹介
PPTX
CCCEU Feedback
PPTX
Jenkins User Conference 東京 2015
20180630 interact2018 rev1
JBoss EAP for OpenShift
Azure Stack 受け入れ準備_20180630
20180901 community ws2019_share
KubernetesとFlannelでWindows上にPod間VXLAN Overlayネットワークを構成
はじめての Cloud Foundry: .NET アプリケーションのはじめ方
20180630 data transformationusinglogicflow
Juju/MAASで作る Kubernetes + GPU
SQL Server コンテナ入門(Docker編)
最速・最短・最簡単でKubernetesを始めるハウツー with k0s
Hyper-V + Linux {which Microsoft Loves}
DC/OS as PaaS : paasjp#36
kpackによるコンテナイメージのビルド
Red Hat OpenShift Container Storage
[Interact 2018] 別視点からのハイパーコンバージドインフラ ~ ソフトウェアによる華麗な “ものづくり“ の世界
Start SQL Server with Docker
OpenStack の利用
DOO-003_Jenkins 作者が語る、Docker コンテナによる継続的デリバリのオススメと新機能のご紹介
CCCEU Feedback
Jenkins User Conference 東京 2015
Ad

Similar to 第1回JAZUG静岡勉強会 (20)

PDF
マイクロソフトの提供するMA6向けAPIのご紹介
PDF
PHP on Windows Azure
PDF
PHP on Windows Azure
PDF
build 2012 Windows Azure 的まとめ
PDF
PHP on Windows Azure in Open Source Conference
PDF
Azure &lt;3 Openness
PDF
20130714 July Tech Festa 日本CloudStackユーザー会
PPTX
20140927 azure pack_slideshare
PDF
今日から使えるCouchbaseシステムアーキテクチャデザインパターン集
PDF
Cloud Foundry: Open Platform as a Service
PDF
Netラボ2012年6月勉強会 マイクロソフトのオープンソース戦略を考える
PDF
.NET Coreから概観する.NETのOSSへの取り組み
PDF
20130803 OSC@Kyoto CloudStackユーザー会
PDF
Oracle Cloud IaaS活用:VMwareをそのままパブリック・クラウドへ&Windowsならオラクル [Oracle Cloud Days T...
PDF
Azure Websites で作るスケーラブルな PHP アプリケーション
PPTX
Hybrid Data Deliveryを活用してオンプレミスデータをQlik Cloudでリアルタイム活用!
PDF
はじめての Azure 開発
PDF
de:code 2018 DA06 SQL Server 管理者におくる SQL Server on Linux Tips
PPTX
Monitoring あれこれ
PPTX
Windows Azure PHP Tips
マイクロソフトの提供するMA6向けAPIのご紹介
PHP on Windows Azure
PHP on Windows Azure
build 2012 Windows Azure 的まとめ
PHP on Windows Azure in Open Source Conference
Azure &lt;3 Openness
20130714 July Tech Festa 日本CloudStackユーザー会
20140927 azure pack_slideshare
今日から使えるCouchbaseシステムアーキテクチャデザインパターン集
Cloud Foundry: Open Platform as a Service
Netラボ2012年6月勉強会 マイクロソフトのオープンソース戦略を考える
.NET Coreから概観する.NETのOSSへの取り組み
20130803 OSC@Kyoto CloudStackユーザー会
Oracle Cloud IaaS活用:VMwareをそのままパブリック・クラウドへ&Windowsならオラクル [Oracle Cloud Days T...
Azure Websites で作るスケーラブルな PHP アプリケーション
Hybrid Data Deliveryを活用してオンプレミスデータをQlik Cloudでリアルタイム活用!
はじめての Azure 開発
de:code 2018 DA06 SQL Server 管理者におくる SQL Server on Linux Tips
Monitoring あれこれ
Windows Azure PHP Tips
Ad

More from Sunao Tomita (20)

PDF
AD19_冨田・近江_TechSummit2018
PDF
俺の俺による俺のための App Service Environment
PPTX
ハンズオン環境をAzure仮想マシンを作成する.pptx
PPTX
OMSのあれこれ
PPTX
CPU 版 TensorFlow を Azure 仮想マシンに構築する
PPTX
Azure Notebook で TensorFlow をハンズオンする環境を作る話
PPTX
Azure2017年3月障害DeepDive
PPTX
Azure App Service を使った無料のハンズオン
PDF
Logic Apps と Api Apps の話
PDF
Caching ガイダンスの話
PDF
20141004 青森ハンズオン Azure概要
PDF
Mashup Ideathon 東北 in 青森
PDF
デザインパターンから見た AWS と Azure
PDF
Build 2014 Azure 的まとめ
PDF
Windows Azure の歴史2014年2月26日版
PDF
Windows Azure の中でも動いている InfiniBand って何?
PDF
最近の Windows Azure ってどう?
PDF
2013年版の inside windows azure
PDF
Windows Azureの歴史 2013年2月版
PPTX
ネクスト・ジェネレーションクラウドネットワーク~雲の中のリストラクチャリング~
AD19_冨田・近江_TechSummit2018
俺の俺による俺のための App Service Environment
ハンズオン環境をAzure仮想マシンを作成する.pptx
OMSのあれこれ
CPU 版 TensorFlow を Azure 仮想マシンに構築する
Azure Notebook で TensorFlow をハンズオンする環境を作る話
Azure2017年3月障害DeepDive
Azure App Service を使った無料のハンズオン
Logic Apps と Api Apps の話
Caching ガイダンスの話
20141004 青森ハンズオン Azure概要
Mashup Ideathon 東北 in 青森
デザインパターンから見た AWS と Azure
Build 2014 Azure 的まとめ
Windows Azure の歴史2014年2月26日版
Windows Azure の中でも動いている InfiniBand って何?
最近の Windows Azure ってどう?
2013年版の inside windows azure
Windows Azureの歴史 2013年2月版
ネクスト・ジェネレーションクラウドネットワーク~雲の中のリストラクチャリング~

第1回JAZUG静岡勉強会