All Projects → Azure → Industrial Iot

Azure / Industrial Iot

Licence: mit
Azure Industrial IoT Platform

Projects that are alternatives of or similar to Industrial Iot

Awesome Azure Iot
A curated list of awesome Azure Internet of Things projects and resources.
Stars: ✭ 104 (-59.37%)
Mutual labels:  azure, iot
Azure Sdk For Python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Stars: ✭ 2,321 (+806.64%)
Mutual labels:  azure, hacktoberfest
Azure Az 900 Study Guide
Study Guide for the Microsoft Azure Fundamentals Exam
Stars: ✭ 134 (-47.66%)
Mutual labels:  azure, hacktoberfest
Azurestorageexplorer
☁💾 Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
Stars: ✭ 88 (-65.62%)
Mutual labels:  azure, hacktoberfest
Azure Sdk For Net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Stars: ✭ 3,079 (+1102.73%)
Mutual labels:  azure, hacktoberfest
Powershell
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
Stars: ✭ 1,302 (+408.59%)
Mutual labels:  azure, hacktoberfest
Promitor
Bringing Azure Monitor metrics where you need them.
Stars: ✭ 140 (-45.31%)
Mutual labels:  azure, hacktoberfest
Iotz
compile things easy 🚀
Stars: ✭ 39 (-84.77%)
Mutual labels:  azure, iot
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+1295.31%)
Mutual labels:  azure, hacktoberfest
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (-24.22%)
Mutual labels:  azure, hacktoberfest
Exram.gremlinq
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
Stars: ✭ 84 (-67.19%)
Mutual labels:  azure, hacktoberfest
Azurlshortener
An simple and easy Url Shortener
Stars: ✭ 247 (-3.52%)
Mutual labels:  azure, hacktoberfest
Azure Iot Developer Kit
A curated list of awesome Azure IoT Developer Kit projects and resources.
Stars: ✭ 73 (-71.48%)
Mutual labels:  azure, iot
Device Simulation Dotnet
IoT Simulation service
Stars: ✭ 93 (-63.67%)
Mutual labels:  azure, iot
Terraform Security Scan
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
Stars: ✭ 64 (-75%)
Mutual labels:  azure, hacktoberfest
Activelogin.authentication
Support Swedish BankID (svenskt BankID) authentication in .NET.
Stars: ✭ 141 (-44.92%)
Mutual labels:  azure, hacktoberfest
Mcw
Microsoft Cloud Workshop Project
Stars: ✭ 677 (+164.45%)
Mutual labels:  azure, iot
Azure Sdk For Go
Microsoft Azure SDK for Go
Stars: ✭ 847 (+230.86%)
Mutual labels:  azure, hacktoberfest
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (-30.86%)
Mutual labels:  azure, hacktoberfest
Tfsec
Security scanner for your Terraform code
Stars: ✭ 3,622 (+1314.84%)
Mutual labels:  azure, hacktoberfest

Azure Industrial IoT Platform

License: MIT Build Status

Welcome!

The Azure Industrial IoT Platform is a Microsoft product that has fully embraced openness. We use Azure's managed Platform as a Service (PaaS) services, open-source software leveraging the MIT license throughout, open international standards for communication (OPC UA, MQTT) and interfaces (Open API) and open industrial data models (OPC UA) on the edge and in the cloud.

Discover, register and manage your industrial assets with Azure

The Azure Industrial IoT Platform allows you to discover industrial assets on-site and automatically registers them in the cloud for easy access there. It leverages managed Azure PaaS services. On top of the Azure PaaS services, we have built a number of edge and cloud micro-services that must be used together, leveraging OPC UA as the data model. This is also the first cloud platform to leverage the OPC UA PubSub telemetry format (both JSON and binary, on top of MQTT). If your assets don't support OPC UA as an interface, we have worked with our large partner network to support all types of industrial interfaces through the use of adapters, fully integrated with our platform. Please check out the Azure IoT Edge Marketplace. So far, we support modules from Softing and CopaData.

An overview architecture is depicted below:

diagram

The edge services are implemented as Azure IoT Edge modules and run on on-premises. The cloud services are implemented as ASP.NET micro-services with a REST interface and run on managed Azure Kubernetes Services (currently in preview) or stand-alone on Azure App Service. For both edge and cloud services, we have provided pre-built Docker containers in the Microsoft Container Registry (MCR), so you don't have to build them yourself. The edge and cloud services are leveraging each other and must be used together. We have also provided easy-to-use deployment scripts that allow you to deploy the entire platform in a step-by-step fashion.

We have also built an application running on Azure that lets you access the services through a simple UI.

Getting started

Select one of our release branches and clone the repository:

git clone -b <ReleaseBranchName> https://github.com/Azure/Industrial-IoT
cd Industrial-IoT

Start the deployment

On Windows:

.\deploy -version <version>

On Linux:

./deploy.sh -version <version>

For more information, see the detailed instructions and additional deployment options.

Learn more

What you get when you deploy the platform

The minimal deployment script deploys the following managed Azure services into your Azure subscription:

  • 1 IoT Hub with 4 partitions, S1 SKU (to communicate with the edge and ingress raw OPC UA telemetry data)
  • 1 Key Vault, Premium SKU (to manage secrets and certificates)
  • 1 Service Bus, Standard SKU (as integration event bus)
  • 1 Event Hubs with 4 partitions and 2 day retention, Standard SKU (contains processed and contextualized OPC UA telemetry data)
  • 1 Cosmos DB with Session consistency level (to persist state that is not persisted in IoT Hub)
  • 1 Blob Storage V2, Standard LRS SKU (for event hub checkpointing)

Azure Kubernetes Services should be used to host the cloud micro-services (this is currently in preview, please see our documentation).

Alternatively, the full deployment script deploys the following additional managed Azure services into your Azure subscription and deploys the cloud micro-services into an App Service instance:

  • 1 Data Lake Storage V2, Standard LRS SKU (used to connect Power BI to the platform, see tutorial)
  • 1 Time Series Insights, Pay As You Go SKU, 1 Scale Unit
  • 1 Blob Storage V2, Standard LRS SKU (used for long-term storage for Time Series Insights)
  • 2 App Service, B1 SKU (for hosting the Industrial IoT Engineering Tool cloud application and for hosting the cloud micro-services all-in-one)
  • 1 SignalR, Standard SKU (used to scale out asynchronous API notifications)
  • 4 Virtual Machines, 2 B2 SKU (1 Linux IoT Edge gateway and 1 Windows IoT Edge gateway) and 2 B1 SKU (used for a factory simulation to show the capabilities of the platform and to generate sample telemetry)
  • 1 Device Provisioning Service, S1 SKU (used for deploying and provisioning the simulation gateways)
  • 1 Application Insights and 1 Log Analytics Workspace for Operations Monitoring

Give feedback and report bugs

Please report any security related issues by following our security process.

Please enter all other bugs, feature requests, documentation issues, or suggestions as GitHub issues.

Contribute

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

If you want/plan to contribute, we ask you to sign a CLA (Contribution License Agreement) and follow the project 's code submission guidelines. A friendly bot will remind you about it when you submit a pull-request.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].