Fix deadlink to js example and rename README to common name

This commit is contained in:
Camal Cakar 2019-05-08 12:40:31 +02:00
Родитель a2fa2011ce
Коммит aed84f75d6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -101,7 +101,7 @@ Once the Eventhub trigger function is created, click on Integrate tab on the bla
![Configure Connection IoT Hub in Azure function](Images/azurefunction.png)
Use the Javascript [index.js](https://github.com/savjani/azure-postgresql/blob/master/samples/IoT%20demo%20with%20Azure%20PostgreSQL/azure%20function/index.js) sample to create the function. The function is triggered for each incoming message stream in IoT Hub. It extracts the json message stream and inserts the data into PostgreSQL database iotdata created earlier hosted on Azure Database for PostgreSQL service.
Use the Javascript [index.js](https://github.com/Azure/azure-postgresql/blob/master/samples/IoT%20Demo/azure%20function/index.js) sample to create the function. The function is triggered for each incoming message stream in IoT Hub. It extracts the json message stream and inserts the data into PostgreSQL database iotdata created earlier hosted on Azure Database for PostgreSQL service.
## Running End-to-End demo to send IoT telemetry to Azure Database for PostgreSQL