remove ssl restriction from azure template (#1388)

This commit is contained in:
Shahidh K Muhammed 2019-01-16 14:49:31 +05:30 committed by GitHub
parent 6b8120a6b2
commit 500a9b2582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -108,8 +108,7 @@
"properties": {
"createMode": "Default",
"version": "[parameters('postgresVersion')]",
"sslEnforcement": "Disabled",
"administratorLogin": "hasura",
"administratorLogin": "[variables('adminUser')]",
"administratorLoginPassword": "[variables('adminPassword')]",
"storageProfile": {
"storageMB": "[variables('dbSKUSizeInMB')]"

View File

@ -45,7 +45,7 @@ the screenshot that follows:
- **Postgres Database Name**: enter the name of database that Hasura should connect to.
_(Note: Make sure youve allowed access for Azure services to the Postgres Server. This setting can be found under the connection security tab on Azure Portal. Also, disable SSL Enforcement till a [bug](https://github.com/hasura/graphql-engine/issues/1381) is fixed on GraphQL Engine.)_
_(Note: Make sure youve allowed access for Azure services to the Postgres Server. This setting can be found under the connection security tab on Azure Portal.)_
![Azure Portal screenshot](https://storage.googleapis.com/graphql-engine-cdn.hasura.io/main-repo/img/azure_arm_aci_standalone_template.png)