Overview

The following exercises are designed to provide you with a hands-on learning experience in which you'll explore common tasks that developers perform when building and deploying solutions to Microsoft Azure.

Note: To complete the exercises, you'll need an Azure subscription in which you have sufficient permissions and quota to provision the necessary Azure resources. If you don't already have one, you can sign up for an Azure account.

Some exercises may have additional, or different, requirements. Those will contain a Before you start section specific to that exercise.

Topic areas

Azure Kubernetes Service

Deploy an AI inference API to Azure Kubernetes Service
Learn how to create Kubernetes deployment and service manifests to deploy an AI inference API container to Azure Kubernetes Service.


Return to top

Azure Managed Redis

Perform data operations in Azure Managed Redis
Learn how to perform data operations in Azure Managed Redis using the redis-py Python library.


Publish and subscribe to events in Azure Managed Redis
Learn how to build publisher and subscriber applications that implement pub/sub patterns in Azure Managed Redis using the redis-py Python library.


Implement semantic search in Azure Managed Redis
Learn how to store product vectors with embeddings, create semantic search indexes, and perform similarity searches in Azure Managed Redis using redis-py and RediSearch.


Return to top