SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
俺的 Build 2021 Update まとめ
自己紹介
足利 惟@yuiashikaga
株式会社 pnop 所属
Microsoft Azure だけでお仕事してます
Azureが登場した直後(2011-12年くらい)から触ってます
Japan Azure User Group (JAZUG) 運営メンバー
勉強会の企画、運営、登壇などを通じてAzureの魅力を発信
Facebookで「JAZUG」検索!!
Microsoft MVP for Azure (2016年4月~2021年6月)
Copyright© 2021, JAZUG All Rights Reserved.
2
はじめに
本セッションは 2021年5月29日 現在の情報を基に作成してます
最新情報はWebで!!
Copyright© 2021, JAZUG All Rights Reserved.
3
今回もUpdateたくさんありましたねぇ
Copyright© 2021, JAZUG All Rights Reserved.
4
このセッションの注意点
Build 2021 前中後の Azure アップデートを概要レベルでご紹介
キーノートで発表された機能以外もピックアップ
すべてのアップデートを紹介するわけじゃないよ
ArcとかAIとかLedgerとか.......
あくまで「俺的」な視点での Update おさらいなので
悪しからず
Copyright© 2021, JAZUG All Rights Reserved.
5
Azure New Icon
Copyright© 2021, JAZUG All Rights Reserved.
6
Azure application services
App Service、Functions、Logic Apps、API Management、Event
Grid は Azure Arcにより、オンプレミス、マルチクラウド、エッジ環境のどこ
でもKubernetesクラスター上で実行可能に
このあとのセッションで詳しく解説(デモ?)してくれるはず
Copyright© 2021, JAZUG All Rights Reserved.
7
https://azure.microsoft.com/ja-jp/blog/build-cloudnative-applications-that-run-anywhere/
Static Web Apps - GA
静的Webアプリ(HTML・CSS・JavaScriptからなる静的コンテンツと、静
的コンテンツから呼び出されるAPI)を公開するサービス
このあとのセッションで詳しく解説(デモ?)してくれるはず
Copyright© 2021, JAZUG All Rights Reserved.
8
Web Apps
App Service Managed Certificate – GA
Apexドメイン / サブドメイン 両方OK
証明書の更新、バインドの更新も自動的
• 証明書の更新は期限切れの45日前、証明書自体の有効期限は6ヵ月
Basic以上(Free、Shared、Isolatedは未サポート)
App Service Environment v3 – GA
App Service の専有環境
ゾーン冗長可能
インスタンスごとのスタンプ料金を廃止してコスト的にもよき
Copyright© 2021, JAZUG All Rights Reserved.
9
Logic Apps
新しいホスティングオプション(Standard SKU) – GA
新しいコンテナー化されたランタイム上で実行=Functionsと同じランタイム
複数のワークフローを単一のLogic Appに展開可能
VNet統合やPrivate Endpointでの接続なども可能
Copyright© 2021, JAZUG All Rights Reserved.
10
Azure Functions
Durable Functions の PowerShellサポート – GA
Functions v3ランタイム, PowerShell 7 のみ
Durable Functions storage provider options – Preview
オーケストレーションとエンティティの状態を管理する場所
デフォルトのストレージプロバイダーはAzure Storage
追加でNetheriteとMicrosoft SQL Serverをサポート
• Netherite(ネザライト):
Azure Event Hubsの高スループットのメッセージング機能と、Azure Page Blobs上のFASTERデータ
ベース技術を組み合わせたもの (Microsoft Research によって設計および開発)
このあとのLTで詳しく解説してくれるはず
Copyright© 2021, JAZUG All Rights Reserved.
11
Virtual Machine
Red Hat JBoss Enterprise Application Platform (EAP) – GA
Microsoft and Red Hatからサポート受けられる
WebSphere Application Server - GA
Microsoft and IBMからサポート受けられる
Copyright© 2021, JAZUG All Rights Reserved.
12
Azure Bicep
Azure Bicep v0.4 登場
Bicep = ARM Templateをより書きやすくしたもの
このあとのセッションで詳しく解説してくれるはず
Copyright© 2021, JAZUG All Rights Reserved.
13
Azure Cosmos DB
Free Tier の拡張 - GA
サブスクリプションあたり1000RU/s, 25GB Storage
• 以前は400RU/s, 5GB Storage
Azure Cosmos DB Serverless – GA
データベース操作によって消費される RU+使用ストレージ のみの課金
all APIs (Core, MongoDB, Cassandra, Gremlin and Table)
中程度のパフォーマンスが要求され、トラフィックがほとんど発生しない期間が頻
繁にあるアプリに最適
Azure AD 認証(RBAC対応) – GA
Core (SQL) APIのみ対応
Copyright© 2021, JAZUG All Rights Reserved.
14
Azure Cosmos DB
Linux Emulator - Preview
Cosmos DBの構築、テスト、学習を、LinuxおよびmacOSマシン上で
このあとのLTで詳しく解説してくれるはず
Copyright© 2021, JAZUG All Rights Reserved.
15
Azure Cosmos DB
部分ドキュメント更新 – Private Preview
従来はドキュメント全体の読み取りと置き換え
ドキュメント内の特定のフィールドやプロパティを変更可能に
Copyright© 2021, JAZUG All Rights Reserved.
16
https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy1
80BHbR5VsJDEls71JudfaPwmEjSFUQlA0VDNNQkFOMDZGOENCQU0yV1
VCTzg1My4u
Azure Cosmos DB
Azure Cosmos DB integrated cache – Preview
Cosmos DBアカウントに統合キャッシュを設定可能
キャッシュは、固定された専用のコンピュートリソースとして時間ごとに課金
データベースにヒットするリクエストの数を減らし、結果的にコストを下げられるかも
Copyright© 2021, JAZUG All Rights Reserved.
17
Azure Cosmos DB
Always Encrypted for Azure Cosmos DB – Preview
クライアントアプリケーション内の機密データを、データベースに格納する前に暗号
化することが可能に
暗号化キーの管理はKey Vaultで実施
Copyright© 2021, JAZUG All Rights Reserved.
18
Azure Database for PostgreSQL
and MySQL
Azureの無料アカウントにてFlexible Serverが12ヵ月無料
Copyright© 2021, JAZUG All Rights Reserved.
19
Azure Database for PostgreSQL
and MySQL
for PostgreSQL - Hyperscale (Citus) Basic Tier
Standardは、コーディネータノードと少なくとも2つのワーカーノード
Basicでは、すべてを1つのデータベースノードで実行
主に開発、テスト用
米国東部でスタート。他の地域でも予定
Copyright© 2021, JAZUG All Rights Reserved.
20
Azure Synapse Analytics
Azure Synapse Link for Dataverse – Preview
Dataverse環境全体をAzure Synapseに取り込み、新しい洞察力を高めたり、
予測分析を実行可能
Spark 3.0.1サポート – Preview
Synapse Apache Spark Hardware Acceleration – Preview
AIの処理に適して設計されたFPGA(Field-Programmable Gate Array)
ハードウェアとGPU(Graphics Processing Unit)プロセッサの使用をサポート
Copyright© 2021, JAZUG All Rights Reserved.
21
Azure Monitor
Azure App Services上のJavaアプリのApplication Insightsを簡単にオ
ンボード可能に - Preview
コードを変更することなく、自動的にApplication Insightsにオンボード可能
要Application insights Java 3.0 agent
Copyright© 2021, JAZUG All Rights Reserved.
22
Azure Monitor
Azure Monitorログの複数宛先エクスポート - Preview
10個のルールを作成可能
エクスポートするテーブルを変更可能
Copyright© 2021, JAZUG All Rights Reserved.
23
Azure Communication Services
UIライブラリ – Preview
構築済のコンポジットや特定のUIコンポーネントなど、さまざまなFluent UIコン
ポーネントのオプションを選択して、カスタム コミュニケーション体験を構築可能
Copyright© 2021, JAZUG All Rights Reserved.
24
https://azure.github.io/communication-ui-library/
Azure Communication Services
通話録音 – Preview (6月開始)
最大48時間の一時保存が可能
出力はMP4オーディオおよびビデオ形式
今後は、音声のみのMP3などより多くのフォーマットが予定
Copyright© 2021, JAZUG All Rights Reserved.
25
Azure Communication Services
Direct routing – Preview (6月開始)
既存のテレフォニーインフラを、Azure Communication Servicesで構築した通
話機能に利用・拡張可能
開発者は、ほぼすべての場所でPSTNによる通話を可能にし 認証されたセッショ
ン・ボーダー・コントローラー(SBC)を介してサードパーティの機器に接続
Copyright© 2021, JAZUG All Rights Reserved.
26
Azure Video Analyzer
Azure Video Analyzer 登場 – Preview
Live Video AnalyticsとVideo Indexerが1つのサービスに
Video Indexer ⇒ Azure Video Analyzer for Media
ビデオとストリーミングビデオの両方から、AIを搭載したビデオ分析を迅速に構築
Copyright© 2021, JAZUG All Rights Reserved.
27
Azure Video Analyzer
Observed People Tracing
映像に登場する人物を検出し、人物が映像に登場した時間と、それぞれの映
像フレーム内での人物の位置を分析可能
Copyright© 2021, JAZUG All Rights Reserved.
28
Azure Video Analyzer
音声効果の検出
コンテンツの非音声部分に含まれる音声効果を検出・分類
例えばビデオ内で銃声が検出された特定の時間とかを検出可能
Copyright© 2021, JAZUG All Rights Reserved.
29
Azure Cognitive Services
Document Translation – GA
大量の複雑なドキュメントを、元のドキュメントの構造(フォントとか)やフォーマット
を保ったまま、1つまたは複数の言語に翻訳することが可能
Text Analytics for health – GA
医療に特化したText Analytics
医師のメモ、退院要約、臨床ドキュメント、電子健康記録などの非構造化テキ
ストからの、関連する医療情報の抽出とラベル付けが行われる、Text Analytics
API サービスの機能
Text-to-Speech updates
Neural Text-to-Speechで10+言語が新しくサポート
日本語もすごく自然は発音に
https://techcommunity.microsoft.com/t5/azure-ai/azure-text-to-
speech-updates-at-build-2021/ba-p/2382981
Copyright© 2021, JAZUG All Rights Reserved.
30
まとめ
Azure application services
Web Apps
App Service Managed Certificate – GA
App Service Environment v3 – GA
Logic Apps
新しいホスティングオプション(Standard SKU) – GA
Azure Functions
Durable Functions の PowerShellサポート – GA
Durable Functions storage provider options –
Preview
Virtual Machine
Red Hat JBoss Enterprise Application
Platform (EAP) – GA
WebSphere Application Server – GA
Azure Bicep
Azure Bicep v0.4
Copyright© 2021, JAZUG All Rights Reserved.
31
Azure Cosmos DB
Free Tier の拡張 – GA
Azure Cosmos DB Serverless – GA
Azure AD 認証(RBAC対応) – GA
Linux Emulator – Preview
部分ドキュメント更新 – Private Preview
Azure Cosmos DB integrated cache – Preview
Always Encrypted for Azure Cosmos DB – Preview
Azure Database for PostgreSQL and MySQL
Azureの無料アカウントにてFlexible Serverが12ヵ月無料
for PostgreSQL - Hyperscale (Citus) Basic Tier
Azure Synapse Analytics
Azure Synapse Link for Dataverse – Preview
Spark 3.0.1サポート – Preview
Synapse Apache Spark Hardware Acceleration – Preview
Azure Monitor
Azure App Services上のJavaアプリのApplication Insightsを簡
単にオンボード可能に – Preview
Azure Monitorログの複数宛先エクスポート - Preview
Azure Communication Services
UIライブラリ – Preview
通話録音 – Preview (6月開始)
Direct routing – Preview (6月開
始)
Azure Video Analyzer
Azure Video Analyzer 登場 –
Preview
Observed People Tracing
音声効果の検出
Azure Cognitive Services
Document Translation – GA
Text Analytics for health – GA
Text-to-Speech updates

Más contenido relacionado

La actualidad más candente

VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
Shinichiro Kosugi
 

La actualidad más candente (16)

Insight into Azure Active Directory #02 - Azure AD B2B Collaboration New Feat...
Insight into Azure Active Directory #02 - Azure AD B2B Collaboration New Feat...Insight into Azure Active Directory #02 - Azure AD B2B Collaboration New Feat...
Insight into Azure Active Directory #02 - Azure AD B2B Collaboration New Feat...
 
一歩先行く Azure Computing シリーズ(全3回) 第2回 Azure VM どれを選ぶの? Azure VM 集中講座
一歩先行く Azure Computing シリーズ(全3回) 第2回 Azure VM どれを選ぶの? Azure VM 集中講座一歩先行く Azure Computing シリーズ(全3回) 第2回 Azure VM どれを選ぶの? Azure VM 集中講座
一歩先行く Azure Computing シリーズ(全3回) 第2回 Azure VM どれを選ぶの? Azure VM 集中講座
 
Azure Hybrid全体整理! ~ Azure Hybrid Dayに登場した要素 + αの関係性を整理! ~
Azure Hybrid全体整理! ~ Azure Hybrid Dayに登場した要素 + αの関係性を整理! ~Azure Hybrid全体整理! ~ Azure Hybrid Dayに登場した要素 + αの関係性を整理! ~
Azure Hybrid全体整理! ~ Azure Hybrid Dayに登場した要素 + αの関係性を整理! ~
 
Azure Fundamental
Azure FundamentalAzure Fundamental
Azure Fundamental
 
Logic Apps/Flow Update Summary
Logic Apps/Flow Update SummaryLogic Apps/Flow Update Summary
Logic Apps/Flow Update Summary
 
Azure Network 概要
Azure Network 概要Azure Network 概要
Azure Network 概要
 
Non-coding! Azure
Non-coding! AzureNon-coding! Azure
Non-coding! Azure
 
Azure IaaS update (2019年1月~2月 発表版)
Azure IaaS update (2019年1月~2月 発表版)Azure IaaS update (2019年1月~2月 発表版)
Azure IaaS update (2019年1月~2月 発表版)
 
AKS on Azure Stack HCI/Windows Serverの準備と監視 _ Preparing and monitoring AKS on...
AKS on Azure Stack HCI/Windows Serverの準備と監視 _ Preparing and monitoring AKS on...AKS on Azure Stack HCI/Windows Serverの準備と監視 _ Preparing and monitoring AKS on...
AKS on Azure Stack HCI/Windows Serverの準備と監視 _ Preparing and monitoring AKS on...
 
Azure Stack Hybrid DevOpsデモンストレーション
Azure Stack Hybrid DevOpsデモンストレーションAzure Stack Hybrid DevOpsデモンストレーション
Azure Stack Hybrid DevOpsデモンストレーション
 
AzureDevOpsの機能解説
AzureDevOpsの機能解説AzureDevOpsの機能解説
AzureDevOpsの機能解説
 
VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
VPN・証明書はもう不要? Azure ADによるデバイス認証 at Tech Summit 2018
 
IT エンジニアのための 流し読み Windows - Windows 365 ってどんな感じ? - せっかちなあなたへ編 -
IT エンジニアのための 流し読み Windows - Windows 365 ってどんな感じ? - せっかちなあなたへ編 -IT エンジニアのための 流し読み Windows - Windows 365 ってどんな感じ? - せっかちなあなたへ編 -
IT エンジニアのための 流し読み Windows - Windows 365 ってどんな感じ? - せっかちなあなたへ編 -
 
クラウドネイティブガバナンスの実現
クラウドネイティブガバナンスの実現クラウドネイティブガバナンスの実現
クラウドネイティブガバナンスの実現
 
コマンド1発でAzureにDC/OS環境を作る方法
コマンド1発でAzureにDC/OS環境を作る方法コマンド1発でAzureにDC/OS環境を作る方法
コマンド1発でAzureにDC/OS環境を作る方法
 
Azureの管理権限について
Azureの管理権限について Azureの管理権限について
Azureの管理権限について
 

Similar a 俺的 Build 2021 Update まとめ

M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
日本マイクロソフト株式会社
 

Similar a 俺的 Build 2021 Update まとめ (20)

俺的 Ignite 2021 Fall Update まとめ
 俺的 Ignite 2021 Fall Update まとめ 俺的 Ignite 2021 Fall Update まとめ
俺的 Ignite 2021 Fall Update まとめ
 
ゆるふわAzure Functions
ゆるふわAzure FunctionsゆるふわAzure Functions
ゆるふわAzure Functions
 
【de:code 2020】 セキュリティは万全ですか? Azure Sphere によるセキュリティ紹介
【de:code 2020】 セキュリティは万全ですか? Azure Sphere によるセキュリティ紹介【de:code 2020】 セキュリティは万全ですか? Azure Sphere によるセキュリティ紹介
【de:code 2020】 セキュリティは万全ですか? Azure Sphere によるセキュリティ紹介
 
Ignite 2021秋 recap - 開発者向け新機能紹介
Ignite 2021秋 recap - 開発者向け新機能紹介Ignite 2021秋 recap - 開発者向け新機能紹介
Ignite 2021秋 recap - 開発者向け新機能紹介
 
【de:code 2020】 GitHub と Azure Security Center による、アプリケーションのための Azure セキュリティ
【de:code 2020】 GitHub と Azure Security Center による、アプリケーションのための Azure セキュリティ【de:code 2020】 GitHub と Azure Security Center による、アプリケーションのための Azure セキュリティ
【de:code 2020】 GitHub と Azure Security Center による、アプリケーションのための Azure セキュリティ
 
【Microsoft Build Recap!】 Azure Hybrid周りの注目Update + α
【Microsoft Build Recap!】 Azure Hybrid周りの注目Update + α【Microsoft Build Recap!】 Azure Hybrid周りの注目Update + α
【Microsoft Build Recap!】 Azure Hybrid周りの注目Update + α
 
[Japan Tech summit 2017] CLD 021
[Japan Tech summit 2017]  CLD 021[Japan Tech summit 2017]  CLD 021
[Japan Tech summit 2017] CLD 021
 
今改めて学ぶ Microsoft Azure 基礎知識
今改めて学ぶ Microsoft Azure 基礎知識今改めて学ぶ Microsoft Azure 基礎知識
今改めて学ぶ Microsoft Azure 基礎知識
 
Tech Night Recap Sapporo - Ignite & .NET Conf -.pptx
Tech Night Recap Sapporo - Ignite & .NET Conf -.pptxTech Night Recap Sapporo - Ignite & .NET Conf -.pptx
Tech Night Recap Sapporo - Ignite & .NET Conf -.pptx
 
Visual StudioやAzureからAzure DevOpsを使う
Visual StudioやAzureからAzure DevOpsを使うVisual StudioやAzureからAzure DevOpsを使う
Visual StudioやAzureからAzure DevOpsを使う
 
Dep011 .net core_アプリケーショ
Dep011 .net core_アプリケーショDep011 .net core_アプリケーショ
Dep011 .net core_アプリケーショ
 
PHP on Windows Azure in Open Source Conference
PHP on Windows Azure in Open Source ConferencePHP on Windows Azure in Open Source Conference
PHP on Windows Azure in Open Source Conference
 
【de:code 2020】 「あつまれ フロントエンドエンジニア」 Azure Static Web Apps がやってきた
【de:code 2020】 「あつまれ フロントエンドエンジニア」 Azure Static Web Apps がやってきた【de:code 2020】 「あつまれ フロントエンドエンジニア」 Azure Static Web Apps がやってきた
【de:code 2020】 「あつまれ フロントエンドエンジニア」 Azure Static Web Apps がやってきた
 
Azure <3 Openness
Azure <3 OpennessAzure <3 Openness
Azure <3 Openness
 
デスクトップ アプリ開発における Visual Studio の進化
デスクトップ アプリ開発における Visual Studio の進化デスクトップ アプリ開発における Visual Studio の進化
デスクトップ アプリ開発における Visual Studio の進化
 
decode2016振り返り Azure IaaSなどインフラ系8セッションのポイントについて語ります!
decode2016振り返り Azure IaaSなどインフラ系8セッションのポイントについて語ります!decode2016振り返り Azure IaaSなどインフラ系8セッションのポイントについて語ります!
decode2016振り返り Azure IaaSなどインフラ系8セッションのポイントについて語ります!
 
M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
M20_Azure SQL Database 最新アップデートをまとめてキャッチアップ [Microsoft Japan Digital Days]
 
17-D-1 Azure開発の極意 ~2011年版~
17-D-1 Azure開発の極意 ~2011年版~17-D-1 Azure開発の極意 ~2011年版~
17-D-1 Azure開発の極意 ~2011年版~
 
JAZUG Nagoya Azure Update 20140607
JAZUG Nagoya Azure Update 20140607JAZUG Nagoya Azure Update 20140607
JAZUG Nagoya Azure Update 20140607
 
俺的 Build 2020 Update まとめ
俺的 Build 2020 Update まとめ俺的 Build 2020 Update まとめ
俺的 Build 2020 Update まとめ
 

Más de Yui Ashikaga

Más de Yui Ashikaga (10)

俺的 Ignite 2021 Spring Update まとめ ミニ
俺的 Ignite 2021 Spring Update まとめ ミニ俺的 Ignite 2021 Spring Update まとめ ミニ
俺的 Ignite 2021 Spring Update まとめ ミニ
 
Azure Rock Star Community Day #2 - JAZUG
Azure Rock Star Community Day #2 - JAZUGAzure Rock Star Community Day #2 - JAZUG
Azure Rock Star Community Day #2 - JAZUG
 
俺的 Ignite Update まとめ 2019
俺的 Ignite Update まとめ 2019俺的 Ignite Update まとめ 2019
俺的 Ignite Update まとめ 2019
 
Azure Contract, Support, License ちょっと Dive
Azure Contract, Support, License ちょっと DiveAzure Contract, Support, License ちょっと Dive
Azure Contract, Support, License ちょっと Dive
 
俺的 Ignite update 萌えポイント portal&arm, compute, network -
俺的 Ignite update 萌えポイント   portal&arm, compute, network -俺的 Ignite update 萌えポイント   portal&arm, compute, network -
俺的 Ignite update 萌えポイント portal&arm, compute, network -
 
Virtual Machine Scale Sets 概要
Virtual Machine Scale Sets 概要Virtual Machine Scale Sets 概要
Virtual Machine Scale Sets 概要
 
JAZUG5周年総会 仮想マシンの?(ハテナ)を試す
JAZUG5周年総会 仮想マシンの?(ハテナ)を試すJAZUG5周年総会 仮想マシンの?(ハテナ)を試す
JAZUG5周年総会 仮想マシンの?(ハテナ)を試す
 
Global azure boot camp 2015 in japan 妖怪はみた!実録 Azure事件簿
Global azure boot camp 2015 in japan 妖怪はみた!実録 Azure事件簿Global azure boot camp 2015 in japan 妖怪はみた!実録 Azure事件簿
Global azure boot camp 2015 in japan 妖怪はみた!実録 Azure事件簿
 
JAZUG 4周年総会 「トラブルから学ぶAzure世渡り術」
JAZUG 4周年総会 「トラブルから学ぶAzure世渡り術」JAZUG 4周年総会 「トラブルから学ぶAzure世渡り術」
JAZUG 4周年総会 「トラブルから学ぶAzure世渡り術」
 
ACE 第6回定例会 ショートプレゼン
ACE 第6回定例会 ショートプレゼンACE 第6回定例会 ショートプレゼン
ACE 第6回定例会 ショートプレゼン
 

Último

Último (11)

NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
 
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
LoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイスLoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイス
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
 
論文紹介: 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
 
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
 
論文紹介: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
 
新人研修 後半 2024/04/26の勉強会で発表されたものです。
新人研修 後半        2024/04/26の勉強会で発表されたものです。新人研修 後半        2024/04/26の勉強会で発表されたものです。
新人研修 後半 2024/04/26の勉強会で発表されたものです。
 
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
 
論文紹介: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...
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
 
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルLoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
 
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
 

俺的 Build 2021 Update まとめ

  • 1. 俺的 Build 2021 Update まとめ
  • 2. 自己紹介 足利 惟@yuiashikaga 株式会社 pnop 所属 Microsoft Azure だけでお仕事してます Azureが登場した直後(2011-12年くらい)から触ってます Japan Azure User Group (JAZUG) 運営メンバー 勉強会の企画、運営、登壇などを通じてAzureの魅力を発信 Facebookで「JAZUG」検索!! Microsoft MVP for Azure (2016年4月~2021年6月) Copyright© 2021, JAZUG All Rights Reserved. 2
  • 5. このセッションの注意点 Build 2021 前中後の Azure アップデートを概要レベルでご紹介 キーノートで発表された機能以外もピックアップ すべてのアップデートを紹介するわけじゃないよ ArcとかAIとかLedgerとか....... あくまで「俺的」な視点での Update おさらいなので 悪しからず Copyright© 2021, JAZUG All Rights Reserved. 5
  • 6. Azure New Icon Copyright© 2021, JAZUG All Rights Reserved. 6
  • 7. Azure application services App Service、Functions、Logic Apps、API Management、Event Grid は Azure Arcにより、オンプレミス、マルチクラウド、エッジ環境のどこ でもKubernetesクラスター上で実行可能に このあとのセッションで詳しく解説(デモ?)してくれるはず Copyright© 2021, JAZUG All Rights Reserved. 7 https://azure.microsoft.com/ja-jp/blog/build-cloudnative-applications-that-run-anywhere/
  • 8. Static Web Apps - GA 静的Webアプリ(HTML・CSS・JavaScriptからなる静的コンテンツと、静 的コンテンツから呼び出されるAPI)を公開するサービス このあとのセッションで詳しく解説(デモ?)してくれるはず Copyright© 2021, JAZUG All Rights Reserved. 8
  • 9. Web Apps App Service Managed Certificate – GA Apexドメイン / サブドメイン 両方OK 証明書の更新、バインドの更新も自動的 • 証明書の更新は期限切れの45日前、証明書自体の有効期限は6ヵ月 Basic以上(Free、Shared、Isolatedは未サポート) App Service Environment v3 – GA App Service の専有環境 ゾーン冗長可能 インスタンスごとのスタンプ料金を廃止してコスト的にもよき Copyright© 2021, JAZUG All Rights Reserved. 9
  • 10. Logic Apps 新しいホスティングオプション(Standard SKU) – GA 新しいコンテナー化されたランタイム上で実行=Functionsと同じランタイム 複数のワークフローを単一のLogic Appに展開可能 VNet統合やPrivate Endpointでの接続なども可能 Copyright© 2021, JAZUG All Rights Reserved. 10
  • 11. Azure Functions Durable Functions の PowerShellサポート – GA Functions v3ランタイム, PowerShell 7 のみ Durable Functions storage provider options – Preview オーケストレーションとエンティティの状態を管理する場所 デフォルトのストレージプロバイダーはAzure Storage 追加でNetheriteとMicrosoft SQL Serverをサポート • Netherite(ネザライト): Azure Event Hubsの高スループットのメッセージング機能と、Azure Page Blobs上のFASTERデータ ベース技術を組み合わせたもの (Microsoft Research によって設計および開発) このあとのLTで詳しく解説してくれるはず Copyright© 2021, JAZUG All Rights Reserved. 11
  • 12. Virtual Machine Red Hat JBoss Enterprise Application Platform (EAP) – GA Microsoft and Red Hatからサポート受けられる WebSphere Application Server - GA Microsoft and IBMからサポート受けられる Copyright© 2021, JAZUG All Rights Reserved. 12
  • 13. Azure Bicep Azure Bicep v0.4 登場 Bicep = ARM Templateをより書きやすくしたもの このあとのセッションで詳しく解説してくれるはず Copyright© 2021, JAZUG All Rights Reserved. 13
  • 14. Azure Cosmos DB Free Tier の拡張 - GA サブスクリプションあたり1000RU/s, 25GB Storage • 以前は400RU/s, 5GB Storage Azure Cosmos DB Serverless – GA データベース操作によって消費される RU+使用ストレージ のみの課金 all APIs (Core, MongoDB, Cassandra, Gremlin and Table) 中程度のパフォーマンスが要求され、トラフィックがほとんど発生しない期間が頻 繁にあるアプリに最適 Azure AD 認証(RBAC対応) – GA Core (SQL) APIのみ対応 Copyright© 2021, JAZUG All Rights Reserved. 14
  • 15. Azure Cosmos DB Linux Emulator - Preview Cosmos DBの構築、テスト、学習を、LinuxおよびmacOSマシン上で このあとのLTで詳しく解説してくれるはず Copyright© 2021, JAZUG All Rights Reserved. 15
  • 16. Azure Cosmos DB 部分ドキュメント更新 – Private Preview 従来はドキュメント全体の読み取りと置き換え ドキュメント内の特定のフィールドやプロパティを変更可能に Copyright© 2021, JAZUG All Rights Reserved. 16 https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy1 80BHbR5VsJDEls71JudfaPwmEjSFUQlA0VDNNQkFOMDZGOENCQU0yV1 VCTzg1My4u
  • 17. Azure Cosmos DB Azure Cosmos DB integrated cache – Preview Cosmos DBアカウントに統合キャッシュを設定可能 キャッシュは、固定された専用のコンピュートリソースとして時間ごとに課金 データベースにヒットするリクエストの数を減らし、結果的にコストを下げられるかも Copyright© 2021, JAZUG All Rights Reserved. 17
  • 18. Azure Cosmos DB Always Encrypted for Azure Cosmos DB – Preview クライアントアプリケーション内の機密データを、データベースに格納する前に暗号 化することが可能に 暗号化キーの管理はKey Vaultで実施 Copyright© 2021, JAZUG All Rights Reserved. 18
  • 19. Azure Database for PostgreSQL and MySQL Azureの無料アカウントにてFlexible Serverが12ヵ月無料 Copyright© 2021, JAZUG All Rights Reserved. 19
  • 20. Azure Database for PostgreSQL and MySQL for PostgreSQL - Hyperscale (Citus) Basic Tier Standardは、コーディネータノードと少なくとも2つのワーカーノード Basicでは、すべてを1つのデータベースノードで実行 主に開発、テスト用 米国東部でスタート。他の地域でも予定 Copyright© 2021, JAZUG All Rights Reserved. 20
  • 21. Azure Synapse Analytics Azure Synapse Link for Dataverse – Preview Dataverse環境全体をAzure Synapseに取り込み、新しい洞察力を高めたり、 予測分析を実行可能 Spark 3.0.1サポート – Preview Synapse Apache Spark Hardware Acceleration – Preview AIの処理に適して設計されたFPGA(Field-Programmable Gate Array) ハードウェアとGPU(Graphics Processing Unit)プロセッサの使用をサポート Copyright© 2021, JAZUG All Rights Reserved. 21
  • 22. Azure Monitor Azure App Services上のJavaアプリのApplication Insightsを簡単にオ ンボード可能に - Preview コードを変更することなく、自動的にApplication Insightsにオンボード可能 要Application insights Java 3.0 agent Copyright© 2021, JAZUG All Rights Reserved. 22
  • 23. Azure Monitor Azure Monitorログの複数宛先エクスポート - Preview 10個のルールを作成可能 エクスポートするテーブルを変更可能 Copyright© 2021, JAZUG All Rights Reserved. 23
  • 24. Azure Communication Services UIライブラリ – Preview 構築済のコンポジットや特定のUIコンポーネントなど、さまざまなFluent UIコン ポーネントのオプションを選択して、カスタム コミュニケーション体験を構築可能 Copyright© 2021, JAZUG All Rights Reserved. 24 https://azure.github.io/communication-ui-library/
  • 25. Azure Communication Services 通話録音 – Preview (6月開始) 最大48時間の一時保存が可能 出力はMP4オーディオおよびビデオ形式 今後は、音声のみのMP3などより多くのフォーマットが予定 Copyright© 2021, JAZUG All Rights Reserved. 25
  • 26. Azure Communication Services Direct routing – Preview (6月開始) 既存のテレフォニーインフラを、Azure Communication Servicesで構築した通 話機能に利用・拡張可能 開発者は、ほぼすべての場所でPSTNによる通話を可能にし 認証されたセッショ ン・ボーダー・コントローラー(SBC)を介してサードパーティの機器に接続 Copyright© 2021, JAZUG All Rights Reserved. 26
  • 27. Azure Video Analyzer Azure Video Analyzer 登場 – Preview Live Video AnalyticsとVideo Indexerが1つのサービスに Video Indexer ⇒ Azure Video Analyzer for Media ビデオとストリーミングビデオの両方から、AIを搭載したビデオ分析を迅速に構築 Copyright© 2021, JAZUG All Rights Reserved. 27
  • 28. Azure Video Analyzer Observed People Tracing 映像に登場する人物を検出し、人物が映像に登場した時間と、それぞれの映 像フレーム内での人物の位置を分析可能 Copyright© 2021, JAZUG All Rights Reserved. 28
  • 30. Azure Cognitive Services Document Translation – GA 大量の複雑なドキュメントを、元のドキュメントの構造(フォントとか)やフォーマット を保ったまま、1つまたは複数の言語に翻訳することが可能 Text Analytics for health – GA 医療に特化したText Analytics 医師のメモ、退院要約、臨床ドキュメント、電子健康記録などの非構造化テキ ストからの、関連する医療情報の抽出とラベル付けが行われる、Text Analytics API サービスの機能 Text-to-Speech updates Neural Text-to-Speechで10+言語が新しくサポート 日本語もすごく自然は発音に https://techcommunity.microsoft.com/t5/azure-ai/azure-text-to- speech-updates-at-build-2021/ba-p/2382981 Copyright© 2021, JAZUG All Rights Reserved. 30
  • 31. まとめ Azure application services Web Apps App Service Managed Certificate – GA App Service Environment v3 – GA Logic Apps 新しいホスティングオプション(Standard SKU) – GA Azure Functions Durable Functions の PowerShellサポート – GA Durable Functions storage provider options – Preview Virtual Machine Red Hat JBoss Enterprise Application Platform (EAP) – GA WebSphere Application Server – GA Azure Bicep Azure Bicep v0.4 Copyright© 2021, JAZUG All Rights Reserved. 31 Azure Cosmos DB Free Tier の拡張 – GA Azure Cosmos DB Serverless – GA Azure AD 認証(RBAC対応) – GA Linux Emulator – Preview 部分ドキュメント更新 – Private Preview Azure Cosmos DB integrated cache – Preview Always Encrypted for Azure Cosmos DB – Preview Azure Database for PostgreSQL and MySQL Azureの無料アカウントにてFlexible Serverが12ヵ月無料 for PostgreSQL - Hyperscale (Citus) Basic Tier Azure Synapse Analytics Azure Synapse Link for Dataverse – Preview Spark 3.0.1サポート – Preview Synapse Apache Spark Hardware Acceleration – Preview Azure Monitor Azure App Services上のJavaアプリのApplication Insightsを簡 単にオンボード可能に – Preview Azure Monitorログの複数宛先エクスポート - Preview Azure Communication Services UIライブラリ – Preview 通話録音 – Preview (6月開始) Direct routing – Preview (6月開 始) Azure Video Analyzer Azure Video Analyzer 登場 – Preview Observed People Tracing 音声効果の検出 Azure Cognitive Services Document Translation – GA Text Analytics for health – GA Text-to-Speech updates