File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sources/IoT.Simulator/IoT.Simulator/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Do not forget you will need an internet connection with specific open ports:
2121 - 443
2222[ Ports] ( https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols ) required to communicate with Microsoft Azure IoT Hub.
2323
24- Finally, you will need enough storage memory to download the Docker image and create your containers .
24+ The new .NET 5 docker images are smaller and offer better performances .
2525
2626
2727### Steps to follow
2828The Azure IoT Device Simulator needs two basic things before starting:
2929 - settings (need to be updated with proper connection settings)
30- - message templates (included by default)
30+ - reachable DTDL models
3131
3232 Once those items are ready, a single command allows starting the application.
3333
@@ -43,7 +43,7 @@ For details and explanations, see [help](Help.md).
4343>
4444> The solution takes into account ** settings** depending on the environment.
4545> It can be set trough the environment variable ENVIRONMENT.
46- > The solution looks for settings files following the pattern * file.ENVIRONMENT.json* (similar to transformation files).
46+ > The solution looks for settings files following the pattern * file.ENVIRONMENT.json* (similar to the former transformation files).
4747> Default setting files will be loaded first in case no environment file is found.
4848
4949##### appsettings.json
You can’t perform that action at this time.
0 commit comments