Skip to content

Commit 1d1d4ba

Browse files
external links
1 parent 05e0d83 commit 1d1d4ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/partials/aws-s3-credentials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
. Install the AWS CLI by following the instructions in the AWS official documentation -- link:https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html[Install the AWS CLI version 2].
2+
. Install the AWS CLI by following the instructions in the AWS official documentation -- link:https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html[Install the AWS CLI version 2].
33
. Create an S3 bucket and a directory to store the backup files using the AWS CLI:
44
+
55
[source,shell]

modules/ROOT/partials/azb-credentials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
For more information, see the Azure official documentation on link:https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal[Create a storage account].
44
.. Create a blob container in the Azure portal. +
55
For more information, see the Azure official documentation on link:https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal[Quickstart: Upload, download, and list blobs with the Azure portal].
6-
. Install the Azure CLI by following the instructions in the Azure official documentation -- link:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli[Azure official documentation].
6+
. Install the Azure CLI by following the instructions in the Azure official documentation -- link:https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest[Azure official documentation].
77
. Authenticate the neo4j or neo4j-admin process against Azure using the default Azure credentials. +
88
See the Azure official documentation on link:https://learn.microsoft.com/en-us/java/api/com.azure.identity.defaultazurecredential?view=azure-java-stable[default Azure credentials] for more information. +
99
+

modules/ROOT/partials/gcs-credentials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
. Ensure you have a Google account and a project created in the Google Cloud Platform (GCP).
22
.. Install the `gcloud` CLI by following the instructions in the Google official documentation -- link:https://cloud.google.com/sdk/docs/install[Install the gcloud CLI].
3-
.. Create a service account and a service account key using Google official documentation -- link:https://cloud.google.com/iam/docs/service-accounts-create[Create service accounts] and link:https://cloud.google.com/iam/docs/creating-managing-service-account-keys[Creating and managing service account keys].
3+
.. Create a service account and a service account key using Google official documentation -- link:https://cloud.google.com/iam/docs/service-accounts-create[Create service accounts] and link:https://cloud.google.com/iam/docs/keys-create-delete[Creating and managing service account keys].
44
.. Download the JSON key file for the service account.
55
.. Set the `GOOGLE_APPLICATION_CREDENTIALS` and `GOOGLE_CLOUD_PROJECT` environment variables to the path of the JSON key file and the project ID, respectively:
66
+

0 commit comments

Comments
 (0)