Azure / Azure/azure-postgresql
Latest /flexibleServers azure resource manager template references are not available in the docs.
Open
- Dominant language
- Bicep
- Stars
- 87
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
Latest version available in the docs is 2023-03-01-preview.
https://learn.microsoft.com/en-us/azure/templates/microsoft.dbforpostgresql/flexibleservers?pivots=deployment-language-bicep
Deployments with later version however success without any issues:
```bicep
resource postgre 'Microsoft.DBforPostgreSQL/flexibleServers@2023-06-01-preview' = {
name: 'postgre-${name}-${environment}-${region}-${instance}'
location: location
...
}
```
Some options available in the later versions are not documented, such as `properties.network.publicNetworkAccess`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.