File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ module pg 'pg.bicep' = {
49
49
aadAdminType : aadAdminType
50
50
databaseNames : [ databaseName ]
51
51
storage : {
52
- storageSizeGB : 128
52
+ storageSizeGB : 32
53
53
}
54
54
version : '15'
55
55
allowAllIPsFirewall : true
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ resource postgresServer 'Microsoft.DBforPostgreSQL/flexibleServers@2023-03-01-pr
53
53
name : name
54
54
location : location
55
55
tags : tags
56
-
56
+ sku : {
57
+ name : 'Standard_B1ms'
58
+ tier : 'Burstable'
59
+ }
57
60
properties : union (authProperties , {
58
61
version : version
59
62
storage : storage
60
- sku : {
61
- name : 'Standard_D2ds_v4'
62
- tier : 'GeneralPurpose'
63
- }
63
+
64
64
highAvailability : {
65
65
mode : 'Disabled'
66
66
}
Original file line number Diff line number Diff line change 1
1
psycopg2 == 2.9.9
2
2
python-dotenv == 1.0.1
3
- SQLAlchemy [asyncio ]== 2.0.30
4
- pgvector == 0.2.5
3
+ SQLAlchemy [asyncio ]== 2.0.31
4
+ pgvector == 0.3.0
5
5
SQLModel == 0.0.19
6
6
asyncpg == 0.29.0
7
7
azure-identity
You can’t perform that action at this time.
0 commit comments