Cargando…

Beginning Azure IoT Edge computing : extending the cloud to the intelligent edge /

Use a step-by-step process to create and deploy your first Azure IoT Edge solution. Modern day developers and architects in today's cloud-focused world must understand when it makes sense to leverage the cloud. Computing on the edge is a new paradigm for most people. The Azure IoT Edge platform...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jensen, David (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Do I Need an Intelligent Edge?; Edge Computing; Edge Computing Adoption; Security; Direct Access; Untrusted Execution; Message Replays; Direct Access to the Internet; Network Bandwidth; Maintenance; Recognizing Your Organizational Mindset; Business Cases; Industrial Automation; Enhanced Analytics; Occasionally Offline; Protocol Translation; Summary; Chapter 2: Azure IoT Edge Core Concepts; Azure IoT Hub; Containers; Modules; Edge Agent and Edge Hub; Device Twins; Module Twins
  • Edge Message RoutingSource; Condition; Sink; Edge Device Security; Edge Deployments; Summary; Chapter 3: Azure IoT Edge Development Environment; Configure VS Code; VS Code vs. Visual Studio; First Lap Around VS Code; Configure VS Code for IoT Edge; Configure Visual Studio for IoT Edge; Install .Net Core 2.1; Install Docker; Install the IoT Edge Emulator; Configure IoT Hub; Create an IoT Hub Instance; Add an Edge Device to IoT Hub; Install Azure IoT Edge SDK; Install the Microsoft Keys; Install the Container Runtime; Install the Security Service; Configure the Security Service; Summary
  • Chapter 4: Hello EdgeCreate a Solution Using VS Code; Create a Solution Using Visual Studio; IoT Hub Connection String; Exploring the Solution Actions; Develop; ModuleClient; IoT Hub Authentication; Transport Settings; Message Handler; Build; Deploy; Running Your Solution; Summary; Chapter 5: Developing and Debugging Edge Modules; Edge Development Process; Azure IoT EdgeHub Dev Tool; Solution Mode; Single Module Mode; Azure IoT Edge Dev Tool; Getting Started with the IoT Edge Dev Tool; Using the Preconfigured Container; Manually Installing the Requirements; IoT Edge Dev Tool Initial Commands
  • Using the IoT Edge Dev ToolDebugging Edge Solutions; VS Code Debugging Overview; VS Code Debugging in Solution Mode; VS Code Debugging in Single Module Mode; Visual Studio Debugging; Third Party Edge Modules; Modbus Edge Module; OPC UA Edge Module; Summary; Chapter 6: Analytics on the Edge; Azure Cognitive Services; Vision API; Speech API; Language API; Knowledge API; Search API; Cognitive Services Containers; Using a Cognitive Service Container; Next Steps with Cognitive Services Containers; Azure Machine Learning Service; Summary; Chapter 7: Device Provisioning Service
  • Device Provisioning WorkflowDevice Provisioning Service Concepts; DPS Enrollments; DPS Allocation Policies; Reprovisioning; Device Provision Service Setup; Configuring an IoT Edge Device; Summary; Chapter 8: Azure IoT Edge Security; Assessing Security Risks; IoT Edge-Specific Risks; Edge Security Attacks; Secure IoT Edge Hardware; IoT Edge Security Architecture; Security Manager; Security Daemon; Cloud Interface; Management API; Workload API; Container API; IoT Edge Certificates; IoT Edge Security Promises; Trusted Edge Computing; Summary; Chapter 9: Azure DevOps for IoT Edge Solutions