This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:ai:azure_chatbot_with_open_ai_integration [2025/07/10 21:32] – ymurugesan | wiki: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: | ||
| </ | </ | ||
| + | |||
| + | 5. Zip the contents | ||
| + | |||
| + | 6. Deploy using CLI | ||
| + | |||
| + | < | ||
| + | az webapp deploy --resource-group xxx --name xx --src-path deployment123.zip --type zip | ||
| + | |||
| + | </ | ||
| + | |||
| + | 7. Verify the log stream for deployment logs to ensure deployment succeeds | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | {{: | ||