Chris Tremblay

Helping developers build awesome stuff on Azure
Logo
Connect with me

LinkedIn
chris.tremblay@microsoft.com
christremblay.com
azurepetstore.com

View my Microsoft Learn Module https://aka.ms/learn-about-containers-on-azure-with-chris

Watch my How to migrate Java Tomcat apps to Azure Video on YouTube https://www.youtube.com/watch?v=lIeReNBNr48&t=201s

Watch my How to Monitor Java Tomcat Apps on Azure App Service Video on YouTube https://www.youtube.com/watch?v=dDZorrTzk_Q&t=6s

Watch my How to deploy Java Tomcat Apps with GitHub Actions to Azure Video on YouTube https://www.youtube.com/watch?v=MTBzsHcIH_U

View Azure Pet Store on GitHub chtrembl/azure-cloud

Semantic Kernel Pet Pricing App

This Python application uses Semantic Kernel and Azure OpenAI to retrieve animal information. If the prompt requests pet product pricing, Semantic Kernel recognizes the function call schema from Azure OpenAI and calls an Azure Function to retrieve the product price, the same goes for Azure Pet Store Cart management.

setup

python3 -m venv .venv source .venv/bin/activate pip install –upgrade pip pip install -r requirements.txt

run

python3 src/app.py

use

do dogs like to play?

how much is the ball?

please add the ball to my cart