Visual Studio Team Services を使った Serverless のための継続的デリバリTsuyoshi Ushio
?
The document discusses serverless computing on Microsoft Azure using Visual Studio Team Services for continuous delivery. It covers using Azure Functions with Durable Functions for orchestrating long-running workflows. Key points include how Durable Functions allow writing stateful functions in a serverless manner, handling parallelism, and coordinating functions through an orchestrator. Code examples demonstrate calling functions sequentially or in parallel under the orchestrator's control. The document also mentions other Azure services like Logic Apps and recommends resources for learning more about serverless on Azure.
Protect Your IoT Data with UbiBot's Private Platform.pptxユビボット 株式会社
?
Our on-premise IoT platform offers a secure and scalable solution for businesses, with features such as real-time monitoring, customizable alerts and open API support, and can be deployed on your own servers to ensure complete data privacy and control.
5. 仕組みは?
Windows 10
Windows Subsystem for Linux
(≒Linuxカーネル)
Ubuntu (14.04 LTS)
Bash
???なので、正確には 「Bash on Ubuntu on Windows」 だったりします
Linuxツール Linuxツール
Winアプリ Winアプリ
6. Bash on Windows の利点
? Hyper-V 不要
? Windows 10 「Home」 で使える! (ProじゃなくてもOK)
? スペックが低くても大丈夫!(Atomとかでも そこそこ使えます)
? 他の仮想化ソフトと共存可能!(VMware、VirtualBox)
7. Bash on Windows を使うには?
Step 1:
Step 2:
「Windows Subsystem for Linux」 のインストール
「開発者モード」 への切り替え
Step 3: Bash のインストール
8. Bash on Windows を使うには?
「コントロールパネル」 → 「プログラムと機能」
Step 1: 「Windows Subsystem for Linux」 のインストール
「Windows Subsystem for Linux」 にチェック
「Windowsの機能の
有効化または無効化」
(インストール後、再起動が必要)
9. Bash on Windows を使うには?
Step 2: 「開発者モード」 への切り替え
「設定」 → 「更新とセキュリティ」
「開発者向け」 → 「開発者モード」 を選択
11. Bash on Windows を使うには?
< ワンポイント >
一度 Bash をインストールした後、環境を元に戻したい場合は???
コマンドプロンプト(管理者)から↓を実行することで、再インストールができます
lxrun /uninstall /full
lxrun /install
いじくりまくって環境がグチャグチャになってしまっても安心ですね!(^_^)
12. Bash on Windows どう使う?
昨今のクラウド界隈、Linux ベースの情報が多い???
(マイクロソフトさんも 「Azure?Linux」 ですしね~)
手元で使うツール等が、Linux 前提の場合が結構ある!?
→ Windows で読み替えてやってみるも、うまくいかなかったり (??ω?`)
13. Bash on Windows どう使う?
これまでは、
? 仮想マシンに Linux を入れてみる
? あぁ、こんなとき、Mac ユーザーはいいなぁ???
? クラウドに Linux マシンを立ててみる
これからは、
? Bash on Windows があるじゃない!
しかも、Mac と違ってこっちはLinuxだぜいっ ← 余計