From the course: IoT Foundations: Operating System Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Connect to Microsoft Azure

Connect to Microsoft Azure

From the course: IoT Foundations: Operating System Applications

Start my 1-month free trial

Connect to Microsoft Azure

- [Instructor] Connecting to a cloud endpoint can be done in application layer by establishing and end-to-end connection between your application and the cloud service endpoint. As an example, let's see how to make a connection from our application to the multimodel Microsoft Azure Cosmos database for that storage and queries with the Python code in the exercise file. First, we'll need to prepare a few things. Basically, we need to create a cloud data repo. So let's go go the Azure Portal to create the Azure Cosmos DB account with sufficient Azure subscription permissions. Here I'm just using the free trial Azure subscription. Once we've logged on to the Microsoft Azure Portal you can search for the Azure Cosmos DB Services from the service bar on top. Let's click the Azure Cosmos DB in the drop down list. And click add button to create a new Cosmos DB account if you don't have one. In this interface, you'll need to put the unique ID of your Cosmos DB account and choose database…

Contents