SlideShare uma empresa Scribd logo
1 de 50
Baixar para ler offline
Azure開発の極意
〜2011年版〜
                     冨田 順
                     株式会社 富士通システムソリューションズ
                     ソリューション研究開発部


                     安東沙織
17-D-1               株式会社 NTTデータ
                     基盤システム事業本部


                     関満徳
                     Japan Windows Azure User Group
                     Visual Studio User Group
         Developers Summit 2011
自己紹介
 冨田 順(とみた すなお)
  普段はスーツを着て働くしがないリーマン
  実はWindows Azure MVPです
  http://twitter.com/harutama
   http://d.hatena.ne.jp/haru-tama/


 Windows Azureのコミュニティやってます
  Japan Windows Azure User Group
   http://r.jazug.jp/
              Developers Summit 2011
はじめに
 デブサミのハッシュタグは「#devsumi」です
  ダダ漏らしWelcome!!
 質問があれば「#jazug」も付けてください
  余裕があればセッション中にお答えします。
  個別のご相談があればセッション終了後の
   Ask the Speakerコーナーでお願いします。
 スライドはSlideshareに置いてあります
  http://d.hatena.ne.jp/haru-tama/
   付録を多めにつけていますのでご覧あれ。
             Developers Summit 2011
今日の目的

Windows Azureを
(Developer目線から)
使ってみようという気分に
なっていただきたい
        Developers Summit 2011
前提知識

 なんとなくクラウドを知っている
  Windows Azure以外でも全く問題ありません。
   むしろ他のクラウドを知っている方がいいです。
  語れるほど知らなくても全く構いません。


 実際に(Azureに限らず)クラウドを使った
  ことがあれば、より楽しめると思います。


          Developers Summit 2011
そろそろ本題
Developers Summit 2011
Windows Azureの全体
Windows Azure Platform                        Windows Azure
                                              Marketplace
  AppFabric          SQL Azure
  • Service Bus      • RDB                      DataMarket
  • Access Control   • Data Sync
                                                Applications
  • Caching          • Reporting
 Windows Azure
                      ストレージ                   Microsoft
  コンピューティング           •Blob                   Pinpoint
  •Web Role           •Table
  •Worker Role        •Queue
  •VM Role            •Drive
       ファブリックコントローラ

                     Developers Summit 2011
http://photo.sankei.jp.msn.com/
http://www.microsoft.com/japan/presspass/detail.aspx?newsid=3949

Windows Azure の事例
        ~MSN産経フォト

                       Developers Summit 2011
2010年10月28日
   PDC10 開催
 2010年11月25日
PDC10 Japan 開催
     Developers Summit 2011
追加された
新機能は…
 Developers Summit 2011
コンポーネント                       機能                          現在の状況        正式提供
新管理ポータル         SliverlightベースのUI                   提供済            ←
                複数管理者                               提供済            ←
Windows Azure   Extra Smallインスタンス                   ベータ提供済         未定
                VMロール                               ベータ提供済         未定
                Windows Azure Virtual Network       一部ベータ提供済       2011年前半
                リモートデスクトップ                          提供済            ←
                権限昇格(Elevated Privileges)           提供済            ←
                フルIIS                               提供済            ←
                Windows 2008R2ロール                   提供済            ←
                Virtual Network                     提供済            ←
                CDN                                 2011年提供予定      2011年中
                Server Application Virtualization   クローズドCTP提供中    2011年後半
 SQL Azure      DB Manager for SQL Azure            提供済            ←
                Reporting                           2010年CTP予定     2011年前半
                DataSync                            2010年CTP予定     2011年前半
Windows Azure   Caching                             CTP提供中         2011年前半
  AppFabric     サービスバス機能強化                          CTP提供中         2011年前半
                アクセスコントロール機能強化                      CTP提供中         2011年前半
                Connect                             提供済            ←
   その他          TFS on Azure                        2011年CTP提供予定   不明
                Azure Platformフォーラム                 提供済            ←
                サインアッププロセス                          提供済            ←
                      http://codezine.jp/article/detail/5687
                                Developers Summit 2011
( ゚д゚)ポカーン
   Developers Summit 2011
。         。
   。 。 。 。゜
   。 。゜。゜。 ゜。 。
 / // / / スポポポーン!!!
( Д ) Д)Д))

       Developers Summit 2011
Azureは何を狙っているのか?


   もっと移行しやすく

   カンタンにデバッグ

   オープンプラットフォーム

      Developers Summit 2011
本日のおしながき


  もっと移行しやすく

   カンタンにデバッグ

  オープンプラットフォーム

     Developers Summit 2011
3つのRole
 Role = ホスティング環境
   動かしたいものに応じてRoleを選択する

 Web Role        Worker Role                  VM Role

• IISのPaaS       • Windowsの               • Windowsの
                   PaaS                     IaaS
• パッケージを         • パッケージを                 • 仮想マシン
  アップロード           アップロード                   イメージを
                                            アップロード
     小       ←       自由度                  →     大
                 Developers Summit 2011
VM Role
 自分で作成したVMイメージ(VHD)を動かす
  サポートするOSはWindows Server 2008 R2
    将来的には 2003 Server、Server 2008(無印)
     のサポートも予定


 現在はベータ版として提供中
  現状Amazon EC2のAMIのような仕組みは未提供
    今後、クラウド側でイメージを作成する機能の実装を
     予定している。


               Developers Summit 2011
関満徳
                    Japan Windows Azure User Group
                            Visual Studio User Group

デモ
VM Role

          Developers Summit 2011
VM Roleが全てを解決?

汎用性   保守性           汎用性と保守性の
                     トレードオフ
                         IT投資の大部分を占める
                          のが、保守に関わる費用
                          という現実。
                         そうは言っても、VM Role
                          でなければ動かせない
                          アプリケーションも存在
                          するのも事実。



       Developers Summit 2011
Kobojoの事例
 ソーシャルネットワークゲームプロバイダ
 従業員11人




  http://www.microsoft.com/japan/windowsazure/evidence/
                   Developers Summit 2011
管理者権限での実行
 今まで何ができなくて困っていたか?
  インストーラを実行
  レジストリにエントリを追加・編集する
  COMやGACへ登録


 管理者権限で実行する手段
  スタートアップタスク
  管理者モード (Elevated Privilege)
  Web Role、Worker Roleで使用可能

             Developers Summit 2011
本日のおしながき


  もっと移行しやすく

   カンタンにデバッグ

  オープンプラットフォーム

     Developers Summit 2011
PaaSアプリ開発の問題

 デバッグが難しい
  シミュレーション環境ではデバッグ可能だが、
   本番環境でのデバッグは困難。


 インスタンスの状態がよく分からない
  必要なファイルは揃っているか?
  ファイルシステム・環境変数などの状態が想定
   しているものかが確認できない。

         Developers Summit 2011
リモートデスクトップ
 Windows Azureのインスタンスに対して、直接
  リモートデスクトップ接続が可能。
  複数インスタンス・複数ロールが動作していても、
   指定したインスタンスに対して接続が可能。


 あくまでデバッグ用の機能
  メンテナンス等によってインスタンスが再起動され
   た際、システムの変更はすべてリセットされる。
 直接マシンの状態を確認することができるのは
 他のPaaSと比較して最大のメリット
           Developers Summit 2011
Azure Connect

 クラウドとオンプレミスのVPN
  IPSecを使用したトンネリング
  オンプレミス側はVPNクライアントをインストール
  クラウド側は設定だけ行えばアクティベートされる


 VPNによる通信の範囲はポータルサイトで
  設定を行う


          Developers Summit 2011
安東沙織
       株式会社 NTTデータ 基盤システム事業本部
           Japan Windows Azure User Group

デモ
リモートデスクトップ + Connect

        Developers Summit 2011
本日のおしながき


  もっと移行しやすく

   カンタンにデバッグ

  オープンプラットフォーム

     Developers Summit 2011
Javaサポートの改善
PDC10での発表
Java の有効性の改善:
マイクロソフトは、Windows Azure で Java を主要な開
発言語の一つとして扱うことを計画しています。
このプロセスには、Java のパフォーマンスの改善、
Eclipse ツールの整備、Windows Azure 向けクライア
ント ライブラリが含まれます。
お客様は、好みの Java 環境を選択して Windows
Azure 上で実行できるようになります。
 http://www.microsoft.com/japan/windowsazure/pdcannouncements/
                       Developers Summit 2011
インストールマニアックス4
 PHP、Perl、RoRアプリをAzureにインストール
  http://maniax.jp/installmaniax/4/report/docs




                  Developers Summit 2011
PlayBackMailの事例
 メール誤送信対策ソリューション
 Amazon EC2 + SQL Azure で構成




            Developers Summit 2011
最後に…


       Developers Summit 2011
Developers Summit 2011
Developers Summit 2011
Let’s dream and then let’s build.
                        - Ray Ozzie


                        冨田 順
                        http://twitter.com/harutama
                        安東 沙織
                        http://twitter.com/sao_a
                        関 満徳
                        http://twitter.com/fullvirtue

            Developers Summit 2011
付録


     Developers Summit 2011
MSN産経フォト

 PivotViewer Control
   http://www.silverlight.net/learn/pivotviewer/


 PivotViewer Silverlight control の使い方
 Pivot, OData, and Windows Azure
  http://blog.smarx.com/posts/pivot-odata-
  and-windows-azure-visual-netflix-browsing

                   Developers Summit 2011
Windows Azureの開発に
必要なもの

       Developers Summit 2011
開発環境として必要なもの
                                        無料
 Visual Web Developer 2010 Express
 SQL Server 2008 R2 Express
 Windows Azure SDK 1.3


   これらがあれば、ローカルの
   エミュレーション環境で開発可能。
               Developers Summit 2011
開発環境の入手先

 Visual Web Developer 2010 Express
   http://www.microsoft.com/japan
                      /msdn/vstudio/express/


 Windows Azure SDK 1.3
   http://www.microsoft.com/downloads/details.asp
    x?FamilyID=7a1089b6-4050-4307-86c4-
    9dadaa5ed018&displayLang=ja

                  Developers Summit 2011
Azureのアカウント作成方法

1. Windows Live ID の取得
2. Windows AzureサブスクリプションIDの登録

 詳細な手順に関しては以下を参照
  http://bit.ly/azurehowtobuy




                  Developers Summit 2011
お得な課金プラン

 Windows Azure Platform 導入特別プラン
  だれでも使える無償プラン
    25時間のコンピューティング(Smallインスタンス)
    Live IDを30個用意しておゲフンゲフン…


 MSDN サブスクリプション会員向け無償特典
  MSDNサブスクライバ向けの特典プラン
    750 時間のコンピューティング(Smallインスタンス)


             Developers Summit 2011
eXtra Smallインスタンス
 小規模で低価格のインスタンスサイズ
  監視用などのリソースを要求しないワークロード
  デバッグ用やデモ用などの正規の運用ではない用途

   eXtra Small                                 Small
   共有の1Core                                    1Core
                       CPU
  (1.0GHz相当)                               (1.6GHz相当)
     0.75GB           メモリ                     1.75GB
   4.9円/1時間                                11.76円/1時間
                       価格
 (1ヶ月で3528円)                              (1ヶ月で8467円)
                 Developers Summit 2011
ベンチャー企業の皆様へ




http://www.microsoft.com/japan/mscorp/mic/bizspark/default.mspx
                       Developers Summit 2011
Windows Azureの
学習リソース

        Developers Summit 2011
中の人の情報発信

 砂金 信一郎(@shin135)
  http://blogs.itmedia.co.jp/isago/
 さとうなおき(@satonaoki)
  http://satonaoki.wordpress.com/
 大森 彩子
  http://itpro.nikkeibp.co.jp/members/bn/m
   okuji.jsp?OFFSET=0&MAXCNT=20&TOP_
   ID=349231&ST=cloud


                 Developers Summit 2011
Azure関連の個人Blog
 SQL Azureの話なら
  「蒼の王座」
   http://sqlazure.jp/b/
 管理者目線でのWindows Azureなら
  「ブチザッキ」
   http://buchizo.wordpress.com/
 VM Roleを極めたいのなら
  「SE の雑記」
   http://engineermemo.wordpress.com/

                  Developers Summit 2011
開発者向け技術情報




http://msdn.microsoft.com/ja-jp/windowsazure/default
                  Developers Summit 2011
無償セミナーとハンズオン




http://www.microsoft.com/japan/windowsazure/events/hol/
                    Developers Summit 2011
クラウド移行体験サンプル
 AccessのシステムをAzureに移行
 PHPアプリをAzureに移行




 http://www.microsoft.com/japan/business/industry/gov/azure.mspx
                        Developers Summit 2011
Code Recipe
 サンプルや逆引きコードのまとめサイト
 Azure以外にも多数のサンプルを用意




 http://www.microsoft.com/japan/business/industry/gov/azure.mspx
                         Developers Summit 2011

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

【JJUG LT 大会】Zulu Open JDK
【JJUG LT 大会】Zulu Open JDK【JJUG LT 大会】Zulu Open JDK
【JJUG LT 大会】Zulu Open JDK
 
Application Platform としての Windows Server 2019
Application Platform としての Windows Server 2019Application Platform としての Windows Server 2019
Application Platform としての Windows Server 2019
 
Chat bot created by QnA Maker
Chat bot created by QnA MakerChat bot created by QnA Maker
Chat bot created by QnA Maker
 
Windows Server Container and Windows Subsystem for Linux
Windows Server Container and Windows Subsystem for LinuxWindows Server Container and Windows Subsystem for Linux
Windows Server Container and Windows Subsystem for Linux
 
App controllerとwindows azure packで作る大規模プライベートクラウド
App controllerとwindows azure packで作る大規模プライベートクラウドApp controllerとwindows azure packで作る大規模プライベートクラウド
App controllerとwindows azure packで作る大規模プライベートクラウド
 
Azure Arc Enabled Serverの活用
Azure Arc Enabled Serverの活用Azure Arc Enabled Serverの活用
Azure Arc Enabled Serverの活用
 
Windows Admin Center 2018年10月のお話
Windows Admin Center 2018年10月のお話Windows Admin Center 2018年10月のお話
Windows Admin Center 2018年10月のお話
 
Windows Admin Center 2103.2 and Windows Admin Center on Azure
Windows Admin Center 2103.2 and Windows Admin Center on AzureWindows Admin Center 2103.2 and Windows Admin Center on Azure
Windows Admin Center 2103.2 and Windows Admin Center on Azure
 
150523 jpsps ws2012r2_top10_150523
150523 jpsps ws2012r2_top10_150523150523 jpsps ws2012r2_top10_150523
150523 jpsps ws2012r2_top10_150523
 
もうはじまっている ”クラウド ファースト VDI” ~ 一問一答形式で Citrix on Azure を徹底解説! ~
もうはじまっている ”クラウド ファースト VDI” ~ 一問一答形式で Citrix on Azure を徹底解説! ~もうはじまっている ”クラウド ファースト VDI” ~ 一問一答形式で Citrix on Azure を徹底解説! ~
もうはじまっている ”クラウド ファースト VDI” ~ 一問一答形式で Citrix on Azure を徹底解説! ~
 
お待たせしました! 真の VDI on Azure がついに実現します!~ Citrix と Microsoft のタッグがもたらす次世代型クラウド・デス...
お待たせしました! 真の VDI on Azure がついに実現します!~ Citrix と Microsoft のタッグがもたらす次世代型クラウド・デス...お待たせしました! 真の VDI on Azure がついに実現します!~ Citrix と Microsoft のタッグがもたらす次世代型クラウド・デス...
お待たせしました! 真の VDI on Azure がついに実現します!~ Citrix と Microsoft のタッグがもたらす次世代型クラウド・デス...
 
Windows Server 2019 で Container を使ってみる
Windows Server 2019 で Container を使ってみるWindows Server 2019 で Container を使ってみる
Windows Server 2019 で Container を使ってみる
 
1st step LogicFlow
1st step LogicFlow1st step LogicFlow
1st step LogicFlow
 
エンプラに Kubernetes を 導入してみて分かった 4つの Lessons Learned
エンプラに Kubernetes を 導入してみて分かった 4つの Lessons Learnedエンプラに Kubernetes を 導入してみて分かった 4つの Lessons Learned
エンプラに Kubernetes を 導入してみて分かった 4つの Lessons Learned
 
Hyper-V エンタープライズ設計の現実解:2015 年版
Hyper-V エンタープライズ設計の現実解:2015 年版Hyper-V エンタープライズ設計の現実解:2015 年版
Hyper-V エンタープライズ設計の現実解:2015 年版
 
Getting started with Windows Containers
Getting started with Windows ContainersGetting started with Windows Containers
Getting started with Windows Containers
 
Azure Stack HCI OS で HCI を構築してみた!(手順付)
Azure Stack HCI OS で HCI を構築してみた!(手順付)Azure Stack HCI OS で HCI を構築してみた!(手順付)
Azure Stack HCI OS で HCI を構築してみた!(手順付)
 
WVD (Windows Virtual Desktop) 概要
WVD (Windows Virtual Desktop) 概要WVD (Windows Virtual Desktop) 概要
WVD (Windows Virtual Desktop) 概要
 
ウェブディレクターのための Web A11Y 勉強会 (Season 2) #01
ウェブディレクターのための Web A11Y 勉強会 (Season 2) #01ウェブディレクターのための Web A11Y 勉強会 (Season 2) #01
ウェブディレクターのための Web A11Y 勉強会 (Season 2) #01
 
System Center Operations Manager 2019
System Center Operations Manager 2019System Center Operations Manager 2019
System Center Operations Manager 2019
 

Destaque

初心者がハマったWindows Azureの基礎の基礎
初心者がハマったWindows Azureの基礎の基礎初心者がハマったWindows Azureの基礎の基礎
初心者がハマったWindows Azureの基礎の基礎
Saori Ando
 
Windowsフォームで大丈夫か?一番良いのを頼む。
Windowsフォームで大丈夫か?一番良いのを頼む。Windowsフォームで大丈夫か?一番良いのを頼む。
Windowsフォームで大丈夫か?一番良いのを頼む。
Yuya Yamaki
 
Development in Testing
Development in TestingDevelopment in Testing
Development in Testing
Katya Kameneva
 
Telling Your Breakthrough Brand Story On Social Media For Entrepreneurs
Telling Your Breakthrough Brand Story On Social Media For EntrepreneursTelling Your Breakthrough Brand Story On Social Media For Entrepreneurs
Telling Your Breakthrough Brand Story On Social Media For Entrepreneurs
Doyle Buehler
 
буклет новий
буклет новийбуклет новий
буклет новий
lenqik_07
 

Destaque (20)

初心者がハマったWindows Azureの基礎の基礎
初心者がハマったWindows Azureの基礎の基礎初心者がハマったWindows Azureの基礎の基礎
初心者がハマったWindows Azureの基礎の基礎
 
Windowsフォームで大丈夫か?一番良いのを頼む。
Windowsフォームで大丈夫か?一番良いのを頼む。Windowsフォームで大丈夫か?一番良いのを頼む。
Windowsフォームで大丈夫か?一番良いのを頼む。
 
shinohara m
shinohara mshinohara m
shinohara m
 
Burak TOK Media Interviews
Burak TOK Media InterviewsBurak TOK Media Interviews
Burak TOK Media Interviews
 
Open Coffee Patras XVII - Growthrocks
Open Coffee Patras XVII - GrowthrocksOpen Coffee Patras XVII - Growthrocks
Open Coffee Patras XVII - Growthrocks
 
5 qualities of a good website design
5 qualities of a good website design5 qualities of a good website design
5 qualities of a good website design
 
Atividade - Mapa Conceitual
Atividade - Mapa ConceitualAtividade - Mapa Conceitual
Atividade - Mapa Conceitual
 
Social Networking 201: Engaging Learners and Professional Networking with Tw...
Social Networking 201:Engaging Learners and Professional Networking with Tw...Social Networking 201:Engaging Learners and Professional Networking with Tw...
Social Networking 201: Engaging Learners and Professional Networking with Tw...
 
Development in Testing
Development in TestingDevelopment in Testing
Development in Testing
 
The Cloud and Next Gen IT Gordon Haff - p camp-boston2012
The Cloud and Next Gen IT   Gordon Haff - p camp-boston2012The Cloud and Next Gen IT   Gordon Haff - p camp-boston2012
The Cloud and Next Gen IT Gordon Haff - p camp-boston2012
 
Textos Complementares
Textos ComplementaresTextos Complementares
Textos Complementares
 
Telling Your Breakthrough Brand Story On Social Media For Entrepreneurs
Telling Your Breakthrough Brand Story On Social Media For EntrepreneursTelling Your Breakthrough Brand Story On Social Media For Entrepreneurs
Telling Your Breakthrough Brand Story On Social Media For Entrepreneurs
 
We don’t need no stinkin app server! Building a Two-Tier Mobile App
We don’t need no stinkin app server! Building a Two-Tier Mobile AppWe don’t need no stinkin app server! Building a Two-Tier Mobile App
We don’t need no stinkin app server! Building a Two-Tier Mobile App
 
C v
C vC v
C v
 
Did you know LEVEL OF SERVICE is ruining your life?
Did you know LEVEL OF SERVICE is ruining your life?Did you know LEVEL OF SERVICE is ruining your life?
Did you know LEVEL OF SERVICE is ruining your life?
 
FIWARE MEXICO WorkShop 2016 - 4. Ongoing & future FIWARE activities in Mexico...
FIWARE MEXICO WorkShop 2016 - 4. Ongoing & future FIWARE activities in Mexico...FIWARE MEXICO WorkShop 2016 - 4. Ongoing & future FIWARE activities in Mexico...
FIWARE MEXICO WorkShop 2016 - 4. Ongoing & future FIWARE activities in Mexico...
 
буклет новий
буклет новийбуклет новий
буклет новий
 
わかば向けAzure
わかば向けAzureわかば向けAzure
わかば向けAzure
 
Agency Marketing Innovations
Agency Marketing InnovationsAgency Marketing Innovations
Agency Marketing Innovations
 
Bharti retail.pptx by amandeep
Bharti retail.pptx by amandeepBharti retail.pptx by amandeep
Bharti retail.pptx by amandeep
 

Semelhante a 17-D-1 Azure開発の極意 ~2011年版~

18-D-1 .Net Framework 4 概要
18-D-1 .Net Framework 4 概要18-D-1 .Net Framework 4 概要
18-D-1 .Net Framework 4 概要
Developers Summit
 
Windows Azureで Webサーバーを再発明してみる
Windows AzureでWebサーバーを再発明してみるWindows AzureでWebサーバーを再発明してみる
Windows Azureで Webサーバーを再発明してみる
Sunao Tomita
 
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
Hiroki Kondo
 
Intro jazuggirls 20120125
Intro jazuggirls 20120125Intro jazuggirls 20120125
Intro jazuggirls 20120125
Saori Ando
 
20120201 windowsazureの歴史
20120201 windowsazureの歴史20120201 windowsazureの歴史
20120201 windowsazureの歴史
Sunao Tomita
 
JAWSUG & JAZUG Sendai Azure Update 20140517
JAWSUG & JAZUG Sendai Azure Update 20140517JAWSUG & JAZUG Sendai Azure Update 20140517
JAWSUG & JAZUG Sendai Azure Update 20140517
Ayako Omori
 

Semelhante a 17-D-1 Azure開発の極意 ~2011年版~ (20)

18-D-1 .Net Framework 4 概要
18-D-1 .Net Framework 4 概要18-D-1 .Net Framework 4 概要
18-D-1 .Net Framework 4 概要
 
Visual Studio 2010
Visual Studio 2010Visual Studio 2010
Visual Studio 2010
 
Windows Azureで Webサーバーを再発明してみる
Windows AzureでWebサーバーを再発明してみるWindows AzureでWebサーバーを再発明してみる
Windows Azureで Webサーバーを再発明してみる
 
Mvc conf session_5_isami
Mvc conf session_5_isamiMvc conf session_5_isami
Mvc conf session_5_isami
 
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
成長できるエンタープライズシステムを目指して-OSGiによるモジュール型アーキテクチャの実現-
 
[TL04] .NET 15 周年の今こそ考えるクラウドネイティブ アプリケーションと .NET の活用
[TL04] .NET 15 周年の今こそ考えるクラウドネイティブ アプリケーションと .NET の活用[TL04] .NET 15 周年の今こそ考えるクラウドネイティブ アプリケーションと .NET の活用
[TL04] .NET 15 周年の今こそ考えるクラウドネイティブ アプリケーションと .NET の活用
 
現場開発者視点で答えるWindows Azure
現場開発者視点で答えるWindows Azure現場開発者視点で答えるWindows Azure
現場開発者視点で答えるWindows Azure
 
Intro jazuggirls 20120125
Intro jazuggirls 20120125Intro jazuggirls 20120125
Intro jazuggirls 20120125
 
[Japan Tech summit 2017] APP 001
[Japan Tech summit 2017] APP 001[Japan Tech summit 2017] APP 001
[Japan Tech summit 2017] APP 001
 
クラウドサービスを使って作る動画サイト?
クラウドサービスを使って作る動画サイト?クラウドサービスを使って作る動画サイト?
クラウドサービスを使って作る動画サイト?
 
20120201 windowsazureの歴史
20120201 windowsazureの歴史20120201 windowsazureの歴史
20120201 windowsazureの歴史
 
.NET Coreから概観する.NETのOSSへの取り組み
.NET Coreから概観する.NETのOSSへの取り組み.NET Coreから概観する.NETのOSSへの取り組み
.NET Coreから概観する.NETのOSSへの取り組み
 
くまあず Nchikita 140628-2
くまあず Nchikita 140628-2くまあず Nchikita 140628-2
くまあず Nchikita 140628-2
 
.NET Coreとツール類の今
.NET Coreとツール類の今.NET Coreとツール類の今
.NET Coreとツール類の今
 
JAWSUG & JAZUG Sendai Azure Update 20140517
JAWSUG & JAZUG Sendai Azure Update 20140517JAWSUG & JAZUG Sendai Azure Update 20140517
JAWSUG & JAZUG Sendai Azure Update 20140517
 
20170719 wintechq azure_stack
20170719 wintechq azure_stack20170719 wintechq azure_stack
20170719 wintechq azure_stack
 
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイルVisual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
Visual Studio 2019 GA ! ~ 最新情報 & これからの開発スタイル
 
Windows Server 2008 / R2とWindows Admin CenterとAzure Site Recovery
Windows Server 2008 / R2とWindows Admin CenterとAzure Site RecoveryWindows Server 2008 / R2とWindows Admin CenterとAzure Site Recovery
Windows Server 2008 / R2とWindows Admin CenterとAzure Site Recovery
 
.NET Core と Container, そして Azure Web Apps on Linux による Web アプリ開発最前線
.NET Core と Container, そして Azure Web Apps on Linux による Web アプリ開発最前線.NET Core と Container, そして Azure Web Apps on Linux による Web アプリ開発最前線
.NET Core と Container, そして Azure Web Apps on Linux による Web アプリ開発最前線
 
XDev2010 WindowsAzure
XDev2010 WindowsAzureXDev2010 WindowsAzure
XDev2010 WindowsAzure
 

Mais de Sunao Tomita

Mashup Ideathon 東北 in 青森
Mashup Ideathon 東北 in 青森Mashup Ideathon 東北 in 青森
Mashup Ideathon 東北 in 青森
Sunao Tomita
 
Build 2014 Azure 的まとめ
Build 2014 Azure 的まとめBuild 2014 Azure 的まとめ
Build 2014 Azure 的まとめ
Sunao Tomita
 
2013年版の inside windows azure
2013年版の inside windows azure2013年版の inside windows azure
2013年版の inside windows azure
Sunao Tomita
 

Mais de Sunao Tomita (20)

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

Último

Último (10)

Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
 
Utilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native IntegrationsUtilizing Ballerina for Cloud Native Integrations
Utilizing Ballerina for Cloud Native Integrations
 
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
 
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
知識ゼロの営業マンでもできた!超速で初心者を脱する、悪魔的学習ステップ3選.pptx
 
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
 
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
LoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイスLoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイス
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
 
新人研修 後半 2024/04/26の勉強会で発表されたものです。
新人研修 後半        2024/04/26の勉強会で発表されたものです。新人研修 後半        2024/04/26の勉強会で発表されたものです。
新人研修 後半 2024/04/26の勉強会で発表されたものです。
 
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルLoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
 
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
 
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
 

17-D-1 Azure開発の極意 ~2011年版~