SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Author Archive

Azure Data Factory から Azure Functions (PowerShell) を実行する

leave a comment

Azure Functions で関数を作成する際、作業用の環境で作成しやすいので、PowerShell で書いています。

Azure Data Factory から Azure Functions を呼び出す際には Functions 側はどのように書けばよいのかをメモとして。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 17th, 2020 at 8:38 pm

Posted in Azure Data Factory

Tagged with

Synapse Analytics のサンプル / ワークショップコンテンツ

leave a comment

Synapse Analytics (ワークスペース) のサンプルについては、Samples for Azure Synapse Analytics (workspace preview) で公開されており、ドキュメントにもこのサンプルにリンクが行われていますが、それ以外にもいくつかのコンテンツが GitHub 上で公開されています。

Microsoft から公開されているコンテンツとしては次のようなものがあるようです。

  • Azure Synapse Analytics end-to-end solution
    • Exercise 6: Machine Learning の PREDICT 関数の実行については、次の注釈があります。
      PREDICT 関数を使用するためには、ホワイトリストに登録されている必要があるため、通常の環境では、2020/6 時点では実行することができないため、ワークショップを参考にしてどのような流れになるかを把握するまでになるかと。
      • Note: In order to make use of the PREDICT T-SQL function, your environment will need to be whitelisted. If your environment is not whitelisted, then you should read through the steps of this task as a reference as you will not be able to run the prediction queries.
  • Spark pool demo
  • PySpark (Python) Demo

 

MS 以外から公開されているコンテンツとしては次のようなものもあるようですね。

Written by Masayuki.Ozawa

6月 8th, 2020 at 8:28 pm

Posted in Synapse Analytics

Tagged with

Managed Instance のロードマップ (2020/5 版)

leave a comment

Build 2020 のセッションでは、発表はなかったようなのですが、先月開催されていた、DataPlatformGeeks Virtual Symposium ので Start modernizing your workloads at scale with Managed InstanceSQL Database Managed Instance (マネージドインスタンス) のロードマップが公開されました。

このセッションで、どのような機能強化が予定されているのかが発表されたのかをまとめておきたいと思います。

現時点で実装されている機能については、次のようになっています。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 7th, 2020 at 9:27 pm

SQL Edge で IoT Edge モジュールを開発してストリーム処理を実施する際に参考とした情報

leave a comment

初めて IoT Hub / IoT Edge を触って、手探りで Raspberry Pi 4 + DHT22 で室温のセンサーデータをストリーミングした際に参考とした情報の箇条書きとなります。

SQL Edge のドキュメントは、Azure SQL Edge (プレビュー) のドキュメント となりますが、検証をするに際しては IoT Hub / IoT Edge についても軽くは知っておく必要がありますので、最低限、次のような情報を確認しておくと良いのではないでしょうか。
(私はこれらの情報が必要でした)

2020/5/29 時点では、IoT Edge モジュールを開発する際に環境を整備すると Threat detected: Trojan:Win32/Zpevdo.A in iotedgehubdev.exe #274 という脅威検知が行われてしまうようで、VS 2019 だけでなく、Visual Studio Code でも同様の現象が発生しました。。。。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 29th, 2020 at 1:11 am

Posted in SQL Edge

Tagged with

Windows 10 May 2020 Update に手動アップデートできるようになりました

leave a comment

私の環境では、まだ、Windows Update に来ていないようなのですが、Windows 10 のダウンロードページに Windows 10 May 2020 Update が公開されたようです。

image

「今すぐアップデート」から、EXE をダウンロードして実行することで手動でアップグレードすることができそうです。
image

どのような機能が追加されているかについては、What’s new in Windows 10, version 2004 for IT Pros から確認することができます。

WSL2 については次の情報を確認するとよさそうです。

Written by Masayuki.Ozawa

5月 28th, 2020 at 11:57 am

Posted in Windows 10

Tagged with

Build 2020 の SQL Server 関連セッション

leave a comment

Build 2020 の SQL Server 関連セッションのリンクをまとめてみました。
Build Live と Community セッションはまだ見れていません…。

オンラインの特性でしょうか、QA の時間が活発で英語力のなさを痛感しましたとさ…。
(毎回、イベントのたびに痛感するんですが)

今回の Build 2020 は完全にオンラインで、同一のセッションを時間を変えて 3 回実施するというような形式でしたので、同名のセッションが複数公開されています。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 23rd, 2020 at 8:12 pm

Posted in Build 2020

Tagged with

Raspberry Pi 4B に Azure SQL Edge をセットアップする

leave a comment

Azure SQL Edge が Public Preview となり、広く検証ができるようになりました。

現状の SQL Edge については ARM64/x64 の Linux 版を使用することができ、ARM64 については、Raspberry Pi 4B にもセットアップをすることができます。
(ARM64 の環境がない場合は、x64 の Linux 上にもセットアップすることが可能です。)

以前のバージョンの検証環境はあったのですが、最新化するついでに情報をまとめておこうかと。

私の場合は、Raspberry Pi 4B の 4GB のこのデバイスで動かしていますが、ハードウェア要件については Hardware Support に記載されています。

 image

Hardware Support

Azure SQL Edge requires a 64-bit processor, which can be from Intel, AMD or ARM, with a minimum of one processor and one GB of RAM on the host. While the startup memory footprint of Azure SQL Edge is close to 500 MB, the additional memory is needed for other IoT Edge modules running on the edge device.

最小のメモリ要件は 1GB となっていますので、Raspberry Pi 3 でも動作するのかもしれませんね。(未確認)

Market Place からデプロイする際の概要にもスペックは表示されています。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 20th, 2020 at 11:29 pm

Posted in SQL Edge

Tagged with

Azure Synapse Analytics (ワークスペース) を試してみる – Azure Synapse Link –

one comment

Build 2020 のキーノートでも解説されていた Synapse Analytics を少し触ってみましたので、忘れないうちにメモを。

公式のアナウンスとしては、次の情報になるかと思います。

ドキュメントは次のものを参照するとよいかと。

 

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 20th, 2020 at 6:26 pm

Posted in Synapse Analytics

Tagged with

Build 2020 で発表された SQL Server / SQL Database 関連の情報

one comment

Build 2020 で発表された SQL Server / SQL Database に関連する情報を。

全体のニュースは MICROSOFT BUILD 2020BOOK OF NEWS から。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 20th, 2020 at 12:30 am

Azure Synapse Analytics (ワークスペース) を試してみる – デプロイ/ SQL プール / SQL オンデマンド –

2 comments

Build 2020 の開催が深夜なのでポータルを見ていたら、Azure Synapse Analytics (ワークスペース) が利用できるようになっていました。

image

今まで触れていなかったので、操作しながらのメモを。

Synapse Analytics (ワークスペース) のドキュメントについては、Azure Synapse Analytics (ワークスペース プレビュー) とは で公開されていますので、調査が必要な際には、こちらを確認するとよいかと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 19th, 2020 at 4:04 pm

Posted in Synapse Analytics

Tagged with