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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,10 @@ Follow these steps to deploy a PostgreSQL Flexible Server to Azure with the pgve
100
100
101
101
This will create a new resource group, and create the PostgreSQL Flexible server inside that group.
102
102
103
-
1. The example Python scripts look forconfiguration variables from a `.env` file locatedin the directory from where you invoke the scripts. You can easily create a file with the correct variables for your PostgreSQL server by running this command that copies the `azd` environment variables into your local`.env`:
103
+
1. The example Python scripts look forconfiguration variables from a `.env` file locatedin the directory from where you invoke the scripts. You can easily create a file with the correct variables for your PostgreSQL server by running this script that copies the necessary`azd` environment variables into your local`.env`:
104
104
105
105
```shell
106
-
azd env get-values > .env
106
+
./write_azure_env.sh
107
107
```
108
108
109
109
1. Now you may run the Python scripts in order to interact with the PostgreSQL server.
0 commit comments