Skip to content

Commit 64a59e3

Browse files
authored
Add note about OPENAI_HOST and azd deployment (#1479)
* Configure Azure Developer Pipeline * Configure Azure Developer Pipeline * Note re OPENAI_HOST * Rm ollama, it requires more config
1 parent 96ec028 commit 64a59e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/localdev.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ If you're running inside a dev container, use this local URL instead:
6565
```shell
6666
azd env set OPENAI_BASE_URL http://host.docker.internal:8080/v1
6767
```
68+
69+
> [!NOTE]
70+
> You must set this back to a non-local value ("azure", "azure_custom", or "openai")
71+
> before running `azd up` or `azd provision`, since the deployed backend can't access your local server.

0 commit comments

Comments
 (0)