User Tools

Site Tools


wiki:ai:azure_chatbot_with_open_ai_integration

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
wiki:ai:azure_chatbot_with_open_ai_integration [2025/07/10 21:32] ymurugesanwiki:ai:azure_chatbot_with_open_ai_integration [2025/07/10 21:40] (current) ymurugesan
Line 468: Line 468:
  
 1. Create a webapp in azure ( without database) (Node 20 with windows) 1. Create a webapp in azure ( without database) (Node 20 with windows)
 +
 2. Add all the env variables below in the azure webapp. Do not zip the env variables 2. Add all the env variables below in the azure webapp. Do not zip the env variables
 +
 3. Add the below web.config 3. Add the below web.config
  
Line 535: Line 537:
  
 </code> </code>
 +
 +5. Zip the contents
 +
 +6. Deploy using CLI 
 +
 +<code>
 +az webapp deploy --resource-group xxx --name xx --src-path deployment123.zip --type zip 
 +
 +</code>
 +
 +7. Verify the log stream for deployment logs to ensure deployment succeeds
 +
 +
 +
 +
 +{{:wiki:ai:screenshot_2025-07-10_at_4.35.02 pm.png?600|}}
wiki/ai/azure_chatbot_with_open_ai_integration.1752183166.txt.gz · Last modified: by ymurugesan