Skip to content

Commit 8524a9e

Browse files
authored
Merge pull request #23 from eamonoreilly/main
Fixed link and updated steps to use azd init -t to pull content from the repo locally and initialize.
2 parents d2e3ab9 + 5f00ade commit 8524a9e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ This application requires resources like Azure OpenAI and Azure AI Search which
6666

6767
Execute the following command in a new terminal, if you don't have any pre-existing Azure services and want to start from a fresh deployment.
6868

69-
1. Ensure your deployment scripts are executable (scripts are currently needed to help AZD deploy your app)
69+
1. Run the following command to download the project code
70+
```bash
71+
azd init -t https://github.com/Azure-Samples/Azure-Functions-OpenAI-Demo
72+
```
73+
74+
2. Ensure your deployment scripts are executable (scripts are currently needed to help AZD deploy your app)
7075

7176
Mac/Linux:
7277
```bash
@@ -76,7 +81,7 @@ Windows:
7681
```Powershell
7782
set-executionpolicy remotesigned
7883
```
79-
2. Provision required Azure resources (e.g. Azure OpenAI and Azure Search) into a new environment
84+
3. Provision required Azure resources (e.g. Azure OpenAI and Azure Search) into a new environment
8085
```bash
8186
azd up
8287
```
@@ -141,7 +146,7 @@ Your frontend and backend apps can run on the local machine using storage emulat
141146
}
142147
```
143148
3. Disable VNET private endpoints in resource group so your function can connect to remote resources (or VPN into VNET)
144-
4. Start Azurite using VS Code extension or run this command in a new terminal window using optional [Docker](www.docker.com)
149+
4. Start Azurite using VS Code extension or run this command in a new terminal window using optional [Docker](http://www.docker.com)
145150
```bash
146151
docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 \
147152
mcr.microsoft.com/azure-storage/azurite

0 commit comments

Comments
 (0)