1
0
Форкнуть 0
This commit is contained in:
kimwolk 2021-02-19 13:31:10 -08:00 коммит произвёл GitHub
Родитель 1162da691e
Коммит 39e49900d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,11 @@
# Azure IoT Central Device Bridge
# Azure IoT Central Device Bridge (Send and Receive Data with AMQP)
The Device Bridge enables the connection of devices to Azure IoT Central in scenarios where it's not possible to use the Azure IoT Device SDKs.
The solution in this repository deploys a set of resources to your Azure Subscription. Once deployed, it exposes a simple, yet powerful, HTTP interface
that can be used for sending and receiving data between devices and Azure IoT. The solution can be used *as is* or customized with additional components,
that can be used for sending and receiving* data between devices and Azure IoT. The solution can be used *as is* or customized with additional components,
such as data transformation and protocol adapter modules.
(* If you only need to send data, look at https://github.com/Azure/iotc-device-bridge. It sends data using HTTP and can run in an Azure Function.)
- [Deployment instructions](#deployment-instructions)
* [1 - Build and push the Docker image](#1---build-and-push-the-docker-image)
* [2 - Open the deployment template in Azure Portal](#2---open-the-deployment-template-in-azure-portal)