Skip to content

Commit 14cd3bc

Browse files
authored
Merge pull request #30 from balena-io-examples/fix_readme_20230127
Fix Azure provision URL format
2 parents ec05959 + a2e22ca commit 14cd3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AWS_CERT and AWS_PRIVATE_KEY variables for each device are [generated](https://g
6767

6868
| Name | Value | Notes |
6969
|-------|-------|-------|
70-
| PROVISION_URL | like<br>`https://<region>-<projectID>.cloudfunctions.net/provision` | URL to trigger the provisioning cloud function.|
70+
| PROVISION_URL | like<br>`https://xxxx.azurewebsites.net/api/provision` | URL to trigger the provisioning cloud function.|
7171
| AZURE_HUB_HOST | like<br>`<iot-hub-name>.azure-devices.net` | Host name to receive data. See *Overview* for the IoT Hub in the Azure portal. |
7272
| CLOUD_CONSUMER_TOPIC| default `sensors`| Cloud Relay creates a `topic` key with this value in the `properties` map included in the message to Azure. |
7373

0 commit comments

Comments
 (0)