File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,12 @@ This application requires resources like Azure OpenAI and Azure AI Search which
6666
6767Execute 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
7176Mac/Linux:
7277``` bash
@@ -76,7 +81,7 @@ Windows:
7681``` Powershell
7782set-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
8186azd up
8287```
@@ -141,7 +146,7 @@ Your frontend and backend apps can run on the local machine using storage emulat
141146}
142147` ` `
1431483. 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
146151docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 \
147152 mcr.microsoft.com/azure-storage/azurite
You can’t perform that action at this time.
0 commit comments