Search⌘ K
AI Features

Creating Microsoft Azure Storage Account

Explore how to create and configure a Microsoft Azure Storage Account to store images processed by Azure Cognitive Services. Understand the importance of resource group and location choices for optimal performance, and learn to securely retrieve and manage storage account keys for your application's data storage needs.

Creating the storage account

Now that we have set up our API using Azure Function and integrated Azure Cognitive service for image analysis, our next step is to store a copy of the analyzed image in an Azure Storage account. Here’s how to accomplish this:

  • After executing the terminal, we’ll log in to Azure
...