mobile-first, cloud-first のその先へ~ ai とbi、そし …...~mobile-first, cloud-first...

26
日本マイクロソフト株式会社 パートナー事業本部 パートナー技術統括本部 テクニカル エバンジェリスト 井上 章 (いのうえ あきら) Mobile-first, Cloud-first のその先へ ~ AI BI 、そして Azure で実践する アプリケーション モダナイゼーション

Upload: others

Post on 02-Apr-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

日本マイクロソフト株式会社パートナー事業本部 パートナー技術統括本部テクニカル エバンジェリスト井上 章 (いのうえ あきら)

~Mobile-first, Cloud-first のその先へ~

AI と BI、そして Azure で実践するアプリケーションモダナイゼーション

Page 2: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Mobile first + Cloud first

Page 3: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Intelligent Edge + Intelligent Cloud

Page 4: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Bringing AI to Every Developer

Page 5: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

学習済み

モデル利用

学習モデル

作成

Page 6: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション
Page 7: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Labs

Bing Web Search

Bing Autosuggest

Bing Image Search

Bing Video Search

Bing News Search

Bing Custom Search

Search

Computer Vision

Emotion

Face

Video

Video Indexer

Custom Vision Service

Vision

Bing Speech

Custom Speech Service

Speaker Recognition

Translator

Speech

Bing Spell Check

Linguistic Analysis

Language Understanding

Text Analytics

Web Language Model

Language

AcademicKnowledge

Entity Linking

Knowledge Exploration

QnA Maker

Recommendations

Custom Decision Service

Knowledge

microsoft.com/cognitive

Content Moderator

Project Prague Nanjing Project Project Johannesburg

Project Cuzco Project Abu Dhabi Project Wollongong

GA

New

Page 8: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Multi-device

Page 9: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Essentials for mobile success

Intelligent cloudBuild, test, distribute, learnBeautiful native apps

Page 10: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

3 Native User Interfaces

Shared App Logic

Shared C# Logic

Windows C#Android C#iOS C#

Shared C# Logic

Shared UI Code

Shared (Native) User Interfaces

Shared App Logic

Page 11: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

.NET Framework .NET Core Xamarin

アプリ

モデル

ベース

ライブラリ

Page 12: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Containers & Serverless

Page 13: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

プラットフォームの変化

201620001990 2010

Cloud Native Apps

Page 14: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Serverless

Containers

Monolithic

Frontend

Middle tier

Backend

Microservice 1

Microservice 2

Microservice 3

Microservice 4

Microservice 5

Function 1

Function 2

Function 3

Function 4

Function 5

Function 6

Function 7

Function 8

Function 9

Function 10

Function 11

Function 12

• Azure Functions

• Web App for Containers

• Azure Container Instances

• Azure Container Service (AKS)

• Service Fabric

Page 15: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

App Service on Linux & Web App for Containers

Linux ベースの PaaS サービス & コンテナー実行基盤

Bring your code Bring your container

✓ Azure 上へ高速デプロイ✓ オンデマンドでスケールが容易✓ CI/CD による Agile 開発が可能

※現時点では Basic および Standard の App Service プランのみのサポートとなります。

Page 16: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Azure Functions

サーバーレス = サーバーの存在を意識しない開発

イベント駆動、スケール構成不要

リソース使用量と関数実行回数に基づく課金

C#, .NET Framework, .NET Core をサポート

Visual Studio によるデバッグ、テスト、デプロイ

Page 17: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション
Page 18: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Business Intelligence (BI)

Page 19: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

データ分析と可視化、ビジネス意思決定の支援ツールとプラットフォーム

Microsoft Power BI

Page 20: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

http://powerbi.microsoft.com

Page 21: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション
Page 22: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

株式会社ヘッドウォータース様

「顧客おもてなしサービス」

Page 23: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション
Page 24: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

Microsoft Developers

Page 25: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

井上 章 (いのうえ あきら)

テクニカル エバンジェリスト

http://aka.ms/chack

2008 年マイクロソフト入社。

主に .NET/ASP.NET や Visual Studio, Microsoft Azure などの開発技術を専門とするエバンジェリストとして、技術書籍やオンライン記事などの執筆、さまざまな技術イベントでの講演などを行う。

Page 26: Mobile-first, Cloud-first のその先へ~ AI とBI、そし …...~Mobile-first, Cloud-first のその先へ~ AI とBI、そしてAzure で実践する アプリケーションモダナイゼーション

© 2017 Microsoft Corporation. All rights reserved.

本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。