Update examples/Azure_IoT_Adu_ESP32/readme.md

Co-authored-by: Eric Wolz <ericwol@microsoft.com>
This commit is contained in:
Ewerton Scaboro da Silva 2022-11-07 15:59:55 -08:00 коммит произвёл GitHub
Родитель a680f54260
Коммит 32fa074da7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -52,7 +52,7 @@ _The following was run on Windows 11 and Ubuntu Desktop 20.04 environments, with
- Have an [Azure account](https://azure.microsoft.com/) created.
- Have an [Azure IoT Hub](https://docs.microsoft.com/azure/iot-hub/iot-hub-create-through-portal) created.
> Important: To use Azure Device Update you must have an Azure IoT Hub with [scale unit](https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-scaling) S1, S2, S3 or a free/standard hub. This sample will not work with a Basic Azure IoT Hub scale unit.
> Important: To use Azure Device Update you must have an Azure IoT Hub with [scale unit](https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-scaling) S1, S2, S3 or a free/standard hub. This sample will not work with a Azure IoT Hub 'Basic' scale unit.
- Have an [Azure Device Update](https://docs.microsoft.com/azure/iot-hub-device-update/create-device-update-account?tabs=portal) instance created and linked to your Azure IoT Hub.
- Have a logical device created in your Azure IoT Hub: using authentication type "Symmetric Key" or "X.509 self-signed".
- **Symmetric Key**: follow [this guidance](https://docs.microsoft.com/azure/iot-hub/iot-hub-create-through-portal#register-a-new-device-in-the-iot-hub) to create a device.In this case, the device keys are used to automatically generate a SAS token for authentication.