From 3dfea4a78952710a6291fd03ee2662c72f4d1548 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 17 Nov 2025 16:53:22 +0000 Subject: [PATCH 1/2] Fix formatting issue in table --- modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index aa3365a86..259807157 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -40,7 +40,7 @@ You need to choose an empty resource group or create a new one. === Input parameters (Instance details) -[cols="<31s,69,<",frame="topbot",options="header"] +[cols="<20s,40,<40",frame="topbot",options="header"] |=== | Parameter Name @@ -52,12 +52,13 @@ You need to choose an empty resource group or create a new one. | East US | Admin Username -| The username for the administrator account on the Virtual Machine instances. This user will also be used -| to log into the Neo4j Browser. -| neo4j +| The username for the administrator account on the Virtual Machine instances. This user will also be used to log into the Neo4j Browser. +m| neo4j | Admin Password | A password for the `neo4j` user. The password must be between 12 and 72 characters long, and contain characters from at least 3 of the following groups: uppercase characters, lowercase characters, numbers, and special characters. +| + |=== === Input parameters (Neo4j Config) From 511723890cd3ca03385772caa747ea7f71c37cde Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 17 Nov 2025 17:01:43 +0000 Subject: [PATCH 2/2] align to next table --- modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index 259807157..2f78e5a7b 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -40,7 +40,7 @@ You need to choose an empty resource group or create a new one. === Input parameters (Instance details) -[cols="<20s,40,<40",frame="topbot",options="header"] +[cols="<2s,6,<2",frame="topbot",options="header"] |=== | Parameter Name