You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,39 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
155
155
156
156
You will be asked to select two locations, first a region for most of the resources, then a region specifically for the Azure OpenAI models. This project uses the gpt-4o-mini and text-embedding-ada-002 models which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region accordingly.
157
157
158
+
5. Set Neon database credentials to Azure environment and redeploy
159
+
160
+
Currently, Neon does not support managed identity and automatically assigning database credentials during the deployment. After the first deployment, you need to retrieve credentials manually from the Neon Console and set environment variable values
161
+
162
+
1. Obtain Neon Database Credentials
163
+
- From [Azure portal](https://portal.azure.com/), find the Neon Serverless Postgres Organization service and click on Portal URL.
164
+
- This brings you to the **[Neon Console](https://console.neon.tech/?refcode=44WD03UH)**
165
+
- Click “New Project”
166
+
- Choose an Azure region
167
+
- Give your project a name (e.g., “Neon RAG Python”)
168
+
- Click “Create Project”
169
+
- Once the project is created successfully, copy the Neon connection string. You can find the connection details in the Connection Details widget on the Neon Dashboard.
0 commit comments