Azure-Samples / Azure-Functions-OpenAI-Demo

This C# demo is based on azure-search-openai-demo and uses a static web app for the frontend and Azure functions for the backend API's. This solution uses the Azure Functions OpenAI triggers and binding extension for the backend capabilities.
MIT License
15 stars 10 forks source link

Link and Content error in README.md #18

Closed jerryshia closed 3 days ago

jerryshia commented 1 week ago

1. Describe the issue: Missing step to download repo code.

image

Suggestion: Add step before step 1:

1.Run the following command to download the project code:

azd init -t john0isaac/simple-flask-app-terraform

2. Describe the issue: In the README.md, when click Docker, the link leads to a 404 page.:

image

Expected behavior: Clicking on Docker can successfully open the page.

@hemarina and @BigMorty for notification.

eamonoreilly commented 3 days ago

Fixed link to open docker site and updated instructions to use azd init -t to get the content locally and initialize. https://github.com/Azure-Samples/Azure-Functions-OpenAI-Demo/pull/23