Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
712:configure_stages [2025/11/10 11:04] – [AI Feature Configuration: How to create Azure OpenAI services] Linz, Andreas712:configure_stages [2025/11/10 11:07] (current) – [AI Feature Configuration: How to create Azure OpenAI services] Linz, Andreas
Line 567: Line 567:
 {{ :712:create_azure_openai_services_14.jpg?direct&400 |}}\\  {{ :712:create_azure_openai_services_14.jpg?direct&400 |}}\\ 
 13. Export Stages access data (Key, Endpoint):\\ \\  13. Export Stages access data (Key, Endpoint):\\ \\ 
-{{ :712:create_azure_openai_services_15.jpg?direct&400 |}}+{{ :712:create_azure_openai_services_15.jpg?direct&400 |}}\\ 
 +How to test if given credentials work? Please execute the command below in a command shell: 
 +  curl -X POST 'https://openai-methodpark-prod-msc-plc.openai.azure.com/openai/deployments/gpt-4o-mini/chat/completions?api-version=2024-02-15-preview%27' -H 'Content-Type: application/json' -H 'api-key: xxxxxxx' -d '{ "messages": [ { "role": "user", "content": "Hello" } ], "max_tokens": 1 }'