Learning Sky
  • Home
  • Review
  • Travel
  • AIoT
  • Blockchain
  • Cloud Platform
  • Front-End & Back-End
  • Programming language
  • DevOps
  • Tools & Solution

Azure

A collection of 28 posts

Cloud Platform

【 IoT 】透過 Node-RED 串接 Mosquitto 以控制 MediaTek LinkIt™ 7697 LED

內容 學習目標 前置準備作業 建立 Node-RED 控制程式 學習目標 如何透過 Node-RED 串接 Mosquitto 來控制 MediaTek LinkIt™ 7697 前置準備作業 已安裝 Mosquitto 教學文件 https://learningsky.io/azure-ubuntu-vm-install-mosquitto-mqtt-broker/ 已安裝 Node-RED 教學文件 https://learningsky.io/azure-ubuntu-vm-install-node-red/ 建立 Node-RED 控制程式

Archer Archer
Azure

【 IoT 】於 Azure Ubuntu VM 安裝 Node-RED

內容 學習目標 前置準備作業 開啟 Node-RED 使用的 Azure VM Port 安裝 Node-RED 學習目標 如何設定特定的 Azure VM Port 如何安裝 Node-RED 前置準備作業 已安裝 Mosquitto 教學文件 https://learningsky.io/azure-ubuntu-vm-install-mosquitto-mqtt-broker/ 開啟 Node-RED 使用的 Azure VM Port Step

Archer Archer
Azure

【 IoT 】於 Azure VM 安裝 Mosquitto MQTT Broker

內容 學習目標 前置準備作業 開啟 Mosquitto 使用的 Azure VM Port 安裝 Mosquitto MQTT Broker 學習目標 如何於 Azure VM 設定特定的 Port 如何安裝 Mosquitto 如何使用 Mosquitto 前置準備作業 已建立 Azure VM 請安裝 Linux (ubuntu 16.04) 教學文件

Archer Archer
Azure

【 Cloud 】部署 Vue App 到 Azure App Service

內容 學習目標 前置準備作業 安裝 Vue Cli 建立 Azure App Service 部署 Vue App 到 Azure App Service 學習目標 如何建立 Vue 專案 如何建立 Azure App Service 如何透過 Visual Studio Code 部署 Vue 專案 到

Archer Archer
Azure

【 AIoT 】於 Azure VM 中使用單一 NVIDIA GPU 訓練影像

內容 學習目標 前置準備作業 訓練花朵影像 驗證訓練完成的模型 前置準備作業 已建立 Azure GPU Ubuntu VM 且已安裝 Cuda 請參考 https://learningsky.io/install-nvidia-cuda-10-0-on-ubuntu-16-04 訓練花朵影像 Step 1. 遠端登入的 Azure VM macOS 參考文件 - 透過瀏覽器開啟下方網址 https://learningsky.io/cloud-remote-login-azure-vm-ubuntu-macos/ Windows

Archer Archer
Cloud Platform

【 Cloud 】擴充 Azure VM 的 Root 空間

內容 學習目標 前置準備作業 擴充空間 學習目標 安裝 Azure CLI 遠端登入 查看空間 透過 Azure CLI 增加空間 透過 Azure CLI 啟動 Azure VM 前置準備作業 已建立 Azure Ubuntu VM 擴充空間 Step 1. 安裝 Azure CLI macOS 請在終端機輸入下方指令brew

Archer Archer
Cloud Platform

【 Cloud 】透過 PowerShell 登入到 Azure VM

內容 學習目標 前置準備作業 透過 Windows PowerShell 登入到 Azure VM 學習目標 如何透過 Windows PowerShell 登入到 Azure VM 前置準備作業 已建立 Azure Ubuntu VM 透過 Windows PowerShell 登入到 Azure VM Step 1. 開啟 PowerShell 點選左下角的 Windows

Archer Archer
Cloud Platform

【 Cloud 】解決 Azure Failed to resize virtual machine

問題 升級 VM Size 發生以下狀況 因為 West US 2 區的資料中心上限限制為 10 vCPUs,但在此帳號下的 West US 2 區已使用 6 vCPUs,為了要再升級到 NC12 規格的虛擬機器需使用到 12 vCPUs 已超過上限限制的 10 vCPUs。 解決方案 Step 1. 點選左上角 ≡ 中的 Help

Archer Archer
Azure

【 Cloud 】掛載 Azure Storage Accounts 到 Azure Ubuntu VM

內容 學習目標 前置準備作業 建立 Azure Storage Accounts 取得 Azure Storage Accounts 的 Access Key 掛載 Storage Accounts 到 Azure Ubuntu VM 學習目標 建立 Azure Storage Accounts 掛載 Azure Storage Accounts 到 Azure VM

Archer Archer
Cloud Platform

【 Tools 】查看與移除 xrdp 連線

內容 學習目標 前置準備作業 查看 xrdp 連線 移除 xrdp 連線 學習目標 查看 xrdp session 列表與清除 前置準備作業 已 Xfce 桌面環境 安裝教學 https://learningsky.io/remote-desktop-connect-azure-ubuntu-vm/ 查看 xrdp 連線 Step 1. 遠端登入到 VM 請在終端機中輸入下方指令 ACCOUNT 請替換成

Archer Archer
Cloud Platform

【 Tools 】於 Xfce 桌面環境顯示中文

內容 學習目標 前置準備作業 中文化安裝 學習目標 在 Xfce 桌面環境正常顯示中文 前置準備作業 已 Xfce 桌面環境 安裝教學 https://learningsky.io/remote-desktop-connect-azure-ubuntu-vm/ 中文化安裝 Step 1. 安裝語言包 請在終端機中輸入下方指令 sudo apt-get install language-pack-zh* 請在終端機中輸入下方指令 sudo apt-get install -y chinese* Step

Archer Archer
Tools

【 Tools 】透過 pgAdmin 操作 Azure Database for PostgreSQL 資料庫

內容 學習目標 前置準備作業 建立與設定 Azure Database for PostgreSQL pgAdmin 連線至 Azure Database for PostgreSQL 設定 學習目標 建立 Azure Database for PostgreSQL 服務 透過 pgAdmin 操作 Azure Database for PostgreSQL 服務 前置準備作業 已建立 Microsoft

Archer Archer
AIoT

【 IoT 】建立與部署 Python 版本的 Module 到 Azure IoT Edge 及 Module 與 Hub 間通訊

內容 學習目標 前置準備作業 示意圖 使用工具與服務 前置準備作業 實作 清除資料與設定 學習目標 Azure CLI 使用 Docker 使用 Jupyter 使用 實作範例 ﹝Case1﹞ - 部署 Python Flask API Module 到 Azure IoT Edge Module01 Version 0.1 ﹝Case2﹞

Archer Archer
AIoT

【 Edge 】安裝 Azure IoT Edge 於 Raspberry Pi 4

內容 學習目標 前置準備作業 安裝 Azure IoT Edge 學習目標 於 Raspberry Pi 4 的 Raspbian Buster OS 安裝 Azure IoT Edge 前置準備作業 已於 Raspberry Pi 4 安裝 Raspbian Buster Ref Raspberry Pi 4 安裝

Archer Archer
AIoT

【 Cloud 】設定 Azure IoT Hub 中的 IoT Edge

內容 學習目標 前置準備作業 設定 Azure IoT Hub 設定 Azure IoT Edge 取得 Primary Connection String 學習目標 設定 Azure IoT Hub 中的 IoT Edge 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 設定 Azure

Archer Archer
Cloud Platform

【 Cloud 】於 Azure Ubuntu VM 安裝 MySQL

內容 學習目標 前置準備作業 安裝 MySQL 資料庫 學習目標 以 Azure VM 為例於 Ubuntu VM 中安裝 MySQL 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 安裝 MySQL Step 1. 登入到 Azure

Archer Archer
Cloud Platform

【 Cloud 】使用遠端桌面連到 Azure Ubuntu VM

內容 學習目標 前置準備作業 遠端登入到 Azure Ubuntu VM 學習目標 透過 Windows 的 遠端桌面 連線到 Azure Ubuntu VM 來透過瀏覽器使用 Azure Ubuntu 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 遠端登入到 Azure

Archer Archer
Cloud Platform

【 Cloud 】Jupyter 安裝於 Azure Ubuntu VM

內容 學習目標 前置準備作業 安裝 Jupyter Notebook 開機後自動啟動 Jupyter 學習目標 於 Azure Ubuntu VM 中安裝 Jupyter Notebook 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 已安裝 Python 3.6 Python

Archer Archer
Cloud Platform

【 Cloud 】傳送檔案到 Azure VM ( Windows )

內容 學習目標 前置準備作業 傳送檔案到 Azure Ubuntu VM 學習目標 透過 Windows 的 WinSCP 傳送檔案到 Azure Ubuntu VM 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 傳送檔案到 Azure Ubuntu VM Step

Archer Archer
Cloud Platform

【 Cloud 】傳送檔案到 Azure VM ( macOS )

內容 學習目標 前置準備作業 傳送檔案到 Azure Ubuntu VM 學習目標 透過 macOS 的 終端機 ( Terminal ) 傳送檔案到 Azure Ubuntu VM 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 傳送檔案到 Azure Ubuntu VM

Archer Archer
Cloud Platform

【 Cloud 】遠端登入到 Azure VM ( Windows )

內容 學習目標 前置準備作業 遠端登入到 Azure Ubuntu VM 學習目標 透過 Windows 的 Putty 遠端登入到 Azure Ubuntu VM 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 遠端登入到 Azure Ubuntu VM Step

Archer Archer
Cloud Platform

【 Cloud 】遠端登入到 Azure VM ( macOS )

內容 學習目標 前置準備作業 遠端登入到 Azure Ubuntu VM 學習目標 透過 macOS 的終端機 ( Terminal ) 遠端登入到 Azure Ubuntu VM 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 已開啟虛擬機器 建立 Azure VM 遠端登入到 Azure Ubuntu VM Step

Archer Archer
Cloud Platform

【 Cloud 】建立 Azure VM

內容 學習目標 前置準備作業 啟動 Azure VM 學習目標 透過 Azure 啟動 Ubuntu VM 前置準備作業 已註冊 Azure 帳號 https://portal.azure.com/ 啟動 Azure VM Step 1. 登入到 Azure 請在瀏覽器下輸入下方網址並登入 https://portal.azure.com/ Step

Archer Archer
Azure

【 Node.js 】透過 Azure Functions 探索 Azure Cosmos DB - 使用 Windows OS & Web UI

內容 學習目標 前置準備作業 程式與軟體 設定 Azure Cosmos DB 設定 Azure Functions 透過 Postman 測試 學習目標 Integrating Serverless Architecture - 透過 Azure Functions 以 Node.js 操作 Azure Cosmos DB 示意圖 前置準備作業 註冊 Microsoft

Archer Archer
Azure

【 Node.js 】透過 Azure IoT Hub 接收 Client 端傳送的數據再經由 Azure Function 存入 Azure Cosmos DB

內容 學習目標 前置準備作業 程式與軟體 建立 Cosmos DB 建立 IoT Hub 建立 IoT Devices 建立 Azure Function 透過機台端模擬程式傳送數據到 Azure IoT Hub 學習目標 如何將機台端的數據傳送到 Azure IoT Hub,再透過 Azure Function 將資料存放到 Azure Cosmos DB 示意圖

Archer Archer
Learning Sky © 2021
Latest Posts Ghost