Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created September 8, 2025 18:20
Show Gist options
  • Select an option

  • Save dontpaniclabsgists/df63840a20c52dfc3892eed33a393d59 to your computer and use it in GitHub Desktop.

Select an option

Save dontpaniclabsgists/df63840a20c52dfc3892eed33a393d59 to your computer and use it in GitHub Desktop.
# This approach never worked despite multiple attempts
from azure.ai.vision.imageanalysis import ImageAnalysisClient
from azure.core.credentials import AzureKeyCredential
client = ImageAnalysisClient(
endpoint=AZURE_VISION_ENDPOINT,
credential=AzureKeyCredential(AZURE_VISION_API_KEY)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment