MicrosoftLearning / mslearn-ai-services

Lab files for Azure AI Services modules
https://microsoftlearning.github.io/mslearn-ai-services/
MIT License
126 stars 239 forks source link

Update .env - fix wrong environment variable name #8

Closed lunelsonMS closed 10 months ago

lunelsonMS commented 10 months ago

The Python code snippet tries to read AI_SERVICE_ENDPOINT, not COG_SERVICE_ENDPOINT. The previous exercises used AI_SERVICE_ENDPOINT as well, so I assume that's what this one should use.