Skip to content

Commit 579960e

Browse files
authored
Fix table formatting (#2723)
This PR fixes some formatting in a table in the Cloud Providers pages.
1 parent 6d1a14f commit 579960e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You need to choose an empty resource group or create a new one.
4040

4141
=== Input parameters (Instance details)
4242

43-
[cols="<31s,69,<",frame="topbot",options="header"]
43+
[cols="<2s,6,<2",frame="topbot",options="header"]
4444
|===
4545

4646
| Parameter Name
@@ -52,12 +52,13 @@ You need to choose an empty resource group or create a new one.
5252
| East US
5353

5454
| Admin Username
55-
| The username for the administrator account on the Virtual Machine instances. This user will also be used
56-
| to log into the Neo4j Browser.
57-
| neo4j
55+
| The username for the administrator account on the Virtual Machine instances. This user will also be used to log into the Neo4j Browser.
56+
m| neo4j
5857

5958
| Admin Password
6059
| 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.
60+
|
61+
6162
|===
6263

6364
=== Input parameters (Neo4j Config)

0 commit comments

Comments
 (0)