Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Hey @danielkalu ,
I think these resources would help you configure private endpoint
Stream Analytics privates endpoint: https://learn.microsoft.com/en-us/azure/stream-analytics/
SQL Database private endpoint: https://learn.microsoft.com/en-us/azure/azure-sql/database/private-endpoint-overview?view=azuresql
I don’t know if your IoT devices and Azure services (Stream Analytics, SQL database) are located in the same region for optimal performance. Ensure it is .
And again try to double-check your firewall rules on the Stream Analytics job and SQL database to ensure they allow inbound traffic from your IoT Hub’s private endpoint.
Use Azure Firewall to control what goes out and Network Security Groups to control what comes in, keeping your resources safe and secure.
Let me check it out now thanks @marveeamasi
Okay š
CONTRIBUTE TO THIS THREAD