This document discusses development boards for Windows development in 2017 including the Wio LTE and Wio 3G boards which use the BG96 and MT3620 chips. It also mentions a DevBoard and links to an Azure IoT devkit web simulator.
スケーラブルで手間なく動かせる!もうすぐ 一般提供開始 Azure Database for MySQL / PostgreSQLMicrosoft Azure Japan
?
3/13に実施したイベント「Intelligent Mobile App と Cloud Native が創るアプリ開発の未来」の資料です。
日本マイクロソフト株式会社 川崎 庸市
Microsoft Corporation C+E Senior Program Manager Jan Engelsberg
1) Mobile, web, and native applications can all be developed using shared code libraries and APIs through .NET Standard, .NET Core, and Xamarin.
2) Containers and serverless architectures like Azure Functions allow building scalable applications using microservices and event-driven code.
3) The Microsoft Azure platform and tools like Visual Studio and Visual Studio Code provide developers capabilities for building intelligent mobile and cloud applications utilizing AI, containers, and serverless computing.
16. サービス証明書
? サポートされている証明書の形式
? 秘密キーを含まない .cer ファイル形式
クラウドサービスとのSSL通信で使用
? 秘密キーを含む .pfx ファイル形式
クラウドサービスへのリモート デスクトップ接続
? 証明書のアップロード方法
? Azure 管理ポータル
? サービス管理 REST API
? Azure Tools for Microsoft Visual Studio
16
17. SSH キー
? Azure 管理ポータルでは、
2048 ビットのキー ペアを含む
X509 証明書にカプセル化され
た SSH 公開キーのみ対応
? ギャラリーから Linux 仮想マシ
ンのイメージを選択し、仮想マ
シンを作成する際に SSH キー
のアップロードが可能
17
How to Use SSH with Linux on Azure
http://azure.microsoft.com/ja-jp/documentation/articles/linux-use-ssh-key/