Microsoft Learn Challenge Nov 23, 2024 – Jan 10, 2025 Register now Dismiss alert Learn Discover Product documentation Development languages Topics Sign in Develop AI apps using Azure AI services Overview Concepts How-tos AI app templates Resources ...
In this example, we explore using Python, Docker Containers, and Kubernetes - all running on the Microsoft Azure platform. Using Kubernetes means that you also have the flexibility of using local environments or even other clouds for a seamless and consistent deployment of your application, and ...
The right class to use in this scenario is the Windows.Storage.ApplicationData class. This class has many properties and methods, however, consider the localSettings property for this scenario. The settings are stored in a key-value pair system. Look at the following sample code for the implem...
Create a Java application To build the samples, you'll need the Java Development Kit (JDK) and the Azure Storage SDK for Java. You'll also need an Azure storage account. Set up your application to use Azure Files To use the Azure Files APIs, add the following code to the top of the...
For now, we’ll send the default message. Add the new header reference to your console application code and place a call to the send_device_to_cloud_message function in main. Your code should look like this: c++ Copy #include "stdafx.h" #include "azure_iot_hub.h" int main() { ...
Learn how to develop and test Azure Functions by using the Azure Functions extension for Visual Studio Code.
You know Azure SQL Database has the features you need to make you app awesome and you need flexibility and freedom when developing or testing changes to your app. A new option for developing with Azure SQL Database is the Azure SQL Database emulator, a container-based development ...
using Azure.AI.TextAnalytics; Add the following code sample to your application. C# Copy // Example method for extracting named entities from text private static void EntityRecognitionExample(string keySecret, string endpointSecret) { //String to be sent for Named Entity Recognition ...
For now, we’ll send the default message. Add the new header reference to your console application code and place a call to the send_device_to_cloud_message function in main. Your code should look like this: c++ Copy #include "stdafx.h" #include "az...
Create a Java applicationTo build the samples, you'll need the Java Development Kit (JDK) and the Azure Storage SDK for Java. You should also have created an Azure storage account.Set up your application to use Azure FilesTo use the Azure Files APIs, add the following code to the top ...