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/10/17 08:56] – [AI Feature Configuration: Chatbot Assistant and Content Generation] Linz, Andreas712:configure_stages [2025/11/10 11:07] (current) – [AI Feature Configuration: How to create Azure OpenAI services] Linz, Andreas
Line 539: Line 539:
  
  
 +===== AI Feature Configuration: How to create Azure OpenAI services =====
 +1. Login to Azure-Management-Portal and navigate to "Azure OpenAI" service:\\ \\ 
 +{{ :712:create_azure_openai_services_01.jpg?direct&400 |}}\\ 
 +2. Create a new service within the OpenAI service:\\ \\ 
 +{{ :712:create_azure_openai_services_02.jpg?direct&400 |}}\\ 
 +3. Define basic information for the resource - e.g. select region:\\ \\ 
 +{{ :712:create_azure_openai_services_03.jpg?direct&400 |}}\\ 
 +4. Create resource: click "Create":\\ \\ 
 +{{ :712:create_azure_openai_services_04.jpg?direct&400 |}}\\ 
 +5. Select resource and navigate to "AI Foundry portal". Required AI models need to be configured here:\\ \\ 
 +{{ :712:create_azure_openai_services_05.jpg?direct&400 |}}\\ 
 +6. Within "AI foundry portal" these three models need to be deployed:\\ \\ 
 +{{ :712:create_azure_openai_services_06.jpg?direct&400 |}}\\ 
 +{{ :712:create_azure_openai_services_07.jpg?direct&400 |}}\\ 
 +7. Within the resource navigate to "Keys and Endpoints":\\ \\ 
 +{{ :712:create_azure_openai_services_08.jpg?direct&200 |}}\\ 
 +8. Here the required access data for Stages can be exported (URL, Key):\\ \\ 
 +{{ :712:create_azure_openai_services_09.jpg?direct&400 |}}\\ 
 +9. Afterwards create another resource for the translator-services:\\ \\ 
 +{{ :712:create_azure_openai_services_10.jpg?direct&400 |}}\\ 
 +{{ :712:create_azure_openai_services_11.jpg?direct&400 |}}\\ 
 +10. Define name and region:\\ \\ 
 +{{ :712:create_azure_openai_services_12.jpg?direct&400 |}}\\ 
 +11. Leave system-identitiy-switch turned "off":\\ \\ 
 +{{ :712:create_azure_openai_services_13.jpg?direct&400 |}}\\ 
 +12. Create resource: click "Create":\\ \\ 
 +{{ :712:create_azure_openai_services_14.jpg?direct&400 |}}\\ 
 +13. Export Stages access data (Key, Endpoint):\\ \\ 
 +{{ :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 }'