We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ec028 commit 64a59e3Copy full SHA for 64a59e3
docs/localdev.md
@@ -65,3 +65,7 @@ If you're running inside a dev container, use this local URL instead:
65
```shell
66
azd env set OPENAI_BASE_URL http://host.docker.internal:8080/v1
67
```
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