Skip to content

Commit 1670f14

Browse files
committed
Update neon org details
1 parent 613b5f1 commit 1670f14

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

infra/core/database/neon/serverlessPostgres.bicep

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,26 @@ param tags object = {}
44

55
resource neonOrganization 'Neon.Postgres/organizations@2024-08-01-preview' = {
66
location: location
7-
name: name
7+
name: 'neon-${name}'
88
tags: tags
99
properties: {
1010
companyDetails: {
11-
businessPhone: 'string'
12-
companyName: 'string'
13-
country: 'string'
14-
domain: 'string'
1511
}
1612
marketplaceDetails: {
1713
offerDetails: {
18-
offerId: 'string'
19-
planId: 'string'
20-
planName: 'string'
21-
publisherId: 'string'
22-
termId: 'string'
23-
termUnit: 'string'
14+
offerId: 'neon_serverless_postgres_azure_prod'
15+
planId: 'neon_serverless_postgres_azure_prod_free'
16+
planName: 'Free Plan'
17+
publisherId: 'neon1722366567200'
18+
termId: 'P1M'
19+
termUnit: 'gmz7xq9ge3py'
2420
}
2521
subscriptionId: subscription().id
26-
subscriptionStatus: 'string'
2722
}
2823
partnerOrganizationProperties: {
29-
organizationId: 'string'
3024
organizationName: 'string'
31-
singleSignOnProperties: {
32-
aadDomains: [
33-
'string'
34-
]
35-
enterpriseAppId: 'string'
36-
singleSignOnState: 'string'
37-
singleSignOnUrl: 'string'
38-
}
3925
}
4026
userDetails: {
41-
emailAddress: 'string'
42-
firstName: 'string'
43-
lastName: 'string'
44-
phoneNumber: 'string'
4527
upn: 'string'
4628
}
4729
}

0 commit comments

Comments
 (0)