Skip to content

Commit

Permalink
Update .env - fix wrong environment variable name
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lunelsonMS authored Nov 17, 2023
1 parent ca57afd commit 0568b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Labfiles/02-ai-services-security/Python/keyvault-client/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COG_SERVICE_ENDPOINT=your_cognitive_services_endpoint
AI_SERVICE_ENDPOINT=your_AI_services_endpoint
KEY_VAULT=your_key_vault_name
TENANT_ID=your_service_principal_tenant_id
APP_ID=your_service_principal_app_id
APP_PASSWORD=your_service_principal_password
APP_PASSWORD=your_service_principal_password

0 comments on commit 0568b5d

Please sign in to comment.