From 200d0cff7df8097dbbb0d44b40db5f5832b0049c Mon Sep 17 00:00:00 2001 From: gbarideau Date: Thu, 22 May 2025 15:19:49 +0200 Subject: [PATCH 001/160] adding cross-account informations --- .../iam-policies-api/guide.de-de.md | 10 ++++++++++ .../iam-policies-api/guide.en-asia.md | 10 ++++++++++ .../iam-policies-api/guide.en-au.md | 10 ++++++++++ .../iam-policies-api/guide.en-ca.md | 10 ++++++++++ .../iam-policies-api/guide.en-gb.md | 10 ++++++++++ .../iam-policies-api/guide.en-ie.md | 10 ++++++++++ .../iam-policies-api/guide.en-sg.md | 10 ++++++++++ .../iam-policies-api/guide.en-us.md | 10 ++++++++++ .../iam-policies-api/guide.es-es.md | 10 ++++++++++ .../iam-policies-api/guide.es-us.md | 10 ++++++++++ .../iam-policies-api/guide.fr-ca.md | 10 ++++++++++ .../iam-policies-api/guide.fr-fr.md | 10 ++++++++++ .../iam-policies-api/guide.it-it.md | 10 ++++++++++ .../iam-policies-api/guide.pl-pl.md | 10 ++++++++++ .../iam-policies-api/guide.pt-pt.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-asia.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-au.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-ca.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-gb.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-ie.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-sg.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.en-us.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.fr-ca.md | 10 ++++++++++ .../account_information/iam-policy-ui/guide.fr-fr.md | 10 ++++++++++ .../managing_contacts/guide.de-de.md | 4 ++++ .../managing_contacts/guide.en-asia.md | 4 ++++ .../managing_contacts/guide.en-au.md | 4 ++++ .../managing_contacts/guide.en-ca.md | 4 ++++ .../managing_contacts/guide.en-gb.md | 4 ++++ .../managing_contacts/guide.en-ie.md | 4 ++++ .../managing_contacts/guide.en-sg.md | 4 ++++ .../managing_contacts/guide.en-us.md | 4 ++++ .../managing_contacts/guide.fr-ca.md | 4 ++++ .../managing_contacts/guide.fr-fr.md | 4 ++++ 34 files changed, 280 insertions(+) diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md index 018f30736f9..165a35556ae 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md index 76d6b65cf20..03cfb9e8a46 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md index 76d6b65cf20..03cfb9e8a46 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md index 76d6b65cf20..03cfb9e8a46 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md index 7bee5d7ccfb..c45d1b37c9b 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md index 7bee5d7ccfb..c45d1b37c9b 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md index 76d6b65cf20..03cfb9e8a46 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md index 76d6b65cf20..03cfb9e8a46 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md index 5bf426aa576..745917ca290 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md index 81c55b85dbf..de6e8960be3 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md index 1b966028139..868fa82792b 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md @@ -289,6 +289,16 @@ Vérifiez cela avec `GET /iam/policy`: Les politiques ont été créées avec succès. Maintenant, "***user1***" peut **effectuer des redémarrages et créer des sauvegardes (snapshots)** sur le VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" peut **effectuer toutes les actions vps à l'exception de la suppression des snapshots** sur le VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Cas des politiques ciblant d'autres comptes clients OVHcloud + +Les politiques d'accès peuvent cibler d'autres comptes clients. +Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. + +Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` + +L'accès au support restera réservé au compte propriétaire de la ressource + ### Identités Les politiques s'appliquent aux utilisateurs, qui peuvent être des comptes, des utilisateurs ou des groupes d'utilisateurs. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md index ed919e892e5..e8ef07c2d98 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md @@ -289,6 +289,16 @@ Vérifiez cela avec `GET /iam/policy`: Les politiques ont été créées avec succès. Maintenant, "***user1***" peut **effectuer des redémarrages et créer des sauvegardes (snapshots)** sur le VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" peut **effectuer toutes les actions vps à l'exception de la suppression des snapshots** sur le VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Cas des politiques ciblant d'autres comptes clients OVHcloud + +Les politiques d'accès peuvent cibler d'autres comptes clients. +Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. + +Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` + +L'accès au support restera réservé au compte propriétaire de la ressource + ### Identités Les politiques s'appliquent aux utilisateurs, qui peuvent être des comptes, des utilisateurs ou des groupes d'utilisateurs. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md index 651567ebbc4..602747da8d0 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md index 9aeb44d6188..1aa40b3c7c1 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md index c396fb65fa7..3e1ec8fdefd 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md @@ -288,6 +288,16 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Identities Policies apply to users, which can be accounts, users or user groups. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md index a3344eab971..7e042b09b61 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md @@ -144,6 +144,16 @@ A popup window will ask you to confirm the deletion. +#### Policies targeting other OVHcloud customer account + +Access policies can target other OVHcloud customer account +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy + +For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` + +Access to the support will still be reserved to the owner of the resource + ### Managing identities The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md index f170706d884..1bdce844fab 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md @@ -145,6 +145,16 @@ Une fenêtre contextuelle vous demandera de confirmer la suppression. +#### Cas des politiques ciblant d'autres comptes clients OVHcloud + +Les politiques d'accès peuvent cibler d'autres comptes clients. +Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. + +Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` + +L'accès au support restera réservé au compte propriétaire de la ressource + ### Gestion des identités Les identités disponibles pour les politiques sont gérées via la section `Identités`{.action} dans `Identité, Sécurité & Opérations`{.action}. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md index f170706d884..1bdce844fab 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md @@ -145,6 +145,16 @@ Une fenêtre contextuelle vous demandera de confirmer la suppression. +#### Cas des politiques ciblant d'autres comptes clients OVHcloud + +Les politiques d'accès peuvent cibler d'autres comptes clients. +Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. + +Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` + +L'accès au support restera réservé au compte propriétaire de la ressource + ### Gestion des identités Les identités disponibles pour les politiques sont gérées via la section `Identités`{.action} dans `Identité, Sécurité & Opérations`{.action}. diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md index bad66a215b8..d42e63c50c2 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md @@ -16,6 +16,10 @@ Die meisten OVHcloud Dienste werden mithilfe mehrerer Kontakte verwaltet. Jedem **Diese Anleitung erklärt, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalten.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition Es gibt drei Arten von Kontakten: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md index 879dae4b837..ee34ae583ca 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md index 8bc96844f66..dd394bb1ba6 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md index 0731fe2d204..55edfe3993f 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md index f299f6b7691..e73fa2c7580 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md @@ -16,6 +16,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the >This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on if you have difficulties or doubts. You can find more information in the [Go further](#gofurther) section of this guide. > +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md index f90aab69939..255aaf7da73 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md index 8bc96844f66..dd394bb1ba6 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md index 01897a9ae47..dded081f64d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md @@ -10,6 +10,10 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** +> [!primary] +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts +> IAM policies allow to define fine grained access while keeping tracability of the actions + ## Definition There are three different contact types: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md index fd53f712d69..0419828fdca 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md @@ -10,6 +10,10 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact **Apprenez comment gérer les contacts de vos services OVHcloud.** +> [!primary] +> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. +> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions + ## Définition Trois types de contacts existent: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md index 3baee38d85e..4b4723573d0 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md @@ -17,6 +17,10 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact > Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du service si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [Aller plus loin](#gofurther) de ce guide. > +> [!primary] +> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. +> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions + ## Définition Trois types de contacts existent: From e20de48162f2eec30c162bc35b530aa675678ee0 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Tue, 27 May 2025 11:31:15 +0200 Subject: [PATCH 002/160] proofreaading --- .../iam-policies-api/guide.de-de.md | 10 +++++----- .../iam-policies-api/guide.en-asia.md | 10 +++++----- .../iam-policies-api/guide.en-au.md | 10 +++++----- .../iam-policies-api/guide.en-ca.md | 10 +++++----- .../iam-policies-api/guide.en-gb.md | 10 +++++----- .../iam-policies-api/guide.en-ie.md | 10 +++++----- .../iam-policies-api/guide.en-sg.md | 10 +++++----- .../iam-policies-api/guide.en-us.md | 10 +++++----- .../iam-policies-api/guide.es-es.md | 10 +++++----- .../iam-policies-api/guide.es-us.md | 10 +++++----- .../iam-policies-api/guide.fr-ca.md | 6 +++--- .../iam-policies-api/guide.fr-fr.md | 6 +++--- .../iam-policies-api/guide.it-it.md | 10 +++++----- .../iam-policies-api/guide.pl-pl.md | 10 +++++----- .../iam-policies-api/guide.pt-pt.md | 10 +++++----- .../iam-policy-ui/guide.de-de.md | 10 +++++++--- .../iam-policy-ui/guide.en-asia.md | 10 +++++----- .../iam-policy-ui/guide.en-au.md | 10 +++++----- .../iam-policy-ui/guide.en-ca.md | 10 +++++----- .../iam-policy-ui/guide.en-gb.md | 10 +++++----- .../iam-policy-ui/guide.en-ie.md | 10 +++++----- .../iam-policy-ui/guide.en-sg.md | 10 +++++----- .../iam-policy-ui/guide.en-us.md | 10 +++++----- .../iam-policy-ui/guide.es-es.md | 10 +++++++--- .../iam-policy-ui/guide.es-us.md | 10 +++++++--- .../iam-policy-ui/guide.fr-ca.md | 6 +++--- .../iam-policy-ui/guide.fr-fr.md | 6 +++--- .../iam-policy-ui/guide.it-it.md | 10 +++++++--- .../iam-policy-ui/guide.pl-pl.md | 10 +++++++--- .../iam-policy-ui/guide.pt-pt.md | 10 +++++++--- .../managing_contacts/guide.de-de.md | 8 ++++---- .../managing_contacts/guide.en-asia.md | 16 ++++++++-------- .../managing_contacts/guide.en-au.md | 16 ++++++++-------- .../managing_contacts/guide.en-ca.md | 16 ++++++++-------- .../managing_contacts/guide.en-gb.md | 18 +++++++++--------- .../managing_contacts/guide.en-ie.md | 16 ++++++++-------- .../managing_contacts/guide.en-sg.md | 16 ++++++++-------- .../managing_contacts/guide.en-us.md | 16 ++++++++-------- .../managing_contacts/guide.es-es.md | 6 +++++- .../managing_contacts/guide.es-us.md | 14 +++++++++++++- .../managing_contacts/guide.fr-ca.md | 14 +++++++------- .../managing_contacts/guide.fr-fr.md | 16 ++++++++-------- .../managing_contacts/guide.it-it.md | 6 +++++- .../managing_contacts/guide.pl-pl.md | 6 +++++- .../managing_contacts/guide.pt-pt.md | 6 +++++- 45 files changed, 263 insertions(+), 211 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md index 165a35556ae..16e2b551544 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Verwendung von IAM-Richtlinien mit der OVHcloud API (EN) excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md index 03cfb9e8a46..76dcccae221 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2024-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md index 03cfb9e8a46..7d620cb42fa 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md index 03cfb9e8a46..7d620cb42fa 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md index c45d1b37c9b..d73ac432938 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md index c45d1b37c9b..d73ac432938 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md index 03cfb9e8a46..7d620cb42fa 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md index 03cfb9e8a46..7d620cb42fa 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md index 745917ca290..7b1fb65000e 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Cómo utilizar las políticas de IAM con la API de OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md index de6e8960be3..84a13571bbe 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Cómo utilizar las políticas de IAM con la API de OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md index 868fa82792b..5180ed8c20b 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Comment utiliser les politiques IAM via l’API OVHcloud" excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs d'un compte OVHcloud" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objectif @@ -295,9 +295,9 @@ Les politiques d'accès peuvent cibler d'autres comptes clients. Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. -Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot`. -L'accès au support restera réservé au compte propriétaire de la ressource +L'accès au support restera réservé au compte propriétaire de la ressource. ### Identités diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md index e8ef07c2d98..0c86c20cc2f 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Comment utiliser les politiques IAM via l’API OVHcloud" excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs d'un compte OVHcloud" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objectif @@ -295,9 +295,9 @@ Les politiques d'accès peuvent cibler d'autres comptes clients. Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. -Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot`. -L'accès au support restera réservé au compte propriétaire de la ressource +L'accès au support restera réservé au compte propriétaire de la ressource. ### Identités diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md index 602747da8d0..f59a4e3f4f8 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Come utilizzare le policy di IAM utilizzando l’API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md index 1aa40b3c7c1..826b5439537 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Jak korzystać z zasad IAM przy użyciu interfejsu API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md index 3e1ec8fdefd..22ad0d70373 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Utilização das políticas IAM com a API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-08-21 +updated: 2025-06-06 --- ## Objective @@ -290,13 +290,13 @@ The policies have been created successfully. Now, "***user1***" can **carry out #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md index ef370c5dcf1..03015d352d6 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Verwendung von IAM-Richtlinie über Ihr Kundencenter excerpt: Erfahren Sie hier, wie Sie Benutzern im OVHcloud Kunden-Account spezifische Zugriffsrechte gewähren -updated: 2025-05-12 +updated: 2025-06-06 --- ## Ziel @@ -147,9 +147,13 @@ In einem Popup-Fenster werden Sie aufgefordert, den Löschvorgang zu bestätigen ### Verwaltung von Identitäten -Die für die Richtlinien verfügbaren Identitäten werden über den Tab `Identitäten`{.action} verwaltet. +Zugriffsrichtlinien können auf andere OVHcloud-Kundenkonten abzielen. +Das Zielkonto dieser Richtlinie kann die auf diese Weise erhaltenen Rechte in seinen eigenen Richtlinien verwalten, aber niemals die in der Zugriffsrichtlinie festgelegten Rechte außer Kraft setzen. -Details zur Benutzerverwaltung finden Sie in [unserer Dokumentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Zum Beispiel ein Account **xx1111-ovh**, der Rechte auf `vps:apiovh:ips/*` an Account **xx2222-ovh** gewährt. +Account **xx2222-ovh** wird seinen eigenen Nutzern das Recht `vps:apiovh:ips/delete` geben können, aber niemals das Recht `vps:apiovh:reboot`. + +Der Zugriff auf den Support bleibt weiterhin dem Eigentümer der Ressource vorbehalten. ### Verwaltung von Ressourcengruppen diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md index 7e042b09b61..6bb61ed8f8d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objective @@ -146,13 +146,13 @@ A popup window will ask you to confirm the deletion. #### Policies targeting other OVHcloud customer account -Access policies can target other OVHcloud customer account -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy +Access policies can target other OVHcloud customer account. +The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot` +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. -Access to the support will still be reserved to the owner of the resource +Access to the support will still be reserved to the owner of the resource. ### Managing identities diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md index a08dd474675..2d0ef6c83a2 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Cómo utilizar las políticas IAM desde el área de cliente excerpt: Cómo conceder permisos de acceso específicos a los usuarios desde una cuenta de OVHcloud -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objetivo @@ -147,9 +147,13 @@ Aparecerá una ventana emergente en la que deberá confirmar la eliminación. ### Gestión de identidades -Las identidades disponibles para las políticas se gestionan a través de la pestaña `Identidades`{.action}. +Las directivas de acceso pueden dirigirse a otras cuentas de cliente. +La cuenta receptora de esta política podrá gestionar los derechos así recibidos en sus propias políticas de acceso, pero nunca podrá sobrepasar los derechos tal como se definen en la política de acceso. -Para más información sobre la gestión de usuarios, consulte la [documentación dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Por ejemplo, una cuenta **xx111-ovh** que concede permisos `vps:apiovh:ips/*` a la cuenta **xx222-ovh**. +La cuenta **xx222-ovh** podrá conceder el derecho `vps:apiovh:ips/delete` a sus propios usuarios, pero no podrá conceder el derecho `vps:apiovh:reboot`. + +El acceso al soporte quedará reservado a la cuenta propietaria del recurso. ### Gestión de grupos de recursos diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md index a08dd474675..2d0ef6c83a2 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Cómo utilizar las políticas IAM desde el área de cliente excerpt: Cómo conceder permisos de acceso específicos a los usuarios desde una cuenta de OVHcloud -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objetivo @@ -147,9 +147,13 @@ Aparecerá una ventana emergente en la que deberá confirmar la eliminación. ### Gestión de identidades -Las identidades disponibles para las políticas se gestionan a través de la pestaña `Identidades`{.action}. +Las directivas de acceso pueden dirigirse a otras cuentas de cliente. +La cuenta receptora de esta política podrá gestionar los derechos así recibidos en sus propias políticas de acceso, pero nunca podrá sobrepasar los derechos tal como se definen en la política de acceso. -Para más información sobre la gestión de usuarios, consulte la [documentación dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Por ejemplo, una cuenta **xx111-ovh** que concede permisos `vps:apiovh:ips/*` a la cuenta **xx222-ovh**. +La cuenta **xx222-ovh** podrá conceder el derecho `vps:apiovh:ips/delete` a sus propios usuarios, pero no podrá conceder el derecho `vps:apiovh:reboot`. + +El acceso al soporte quedará reservado a la cuenta propietaria del recurso. ### Gestión de grupos de recursos diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md index 1bdce844fab..87288bd570c 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Comment utiliser les politiques IAM depuis votre espace client excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs depuis un compte OVHcloud" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objectif @@ -151,9 +151,9 @@ Les politiques d'accès peuvent cibler d'autres comptes clients. Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. -Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot`. -L'accès au support restera réservé au compte propriétaire de la ressource +L'accès au support restera réservé au compte propriétaire de la ressource. ### Gestion des identités diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md index 1bdce844fab..87288bd570c 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Comment utiliser les politiques IAM depuis votre espace client excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs depuis un compte OVHcloud" -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objectif @@ -151,9 +151,9 @@ Les politiques d'accès peuvent cibler d'autres comptes clients. Le compte destinataire de cette politique pourra gérer les droits ainsi reçus dans ses propres politiques d'accès, mais ne pourra jamais outrepasser les droits tels que défini dans la politique d'accès. Par exemple un compte **xx1111-ovh** donnant des droits `vps:apiovh:ips/*` au compte **xx2222-ovh**. -Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot` +Le compte **xx2222-ovh** pourra donner le droit `vps:apiovh:ips/delete` à ses propres utilisateurs, mais ne pourra jamais donner le droit `vps:apiovh:reboot`. -L'accès au support restera réservé au compte propriétaire de la ressource +L'accès au support restera réservé au compte propriétaire de la ressource. ### Gestion des identités diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md index 2ce6cb9b5db..cf936aff226 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Come utilizzare le politiche IAM dallo Spazio Cliente excerpt: Come assegnare diritti di accesso specifici agli utenti da un account OVHcloud -updated: 2025-05-12 +updated: 2025-06-06 --- ## Obiettivo @@ -147,9 +147,13 @@ Una finestra contestuale ti chiederà di confermare l'eliminazione. ### Gestione delle identità -Le identità disponibili per le policy sono gestite tramite la scheda `Identità`{.action}. +Le policy di accesso possono essere indirizzate ad altri account cliente. +L'account destinatario di questa politica potrà gestire i diritti ricevuti nelle proprie politiche di accesso, ma non potrà mai oltrepassare i diritti definiti nella politica di accesso. -Visualizza i dettagli della gestione degli utenti nella [documentazione dedicata](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Ad esempio un account **xx1111-ovh** con diritti `vps:apiovh:ips/*` all’account **xx2222-ovh**. +L’account **xx2222-ovh** potrà assegnare il diritto `vps:apiovh:ips/delete` ai propri utenti, ma non potrà mai assegnare il diritto `vps:apiovh:reboot`. + +L'accesso al supporto resterà riservato all'account proprietario della risorsa. ### Gestione dei gruppi di risorse diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md index 4251eda7ff8..c0c16679a54 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Jak korzystać z polityki IAM w Panelu klienta excerpt: Dowiedz się, jak przypisać użytkownikom uprawnienia dostępu do konta OVHcloud -updated: 2025-05-12 +updated: 2025-06-06 --- ## Wprowadzenie @@ -147,9 +147,13 @@ W oknie podręcznym zostanie wyświetlona prośba o potwierdzenie usunięcia hos ### Zarządzanie tożsamością -Tożsamość dostępna dla polityk jest zarządzana w zakładce `Tożsamości`{.action}. +Polityka dostępu może być skierowana do innego konta klienta OVHcloud. +Konto docelowe tych zasad będzie mogło zarządzać prawami uzyskanymi w ten sposób zgodnie z jego własnymi zasadami, ale nigdy nie będzie mogło zastąpić praw ustawionych w zasadach dostępu. -Szczegóły zarządzania użytkownikami znajdziesz w [dokumentacji dedykowanej](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Na przykład konto **xx111-ovh** dające uprawnienia na koncie "vps:apiovh:ips/*" **xx222-ovh**. +Konto **xx222-ovh** będzie mogło przyznać prawo `vps:apiovh:ip/delete` swoim użytkownikom, ale nigdy nie będzie mogło przyznać prawa `vps:apiovh:reboot`. + +Dostęp do pomocy technicznej będzie zawsze zarezerwowany dla właściciela zasobu. ### Zarządzanie grupami zasobów diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md index c75d4c91f54..5e00783e225 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Como utilizar as políticas IAM a partir do seu Espaço Cliente excerpt: Descubra como dar direitos de acesso específicos aos utilizadores a partir de uma conta OVHcloud -updated: 2025-05-12 +updated: 2025-06-06 --- ## Objetivo @@ -147,9 +147,13 @@ Uma janela contextual irá pedir-lhe que confirme a eliminação. ### Gestão das identidades -As identidades disponíveis para as políticas são geridas através do separador `Identidades`{.action}. +As políticas de acesso podem visar outras contas de clientes. +A conta destinatária desta política poderá gerir os direitos assim recebidos nas suas próprias políticas de acesso, mas nunca poderá ultrapassar os direitos definidos na política de acesso. -Encontre os detalhes da gestão dos utilizadores na [documentação dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). +Por exemplo, uma conta **xx111-ovh** que atribui direitos `vps:apiovh:ips/*` à conta **xx2222-ovh**. +A conta **xx2222-ovh** poderá dar o direito `vps:apiovh:ips/delete` aos seus próprios utilizadores, mas nunca poderá dar o direito `vps:apiovh:reboot`. + +O acesso ao suporte ficará reservado à conta proprietária do recurso. ### Gestão dos grupos de recursos diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md index d42e63c50c2..878bc1a8f9d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md @@ -1,13 +1,13 @@ --- title: 'Die Kontakte Ihrer Dienste verwalten' excerpt: 'Erfahren Sie hier, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalten' -updated: 2025-04-28 +updated: 2025-06-06 --- > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. > -> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, falls Sie Hilfe brauchen, einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) zu kontaktieren und/oder Ihre Fragen in der OVHcloud Community zu stellen. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#gofurther). +> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, falls Sie Hilfe brauchen, einen [spezialisierten Dienstleister]((/links/partner)) zu kontaktieren und/oder Ihre Fragen in der OVHcloud Community zu stellen. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#gofurther). > ## Ziel @@ -17,8 +17,8 @@ Die meisten OVHcloud Dienste werden mithilfe mehrerer Kontakte verwaltet. Jedem **Diese Anleitung erklärt, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalten.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud bietet ein [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/)-System an, mit dem der Zugriff auf andere Kundenkonten delegiert werden kann. +> IAM-Richtlinien ermöglichen die Definition eines detaillierten Zugriffs bei gleichzeitiger Nachvollziehbarkeit der Aktionen. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md index ee34ae583ca..15a99841b69 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -28,11 +28,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- Access to the [OVHcloud Control Panel][espace client OVHcloud](/links/manager) -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s email address -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel][espace client OVHcloud](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s email address. +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md index dd394bb1ba6..8611adfcbcb 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -28,11 +28,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- Access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s email address -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s email address. +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md index 55edfe3993f..bf9183bf628 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -26,11 +26,11 @@ There are three different contact types: ## Requirements -- Access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s email address -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s email address. +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md index e73fa2c7580..3825ce56bdb 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -13,12 +13,12 @@ Most services created with OVHcloud are managed by several contacts. Each of the > [!warning] > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on if you have difficulties or doubts. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider]((/links/partner)) and/or discuss the issue with our community on if you have difficulties or doubts. You can find more information in the [Go further](#gofurther) section of this guide. > > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -34,11 +34,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- Access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s NIC handle (the contact you want to add) -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s NIC handle (the contact you want to add). +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md index 255aaf7da73..903d6e17b10 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -28,11 +28,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- Access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s NIC handle (the contact you want to add) -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s NIC handle (the contact you want to add). +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md index dd394bb1ba6..8611adfcbcb 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -28,11 +28,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- Access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s email address -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s email address. +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md index dded081f64d..8611adfcbcb 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts -> IAM policies allow to define fine grained access while keeping tracability of the actions +> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies allow to define fine grained access while keeping tracability of the actions. ## Definition @@ -28,11 +28,11 @@ The NIC handle is a personal username that you receive via email when you create ## Requirements -- access to the [OVHcloud Control Panel](/links/manager){.external} -- Access to the email address linked to any relevant customer account -- Appropriate rights for the service concerned -- The new contact’s email address -- No outstanding payments on billing contacts +- Access to the [OVHcloud Control Panel](/links/manager). +- Access to the email address linked to any relevant customer account. +- Appropriate rights for the service concerned. +- The new contact’s email address. +- No outstanding payments on billing contacts. ## Instructions diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md b/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md index 60a6111b2ec..eccba6a4b35 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Gestionar los contactos de los servicios' excerpt: 'Cómo gestionar los distintos contactos de los servicios de OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objetivo @@ -17,6 +17,10 @@ La mayoría de servicios creados en OVHcloud los gestionan varios contactos. Cad > Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene alguna duda le recomendamos que contacte con un proveedor de servicios especializado o con el editor del servicio. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado [Más información](#gofurther) de esta guía. > +> [!primary] +> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. +> Las políticas de acceso IAM permiten definir permisos de acceso granulares, conservando la trazabilidad de las acciones. + ## Definición Existen tres tipos de contactos: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md b/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md index d818397e8b4..a915823b165 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Gestionar los contactos de los servicios excerpt: Cómo gestionar los distintos contactos de los servicios de OVHcloud -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objetivo @@ -10,6 +10,18 @@ La mayoría de servicios creados en OVHcloud los gestionan varios contactos. Cad **Esta guía explica cómo gestionar los contactos de los servicios de OVHcloud.** +> [!warning] +> +> La configuración, la gestión y la responsabilidad de los servicios que OVHcloud pone a su disposición recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. +> +> Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene alguna duda le recomendamos que contacte con un proveedor de servicios especializado o con el editor del servicio. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado [Más información](#gofurther) de esta guía. +> + +> [!primary] +> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. +> Las políticas de acceso IAM permiten definir permisos de acceso granulares, conservando la trazabilidad de las acciones. + + ## Definición Existen tres tipos de contactos: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md index 0419828fdca..5175b09922f 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Gérer les contacts de ses services' excerpt: 'Découvrez comment gérer les contacts de vos services OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objectif @@ -12,23 +12,23 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact > [!primary] > OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. -> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions +> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions. ## Définition Trois types de contacts existent: -- **le contact administrateur** gère les aspects administratifs et techniques d'un service. Il possède des droits de modification sur l'ensemble des contacts et peut effectuer des changements dans les informations du propriétaire d'un service, comme les noms de domaine par exemple . -- **le contact technique** gère uniquement les aspects techniques d'un service . -- **le contact facturation** gère uniquement la facturation d'un service dont ses prélèvements. Ce contact reçoit notamment les notifications liées au renouvellement. +- **Le contact administrateur** gère les aspects administratifs et techniques d'un service. Il possède des droits de modification sur l'ensemble des contacts et peut effectuer des changements dans les informations du propriétaire d'un service, comme les noms de domaine par exemple . +- **Le contact technique** gère uniquement les aspects techniques d'un service . +- **Le contact facturation** gère uniquement la facturation d'un service dont ses prélèvements. Ce contact reçoit notamment les notifications liées au renouvellement. ![Contact management](images/managing_contacts_scheme.png){.thumbnail} ## Prérequis -- Être connecté à votre [espace client OVHcloud](/links/manager) +- Être connecté à votre [espace client OVHcloud](/links/manager). - Disposer de droits suffisants sur le service concerné. -- Disposer d'un accès à l'adresse e-mail renseignée dans votre compte OVHcloud +- Disposer d'un accès à l'adresse e-mail renseignée dans votre compte OVHcloud. - Connaître l'adresse e-mail principale renseignée dans le compte OVHcloud du nouveau contact (pour qui vous réalisez la modification). - Le nouveau contact doit quant à lui disposer d'un accès à l'adresse e-mail principale renseignée dans son compte OVHcloud. - L'ancien et le nouveau contact facturation doivent être à jour de leurs règlements. diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md index 4b4723573d0..b70fb07edea 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Gérer les contacts de ses services' excerpt: 'Découvrez comment gérer les contacts de vos services OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objectif @@ -14,20 +14,20 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du service si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [Aller plus loin](#gofurther) de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du service si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [Aller plus loin](#gofurther) de ce guide. > > [!primary] > OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. -> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions +> Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions. ## Définition Trois types de contacts existent: -- **le contact administrateur** gère les aspects administratifs et techniques d'un service. Il possède des droits de modification sur l'ensemble des contacts et peut effectuer des changements dans les informations du propriétaire d'un service, comme les noms de domaine par exemple. -- **le contact technique** gère uniquement les aspects techniques d'un service. -- **le contact facturation** gère uniquement la facturation d'un service dont ses prélèvements. Ce contact reçoit notamment les notifications liées au renouvellement. +- **Le contact administrateur** gère les aspects administratifs et techniques d'un service. Il possède des droits de modification sur l'ensemble des contacts et peut effectuer des changements dans les informations du propriétaire d'un service, comme les noms de domaine par exemple. +- **Le contact technique** gère uniquement les aspects techniques d'un service. +- **Le contact facturation** gère uniquement la facturation d'un service dont ses prélèvements. Ce contact reçoit notamment les notifications liées au renouvellement. L'identifiant client est un identifiant personnel que vous recevez par e-mail lors de la création de votre compte client chez OVHcloud. Il est le plus souvent composé de deux lettres suivies de chiffres. Par exemple : **aa00000-ovh**. Lorsque vous commandez des services, cet identifiant leur est associé en tant que contact. @@ -35,7 +35,7 @@ L'identifiant client est un identifiant personnel que vous recevez par e-mail lo ## Prérequis -- Être connecté à votre [espace client OVHcloud](/links/manager){.external} +- Être connecté à votre [espace client OVHcloud](/links/manager). - Disposer d'un accès à l'adresse e-mail renseignée dans votre profil. - Disposer de droits suffisants sur le service concerné. - Posséder l'identifiant client du nouveau contact (pour qui vous réalisez la modification). @@ -146,7 +146,7 @@ Le suivi de chaque procédure s'effectue par e-mail et une vérification d'ident ## Aller plus loin -Pour des prestations spécialisées (référencement, développement, etc), contactez les [partenaires OVHcloud](/links/partner). +Pour des prestations spécialisées (référencement, développement, etc.), contactez les [partenaires OVHcloud](/links/partner). Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support). diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md b/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md index be3230a0d5d..fe8810187b4 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md @@ -1,7 +1,7 @@ --- title: 'Gestire i contatti dei servizi OVHcloud' excerpt: 'Come gestire i contatti dei tuoi servizi dallo Spazio Cliente OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Obiettivo @@ -17,6 +17,10 @@ Un servizio OVHcloud è generalmente associato a diversi contatti, che possono > Questa guida ti aiuta a eseguire le operazioni necessarie alla configurazione del tuo account. Tuttavia, in caso di difficoltà o dubbi, ti consigliamo di contattare un fornitore specializzato o l’amministratore del servizio. OVHcloud non potrà fornirti alcuna assistenza. Per maggiori informazioni consulta la sezione [Per saperne di più](#gofurther) su questa guida. > +> [!primary] +> OVHcloud mette a disposizione un sistema di gestione di [politica di accesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) che permette di delegare gli accessi ad altri account cliente. +> Le policy di accesso IAM consentono di definire permessi di accesso granulari mantenendo la tracciabilità delle azioni. + ## Definizione Ecco i diversi contatti disponibili e il loro ruolo: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md b/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md index 5f344db04f4..2f6a3e2fbe6 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Zarządzanie kontaktami swoich usług excerpt: 'Dowiedz się, jak zarządzać kontaktami dla Twoich usług OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Wprowadzenie @@ -17,6 +17,10 @@ Większość usług tworzonych w OVHcloud jest zarządzana przez wiele kontaktó > Oddajemy w Twoje ręce niniejszy przewodnik, którego celem jest pomoc w wykonywaniu bieżących zadań. W przypadku trudności zalecamy skorzystanie z pomocy wyspecjalizowanego webmastera lub kontakt z producentem oprogramowania. Niestety firma OVH nie będzie mogła udzielić wsparcia w tym zakresie. Więcej informacji znajduje się w sekcji [Sprawdź również](#gofurther) ten przewodnik. > +> [!primary] +> OVHcloud oferuje system [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) umożliwiający delegowanie dostępu do innych kont klientów. +> Reguły IAM umożliwiają zdefiniowanie precyzyjnego dostępu z zachowaniem identyfikowalności operacji. + ## Definicja Istnieją trzy rodzaje kontaktów: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md b/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md index 013487ec8a7..adb488d4ae0 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Como gerir os contactos (gestores) dos serviços OVHcloud' excerpt: 'Saiba como definir ou alterar os contactos (gestores) dos serviços OVHcloud' -updated: 2025-04-28 +updated: 2025-06-06 --- ## Objetivo @@ -17,6 +17,10 @@ A maioria dos serviços OVHcloud são geridos por vários contactos. Cada um des > Este manual fornece as instruções necessárias para realizar as operações mais habituais. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](https://partner.ovhcloud.com/pt/directory/) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção [Quer saber mais?](#gofurther). > +> [!primary] +> OVHcloud disponibiliza um sistema de gestão de [política de acesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar acessos a outras contas de clientes. +> As políticas de acesso IAM permitem definir permissões de acesso granulares, mantendo a rastreabilidade das ações. + ## Definição Há três tipos de contactos: From e9e1411cdebeb24bbdf4337d0264943312bacf00 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Wed, 28 May 2025 15:00:33 +0200 Subject: [PATCH 003/160] corrections on translations --- .../account_information/iam-policy-ui/guide.de-de.md | 8 +++++++- .../account_information/iam-policy-ui/guide.en-asia.md | 2 +- .../account_information/iam-policy-ui/guide.en-au.md | 2 +- .../account_information/iam-policy-ui/guide.en-ca.md | 2 +- .../account_information/iam-policy-ui/guide.en-gb.md | 2 +- .../account_information/iam-policy-ui/guide.en-ie.md | 2 +- .../account_information/iam-policy-ui/guide.en-sg.md | 2 +- .../account_information/iam-policy-ui/guide.en-us.md | 2 +- .../account_information/iam-policy-ui/guide.es-es.md | 8 +++++++- .../account_information/iam-policy-ui/guide.es-us.md | 8 +++++++- .../account_information/iam-policy-ui/guide.fr-ca.md | 2 +- .../account_information/iam-policy-ui/guide.fr-fr.md | 2 +- .../account_information/iam-policy-ui/guide.it-it.md | 8 +++++++- .../account_information/iam-policy-ui/guide.pl-pl.md | 8 +++++++- .../account_information/iam-policy-ui/guide.pt-pt.md | 8 +++++++- 15 files changed, 51 insertions(+), 15 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md index 03015d352d6..3ab12081774 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md @@ -145,7 +145,7 @@ In einem Popup-Fenster werden Sie aufgefordert, den Löschvorgang zu bestätigen -### Verwaltung von Identitäten +#### Richtlinien für andere OVHcloud Kunden-Accounts Zugriffsrichtlinien können auf andere OVHcloud-Kundenkonten abzielen. Das Zielkonto dieser Richtlinie kann die auf diese Weise erhaltenen Rechte in seinen eigenen Richtlinien verwalten, aber niemals die in der Zugriffsrichtlinie festgelegten Rechte außer Kraft setzen. @@ -155,6 +155,12 @@ Account **xx2222-ovh** wird seinen eigenen Nutzern das Recht `vps:apiovh:ips/del Der Zugriff auf den Support bleibt weiterhin dem Eigentümer der Ressource vorbehalten. +### Verwaltung von Identitäten + +Die für die Richtlinien verfügbaren Identitäten werden über den Tab `Identitäten`{.action} verwaltet. + +Details zur Benutzerverwaltung finden Sie in [unserer Dokumentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Verwaltung von Ressourcengruppen Richtlinien können auf Ressourcengruppen abzielen (anstatt direkt auf Ressourcen). Diese Ressourcengruppen können Ressourcen aus verschiedenen Produktbereichen zusammenfassen, etwa zum Konfigurieren einer Testumgebung. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md index 6bb61ed8f8d..3ce25f9bbcf 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md @@ -156,7 +156,7 @@ Access to the support will still be reserved to the owner of the resource. ### Managing identities -The identities available for policies are managed via the `Identities`{.action} section on `Identity, Security & Operations`{.action}. +To manage the identities available for policies, go to the `Identity, Security and Operations`{.action} menu, then to the `Identities`{.action} section. Details about user management are available in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md index 2d0ef6c83a2..5641e54618b 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md @@ -145,7 +145,7 @@ Aparecerá una ventana emergente en la que deberá confirmar la eliminación. -### Gestión de identidades +#### Casos de políticas dirigidas a otras cuentas de cliente de OVHcloud Las directivas de acceso pueden dirigirse a otras cuentas de cliente. La cuenta receptora de esta política podrá gestionar los derechos así recibidos en sus propias políticas de acceso, pero nunca podrá sobrepasar los derechos tal como se definen en la política de acceso. @@ -155,6 +155,12 @@ La cuenta **xx222-ovh** podrá conceder el derecho `vps:apiovh:ips/delete` a sus El acceso al soporte quedará reservado a la cuenta propietaria del recurso. +### Gestión de identidades + +Para gestionar las identidades disponibles para las políticas, acceda al menú `Identidad, Seguridad y Operaciones`{.action} y, a continuación, a la sección `Identidades`{.action}. + +Para más información sobre la gestión de usuarios, consulte la [documentación dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Gestión de grupos de recursos Las políticas pueden dirigirse a grupos de recursos (en lugar de dirigirse directamente a los recursos). Estos grupos de recursos pueden montar recursos de diferentes productos, por ejemplo, para configurar un entorno de prueba. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md index 2d0ef6c83a2..5641e54618b 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md @@ -145,7 +145,7 @@ Aparecerá una ventana emergente en la que deberá confirmar la eliminación. -### Gestión de identidades +#### Casos de políticas dirigidas a otras cuentas de cliente de OVHcloud Las directivas de acceso pueden dirigirse a otras cuentas de cliente. La cuenta receptora de esta política podrá gestionar los derechos así recibidos en sus propias políticas de acceso, pero nunca podrá sobrepasar los derechos tal como se definen en la política de acceso. @@ -155,6 +155,12 @@ La cuenta **xx222-ovh** podrá conceder el derecho `vps:apiovh:ips/delete` a sus El acceso al soporte quedará reservado a la cuenta propietaria del recurso. +### Gestión de identidades + +Para gestionar las identidades disponibles para las políticas, acceda al menú `Identidad, Seguridad y Operaciones`{.action} y, a continuación, a la sección `Identidades`{.action}. + +Para más información sobre la gestión de usuarios, consulte la [documentación dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Gestión de grupos de recursos Las políticas pueden dirigirse a grupos de recursos (en lugar de dirigirse directamente a los recursos). Estos grupos de recursos pueden montar recursos de diferentes productos, por ejemplo, para configurar un entorno de prueba. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md index 87288bd570c..6de7821c149 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md @@ -157,7 +157,7 @@ L'accès au support restera réservé au compte propriétaire de la ressource. ### Gestion des identités -Les identités disponibles pour les politiques sont gérées via la section `Identités`{.action} dans `Identité, Sécurité & Opérations`{.action}. +Pour gérer les identités disponibles pour les politiques, accédez au menu `Identité, Sécurité et Opérations`{.action}, puis à la section `Identités`{.action}. Retrouvez les détails de la gestion des utilisateurs dans la [documentation dédiée](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md index 87288bd570c..6de7821c149 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md @@ -157,7 +157,7 @@ L'accès au support restera réservé au compte propriétaire de la ressource. ### Gestion des identités -Les identités disponibles pour les politiques sont gérées via la section `Identités`{.action} dans `Identité, Sécurité & Opérations`{.action}. +Pour gérer les identités disponibles pour les politiques, accédez au menu `Identité, Sécurité et Opérations`{.action}, puis à la section `Identités`{.action}. Retrouvez les détails de la gestion des utilisateurs dans la [documentation dédiée](/pages/account_and_service_management/account_information/ovhcloud-users-management). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md index cf936aff226..f0c8949c56e 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md @@ -145,7 +145,7 @@ Una finestra contestuale ti chiederà di confermare l'eliminazione. -### Gestione delle identità +#### Caso di policy relative ad altri account cliente OVHcloud Le policy di accesso possono essere indirizzate ad altri account cliente. L'account destinatario di questa politica potrà gestire i diritti ricevuti nelle proprie politiche di accesso, ma non potrà mai oltrepassare i diritti definiti nella politica di accesso. @@ -155,6 +155,12 @@ L’account **xx2222-ovh** potrà assegnare il diritto `vps:apiovh:ips/delete` a L'accesso al supporto resterà riservato all'account proprietario della risorsa. +### Gestione delle identità + +Per gestire le identità disponibili per le policy, accedi al menu `Identità, Sicurezza e Operazioni`{.action}, poi alla sezione `Identità`{.action}. + +Visualizza i dettagli della gestione degli utenti nella [documentazione dedicata](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Gestione dei gruppi di risorse Le politiche possono concentrarsi su gruppi di risorse (invece di indirizzare risorse direttamente). Questi gruppi di risorse possono assemblare risorse provenienti da diversi prodotti, ad esempio per configurare un ambiente di test. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md index c0c16679a54..473276af51f 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md @@ -145,7 +145,7 @@ W oknie podręcznym zostanie wyświetlona prośba o potwierdzenie usunięcia hos -### Zarządzanie tożsamością +#### Polityki kierowane do innego konta klienta OVHcloud Polityka dostępu może być skierowana do innego konta klienta OVHcloud. Konto docelowe tych zasad będzie mogło zarządzać prawami uzyskanymi w ten sposób zgodnie z jego własnymi zasadami, ale nigdy nie będzie mogło zastąpić praw ustawionych w zasadach dostępu. @@ -155,6 +155,12 @@ Konto **xx222-ovh** będzie mogło przyznać prawo `vps:apiovh:ip/delete` swoim Dostęp do pomocy technicznej będzie zawsze zarezerwowany dla właściciela zasobu. +### Zarządzanie tożsamością + +Aby zarządzać tożsamościami dostępnymi dla polityk, przejdź do menu `Tożsamość, bezpieczeństwo i operacje`{.action}, a następnie do sekcji `Tożsamości`{.action}. + +Szczegóły zarządzania użytkownikami znajdziesz w [dokumentacji dedykowanej](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Zarządzanie grupami zasobów Polityka może być ukierunkowana na grupy zasobów (zamiast bezpośredniego ukierunkowywania zasobów). Te grupy zasobów mogą łączyć zasoby z różnych produktów, na przykład w celu skonfigurowania środowiska testowego. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md index 5e00783e225..fcc5a0f8fbc 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md @@ -145,7 +145,7 @@ Uma janela contextual irá pedir-lhe que confirme a eliminação. -### Gestão das identidades +#### Casos das políticas que visam outras contas de clientes OVHcloud As políticas de acesso podem visar outras contas de clientes. A conta destinatária desta política poderá gerir os direitos assim recebidos nas suas próprias políticas de acesso, mas nunca poderá ultrapassar os direitos definidos na política de acesso. @@ -155,6 +155,12 @@ A conta **xx2222-ovh** poderá dar o direito `vps:apiovh:ips/delete` aos seus pr O acesso ao suporte ficará reservado à conta proprietária do recurso. +### Gestão das identidades + +Para gerir as identidades disponíveis para as políticas, aceda ao menu `Identidade, Segurança e Operações`{.action} e, a seguir, à secção `Identidades`{.action}. + +Encontre os detalhes da gestão dos utilizadores na [documentação dedicada](/pages/account_and_service_management/account_information/ovhcloud-users-management). + ### Gestão dos grupos de recursos As políticas podem visar grupos de recursos (em vez de visarem diretamente recursos). Estes grupos de recursos podem juntar recursos de diferentes produtos, por exemplo para configurar um ambiente de teste. From 8f9a733582377905bef825cdf333f2441de6d933 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Fri, 27 Jun 2025 10:47:54 +0200 Subject: [PATCH 004/160] first draft --- .../guide.en-gb.md | 98 +++++++++++++++++++ .../guide.fr-fr.md | 92 +++++++++++++++++ .../meta.yaml | 0 3 files changed, 190 insertions(+) create mode 100644 pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md create mode 100644 pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md create mode 100644 pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md new file mode 100644 index 00000000000..3357014e29b --- /dev/null +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md @@ -0,0 +1,98 @@ +--- +title: 'Nutanix hardware compatibility - OVHcloud configurations' +excerpt: 'Detailed overview of qualified hardware components for OVHcloud Nutanix platforms, including T5, T4, and GEN2 references' +updated: 2025-06-27 +--- + +## Objective + +**This guide lists the hardware components validated for OVHcloud Nutanix infrastructure.** + +Each configuration includes chassis, motherboard, CPU, storage, and network elements, grouped by platform reference. + +## Requirements + +- Access to OVHcloud Nutanix technical specifications +- Basic understanding of hardware compatibility layers +- Familiarity with T5, T4, and GEN2 profiles used in OVHcloud data centers + +## Instructions + +### T5 - HGR-HCI - Inspur NF5280M5 + +This configuration is based on the Inspur NF5280M5 chassis, widely used in OVHcloud HCI environments. + +| Component Name | Component | +|----------------|-----------| +| Chassis | Inspur NF5280M5 | +| Motherboard | YZMB-00882-104 | +| Motherboard | YZMB-00882-10E | +| Processor | Intel Xeon Gold 6226R | +| Processor | Intel Xeon Gold 6242R | +| Processor | Intel Xeon Gold 6248R | +| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable. | +| OS Drive | Intel D3-S4510 Sata SSD 480gb - ref. SSDSCKKB480G801 | +| Storage Drive (Only SAS SSD) | Samsung SAS SSD PM1643a 3.84TB ref MZILT3T8HBLS/007 | +| Storage Drive (Only SAS SSD) | Samsung SAS SSD PM1643 3.84TB ref MZILT3T8HALS-00007 | +| Storage Drive (Only SAS SSD) | WDS SS530 3.84TB ref WUSTR1538ASS201 | +| Storage Controller | Carte Jbod LSI 12gbps Pcie 8x 6xSFF-8643 9305-24I | +| NIC | ConnectX-5 NIC card for OCP2.0 25GbE dual-port SFP28, PCIe3.0 x8 | + +### T4 - Scale-iX - Asrock SPC741D8QM3-NL-E + +This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, designed for SCALE-iX clusters. + +| Component Name | Component | +|----------------|-----------| +| Chassis | 1U 21" OVH | +| Motherboard | Asrock SPC741D8QM3-NL-E | +| Processor | CPU INTEL Emerald Rapids XEON6526Y | +| Processor | CPU INTEL Emerald Rapids XEON6542Y | +| Processor | CPU INTEL Emerald Rapids XEON6554S | +| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from T4 SCALE BOM is usable. | +| OS Drive | DD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07 | +| OS Drive (alt.) | DD 2.5in SSD NVMe 960GB 64gbps 7450PRO 512n Micron ref MTFDKCC960TFR-1BC15ABYY | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07 | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07 | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07 | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY | +| Storage Controller | X | +| NIC | CARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0 | +| NIC (alt.) | CARTE BROADCOM 2xSFP28 25GbE OCP 3.0 ref BCM957414N4140C | +| NIC (alt.) | CARTE BROADCOM 2xSFP28 25GbE PCIe 4.0 x8 ref P225P BCM957414A4142CC | +| Power Supply | Alim AC 1U T4 850W FSP YH5851-1EBR2A0D | +| TPM | TPM ASROCK SPI 2.0 | + +### T5 - HGR-HCI GEN2 - COMPAL FERA1 + +Latest T5 profile using the COMPAL FERA1 platform, targeting high-performance NVMe HCI workloads. + +| Component Name | Component | +|----------------|-----------| +| Chassis | COMPAL SR220-2 | +| Motherboard | CM LGA4677-X COMPAL IER70 FERA1-E MB | +| Processor | Intel EMR Xeon 5515+ | +| Processor | Intel EMR Xeon 6526Y | +| Processor | Intel EMR Xeon 6542Y | +| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable. | +| OS Drive | DD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07 | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07 | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07 | +| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07 | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY | +| Storage Drive (alt.) | DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY | +| Storage Controller | X | +| NIC | CARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0 | + +## Go further + +Learn more about Nutanix hardware validation on the [Nutanix Elevate platform](https://elevate.nutanix.com). + +If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. + +Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel. + +Join our [community of users](/links/community). diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md new file mode 100644 index 00000000000..25dfe589b90 --- /dev/null +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md @@ -0,0 +1,92 @@ +--- +title: "Compatibilité matérielle Nutanix - Configurations OVHcloud" +excerpt: "Vue d'ensemble des composants matériels validés pour les plateformes Nutanix chez OVHcloud : références T5, T4 et GEN2" +updated: 2025-06-27 +--- + +## Objectif + +**Découvrez les composants matériels validés pour les infrastructures Nutanix chez OVHcloud.** +Chaque configuration regroupe les éléments clés : châssis, carte mère, processeur, stockage et réseau, selon le profil matériel utilisé. + +## Prérequis + +- Accès aux spécifications techniques Nutanix d’OVHcloud +- Connaissances de base sur les couches de compatibilité matérielle +- Connaissance des profils T5, T4 et GEN2 utilisés dans les datacentres OVHcloud + +## En pratique + +### T5 - HGR-HCI - Inspur NF5280M5 + +| Component Name | Component | +|----------------|-----------| +| Châssis | Inspur NF5280M5 | +| Carte mère | YZMB-00882-104 | +| Carte mère | YZMB-00882-10E | +| Processeur | Intel Xeon Gold 6226R | +| Processeur | Intel Xeon Gold 6242R | +| Processeur | Intel Xeon Gold 6248R | +| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable. | +| Disque OS | Intel D3-S4510 Sata SSD 480 Go - ref. SSDSCKKB480G801 | +| Disque (SAS uniquement) | Samsung SAS SSD PM1643a 3.84 To - ref. MZILT3T8HBLS/007 | +| Disque (SAS uniquement) | Samsung SAS SSD PM1643 3.84 To - ref. MZILT3T8HALS-00007 | +| Disque (SAS uniquement) | WDS SS530 3.84 To - ref. WUSTR1538ASS201 | +| Contrôleur de stockage | Carte Jbod LSI 12 Gbps PCIe 8x 6xSFF-8643 9305-24I | +| Carte réseau | ConnectX-5 OCP2.0 25GbE dual-port SFP28, PCIe 3.0 x8 | + +### T4 - Scale-iX - Asrock SPC741D8QM3-NL-E + +| Component Name | Component | +|----------------|-----------| +| Châssis | 1U 21" OVH | +| Carte mère | Asrock SPC741D8QM3-NL-E | +| Processeur | Intel Emerald Rapids Xeon 6526Y | +| Processeur | Intel Emerald Rapids Xeon 6542Y | +| Processeur | Intel Emerald Rapids Xeon 6554S | +| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM SCALE T4 est utilisable. | +| Disque OS | Samsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07 | +| Disque OS (alt.) | Micron 7450PRO NVMe 960 Go - ref. MTFDKCC960TFR-1BC15ABYY | +| Disque NVMe | Samsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07 | +| Disque NVMe | Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07 | +| Disque NVMe | Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07 | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY | +| Contrôleur de stockage | X | +| Carte réseau | NVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0 | +| Carte réseau (alt.) | Broadcom 2xSFP28 25GbE OCP 3.0 - ref. BCM957414N4140C | +| Carte réseau (alt.) | Broadcom PCIe 4.0 x8 - ref. BCM957414A4142CC | +| Alimentation | FSP 850W AC 1U - ref. YH5851-1EBR2A0D | +| TPM | TPM ASROCK SPI 2.0 | + +### T5 - HGR-HCI GEN2 - COMPAL FERA1 + +| Component Name | Component | +|----------------|-----------| +| Châssis | COMPAL SR220-2 | +| Carte mère | COMPAL IER70 FERA1-E - CM LGA4677-X | +| Processeur | Intel EMR Xeon 5515+ | +| Processeur | Intel EMR Xeon 6526Y | +| Processeur | Intel EMR Xeon 6542Y | +| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable. | +| Disque OS | Samsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07 | +| Disque NVMe | Samsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07 | +| Disque NVMe | Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07 | +| Disque NVMe | Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07 | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY | +| Disque NVMe (alt.) | Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY | +| Contrôleur de stockage | X | +| Carte réseau | NVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0 | + + +## Aller plus loin + +Retrouvez les détails des validations matérielles sur la [plateforme Nutanix Elevate](https://elevate.nutanix.com). + +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en œuvre de nos solutions, contactez votre Technical Account Manager ou demandez une analyse personnalisée de votre projet à nos experts de l’équipe [Professional Services](/links/professional-services). + +Posez des questions, donnez votre avis et interagissez directement avec l’équipe qui construit nos services Hosted Private Cloud sur le canal [Discord](https://discord.gg/ovhcloud) dédié. + +Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml new file mode 100644 index 00000000000..e69de29bb2d From 04ab9f0dbc80125f607a6f7834472cc6912258d0 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Fri, 27 Jun 2025 13:45:30 +0200 Subject: [PATCH 005/160] adding the meta and french files --- .../guide.en-gb.md | 8 ++++++++ .../guide.fr-fr.md | 18 ++++++++++++++++-- .../meta.yaml | 2 ++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md index 3357014e29b..4c91c2cf8a0 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md @@ -16,6 +16,14 @@ Each configuration includes chassis, motherboard, CPU, storage, and network elem - Basic understanding of hardware compatibility layers - Familiarity with T5, T4, and GEN2 profiles used in OVHcloud data centers +The following software versions are currently validated by OVHcloud for Nutanix environments: + +| Product/Feature | Version | Comment | +|-----------------|---------|---------| +| AOS | 7.X | **LTS (Long-Term Support)** — Once validated by OVHcloud | +| AHV | 10.X | Latest available version for the AOS installed by OVHcloud | +| PrismCentral | 2024.X | Latest compatible version tested and validated by OVHcloud | + ## Instructions ### T5 - HGR-HCI - Inspur NF5280M5 diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md index 25dfe589b90..861645f9f23 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md @@ -6,15 +6,29 @@ updated: 2025-06-27 ## Objectif -**Découvrez les composants matériels validés pour les infrastructures Nutanix chez OVHcloud.** +**Découvrez les composants matériels validés pour les infrastructures Nutanix chez OVHcloud.** Chaque configuration regroupe les éléments clés : châssis, carte mère, processeur, stockage et réseau, selon le profil matériel utilisé. ## Prérequis +- Accès aux spécifications techniques Nutanix d’OVHcloud +- Connaissances de base sur les couches de compatibilité matérielle +- Connaissance des profils T5, T4 et GEN2 utilisés dans les datacentres OVHcloud + +## Prérequis + - Accès aux spécifications techniques Nutanix d’OVHcloud - Connaissances de base sur les couches de compatibilité matérielle - Connaissance des profils T5, T4 et GEN2 utilisés dans les datacentres OVHcloud +Les versions logicielles suivantes sont actuellement validées par OVHcloud pour les environnements Nutanix : + +| Produit/Fonctionnalité | Version | Commentaire | +|------------------------|---------|-------------| +| AOS | 7.X | **LTS (Long-Term Support)** — Une fois validée par OVHcloud | +| AHV | 10.X | Dernière version disponible pour l’AOS installé par OVHcloud | +| PrismCentral | 2024.X | Dernière version compatible testée et validée par OVHcloud | + ## En pratique ### T5 - HGR-HCI - Inspur NF5280M5 @@ -89,4 +103,4 @@ Si vous avez besoin d'une formation ou d'une assistance technique pour la mise e Posez des questions, donnez votre avis et interagissez directement avec l’équipe qui construit nos services Hosted Private Cloud sur le canal [Discord](https://discord.gg/ovhcloud) dédié. -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml index e69de29bb2d..bd93aa9cab7 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml @@ -0,0 +1,2 @@ +id: 3ab63947-ad2a-47ca-9dbb-09a9e8142c49 +full_slug: nutanix-hardware-compatibility \ No newline at end of file From 26580a5100d3ed2a2730ae541275652e2e4cd4d3 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Fri, 27 Jun 2025 13:57:39 +0200 Subject: [PATCH 006/160] translating the tables in html to have merged cells --- .../guide.en-gb.md | 124 +++++++++-------- .../guide.fr-fr.md | 131 ++++++++++-------- 2 files changed, 146 insertions(+), 109 deletions(-) diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md index 4c91c2cf8a0..91509a364dd 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md @@ -30,70 +30,86 @@ The following software versions are currently validated by OVHcloud for Nutanix This configuration is based on the Inspur NF5280M5 chassis, widely used in OVHcloud HCI environments. -| Component Name | Component | -|----------------|-----------| -| Chassis | Inspur NF5280M5 | -| Motherboard | YZMB-00882-104 | -| Motherboard | YZMB-00882-10E | -| Processor | Intel Xeon Gold 6226R | -| Processor | Intel Xeon Gold 6242R | -| Processor | Intel Xeon Gold 6248R | -| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable. | -| OS Drive | Intel D3-S4510 Sata SSD 480gb - ref. SSDSCKKB480G801 | -| Storage Drive (Only SAS SSD) | Samsung SAS SSD PM1643a 3.84TB ref MZILT3T8HBLS/007 | -| Storage Drive (Only SAS SSD) | Samsung SAS SSD PM1643 3.84TB ref MZILT3T8HALS-00007 | -| Storage Drive (Only SAS SSD) | WDS SS530 3.84TB ref WUSTR1538ASS201 | -| Storage Controller | Carte Jbod LSI 12gbps Pcie 8x 6xSFF-8643 9305-24I | -| NIC | ConnectX-5 NIC card for OCP2.0 25GbE dual-port SFP28, PCIe3.0 x8 | + + + + + + + + + + + + + + + + + + + +
Component NameComponent
ChassisInspur NF5280M5
MotherboardYZMB-00882-104
YZMB-00882-10E
ProcessorIntel Xeon Gold 6226R
Intel Xeon Gold 6242R
Intel Xeon Gold 6248R
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable.
OS DriveIntel D3-S4510 Sata SSD 480gb - ref. SSDSCKKB480G801
Storage Drive (Only SAS SSD)Samsung SAS SSD PM1643a 3.84TB ref MZILT3T8HBLS/007
Samsung SAS SSD PM1643 3.84TB ref MZILT3T8HALS-00007
WDS SS530 3.84TB ref WUSTR1538ASS201
Storage ControllerCarte Jbod LSI 12gbps Pcie 8x 6xSFF-8643 9305-24I
NICConnectX-5 NIC card for OCP2.0 25GbE dual-port SFP28, PCIe3.0 x8
+ ### T4 - Scale-iX - Asrock SPC741D8QM3-NL-E This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, designed for SCALE-iX clusters. -| Component Name | Component | -|----------------|-----------| -| Chassis | 1U 21" OVH | -| Motherboard | Asrock SPC741D8QM3-NL-E | -| Processor | CPU INTEL Emerald Rapids XEON6526Y | -| Processor | CPU INTEL Emerald Rapids XEON6542Y | -| Processor | CPU INTEL Emerald Rapids XEON6554S | -| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from T4 SCALE BOM is usable. | -| OS Drive | DD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07 | -| OS Drive (alt.) | DD 2.5in SSD NVMe 960GB 64gbps 7450PRO 512n Micron ref MTFDKCC960TFR-1BC15ABYY | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07 | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07 | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07 | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY | -| Storage Controller | X | -| NIC | CARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0 | -| NIC (alt.) | CARTE BROADCOM 2xSFP28 25GbE OCP 3.0 ref BCM957414N4140C | -| NIC (alt.) | CARTE BROADCOM 2xSFP28 25GbE PCIe 4.0 x8 ref P225P BCM957414A4142CC | -| Power Supply | Alim AC 1U T4 850W FSP YH5851-1EBR2A0D | -| TPM | TPM ASROCK SPI 2.0 | + + + + + + + + + + + + + + + + + + + + + + + + + + +
Component NameComponent
Chassis1U 21" OVH
MotherboardAsrock SPC741D8QM3-NL-E
ProcessorCPU INTEL Emerald Rapids XEON6526Y
CPU INTEL Emerald Rapids XEON6542Y
CPU INTEL Emerald Rapids XEON6554S
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent from T4 SCALE BOM is usable.
OS DriveDD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07
OS Drive (alt.)DD 2.5in SSD NVMe 960GB 64gbps 7450PRO 512n Micron ref MTFDKCC960TFR-1BC15ABYY
Storage Drive (Only NVME)DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07
DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage Drive (alt.)DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY
DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY
DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY
Storage ControllerX
NICCARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
NIC (alt.)CARTE BROADCOM 2xSFP28 25GbE OCP 3.0 ref BCM957414N4140C
CARTE BROADCOM 2xSFP28 25GbE PCIe 4.0 x8 ref P225P BCM957414A4142CC
Power SupplyAlim AC 1U T4 850W FSP YH5851-1EBR2A0D
TPMTPM ASROCK SPI 2.0
### T5 - HGR-HCI GEN2 - COMPAL FERA1 Latest T5 profile using the COMPAL FERA1 platform, targeting high-performance NVMe HCI workloads. -| Component Name | Component | -|----------------|-----------| -| Chassis | COMPAL SR220-2 | -| Motherboard | CM LGA4677-X COMPAL IER70 FERA1-E MB | -| Processor | Intel EMR Xeon 5515+ | -| Processor | Intel EMR Xeon 6526Y | -| Processor | Intel EMR Xeon 6542Y | -| Memory | There is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable. | -| OS Drive | DD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07 | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07 | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07 | -| Storage Drive (Only NVME) | DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07 | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY | -| Storage Drive (alt.) | DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY | -| Storage Controller | X | -| NIC | CARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0 | + + + + + + + + + + + + + + + + + + + + + +
Component NameComponent
ChassisCOMPAL SR220-2
MotherboardCM LGA4677-X COMPAL IER70 FERA1-E MB
ProcessorIntel EMR Xeon 5515+
Intel EMR Xeon 6526Y
Intel EMR Xeon 6542Y
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable.
OS DriveDD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07
Storage Drive (Only NVME)DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07
DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage Drive (alt.)DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY
DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY
DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY
Storage ControllerX
NICCARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
## Go further diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md index 861645f9f23..0a27897b084 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md @@ -33,67 +33,88 @@ Les versions logicielles suivantes sont actuellement validées par OVHcloud pour ### T5 - HGR-HCI - Inspur NF5280M5 -| Component Name | Component | -|----------------|-----------| -| Châssis | Inspur NF5280M5 | -| Carte mère | YZMB-00882-104 | -| Carte mère | YZMB-00882-10E | -| Processeur | Intel Xeon Gold 6226R | -| Processeur | Intel Xeon Gold 6242R | -| Processeur | Intel Xeon Gold 6248R | -| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable. | -| Disque OS | Intel D3-S4510 Sata SSD 480 Go - ref. SSDSCKKB480G801 | -| Disque (SAS uniquement) | Samsung SAS SSD PM1643a 3.84 To - ref. MZILT3T8HBLS/007 | -| Disque (SAS uniquement) | Samsung SAS SSD PM1643 3.84 To - ref. MZILT3T8HALS-00007 | -| Disque (SAS uniquement) | WDS SS530 3.84 To - ref. WUSTR1538ASS201 | -| Contrôleur de stockage | Carte Jbod LSI 12 Gbps PCIe 8x 6xSFF-8643 9305-24I | -| Carte réseau | ConnectX-5 OCP2.0 25GbE dual-port SFP28, PCIe 3.0 x8 | +Cette configuration repose sur le châssis Inspur NF5280M5, largement utilisé dans les clusters HCI d’OVHcloud. + + + + + + + + + + + + + + + + + + + + +
Component NameComponent
ChâssisInspur NF5280M5
Carte mèreYZMB-00882-104
YZMB-00882-10E
ProcesseurIntel Xeon Gold 6226R
Intel Xeon Gold 6242R
Intel Xeon Gold 6248R
MémoireAucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable.
Disque OSIntel D3-S4510 Sata SSD 480 Go - ref. SSDSCKKB480G801
Disque (SAS uniquement)Samsung SAS SSD PM1643a 3.84 To - ref. MZILT3T8HBLS/007
Samsung SAS SSD PM1643 3.84 To - ref. MZILT3T8HALS-00007
WDS SS530 3.84 To - ref. WUSTR1538ASS201
Contrôleur de stockageCarte Jbod LSI 12 Gbps PCIe 8x 6xSFF-8643 9305-24I
Carte réseauConnectX-5 OCP2.0 25GbE dual-port SFP28, PCIe 3.0 x8
+ ### T4 - Scale-iX - Asrock SPC741D8QM3-NL-E -| Component Name | Component | -|----------------|-----------| -| Châssis | 1U 21" OVH | -| Carte mère | Asrock SPC741D8QM3-NL-E | -| Processeur | Intel Emerald Rapids Xeon 6526Y | -| Processeur | Intel Emerald Rapids Xeon 6542Y | -| Processeur | Intel Emerald Rapids Xeon 6554S | -| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM SCALE T4 est utilisable. | -| Disque OS | Samsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07 | -| Disque OS (alt.) | Micron 7450PRO NVMe 960 Go - ref. MTFDKCC960TFR-1BC15ABYY | -| Disque NVMe | Samsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07 | -| Disque NVMe | Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07 | -| Disque NVMe | Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07 | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY | -| Contrôleur de stockage | X | -| Carte réseau | NVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0 | -| Carte réseau (alt.) | Broadcom 2xSFP28 25GbE OCP 3.0 - ref. BCM957414N4140C | -| Carte réseau (alt.) | Broadcom PCIe 4.0 x8 - ref. BCM957414A4142CC | -| Alimentation | FSP 850W AC 1U - ref. YH5851-1EBR2A0D | -| TPM | TPM ASROCK SPI 2.0 | +Cette configuration 1U est conçue pour les clusters SCALE-iX. Elle prend en charge les processeurs Emerald Rapids et un stockage 100 % NVMe. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Component NameComponent
Châssis1U 21" OVH
Carte mèreAsrock SPC741D8QM3-NL-E
ProcesseurIntel Emerald Rapids Xeon 6526Y
Intel Emerald Rapids Xeon 6542Y
Intel Emerald Rapids Xeon 6554S
MémoireAucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM SCALE T4 est utilisable.
Disque OSSamsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07
Disque OS (alt.)Micron 7450PRO NVMe 960 Go - ref. MTFDKCC960TFR-1BC15ABYY
Disque NVMeSamsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07
Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07
Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07
Disque NVMe (alt.)Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY
Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY
Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY
Contrôleur de stockageX
Carte réseauNVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0
Carte réseau (alt.)Broadcom 2xSFP28 25GbE OCP 3.0 - ref. BCM957414N4140C
Broadcom PCIe 4.0 x8 - ref. BCM957414A4142CC
AlimentationFSP 850W AC 1U - ref. YH5851-1EBR2A0D
TPMTPM ASROCK SPI 2.0
### T5 - HGR-HCI GEN2 - COMPAL FERA1 -| Component Name | Component | -|----------------|-----------| -| Châssis | COMPAL SR220-2 | -| Carte mère | COMPAL IER70 FERA1-E - CM LGA4677-X | -| Processeur | Intel EMR Xeon 5515+ | -| Processeur | Intel EMR Xeon 6526Y | -| Processeur | Intel EMR Xeon 6542Y | -| Mémoire | Aucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable. | -| Disque OS | Samsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07 | -| Disque NVMe | Samsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07 | -| Disque NVMe | Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07 | -| Disque NVMe | Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07 | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY | -| Disque NVMe (alt.) | Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY | -| Contrôleur de stockage | X | -| Carte réseau | NVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0 | - +Ce profil T5 GEN2 intègre la plateforme COMPAL FERA1. Il cible les environnements HCI à hautes performances reposant sur des disques NVMe. + + + + + + + + + + + + + + + + + + + + + + +
Component NameComponent
ChâssisCOMPAL SR220-2
Carte mèreCOMPAL IER70 FERA1-E - CM LGA4677-X
ProcesseurIntel EMR Xeon 5515+
Intel EMR Xeon 6526Y
Intel EMR Xeon 6542Y
MémoireAucun bridage lié à la certification Nutanix. Toute référence présente dans le BOM NF5280M5 est utilisable.
Disque OSSamsung PM9A3 NVMe 960 Go - ref. MZQL2960HCJR-00A07
Disque NVMeSamsung PM9A3 NVMe 1.92 To - ref. MZQL21T9HCJR-00A07
Samsung PM9A3 NVMe 3.84 To - ref. MZQL23T8HCLS-00A07
Samsung PM9A3 NVMe 7.68 To - ref. MZQL27T6HBLA-00A07
Disque NVMe (alt.)Micron 7450PRO NVMe 1.92 To - ref. MTFDKCC1T9TFR-1BC15ABYY
Micron 7450PRO NVMe 3.84 To - ref. MTFDKCC3T8TFR-1BC15ABYY
Micron 7450PRO NVMe 7.68 To - ref. MTFDKCC7T6TFR-1BC15ABYY
Contrôleur de stockageX
Carte réseauNVIDIA CX-6 LX CRYPTO 2xSFP28 25GbE OCP 3.0 - ref. 900-9X625-0083-SB0
## Aller plus loin From 0c8d809a39b96c3ebbda16df40fb361bfe8ec2e5 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Fri, 27 Jun 2025 14:03:11 +0200 Subject: [PATCH 007/160] editing file name --- .../guide.en-gb.md | 0 .../guide.fr-fr.md | 0 .../meta.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pages/hosted_private_cloud/nutanix_on_ovhcloud/{XXX-nutanix-hardware-compatibility => 51-nutanix-hardware-compatibility}/guide.en-gb.md (100%) rename pages/hosted_private_cloud/nutanix_on_ovhcloud/{XXX-nutanix-hardware-compatibility => 51-nutanix-hardware-compatibility}/guide.fr-fr.md (100%) rename pages/hosted_private_cloud/nutanix_on_ovhcloud/{XXX-nutanix-hardware-compatibility => 51-nutanix-hardware-compatibility}/meta.yaml (100%) diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md similarity index 100% rename from pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.en-gb.md rename to pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.fr-fr.md similarity index 100% rename from pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/guide.fr-fr.md rename to pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.fr-fr.md diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml b/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/meta.yaml similarity index 100% rename from pages/hosted_private_cloud/nutanix_on_ovhcloud/XXX-nutanix-hardware-compatibility/meta.yaml rename to pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/meta.yaml From d1b6630d0f06a44076c3ec0f3838dc120ea5648b Mon Sep 17 00:00:00 2001 From: Slimane ALI Date: Fri, 27 Jun 2025 15:37:29 +0200 Subject: [PATCH 008/160] Disclaimer test version First version of the disclaimer on type-1 network articles (exclusively about additional IPv4, without vRack reference). The disclaimers are generic for now, and will be refined and adapted for each article. --- .../dedicated_servers/network_bridging/guide.en-gb.md | 9 +++++++++ .../guide.en-gb.md | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md index 523f2cc46fe..4701edc7218 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md @@ -9,6 +9,15 @@ updated: 2025-05-16 > Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. > +> [!primary] +> This article is about Additional IPv4 configuration. You can also configure IPv6 addresses on your virtual machines using [this guide](bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> You can also use our vRack feature, which allows you to use a virtual private network hosted on our infrastructures, on which you can connect a wide range of OVHcloud services.
+> For servers that support vRack connectivity, you can configure Additional IP addresses in a vRack rather than on the public interface of your server. You can find the instructions in these guides:
+> IPv4: [Configuring an IP block in a vRack](https://help.ovhcloud.com/csm/en-dedicated-servers-ip-block-vrack?id=kb_article_view&sysparm_article=KB0043342)
+> IPv6: [Configuring an IPv6 block in a vRack](https://help.ovhcloud.com/csm/en-dedicated-servers-configure-an-ipv6-in-a-vrack?id=kb_article_view&sysparm_article=KB0062838). +> + ## Objective Bridged networking can be used to configure your virtual machines. Some tweaking is necessary to make the network configuration work on our network. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md index a21ed55cec5..a664731ab25 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md @@ -9,6 +9,14 @@ updated: 2025-04-28 > Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. > +> [!primary] +> This article is about Additional IPv4 configuration. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> You can also use our vRack feature, which allows you to set up a virtual private network hosted on our infrastructures, on which you can connect a wide range of OVHcloud services.
+> For Public Cloud instances that support vRack connectivity, you can configure a public IP block for usage in a vRack. You can find the instructions in this guide:
+> [Configuring a public IP block in a vRack on a Public Cloud instance](public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance) +> + ## Objective You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. From a4ef4e11b4dc56944c9df3149faf9096a85ebfbc Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Tue, 1 Jul 2025 12:55:47 +0200 Subject: [PATCH 009/160] FRFR starting done --- .../diagnostic_request_blocked/guide.en-gb.md | 4 ++ .../diagnostic_request_blocked/guide.fr-fr.md | 45 +++++++++++++++++++ .../diagnostic_request_blocked/meta.yaml | 4 ++ 3 files changed, 53 insertions(+) create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/meta.yaml diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md new file mode 100644 index 00000000000..3170e1efba7 --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md @@ -0,0 +1,4 @@ +- [Firefox](https://support.mozilla.org/en-US/kb/update-firefox-latest-release){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=en-GB&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/en-gb/102665){.external}. +- [Edge](https://support.microsoft.com/en-gb/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. \ No newline at end of file diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md new file mode 100644 index 00000000000..0e831ae23ea --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -0,0 +1,45 @@ +--- +title: "Que faire en cas de page « Your request has been blocked » ?" +excerpt: "Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked »" +update: 2025-06-27 +--- + +## Objectif + +L'infrastructure mutualisée où se trouve les hébergements web OVHcloud dispose de plusieurs systèmes de sécurité. +Si votre site web affiche une page « Your request has been blocked », cela signifie que l'une des requêtes que vous tentez d'exécuter depuis votre site web a été bloquée par nos systèmes de sécurité. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked ».** + +## Prérequis + +## Prérequis + +- Disposer d'une [offre d'hébergement web](/links/web/hosting) OVHcloud. +- Disposer des [identifiants de connexion](/pages/web_cloud/web_hosting/ftp_connection) à l'espace de stockage FTP de votre hébergement web. +- Être connecté à votre [espace client OVHcloud](/links/manager). + +## En pratique + +La page « Your request has been blocked » peut s'afficher pour diverses raisons (liste non exhaustive) : + +- Un très grand nombre de requêtes, similaires ou non, est demandé dans un délai extrêmement court. +- La requête demandée tente d'exécuter des actions non autorisées sur l'infrastructure mutualisée où se trouve votre hébergement web. +- La requête est effectuée depuis un navigateur Internet (Firefox, Chrome, Safari, Edge, etc.) non mis à jour. + +### 1 - Vérifier que votre navigateur Internet est à jour + +Rendez-vous dans les paramètres de votre navigateur Internet, puis vérifiez si une mise à jour est disponible. + +> [!primary] +> +> Si besoin, cliquez sur le nom de votre navigateur Internet dans la liste (non exhaustive) ci-dessous pour accéder à la documentation proposée par leurs développeurs : +> +> - [Firefox](https://support.mozilla.org/fr/kb/mettre-jour-firefox-derniere-version){.external}. +> - [Chrome](https://support.google.com/chrome/answer/95414?hl=fr&co=GENIE.Platform%3DDesktop&oco=0){.external}. +> - [Safari](https://support.apple.com/fr-fr/102665){.external}. +> - [Edge](https://support.microsoft.com/fr-fr/topic/param%C3%A8tres-de-mise-%C3%A0-jour-de-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. +> +> Si votre navigateur Internet n'est pas dans la liste ci-dessus, recherchez sur Internet de la documentation à son sujet ou contactez le support de son éditeur. \ No newline at end of file diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/meta.yaml b/pages/web_cloud/web_hosting/diagnostic_request_blocked/meta.yaml new file mode 100644 index 00000000000..1a22a6a253c --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/meta.yaml @@ -0,0 +1,4 @@ +id: 735c1627-2964-4e58-a2d8-fa6e162fa6ff +full_slug: web-hosting-your-request-has-been-blocked-diagnosis +reference_category: web-cloud-hosting-troubleshooting +translation_banner: true \ No newline at end of file From b1fcb1af59e251c35eccf531c49862f710c45c51 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Tue, 1 Jul 2025 16:01:26 +0200 Subject: [PATCH 010/160] FRFR done --- .../diagnostic_request_blocked/guide.fr-fr.md | 59 +++++++++++++++---- 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 0e831ae23ea..2c7fcf419ac 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -25,21 +25,58 @@ Si votre site web affiche une page « Your request has been blocked », cela sig La page « Your request has been blocked » peut s'afficher pour diverses raisons (liste non exhaustive) : +- La requête est effectuée depuis un navigateur Internet (Firefox, Chrome, Safari, Edge, etc.) non mis à jour. - Un très grand nombre de requêtes, similaires ou non, est demandé dans un délai extrêmement court. - La requête demandée tente d'exécuter des actions non autorisées sur l'infrastructure mutualisée où se trouve votre hébergement web. -- La requête est effectuée depuis un navigateur Internet (Firefox, Chrome, Safari, Edge, etc.) non mis à jour. ### 1 - Vérifier que votre navigateur Internet est à jour Rendez-vous dans les paramètres de votre navigateur Internet, puis vérifiez si une mise à jour est disponible. -> [!primary] -> -> Si besoin, cliquez sur le nom de votre navigateur Internet dans la liste (non exhaustive) ci-dessous pour accéder à la documentation proposée par leurs développeurs : -> -> - [Firefox](https://support.mozilla.org/fr/kb/mettre-jour-firefox-derniere-version){.external}. -> - [Chrome](https://support.google.com/chrome/answer/95414?hl=fr&co=GENIE.Platform%3DDesktop&oco=0){.external}. -> - [Safari](https://support.apple.com/fr-fr/102665){.external}. -> - [Edge](https://support.microsoft.com/fr-fr/topic/param%C3%A8tres-de-mise-%C3%A0-jour-de-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. -> -> Si votre navigateur Internet n'est pas dans la liste ci-dessus, recherchez sur Internet de la documentation à son sujet ou contactez le support de son éditeur. \ No newline at end of file +/// details | Cliquez ici pour plus d'informations sur la mise à jour de votre navigateur Internet + +Retrouvez ci-dessous les processus de mise à jour des principaux navigateur Internet (documentations fournies par leurs éditeurs): + +- [Firefox](https://support.mozilla.org/fr/kb/mettre-jour-firefox-derniere-version){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=fr&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/fr-fr/102665){.external}. +- [Edge](https://support.microsoft.com/fr-fr/topic/param%C3%A8tres-de-mise-%C3%A0-jour-de-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Si votre navigateur Internet n'est pas dans la liste ci-dessus, recherchez sur Internet de la documentation à son sujet ou contactez le support de son éditeur. + +/// + +Dès lors où votre navigateur Internet est à jour, tentez à nouveau d'accéder à votre site web. Si la situation persiste, poursuivez la lecture de ce guide. + +### 2 - Récupérer les informtions présentes sur la page « Your request has been blocked » et contactez le support + +Le système de sécurité qui bloque vos requêtes se trouve en amont de votre hébergement web. Par conséquent et dans ce cas précis, vous n'aurez pas accès aux logs de ce système de sécurité depuis votre espace client OVHcloud. + +### 2.1 - Récupérer les informtions présentes sur la page « Your request has been blocked » + +Dans un premier temps, récupérez les 3 informations suivantes qui s'affichent sur la page « Your request has been blocked » : + +- `IP address` (exemple : 203.0.113.0). +- `Date` (exemple : 2025-07-01T16:30:45:150Z). +- `Request ID` (exemple : AbCdEf-your-request-ID-GhIjKlM). + +### 2.2 - Contactez le support + +Une fois les éléments récupérés, créer [un ticket d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) depuis le Centre d'Aide OVHcloud en y précisant : + +- La page rencontrée (« Your request has been blocked ») +- Les 3 éléments récupérés précédemment. +- L'URL depuis laquelle vous rencontrez la page (par exemple : `https://www.domain.tld/index.php`). +- Le navigateur Internet utilisé. + +Le support reviendra vers vous dans les plus brefs délais en vous indiquant plus de précisions sur l'origine de ce blocage. + +## Aller plus loin + +[Cas d'usage - Conseils suite au piratage de votre site Web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +Pour des prestations spécialisées (référencement, développement, etc), contactez les [partenaires OVHcloud](/links/partner). + +Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support). + +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file From af043793ef26f159aad4b434ca3c9b57bc1b9270 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Tue, 1 Jul 2025 16:25:38 +0200 Subject: [PATCH 011/160] FRFR done --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 2c7fcf419ac..a1c483e5e73 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Que faire en cas de page « Your request has been blocked » ?" excerpt: "Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked »" -update: 2025-06-27 +update: 2025-07-01 --- ## Objectif @@ -15,8 +15,6 @@ Si votre site web affiche une page « Your request has been blocked », cela sig ## Prérequis -## Prérequis - - Disposer d'une [offre d'hébergement web](/links/web/hosting) OVHcloud. - Disposer des [identifiants de connexion](/pages/web_cloud/web_hosting/ftp_connection) à l'espace de stockage FTP de votre hébergement web. - Être connecté à votre [espace client OVHcloud](/links/manager). From 4bdd6f111e931dee628d2c2c5a06ecc1f20dd573 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Tue, 1 Jul 2025 16:59:27 +0200 Subject: [PATCH 012/160] Tech review done --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index a1c483e5e73..18a6e313928 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -6,7 +6,7 @@ update: 2025-07-01 ## Objectif -L'infrastructure mutualisée où se trouve les hébergements web OVHcloud dispose de plusieurs systèmes de sécurité. +L'infrastructure mutualisée où se trouvent les hébergements web OVHcloud dispose de plusieurs systèmes de sécurité. Si votre site web affiche une page « Your request has been blocked », cela signifie que l'une des requêtes que vous tentez d'exécuter depuis votre site web a été bloquée par nos systèmes de sécurité. ![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} @@ -46,11 +46,11 @@ Si votre navigateur Internet n'est pas dans la liste ci-dessus, recherchez sur I Dès lors où votre navigateur Internet est à jour, tentez à nouveau d'accéder à votre site web. Si la situation persiste, poursuivez la lecture de ce guide. -### 2 - Récupérer les informtions présentes sur la page « Your request has been blocked » et contactez le support +### 2 - Récupérer les informations présentes sur la page « Your request has been blocked » et contactez le support Le système de sécurité qui bloque vos requêtes se trouve en amont de votre hébergement web. Par conséquent et dans ce cas précis, vous n'aurez pas accès aux logs de ce système de sécurité depuis votre espace client OVHcloud. -### 2.1 - Récupérer les informtions présentes sur la page « Your request has been blocked » +### 2.1 - Récupérer les informations présentes sur la page « Your request has been blocked » Dans un premier temps, récupérez les 3 informations suivantes qui s'affichent sur la page « Your request has been blocked » : From 4dbb3e1cd0f5e61f6ea9265d6c1910086403acaa Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Wed, 2 Jul 2025 12:43:51 +0200 Subject: [PATCH 013/160] Screen RGPD done --- .../errors/your-request-has-been-blocked.png | Bin 97644 -> 123179 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png b/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png index 5a565c1d484f3ac4e77ccb6ffaf156f0734b2672..46b03a30e1ba1986e90e82b8875bfd7d3ff7d62c 100644 GIT binary patch literal 123179 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Ϋhx3Nyz2+eQ7%r` zTS1#Nh(|Vtxx=LO_5hWirvjlg)2=Y$80xFaMxz#Mdx$ zOH2Q*J1klKDyS?ocBPwaqhO5sgY}B$UEJgle6iC z;*;#_Sr^AYd~{tXWESmK)v5B|ty}&Vk#)wWCmXA6jv#l#>%Na|_IDShMbqsEk!&xG zH)U>ej_JQVw|`9?Je0-c#W%5oFBk@oJPUf*!8pMrTir@~ zI9^Fx-6Aih>04PB&hTytd*`OKTtrVX1oasFe(JG;2RlX_yAJg3AN5l9iLvKf0iM`K z1iFO{gX#>lVfn%;Ev(%y6)Fqt%F3QqQ+HbFd|H;vwPASYIAPYyf7Ekm^04b=z`0c5 zEEI*fx1#+SZ=D^!p|Sr!UBeY7_A^?W=VGcYwW6lU{+I^WW+qjxm&e{=@YKlF9&&8$ zCtN$UVjTAkhou@(doS+1s5T|(0O4lXPFlcV{zk8poGH+!{+Fo751|^GgHgOpUBkWQ z2`#Pn)}BYX-;`g4tR%T^NRQiA^y2=K{uYMs<6gX`dg)d(6Yd?-cO`(5@8j56JcIs(g<=PsVm zTQ2PVf<(W>Nj8t)VNVG#>CYMmOyP7CJK1g$TMib-#WfR2`FhI-Mu4W*y;Bt|Q^N<@_+TMl6^fx00CR<-b}xv^rDhHrIzgj|{* zYOc2qvKsOU_F)zlklrp`LS1tA;0G`6bbrTIjI)Y-Ea3sv6lw%Fa#w~AY93E(SsD!$ zR0SUuz``1oH71S$@7MKUO-|R}tbR4WC#n+B>s>Q%)e?-YoJiI7y$$~ni%Ze9E0w9m z$v{&}iRvSisJU+~ysm|v0)P*z4^ zYS!-eS3Ue;`FAKYl?ad2<@L09I$LJ^OiAUYiSvZr%D4seugp%N<}$g(-R?CL(z@mj z46I)_mUsu-DmP6z-pV$3pxW$g)%am$OU_zX@o1(4AT2zeckGt{;2}-8_oOIW-&Wu1 zB4cy2NVf`VulOgzW60(Ga(k3eg35G}jU_qmF>Yz;$h6-3(7c6$(t;pJ8}U0i1U4D6 z5ar`UBW+X&KyTf9Li*lVJ|Y&01h6TJr=Nq74z?0<*4#$b{a?a+ee1vPxc-Ora2(}) zk8sJCUac9_OB!j`!ro}La=`Cj@d5A5oY$oKKc-U;zj$CF`??cTxqF4 zbs`B-X4up1PVAcC^|H=BHTRv{{%3JI6hz*I8bmHaU|~=j zdh)*HFs3+hUQ6a~;-rdte1Grfd){-|8>=gEE?2B1?P&qDybn8D>Zzc`8q1@zkFFQ4 zrvkgI)xKArxxb3hv-jIa#mD&GN|0y9v$x@y9W+KJEnQl5bN=x}$fawXIsPxn+i{le zlw~z)g_<8?f8X$jgnjyIjw8M5LgBKksW=!HY^uJga+ zm6IjFdtkpDCoOMfgwwr~u9V@9`j^FMK`U$MGVzU~go&HYRnM;Fb_^8HRQS6MSy4oGWmo@aEnXi3^Ae{Nyg(@?8zJ; zlueag)-mBcADT0;20D`=eo+S~n_SFpLsGklbK%(b&kqK1q%&lriT7Be>o5-CmslCa zX`{P#00KI)iur0LwvTL2Keeu!$A}7p)P>93Z`D33Q_MTPtmof0G z<4E!}ifW?`6;iH?$j7&vk3aL}b#h|mUOyGE>x$sq3nh%+4SdhjO1Qnd9#T7OHe+Jr z|MjAIeeUIUDZq(;EH(c*;Ue!e)ffsBOVHdqwg6IS zjzjl>7asP`6%irj`<5231Lp0-&!NDtWsu#g>bn7LETWm1byrcC`8f0E=4jyBkEa}J zf~1hww4xL~m~%Uxy8|q*tVTup{SWZh z-HDzL?vAJCN7LrKe2?y)NWwio|9e-5%(GvtgsS`DHzoPT=+U}%xxUM{q`lK$K84rr znU9Pwf7QxWB1vR!@*cY3RXRqpdXFuvtiQ%+gr$p+QP!AWFn)8~bKWlQ%JUaoy%6GGo1Iyy<>lA@{@W>JQgdL(a*Sc8#7< zv>f%>-i!beTE)ZbMj|iIhq!zk*}8VOtn22^(XT?&=>QrmjYrH>HfAPMxR~K(zT+Yl zKYz=k>H2q_VEu~Eee#DFKXFaHgJc`xyu6f$O4x5XAHr<1Ih7yJ?Wg*;?%RBw7WLDI zD<3pg^zN$J`F@MOdRhH$5^`&OjMQ%Mtrv z2@ZPB3%4?ic;{Z_c+@VUEYM>s`d~9wq-UD1G+a-5Ug*?s*V^hu*=_4-N;F98)ZcgO zA1wlAh#@%Av4We53{&0MBIq@I{WBnHWdvpmJ-Cu(*-;O~&ybr^q2xd~)<4_X6M?Fa zk{UL*|Ga5(?+cNrtNa|-I;m9kjd;`?z2!{}QD0>ckX>!Puq_*cV1&Ap8FcoB_lW$_ zbgDUm~6==c%%2PzFK(t{luRUhpp5h3mBEqk$#tTWiDaPr0 zU5(5_tB5-?=0#*R^f&r)D2KTy?9cPk#YG?i)SxMC1OPDy$V~yG6rq*Wa`~*cxRJ{& zqB=RzclQ|A8|4mVpKzUG8sHT&BPvz^lX-@XR&_Ns6;0LxKKuBnY0k$x^&*Z}7oI;q>3F1khPFJ0D7} z511Tunc?KWnM)-JbK%4#{DTir=tMK*b3Eej=7SX7lz<0m zU65?x&qFWkag~3uHifjAo1z|6z7=;-H=XMSw9UCGA9p5+(`z2eAZQ%t`u=&>g9CbXL}v3eRq``Cge2Avg3dJ<(ikcDitU3H%&4g0` z^KG_oiiD`!QR0O2&rsCbdk^wIKn`WCB^9^Hj*ZR2u~#L(cer3(%}@fW+VN1#tP0a^ zo~Q_kT>dC&FwLF_TZsUj;rB9Jk3B^Bcy)$=9N;w?&Qfavd}dKL-JF0cY9qLF*zr*X z8zUaf-+@@rW;W*^Q`JZzNpHVVxFu54`z1Mb6IJGD8le{O@)rU^;rlth?flPF za80$`Q1V0Om4e0|mgFBhVUWj?4aaox(mVd|y5kd=uIFfuzAE8Y{f%*}`AG+5SP#gSml3LxJE0%~XK{ioiV)45XwT#fu&MgT zwzZW3qNQHK&^Rp+PC(l`bmda|#`IpE(bn@l$9JpYtn-y6YbV4747qf1u?qg1?!ecP zjX`>`&*F;plMCqex)p-z(aoA{UuJ+`9~$zO+3bWjdE8^b(^aqXtHGS1rtEjU{_+Q+ zQE%q<2p|v(mF@|qbBJI=gfyy#l>D)dG_3^94Yatm6)yp}Qv`SerXwoz=S9BXhSjSR zXY$`!(~z1-`0H28o-I`17+V%$PpgW84ZGH*= zLI;ht`->PKw-~nZJ5sn}*o^bv2;sTMfO+=m(UkyDEaqNG`?w*%g1ZSIMoP+hk>Z>z0Dmr@)#_TA z5U)u(76TB+F@s4PraH@3740&AUA=|&d_H17L6SdTLQ%aU6Gl`4fV&_BN=n%UY;2So zJ#_GBs~3_LzH{?iQK|1pC8$8tNGLt=CtX)>Q@?_V$D->$vVWTz!MR1GOZZu>Fs>pd z%VMv52xXNIR;4ztOkWqd2(z76l2(I(hx&@^Q7wyC44wv?&65N|36XOr>s$Tv9)14s- zw5)s0-+p;c4P}zZm2!TI8N;tus4&8u#YxTHq8|Yix~BVMk^X^ux(2j~jl}w2$4x**oeX08oqHo$ z*+@MGKoTPidU9&DWNZRt4`ges>M^<$Pa>hvD*OaRRm>IULG9PddcZ@2?9-*H?yQzH zJlIAQ_5OVcomGF{yyl{U@l#N;+m{ag@o8;ZEWmL`=J{ln_{JqtW1r4F&-oev-rYA& zXWpzgY^`oP&TbTN(tvl>e?p|#Lv&x{ZvA!~)S8AiA3ypXj=lc`vGfVF1+b(MDLIz; zWjbWK)+&9aeWF~k_KTtagn3*uO)OJP2Fh(i@_f|)&r%YUfJ&lve{M)8+H&coA=n`J z{N3i4rGh^iVL@WD$eX}t=wkz4Ym<#gfvQAx>|5^6J+)Y1y8Ch!Q|8Ex0Xi}~^Y<|-~p%XQhxf}BR`dXpFJ(@QZWSWDJs8FB;& z@f}FNw&y_`KXD=b-)biVZ!PrSAspnR*aVeEjPzHB%3CqdHE?Uo>N_0+nJ{Ev-hk#9 zC&J2B;!`jBpt8?+b8kOLG`Z~^!ae`jJS-2UP|l_Pztz7J^S{NmS_DfPZj$vH8SMpA zz{B-}pvPZ;+8*TxB!J`A9s;2&r)lF=WJy=KZOCX=p6puE74&$ugeE6)5DnG z`P6`$WKwL6IQo(!k@_AGZkwA)*#at+nAoDcaw6-!2><@$?OkL;8t3seU>v8qA`=qI3(D6T(?qyS#J%W&c4FKYljD;Yy2{z)$)J{x73 zDwMZsoB#y+ynp9w%yYI}1Y^wiThZ8Q~ zP^UBfK=ZHZ_;`Yfy2wtxQ_G0X;R_%)hEnhgp4+ppG!f(~OpYK^6NDLd*Y6!Na$GRO z_iZUw94xuT>L@ZJOAeg|@96hada^8F7Vxj!ma8Kxo4#;a^JM`3O$@)@iorSMV z5;WxotZ-kUhA-YB+oI1+87cR#iDi?tq~Wtzy!vZ!B# zxku)m-x~N`u4J2bw^buEe@Qp~#a_DHSc4|wuvRm@!p?&;>B==@Tkvq`uZkbIMEh=( zBsqQridFRKTim5r!z9a2jIMWq;v`EG8mhPtbZu$&IpJoKh>$Y{vz(K%k##(JNq-Xr*;pXzV(0YM3UH_4P(&oT3Dj0}$RR=orMA zvRAeTXYRdcJ?^>4voC?L?maPn;0AR`{36W3#OhLhFjK0On;4 zlVwQi*Mhc;oi)}{?MI3CtpsOcv1M7jMM__M-PehQFxH4iJ(m@jQOA~X8#YQfx7*L? zni|h)@R<-pRhOczjATfIQ(`%sGiSIHkrYNSB_&dW8KOQ>g$+>T8l299GA4qWz)mAE zBPjGk@BSG|^!1KaKFX;6fv5Y=*oW@EYGi>J*!K4TPM5TPar{HqaTm5f%&n4)^ao(P1JWf-diPc0$yDtA zA*8V=mzt6alR#pwyr|f3s!MW`Mx(aU!)rt=C-)?z-^s^}8RbQBB|l;f^rM(XZdnJJ zZD98;-BAMf&v)`*nI|(7!c9HHu!g$lQ0}daLYuE>BnxcB0SS&#FB`-~H-W%GwV~mv zd?WK_<-czFq{{z|+PxZ2z8VD1w0WQYYxaqU=(V34+b+B)9b-~FEoEf>q8;X=8sE~?{-^OyLlZt%bjgM zysxwTHLLl)6BFWVTMFb44oA??YdSIy;mhS@8^rw-R9+EnX2rZp65}oNL4Ig%D^gHU z$Xak^<2OIZ$b=u&=#?Lxn?yXMu&Mh<7=EH0d%Jf1rq{WdrNoAI>&I}4rsFSpQtq@7 z6@zIH{rVEd>lXuFrVS_p2^pSr>apw0`+%(Z_GitN_W}EGs~4#e^1V&C6Rr5W{TLec z;s}qzXVvYNpwCkxY(;UZ`P2iCBmYtTG|EWi7C>om^rG}E@A$UEAXd9hy;JmQXc>N% zDIqed=5Tf~W@lqyhK~aQ%e`SQM1Hg!)$MX5SFw8CFsirclc2xa+Xt_Ds-JV8!fak* zC$cp=mBQwm)op&xFXwBF-;iH2YdXu1HCl;CY|Lf7yk(yjc=Ol0+HEMT1#% z#95(Qsa0ONY&69$q!e9AD0RhcRQ+7ZZA+X(DU>Ue51zx^X>X(72oF+H89bm$ZHsz8 zvQRF)2h}LTJm;9+vG1ZEwD{?5$?mqDa=$_+3>O|y`=HTor4KhSUCH9?6+He%q|ex! zMjF;e+(h;JA`izERsQOCqE6<6MA=x-fJ@RHP|;_NMeIK#CK^=MZBzO_kmhTdBN_;; zug;)I@=x2eD=x7c$G)+31c3zxXFz!i!_v)0?Xg>}8R|}LFyND_Mj|ulb#!|f3-@J^ z{LSfvU;oL+d8%MSII$2OAv9xRQN8u3l6MC~Efz*tfx20d9YOn)v}@s5Jp-5HH_`d? zO7Eoq?v?yLvslL}WX+$liIho$E2Z4U6!V`gd#iu>pW}ac>BfIn8l>M_7i2jMh7v{Mif*V}LOQ$!oq}JaaYe@AQ9a9;duOom^gh z%~VxmDROzKM{a80B~@rGZI8qLv_Ij#TrGC@-&Fd?fnZbgZGTZ8YfZUp`3u=fHYsL0 z+ODBok^9|5lBbp)xRs*MOz&_Q$2~7RAs>V6!}vr}Fm?Lk$H{+p7DggW`<0TMi~SIS zTc9Nw${0sz&_MD)%DDFi5@Sf6@!nB<5&X!p^TI>qN*m)5_?lra$VUx79hAow6E}#^ zAveJ&-5$5y40fTKnr0Zyceu%mF?nXX`sk5E4?AzFMm&$uGf= zqcG&bqvtcra^q)5`Y-eX4Hk7cQk;dKgoC}fQx4EkV&of4RIpmdpN+?g?Itik$MW;5 zNZyFmKNYjMx>Wr47RL*@y>K8)#Y+R@w_Fn8<|89&kOT8)RF`qcj<|(-C+gZQ9;FJ= zyqu6jzQD~_k)IxKXiGP>1Lb{=6%>fC5=rkYl=4^J8@vAiuc1!HsOd{$t`0>OdigOc zpN?54eQAon)?&jJmX8+})i5#ob+sLvg3LOL3>TJCx$?R@~j)inVBv5ZnV4DfXq0%{TMT ztd*?%fR)_G_a%EDv9$1a%O#BN-P=rfzW@4hg`Zz|65Tf%I27Z2Mbm}X8WUPFd;tAtyKz=Jm11E! z5?P97o>LuhPO6b{%}VKahs31(=5)T(Wv8b2!>}RYS8c6N_Gv0s+Q0w2J25~Oun69C zps!bTGk;u$saZYYS)g}ZhFY2=c5L!CVEz-+u-V%RKU?zIBoDy)iHAm~ZXL+8v1ITq zPqw<8m6}G+D_!XKHz6>VL6kL>kFOU(pMGw&Vlbu%&y19y7D{y1&(gPF?E%I8E**h3 zI&k~qGIg*A+MW?ICqus!UJ_EJ21hY3R=0lNi8Y754eq5|r{#M+V;rA}H256~Gg>2> z%4cvGQVl&35pQR;30dx^?QE1`^w3O=6r(>LEsVv|*UNJteieMZCL0X>{n%lt_)Xzy zq|`c7Km-PijUHrh{*_H;zo5(r2dUo{7G)2$>kuG-%U;a+ywwW*bll9%eYHKOfo+d0 zeGz3O;(dbHuLi@FcX6zxON&|F7Wi)6lg-e?)M4Luhu^Tz=S%30eNcE$zwMM0=Qw)Wd9fz2FR{XU^8A-Mq4ppcfjS~e5KZUK9r6JnXZTkY!nG{6`CQ{Ez<26roNAj6P@gBi`i7#?7a4v z1XEqk9Ud@f+j>W|bNtshsY=qI@3;(vI+cR~!Me1*{kr6ex0|=3DRDi`B=WGwHa~F9 zMpF)Ch8M4Q+lkdIcAc$KAJbHW%&7cB_*?+~SMi@u**U@B)0tDv;@gE0B|#C@psd6< zT&uj)z=heKWx~KBIDxp2AFGTq^wWOU@<}9k#@2Dk))ry=B64 z#N-l2)Q)(ZS2idwSvBllic1&}4|2?RwHa?>c;GlJQYsfv)9$Yl{2s!Y%m%4kv^^9-IIr;uNXl!DfI7W$XHK4~Z z%)nVrFtjbkpFhem0=4zCxu`pJX9n)g;F%1&BX1?5S3W)j8}v56dGoi7^y45c42%4ECfX6P^xYKOuZ}WLJ_K8Y{ z%;cG^KSRWq4=q%`B>&_b*!z&-KHRnDG8XKTyGrBGKYI$iVuG&GEPRgIzY(p+sj6N{ zTU%s2U+9;r^xeh-uDrVreSC@LLCyLJs8>!#}W!)fQmoq2;x-NhU znG-np(C=>UI;xPIUqM2+ugt96;?;R#mRD$8C6B!0Z9$;D=eN5uB!fCdw%<>E=|6M( z{MyqL!~UGDEJTRj#GpA4KaGC;q(fWCVr3Y9jjl_JT80mo`PMmy!lS)n=vf2@iF@@x z;stGY-7>2xitfahIK-W!_)O5@dD+azoe{KjT(r6;{RRgdZN+#@j>VIsa$T^q@g%0h zb^&L$G?IRgzrJ|+=LjHfB#eC5TKfmY!!uFtJ;|1*{O$8ENXm^azw)Hexm*ek&KKs$DxBsu}I{ar?rw zSVnnkPip^Te10Yr5hQhLHo)?=G595AtE(@qs}XbQ_S2>WlX6OiwbgEa zK?SkZRkPox61mTD#FXM$1!0I{O1!aWB^h)(p=Q|D&(+AbiIeZl?o~g2_LMym0B{+z~;|mRCi9Bh~eB1 zj~m3CL`;g`FMaV)?&A0f&6z}X6~44>SF6U16(%lo#X`+xJ+q-4+%$8|JgEnq3tS4^ z*V#&aNDFRCb;X{#kSd~)7Q%`U&mX(*Ixr8iR}4j}V!c;x*$?{Nt#p%rmkmOYi>5Xm z97rr8VjJR%a4iRJgAk%}JfcGT5tZF-KdPD)Ai5%Ei8#oo#?bXQ;0aq5ueQzEVcfj7 z@y#J^WhLU=bYDy|a7KA;|6wGhe8~=@)D=>C_|uy;T4=X0*?ZoxH^N{T=vKO>UTDOa z7R_Mrl`*3mHVxdm*Kg?_qAo2Uv5;!6R>4v7&_KccHp6>dCoa0~P{8jQDjmC{k3!uQ zte;k7KCnf6#!bYp& zM=^E@STy&7wWVw4pSC)Ye!Bc~wOICmc%ySj+)VjruU{d&#umF_(ajEJZy?tS!$QdS z@IlW#zqEWkMrO>^!1kRryC+ez+FjB`ZS6rWK@{2->Zw#Av~v<`YIJ^UTLh1RGTUH% zxDvn+RWqZ$yV~?%dkoFEMU&miw8`;PCLVL;0s*q2?|QLCcw7y z%F0!D@Jbc9d}>>nos@Z4sj$=QV8axaX)Mb%Z$_ZdDi?2d2@pGA@y@)*G$Mjj=Zjna z##uc~HHz|j;8m46@kMriFL)O#W`qiTbb>~)bthI7^LL*x`$i3cFFw?e)F7*QXnZ>* zMWtw)d*+&K9h>3rLpZ4)|{Z|i2+zq#O&b(o=R&{3>h;PbLLQ&aa!y+?E zgE4Pj?9VC>n^(fS-ut|9cClBa2ZdNvLdgbKm>gj;i680OWM6x))IiSFHwoRsC_HFK zl7vwrxAIo)&vzb1gKlfaYhJ3y7Q@=bJ@@uDyuvOb^$lO5mQpnAV&}Eup@(d*iD=JL z^Gm(T=S_l=IkS#7#qes)JL5bpL5D@A#GM{xdDi5MptR=2f6pi>(Q5VL9+} zB(1QIx^SKs;0Q8z*~n@Brle#8*Q&G4ni$Y%zRVAg z3?hcwlm1uZ%R5|E?J2AbUk^&tjkMMo(p>ATH8Nw;g05CS0IiF`a*})PM4Q`AGa_E4 z_-2|-Otp&owy_G`kQ%Q6>k-*f=e+1QmXNt{IHi}r8+ol5&Y(bN?q|n{V%6gi>o&a_ z;*~4Tf&(iY0l7MZ)QOzbBA57Kh&(VK+SJm%9K`&_)_*hi-qT(ubCKzP8^q3n4mSb%sE-v*F&sm+ z)D%Om(O#QB&o7v$1vjnExP*Dz3%yAp_uLKCVRnd~ozkTSxyz&|8om5Hf_hf*p({>N zvVE?5$YVqt-maM`rR&f2(2#X*RBBJ@NWXUaiZ!b>jATQ7jKxOl?%&gDjQ z{FBhLsZcuza}J&IfvmtrOljP|_d0x$LvWWd{UE^@7oLQc$FsXTmP5>Q|D)MBP~i{F z{st|^^Zkv7QdU+7rOqA|ZTIS`|1u#L ztv@0(2Fz(7-dZ$_oqL(f&(N~O^R4t{Rjxl3p@8;qy6=6BgX=m4uJ&W72hRDl8$Ks4 zg9nf1MMmQPh}U}&ISal0c|Y6n{CquUNR#QjWndZV(_!zzWorD7Eh2rCOP}v_psPWp zhV-=Zr>MtWg9$MqkxTrGYMQG|73EQ96yYZMQmeV+#No_R{Qcs#UG`X^>g{Hqooez$ zxem-eL3ex>Vo&{JCLjNNy;I!G0@_2>3XnZeZVGxz8m*3z!G~y$Hb0j!Q%$}q;e39* zw7j@8E$QHpl=C5MlGSwq*-EM_>0umWNe>gB)5k9swZCq5yoRgw| z=)qUK+4`cP&H}|?UFZsQn@mF9*UNR;rm#A>^A-+l4T>Nt56 z6?mK6d^n7n-<9={Kszj?~}6z_q6<{c=3IfksyfPV9TBMo57|C zT*Zs3x_y2dGC}VAQskh~ko2)vT!MNVl=PI0@Cz%KlUr*aT~ToV7aOWR!_=^!XXbkc zggG+VQDRD?x%@_b1`KFM-|MAgqusRno5c)urDm1oN;7h5XR@}NvsgF2Wc z46KI0$x&{V3=hJu9k@FY;v``MSEd(RHRcYgj9g}eK_&%BGC3&8CVDKmYFIcWVXjK% zNGhkeiD0So=s2YBF7)qMD~L>W^yL0zkg2VxE)uAp7B!lK8vpj@A;+1UMrQc@ z*^kPrlz@s(WCCvQJ914r)QCbLIW8*^KyU_buvxyKE{00p8wO93@||C`fI}3FITYW` zE&VTl4uw)UN-i{eB6YR56?zMQ&KoPYLvtbIHF?!EJfWcN2pN{a5871zJw>EjK*D&Cz8da_A*KD}@E@fn_l)7e9 zn*leXXB)(GS2^6h1_tmVLo@>U2t_Ce>Gmp%a!~J{3B{8)8*ZLFITHJWRVv=uqmE@E zPE}itc0jxkEBTPSN?qRU4Ydy5>Ro-qNG6?s_e{v+V&clBwZI?qy{SVs3^-3T<=xfv zDy(L5_ffAIDB*QFI7&}EU2T}u;YNrqVw{~8GDmoj$#;K(9wQ%*{JrUV()OZz$&l`v zgV5I&Wy;i4SVmzh?S$*zEw60xM%n??_T_j|b=4}v7 znV9+p_3^x|_N>J0b0M>Ce6pp(iiCdaZ{AFXVb*{VnEXo_SFN$pyjSPA^p3|T&oPMK zJwU}Qa)sHI9!+a7CuTGli!7{Ak~G#rzG4SVJ%lJEY;g`r|A&4!D-t1E+(^WD6lq!8ca-xY zHChQlGKbI3&tD_x#Z;wIMUgJIw_si@`+YQ_b)48o){Ruui&1CIe_*J? zbfjPrPLi*hsyo1bHBgHc=iAE(^t^;PjqX}(iBEsAG?y3IVWmM2ZE8)ii~-hEuLx;_ zn-FRd-L5|ZQ(ad`#UsFQEQ_)B9dw;}GA^y(!UaT0bfzACoF-lWVYQ9+~sU#+hks>QwWN{O_L0a;< z^>89atV?c9m;u&2;}VRVCfY7Z_{D%j#w=yI`ue32wthxM?l4_Pgol#?_a|QI^3HmA zy`6h-d=?)uw=Y6Ym=tar^vjl66`% z{#=T%3}>a0xumw?mW@w47vM&s1#Yx8Us|903Z<0$OlaT{ofTs%q8xkoOoeeqaT!HM zaVOUWx%r9XHy7xmkLvyzj%))5dy;3np7`D>I{W6Tv!0-x((xpQ;PpYVOnit|*W z(9<$wi0VV)%;c^s6fYQ2{1d@3CnA%4qpnsend#G=u(*}kV3)|;rqr;}<~Uo-_-*$m zU>YfoE9l4;?UKY=DWnIL8+Cc#VtsCHBBilYvlzePuDR1FW73BE?L*H>b&3E+3Go;n>w zA4BUR<~>p(GydWKf$4N_$vCt}<%TR*IW z`dRLwC)Mg}%#C*2E`?^~3u*{+9!emhN)rn$UNN~3p;>xF`B712vZArkU(*{oj~MNS zOIgY;IJ&F2tljw2bbg6Ud$e>{y()gU6@*aVbR0$zKCkDFmS=}fzZ#s14tD(lttXQXle-1e~rb0!ngS$pZh)F zRSRBLYn7$pVnC;D<7RQiaHTYCd9&zxzg}QCMn*uMmnxpTKs?Pq*e;9Yr?CYG& ziA+oPwQ>ShOUd_9DB>Tj>02KDPc+}A(fyG3^Wa=7dC{~(YCv{Zlzqp}BzE93W=Lt< zOUKY(GQ1JD_r6EKFu)$~2N_ui8*9zj@Z4el;f{Dg8L+lY}87nDxd4)}z7?I_-wAtpf`@mX!AiA7HCikD9IQe^mgHbPKE75o>5 zqHoFw<^EaL#{C5QXg;uXCVMr{&eBg%^Wl$j!4*L4o<)+@|DhVBj3onc<`k;1o<%Q-%cz^>yot7w5Igwwhgm~hL$lyo%n(yqhPSxzsPj$_R@{(aD+ z^P=m^M?a2(WO5>}d%j$sZNA*M5jMb|G2Cu-Rfc=?Lw1UX z@J%w;yKS5=auD*CJR@d4;3?Y|6GX5$RsE5R>^ullnr0nV{kpgBzN9dP!1DSo`9?tzAfyjJ!17 z*9o(Z{S5Im%hTg8vj#{1M2E%jJ<~eC!id0r^n3FSp?epfySx&~tQs>^6>v_SIlTHU z5G;pboRt>?;pijj`zAOBM{K1&y(8fP?hNZe8!psNr4I5ak+RJBcxPq(KcM+<=ix5B zm0mtlgn|+cwSS=U=s-+ih1&icch+53PY891D8y zfqs1Gmr8iKz%f6i;gz^?>MzWKdT)P%#S)kndaU3XZ`(TAqsS)gR65oCqj9DAUgxt38Bxwm5=}#Jozo z5+~9V=dSb*275B;Z>;~G*-d|U*1yBDtZoO$e5DUairV?R^%)m3GVJajuZ_hf&azIh zGK}ud!moB+21lXER3Y7w=g>-wsmJMybYA%oe^gE2`f&crMu_>cSYxhb(%r)SF%4FX z>2>mTQ>!_6w}4H?w=YTfkKt{zywP!aI-NrclIc<$Aypv2v^%DC$m>fd(osBuYFS&? z)qnPU$h-lcQPmRZA;wMk{c|<&%7q!Ln%bCGG$Aypcl0u;DePTHSUA!lLmYLDa+z80 z^SirU65D9g_k5NTr@JJd==hipfV; z!$93YD0wcQv~1=6#p+VKvCrf6Hr-BOzP1eG4i*(Jd8A!(QIDJ>Qe|B4BYBVKbZ@{- zWHoTEaVrnYv&`eMuTa!)#2x4AH4t|E*^40i=%+EmSIlFwSc>9IikK@CihqvL-4GY? zu+<$-6r}p!KSIOV1%|%a`FHIxl1ORL7!4HY-JBcD?lRHqk5vH_mjh2$>q?Eu}7*wi!&qHd2`EFE_-&#mtJl_+a~i{5Mz%7BA8OHb>r z&9*<1Ot#SGOqR&JRikBY7#6-Vh1gw?P{tkBJ39S6pZ|r)kp2s>rj;wZNDREiw1PtDWUx!Av4394d6O>Wl|g@-L?Vdd*1^)ofi{Afu0COJS@_dg8so{ zU(^tY#A!c-pHtM`2iH0jY}b#HitAZN48CoEov`rhl; z8yHB%ncxrqS?b_A`oKFUwIoSV2>9Tp|H6?o~yUpSACfM{F} z-a&5FH6~W#R#{XbqcHntzv28hD7(b5jRLN70jFi+vmFNo+7#2DXHBtS-YuTOo!1lh z9Q+d0_xat8=70N{FA%TjwL;tXVfP+V*Q4aNca7NRse(lv0i{8B)5;ufBofg~OI&yi z1C9THVw>g1=*A-b151e+lQJgT*BSj}n_NanIS{%&lM4=1hLS&PE^$b|+w+M(1K5pe zL&c0}z3i-btt~xXCga?7bg@T%q%=N2T(Yh&$LbxP4roq-Gzb;b7n2gG?=vh8-&$$-8c6FeUC-BI$ZAfSz^O8$D9z>0c_0ZVboTs0DPI}T=G`;A;3 zVae*5Y?&1=qkt^puUgt&dmAQJ^EnfYv6qT5=#`nTN$ogcUdQ7*H@AAw)rQ6?_LH3) z+wLC|V@vzUk0OEDVH={Hb44-Z*__3 zo<)WonulHSujO^HAO4s4|DSBtC?N)y;pR1Z_Aovh!jGy`{JQG~e}v+!TL1;%k1SVy zURI*EFiHaZovYLk_yK?R>TVkcoM`ygT`pKhjGyp>wN`$bjUa*w^}e?qbEU5VF+(gR z{Ijvr7~U}r;~E>>l(-OYH=Otc+{3(FRsLe?7{-RCmsmiy@Kt{n7eSob78f7UA!gFR z%?d4q0W;^Qv|t#j)k@xMKxJ9i3&uCN!6w9x=7b%d#iw_4c}(|zX1w?BMmCDTII|ty z9+w5dPu_$AlWmD{<0++&ePq|SGm7V%Fn({gr+NXLZf zF{DgWkTG3dpcwL@cq=Jp^c5I1^~`nA`yJ)~h(TiA1pWdgU!y-<;ekeVF60;=UEb}M zDSIom?Cx#x0a!xU<5t=SG>f6gR@SmqQ0`-Z}swGzX`BofJ!lMoha?8d&i<9 z-7A?tTss!1J;HtG!DzDLDykwfV!Ck=2=m(%rTRhUaF$EtCf|KRofZ8GNOe|Xv_trC zqipQ28j*URSuR2_87Ex-*2O?^pGz7QNG{pvWc1i)r^!H&b;-j3TK z1&F(uK%;txI@K;S{r?DoWvb#~*#h=4k6k=lhddcN%*Cw>$+<5aBkbB~cagE5>&00~ z!h}C5H;}Ab`xS8w?5L1uLrBQ_s8Y-xS54~j?O!Qx3J6yBiVlw~MQ1e*FL*5YGxPw4}$_w_&qri*o)G7v)a8vhKCR{@IZUL@(2k z7q=ISsI_0YeC()2=@Pl~n@&pZOx&~w7xbH(f!zWtnH72SONnpBTVw^Bo9l-Db8|jP zf4f5q4iaLG-=j%YB02I@cl%5^Y0539c^*8n2)U{ylBo%)GHAe$0BOBsa;M`TB5C_+3%`mt69C|7@S(Hzz_qp7aD3&cgp=3|H`P*uy&=3;U6RTnPVHzdB(&>ejJ`nJ?q$Yovt0@`V z1B)q16sjDjwVPGI4>!a>b`u$Q)l|gwm{wJ@^;V6T6qE9g0qlO2axYVy;#IWP2tV31BIk>jc z9ZY=2iG8hM)O?^M#|cr3vPZEl=oV;MMRmYkyL${|8?<=9BK)~~;U&Y&R-P5<{)=s@ zpDcL!%PZCdnm&OM|2Wei6bkR$L^J+iQ_?9}B(p3rv82Ll%YB79tL4N-N;^ou~&jnOgOC@PCu@yL1Pm%uatD1I(E(?on=d<2L`8i_0 z1VIyR(^7j5%-#t}+=#O#y`0$W#w&naKgDq4A;`Dcu$-|M4ce zDED_Y;L1evDH|MoUp>po!&aEKNu=XIJe}!Uv8r?}dtFUE<0-ei&DiF;n*fY7wW=c@ zqUfpxW1J}to9bpy``qhyPuqq1ZU*Yqa1vId-DRjA+K{q;=8*wG@{0;SWdB3uL0{5= z#PC+zbe^`fp8Cy8ketO3*ZN8xm7e5vWCK-CGPd~*6)!Q(n0Qlku15OraZ-4ichCom z%Hhuf7&}oR{~{J^*#^If&aGlGaX_-t$RTeSFIWWPYG;T688J5m9{y zRZp{Zc0s*X&9Eq5uga?h!dEBapLQ!sgZs8SB6t*rFO%}>Ct+*TWMg5f)g7j}yaHsi zCDNJSEulvlhgR}u%>CO%Fa;yZ1lm3l{b_CgazRm8@6T5nH(UCTg~1#O5mVx2XY!!O zT+N=L%D_@<9q}L4vA>cI5zCdmLaga9Cm)IIwng9?i$msVmq8|_z-+?%oyKFkOqvuZ z$NCp+3NeG$;TZ2jE6@*b4VU5RNuPsio*D?se5P$(Yp+7Hbmd7H}4y$lb!KCkfl%FnqLxfkDN zEniHW?HA<*K>$k%1d=ORxkEwF7#$g5$el)oqelC_L7qL%PiY2_hSsMrK@dX*nm3}E z2zqvNXxW7KVo=cU4J1~?p7ODrdpu%HiKsBhI6xQ_1EZr)EdwQM;ZX=Ax}8(WC5pk6 zZa{GI0TdeMzNP%-ip&ujnwUhBM*(Q&-Y}wM2E-q zi{O)7H2-GTM zv~lxi^<;?CrMji$oKePluu?M)i>6`e+`($TWD=8^Y|PTl=bi(SlQn{5 z30WTG`xJi(nW|WRyyc?qTe)RMhIa$f!JD~;TIXRU5P(9e?!nl#4Gf(?j%OXXf$38Y z&IcSN736PjJy78$1!l)ai7Te9@Zg55Kit%pF7U*m@EOnR{iw0RsM$W}c}$D?tKR*C z^1=TQ5@e#&IDxNUu2QpMp)t;1RyUL6Ss%+Uw0~8JvlDe?N(f5;?y{6lb#0WXXAW|h z89#+&c~(K7Mr2Q*kob5F8fP&(rqwchi^3*D_H+H`8}Qm?r_aqei^!=ul$c3o!k$OQ zliGD7b|w!ON)RRUTOzkP$ER0iMNla22qaY~6D*eq{>0UkA>8v^6luwXmK*&%Sd+k9 ze6zCu(SVKb;zPB0e=Wm4BR0_XI31=m_UoeLI=0bRq_(S73g0W~x7>0Q>6mw#3-)yX zQc4W)^)j3^Dn>Hjm0ET-KwR8a&5ItU&DTPPh5Y2sO7H7qu)=~{6Hz&Zp>BuYE|2Ye zjzC%>)P#q>tqf3Sot$M_5;6I1gyH`@e!hv1bEPofh6r0@pNt_P0^nl&M(OWy!yIaZ zknX@Z!p*&;oTu0R<`3~s%jnyPsme$Qy4`M6+Yrq}ygDDhCKy;58XbPfAXpeA66PSo zG{lPHcXA4WaMPp5FJ((3@E@bxfG;LZu8p+3s=SJfR0QOpIdLns0;Z{>!~mJ2Rcbhzr`7m*AnFqMeygV)>9ZHU+4%+a zQXTh`^WeOs56<%bYjx$fxkAe2|bS#Q}3Q` zboPmt<^WP;-}e5qt7{)KdD=63PP^b)?B7XlBHM%Huj@5U5JR*dCZ0RfrB=U+o)F_!LpTi0k5wMI z=|)e!dDc1Oz`TA!9!+to%lC9rs9>H3t=0qkuo8&@U*t0F6Se8H(9NHprPdvwGd&9_ zA=7KV8{!g4H~1JtrVZZaLL0vnzM!YYTNkf-i(sun^hjBjVb94i);8eX(f6&r4%e}>^L_RMD~4eaGhFG@0F zp|V~u*^r`CAc^-N45)i$QdWY_lX z@s#n{AV3>K-7Edx6CSbaw}MK~ts`Ce>sPy7Vi5t(4|pr`;m67NW!Wwf?u+hz@i9L- zsIaXU!VV;~L&|dj3E8*(me?MKM8CEZA<1QYsN#JPrj4*(Ufkj>rVSBvZh*_#W00vo zSc?K-DZoGDdHi2&>KH9fW?6sw7h`J}k5wXFAk4dC;Y%8aP@BR{9vwNVpL!7jdkdPc zrfSe`?QKR4fDtS*ATyzO#!0`s@|^ zv_L#oKVg9;)P9D4&M0W;0bG2t2MG)w;4JP3|F4EyZr?-2CyDearu!n=Q>#b%|g=ET$MEOlq6Cm#>zlXMiB}hT}2I*e=nzUaJn7Olo{4dUf)o; zm~TrCE=Wb1g@%fWD1z%do}z_yz@1fRLq-M~lE}c=A(3<}a{~Za_>qf#X`0!wY0cNK zy?wXWz<^}dI1TEJ&Lr>L<_Tk?x^Vrx;obXDK~6e2AP8s zPUQ7ub?Y&wIpNOMVpL&Kwo0Py^TF2gZ%=PsO_vq3D25`4X#?0@=G1>&B}m)xS(1fK zlyh-aWl2_B{X6Vlcu7~| z6d@EcIbv`+dYDk;ZcCt-1^GOk*lGt&tu3I8YzThtW4;1cP`|$v^$$_DAvj855-ntg zI3{RMiARhnC_;$4mOE<7mN_FGB$ z^Hgd8>bCwLomE}U_Ao;AZABc;bq<3aVERM;LyHH_is+(r%by80xG}|>P0Fb$gGV@p)luH?vX}?N;Q^-Dk{ulJp z_gm#ee1q^&uBTZ}R2M-e6&44@hD-Hq0%ABpq_~cF!Bc>wKa!dlU()?lu1_|_(E7!e z%cl+rQX_|x8KA>K7JV(l#W>zMUx|(ILZF`e_$cpHHlk!muU&f?%2)CT909*{;4dB) z4RkcJr+Xi0)B^2@$2-MFSZsA7AkPGz%2iT&5rc&!8-iD9!PNBO*M1E~5iH zcn{feO&=nLAthz|D_~5kBw;Ir)$_3*u9L_t>K0mC@#83*Pdlq0P*b**1|vlyWEn;A z0OYX=XnaxF-R;POi~&OnlIv2w+?20dc!2~p)BM5+-Ak2cu`s835%yRZcdp4HM~g$T zW}8DC#Tm-symem~r;??($NSoyhs#A({u(7Qjfo&h_yK`>SyB8!Gb3kZ80z7htSNz8 z#~=3piUjtQIge-Zg$6QTw1IUT-hrNn)!>DPe{YW;TJ!Rg^^}PWfH&SMI>t@&Wyh=S^ zIJTG}ffVJD=1aI4q|62pfN{pq19f&TQ5IS)8v)`L9pr`ZFROKC(UoJJspSa$q=9n( zNVVz0RimHZ%4?hB*=H;aV%vY$0V~mro{w(|MZfOM99#Ur%-e}8(eZI+_>L#;JjNJtT$5e!Y8wR?4$5e2C;eiCC4S!!IQk$IA0#H;G zRgHy26Q0mAUGacIby^8^JQ>KV3M+eVH8l9jG#JQa8<|QUD^XYN(eI~TW>%ya{Le4Y zpsj>b!$!i52&V9k{RsP&CKk#9y)wjiSTYUj?^mefm3_KWk_cyj<-te6atua{b~n7Z zfmIxq_|MS3^o*aUcLmlpyr*q+$m|NcArSAQEu*=Gwx9S7#%rMV0dRx0SD zjjh-MO2;UUI7JJ^^Wn{4$r9v_4N`AZtv8mqE+lQpW2Pb?>GD0bV9Gdj$nytcoUXP@ zRo0C$c}8wXSJr$~&qlKA(R!1FBnkYZQK_E>9jUcqziG4+knC|{7iSce$6vtxqemfg zBi$7Hu9Ml+FgBDE-rq3x%Ob7vmf`{Sv9ycac~in{J_xVk2;E)u<$MG!4IiD-+& z>RlvyVk3H6o#;WZS|kL)>Jo_>y|>tXqb(vzl(iPC_bAc6{hqwZd;dJ=dFITWxpU6^ z=FZF!!`IvUz4*&d`~BJ*@5rXr*~lsLb&VT?UPTGq#}`Qs;nS{vYj}|*EkJmkp6W)c zmJMtI@Rwd#ObcU0DE{;MEs}HUDqZ7kO3ATm{IJD;!*6el0(#Wxj4}%E;9ZyBLV%&M ze!}dQh!Q8^YhX5`k12m9bfUV~jRCBFnHp*_8f+2o$R9HNeK`Q>&)!XBMqXmhyx15+Qui>yuKdj7|s0JHaHp9R|5Rf{ewb(55dqH&W~r_Qo{_ zy6dM3;xmc4sOm2&0(b354s9Zs;GLmT$04{EQvtLAn>j8Q*=+*%eT6M8En8I9q3JfT zFeTl74@;j{w+N|7aGyz6zqxWfZuIYM{3NdKJn>yfA08(kFjaF{_QdOW_G2E*!oSnE zAzEVh3p0ugX2M;!lf3MPw6Bzbmf;!-Pq_QcmFxkQT%AA;L-xeJY=JEQ4fA03ZTE~9 zGdt!{q4?YU@IP7ik8m=Aj2@gxSH3#E`bbpQ#V4iXPpYb_^7ssHNpW=_bvB_1_sA%G zREy_TGa&=YGGTMTpl{_k7&CQ3dyIp~0u`MZ8;Y%yk2Qmn`^_RRQw+e){eiQ7i8$i_ zTeC?{=f%rfuHl}VtL%tVngB3P=(x!>!83AWK9?L>-r?k+T*jk(McsX;jqhxa-xD*K z0ty$Rf+0pOKf?Gw%2x)vN)FdMVCyFXo-0=Oa~ogF34CByHUk=1neUI_(Km#2qSuW!k(PXCxIeZip8or!Eb zEBCJG%`(ngyhO`F#v%e}MV%Ft|7krBagpbFKkGQV&sj(Ctu*jQNDrCZ6;^5U%$d+& zy$9bnDYVNvBy~}{O6cX&ko{TaP3_GHGKtzCWksdi=(ga^*lOf+#CJNMy%hwpVgoQX zO2Wd}W78(FPq{Q#)irPLNM#`80TTpsfaYRNu`)!SdcN-$GCYE; z-2zEZOYXfnazvoeQl2Z;h8&7FtV|y{)YpIu+nw$R2Lo47p(nlL)pB-bC4K0S3o>G$Nu+2OFrFeJpM|GUr}i1}`@ zSa*$?N5r^ZTB3^N%3Dg{)qK$Y`OVGTdBP!|p*JvZup2XBJG#9&b9b+Ath7?&Xmt| zrt|(2QmL_I5Gm^4^2d9Sb(C&TLN-=AE7-pKX)b zJE)grD`TRE-lAEi(c$o)G95DVEoZ|NGz!oa$4$jI)u*RUqFFU$F&kl;jUTcCpK|OD z`7w^Q!D`1OcTgK(if^v}Vxq{D1*&c!J_3G>-*3bWW&Ng-!@V z<;I4VnenZi4Qn;;xays^bsdC!Q%fi46r|d4ZbkC~-RHQ+B^CF+B(OOJ%bjn&E9;x;G~}>*$}z#COMRPv$0m1>Gk|U>b$MQ$B%t zx5Jw56pGz*3N^T!Si9US-Jw$H!gh13mH#rx1_;a8?h7$=Q6~gWC8PXrf6^k}DI@nqb4Mu7lTWfw2HwaOeyd?{ zH7V0Wtw!8c4x#h0rb;{PHEt!=bvzJU_VB#uf^DDIYhdGIRCm7tY|%a4(Qp5V&T-M+^ zC9EGCMGY|gg0(jOQO^?2RjBU|D_PsUp{G zi72_PvFXG_v-FJl`K7Yb0gHWH1XIlXxNW<+B{n)t8ZNGV6atl$8toP!ap}7>g4MWU zq-T{7SYeM7%gy6GXl6&zZNPcS1)az{{=oU?a%0j13$>EZwhlSrDEFi?A5Dyjr^RX6 z$wIe0>-da2y>C{)*+z8}@`#tk{<0X*%AT?kjAZFez> z!q$ZZDo5;rll|(BR+d(E=E34VK-`{ zpfTow-fDR&7y6dy*HIF9WIr_1%oqdNYdXOgo3~-S&x2~IK9zcQTcX6&%a|*&?Vw84 z{`%8%6+;IPQlBPtk9fdo7)uN&dPvRc?~OMkHEp!RIJqgg>4`T7d!BUImHM!R*-#&{ zWv-qsXleCY?UWYuQ3+xbtbP=}pL~#$(R;{QBDFxXwX-|^JnM<)m%2lTOzAVQwUW?m zrsTsElEWS5xRUGs>8VAlCgaS&1uxzjMDNFtFq7yCv}ji*$7I%<(_#AouLEp$P5N<8ka=?% z?Y#;_$u@mR0R*&TFqsg#d6&%YuLPgIZY3qagvMuxDWR5KioG-zYYZQZLPU#f+ zj+;6ti^OSoE6n@0xkg?hw?{1oX{CbvAn4zOREpf%jLI(U4Lg78_PWzf;AcH%?Ti|qHgj}*^@(WLnnYlm{j%fY09j{WamoSS)dx+J=GP_ajv~sh zB8oqdU-&cfzw(v?#V_({&7bXXkF}P zB07-}^)m`3kM<_P3}$Fx(4o>$yW>W>k#(6__}F#NS^5}<8fgMrU5>V2Gi6O&8&Efq z9~=5=otn~8zV}5~W7UU>XfFqN4;S0Np!On)7#!N?IHXn}>SfBDf+@ZGSJBvmcn>qr zRKB~so0Z>c4)fBd6*RGMmb0fL>nfuHkXyU}iJp0@*oE~#l)Jk8trwE37>cPQFBXz; zS(-Wexub!GN*}3`I=+sxVig6ctYy}=pGYn1x1R?=;sScehXdKzC>4XgFD`*W9DY7# zhclm@qE^p<(#A^jf-IKsVwlFlB7G8>}^Q4#B zhv(_S`3*dV_(M033xq~ zNHI@JFH^x*D`docCa-gGM#8#~WNBa-BmrbJx@Kh*VSFta@CWKJ_MyCBysCE#HC&iU zyB4R}T8Z=xm?~7Y3=e%>jeQ<>q0$NeGQTX8KVTFLCD<&a z+y&Xdq!*!;2`l&E;INnf(I+PHF}so3N?bxtYoFhAn?Syha)~A5*IdwlWJ&-v08&=_ z2pmA@LQxmY25m-Bom^)Z)%y*Wja?{OXza%^Pg96gj|=CI|C?avvA2eef&Ve|C;p2M z(<~7jepB@3>;599s1Nji#OOz0eLT^MP|GFaE1J3OTOjjyJQW1^M_b(hTzTL2 G#s2_K(T=tN literal 97644 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 Y3sDU8@q?i~|G`8~N?Ed6+%)9>0M0Le;s5{u From 83d33fbe47300ca607a88af884eb6d8718de720c Mon Sep 17 00:00:00 2001 From: dstagnol Date: Wed, 2 Jul 2025 14:00:19 +0200 Subject: [PATCH 014/160] V1 --- .../vmware_migration_zerto/guide.en-gb.md | 146 ++++++++++++++++++ .../vmware_migration_zerto/guide.fr-fr.md | 146 ++++++++++++++++++ .../vmware_migration_zerto/meta.yaml | 2 + 3 files changed, 294 insertions(+) create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/meta.yaml diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md new file mode 100644 index 00000000000..11079df25bd --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md @@ -0,0 +1,146 @@ +--- +title: Move2Cloud - Migrate VMware workloads to OVHcloud Hosted Private Cloud with Zerto +excerpt: "Learn how to migrate your on-premises VMware workloads to an OVHcloud Hosted Private Cloud environment using Zerto Virtual Replication." +updated: 2025-07-02 +--- + +## Objective + +This guide explains how to migrate your on-premises VMware workloads to an **OVHcloud Hosted Private Cloud (HPC)** using **Zerto Virtual Replication**. + +>[!warning] +> As of May 2025, **Zerto does not support replication of virtual machines with VMEncrypt enabled**. +> vSAN’s encryption at rest is supported. You can also encrypt your VMs after migration is complete. + +## Requirements + +Before you begin, make sure you have: + +- A complete inventory of your VMs, including FQDN, IP address, OS version, and application dependencies. +- A batch migration plan grouped by application stack. +- A full list of VLANs, subnets, and segments for your target network. +- An HPC environment properly sized (hosts, datastores, vSAN, NSX-T). +- A working IPsec VPN tunnel between your on-premises infrastructure and OVHcloud. +- Access to the Zerto console and vCenter interfaces on both sides. + +## Practical steps + +### Step 1: Inventory source VMs and network topology + +- List all source VMs with OS version and IP/FQDN. +- Group VMs by application (web/app/db) for migration batches. +- Document all VLANs and IP subnets used in your infrastructure. + +### Step 2: Size your target HPC environment + +- Estimate your vCPU, RAM, and storage needs based on your consolidation ratio. +- Choose between NFS datastores and vSAN depending on IOPS requirements. +- If using NSX-T: + - Plan segment creation and overlays. + - Evaluate north/south traffic. + - Select your virtual firewall (Stormshield, FortiVM, Palo Alto). +- For public-facing services, request public IPs or use the [BYOIP feature](/links/network/byoip). + +### Step 3: Authorize access to OVHcloud vCenter + +vCenter access is restricted by default. To enable it: + +- Follow the guide “[Authorize IP addresses to access vCenter](https://help.ovhcloud.com/csm/en-gb-vmware-authorise-ip-addresses-vcenter?id=kb_article_view&sysparm_article=KB0045321)”. +- Whitelist the IP addresses of your on-premises infrastructure and Zerto components. + +### Step 4: Set up user roles and permissions + +- Use [OVHcloud IAM](https://help.ovhcloud.com/csm/en-gb-vmware-iam-presentation?id=kb_article_view&sysparm_article=KB0063154) to manage access. +- Alternatively, deploy your own AD or Okta instance, or configure ADFS for SSO: + [Configure SAML with ADFS](https://help.ovhcloud.com/csm/en-gb-connect-saml-sso-adfs?id=kb_article_view&sysparm_article=KB0043008) + +### Step 5: Build the target network in your HPC + +- Create a **flow matrix** that describes expected traffic between VMs (VLANs, ports, protocols). +- Use preconfigured VLANs or define new segments. +- NSX-T is pre-deployed (Tier-0/1 gateways, dFW). To get started: + [NSX First Steps](https://help.ovhcloud.com/csm/en-gb-vmware-nsx-first-steps?id=kb_article_view&sysparm_article=KB0056831) + +### Step 6: Deploy core services in HPC + +To reduce latency with your on-prem environment: + +- **NTP**: use `ntp.ovh.net` +- **DNS**: deploy a domain controller if needed +- **Authentication**: either local AD or federated access + +### Step 7: Install Zerto on your OVHcloud tenant + +- Follow this deployment guide: + [Zerto Virtual Replication on OVHcloud HPC](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) +- Zerto will automatically deploy a ZVM, ZVRAs, and a managed firewall gateway. +- Official documentation: + [Zerto Installation Guide](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} + +### Step 8: Install Zerto on your on-premises infrastructure + +- Follow the same instructions as for the tenant side. +- Ensure network connectivity between ZVMs and ZVRAs: + - TCP 9071 / 9081 (ZVM ↔ ZVM) + - TCP 4007 / 4008 (ZVRA ↔ ZVRA) + +### Step 9: Set up an IPsec tunnel + +- A VPN without NAT is required for Zerto to function. +- Use OPNsense or any compatible device: + [IPsec tunnel configuration](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) + +### Step 10: Pair the ZVMs + +- Pair your on-premises and OVHcloud ZVMs following step 5 of the previous guide. + +### Step 11: Create Zerto VPGs + +- Use **Virtual Protection Groups (VPGs)** to group the VMs to be replicated. +- Follow this guide: + [Create a VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} + +### Step 12: Monitor replication jobs + +- Use the Zerto interface to monitor VPG status: + [Monitor VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} + +### Step 13: Run a test failover + +- Run a **failover test** to validate your setup without interrupting production: + [Start test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} + [Stop test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} + +### Step 14: Perform the final migration + +- Use the **Move** action in Zerto to start your production migration: + [Move process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} +- Choose your commit policy: automatic, manual, or rollback-enabled. + +### Step 15: Validate your applications + +- Ensure all migrated VMs are up and running. +- Test infrastructure services (AD, DNS, antivirus, database, public-facing apps). + +### Step 16: Confirm or roll back the move + +- If everything is operational, commit the migration in Zerto. +- If needed, roll back the operation as documented. + +### Step 17: Move VMs to target storage + +- Use **Storage vMotion** to optimize VM placement: + [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) + +### Step 18: Back up your migrated VMs + +Protect your workloads after the move: + +- [Veeam as a Service (HPC)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) +- [Veeam with Enterprise licenses (Public Cloud)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) + +## Go further + +Need hands-on support or a project review? Reach out to your Technical Account Manager or contact our [Professional Services](/links/professional-services) team. + +Join the Hosted Private Cloud discussion on [Discord](https://discord.gg/ovhcloud){.external} or ask your questions on our [community hub](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md new file mode 100644 index 00000000000..c52d9b25b01 --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md @@ -0,0 +1,146 @@ +--- +title: Move2Cloud - Migration de charges VMware vers OVHcloud Hosted Private Cloud avec Zerto +excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication." +updated: 2025-07-02 +--- + +## Objectif + +Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **environnement OVHcloud Hosted Private Cloud (HPC)** en utilisant **Zerto Virtual Replication**. + +>[!warning] +> À partir de mai 2025, **Zerto ne prend pas en charge la réplication de machines virtuelles avec le chiffrement VMEncrypt activé**. +> Le chiffrement *at rest* de vSAN reste compatible. Vous pouvez également chiffrer les VMs après la migration. + +## Prérequis + +Avant de commencer, assurez-vous de détenir : + +- Un inventaire détaillé de vos VMs : FQDN, adresses IP, OS, dépendances applicatives. +- Un plan de migration par lots applicatifs cohérents. +- Une liste complète des VLANs, sous-réseaux et segments. +- Un HPC OVHcloud configuré avec les ressources nécessaires (hosts, datastores, vSAN, NSX-T). +- Un tunnel VPN IPsec fonctionnel entre votre site source et OVHcloud. +- L'accès à la console Zerto et aux interfaces vCenter des deux côtés. + +## En pratique + +### Étape 1 : Faire l’inventaire des VMs et de la topologie réseau + +- Listez toutes les VMs à migrer avec leur système d’exploitation et version. +- Regroupez-les par application (web/app/db) pour définir des lots cohérents. +- Répertoriez vos VLANs et plages IP pour anticiper la configuration réseau cible. + +### Étape 2 : Dimensionner votre HPC cible + +- Calculez les besoins en vCPU, RAM et stockage selon votre ratio de consolidation. +- Choisissez entre datastores NFS ou vSAN en fonction des performances attendues. +- Si vous utilisez NSX-T : + - Planifiez vos segments (VLANs/Overlays) et gateways Tier-0/Tier-1. + - Préparez vos pare-feux virtuels (Stormshield, FortiVM, Palo Alto). + - Ajoutez des IP publiques ou migrez vos IP via la [fonction BYOIP](/links/network/byoip). + +### Étape 3 : Autoriser l’accès à vCenter OVHcloud + +L’accès est bloqué par défaut. Pour l’ouvrir : + +- Suivez le guide « [Autoriser des IP à se connecter au vCenter](https://help.ovhcloud.com/csm/en-gb-vmware-authorise-ip-addresses-vcenter?id=kb_article_view&sysparm_article=KB0045321) ». +- Autorisez les IP de votre site on-premise et de vos composants Zerto. + +### Étape 4 : Configurer les rôles et permissions + +- Activez l’IAM OVHcloud via ce guide : + [Présentation de l’IAM OVHcloud](https://help.ovhcloud.com/csm/en-gb-vmware-iam-presentation?id=kb_article_view&sysparm_article=KB0063154) +- Si vous conservez une gestion interne : déployez un contrôleur AD ou Okta, ou configurez ADFS pour SSO : + [Configurer SAML avec ADFS](https://help.ovhcloud.com/csm/en-gb-connect-saml-sso-adfs?id=kb_article_view&sysparm_article=KB0043008) + +### Étape 5 : Construire votre réseau cible dans HPC + +- Créez une **matrice de flux** documentant les communications attendues (VM ↔ VM, VLANs, ports, protocoles). +- Utilisez les VLANs préconfigurés ou ajoutez vos propres segments. +- NSX-T est activé par défaut (Tier-0/1, dFW). Pour commencer : + [Premiers pas avec NSX](https://help.ovhcloud.com/csm/en-gb-vmware-nsx-first-steps?id=kb_article_view&sysparm_article=KB0056831) + +### Étape 6 : Déployer les services cœur dans l’HPC + +Pour limiter la latence : + +- **NTP** : utilisez `ntp.ovh.net` +- **DNS** : installez un contrôleur de domaine local si besoin +- **AD** : installez une instance ou configurez la fédération avec votre domaine + +### Étape 7 : Installer Zerto dans l’HPC OVHcloud + +- Suivez la procédure OVHcloud : + [Zerto Virtual Replication sur HPC OVHcloud](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) +- Zerto déploiera automatiquement un ZVM, des ZVRAs et une passerelle firewall managée. +- Pour en savoir plus : + [Installation Zerto (site officiel)](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} + +### Étape 8 : Installer Zerto sur le site on-premise + +- Suivez la même procédure que ci-dessus, côté on-prem. +- Vérifiez la communication entre ZVMs et ZVRAs : + - TCP 9071 / 9081 (ZVM ↔ ZVM) + - TCP 4007 / 4008 (ZVRA ↔ ZVRA) + +### Étape 9 : Créer le tunnel IPsec + +- Le VPN est obligatoire pour permettre à Zerto de fonctionner sans NAT. +- Suivez l'exemple avec OPNsense ou tout équipement compatible : + [Configurer le VPN IPsec pour Zerto](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) + +### Étape 10 : Appairer les ZVMs + +- Appairez vos ZVMs (on-premise ↔ OVHcloud) comme indiqué à l’étape 5 du guide précédent. + +### Étape 11 : Créer les VPG Zerto + +- Regroupez les VMs à protéger dans des **VPGs (Virtual Protection Groups)**. +- Consultez la documentation : + [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} + +### Étape 12 : Suivre la réplication + +- Surveillez les VPGs dans la console Zerto : + [Monitoring des VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} + +### Étape 13 : Tester la migration + +- Lancez un **test de failover** sans interruption des services : + [Démarrer un test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} + [Arrêter le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} + +### Étape 14 : Lancer la migration finale + +- Exécutez un **Move** le jour J : + [Procédure de migration](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} +- Paramétrez votre stratégie de commit (automatique, validée manuellement, ou rollback). + +### Étape 15 : Vérifier les applications + +- Confirmez que toutes les VMs sont démarrées et fonctionnelles. +- Vérifiez la connectivité aux services (AD, DNS, antivirus, services web...). + +### Étape 16 : Finaliser la migration + +- Si tout est conforme, validez la bascule dans Zerto. +- En cas d’échec, restaurez via la procédure de rollback. + +### Étape 17 : Migrer les VMs vers leur stockage cible + +- Utilisez **Storage vMotion** pour optimiser le placement des VMs : + [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) + +### Étape 18 : Sauvegarder les charges migrées + +Protégez les données migrées : + +- [Veeam as a Service (HPC)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) +- [Veeam avec licences Enterprise (Public Cloud)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) + +## Aller plus loin + +Besoin d’un accompagnement personnalisé ? Contactez votre Technical Account Manager ou sollicitez notre équipe [Professional Services](/links/professional-services). + +Participez à notre communauté [Discord](https://discord.gg/ovhcloud){.external} ou posez vos questions sur le [hub communautaire](/links/community). diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/meta.yaml b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/meta.yaml new file mode 100644 index 00000000000..5024ad399a8 --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/meta.yaml @@ -0,0 +1,2 @@ +id: 610f87c4-b499-426c-aabe-c93016425f31 +full_slug: vmware-migration-zerto \ No newline at end of file From 6e91ba0c5c05fb42e6a42f501129a21fb52e9839 Mon Sep 17 00:00:00 2001 From: Kazarus <78911684+Kazarus4@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:38:22 +0200 Subject: [PATCH 015/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 18a6e313928..e24c64428b6 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -50,7 +50,7 @@ Dès lors où votre navigateur Internet est à jour, tentez à nouveau d'accéde Le système de sécurité qui bloque vos requêtes se trouve en amont de votre hébergement web. Par conséquent et dans ce cas précis, vous n'aurez pas accès aux logs de ce système de sécurité depuis votre espace client OVHcloud. -### 2.1 - Récupérer les informations présentes sur la page « Your request has been blocked » +#### 2.1 - Récupérer les informations présentes sur la page « Your request has been blocked » Dans un premier temps, récupérez les 3 informations suivantes qui s'affichent sur la page « Your request has been blocked » : From ed93ed1fd1ef40e9a321fb8e9d211b6f7400cdc6 Mon Sep 17 00:00:00 2001 From: Kazarus <78911684+Kazarus4@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:38:29 +0200 Subject: [PATCH 016/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index e24c64428b6..72b80ccb114 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -58,7 +58,7 @@ Dans un premier temps, récupérez les 3 informations suivantes qui s'affichent - `Date` (exemple : 2025-07-01T16:30:45:150Z). - `Request ID` (exemple : AbCdEf-your-request-ID-GhIjKlM). -### 2.2 - Contactez le support +#### 2.2 - Contactez le support Une fois les éléments récupérés, créer [un ticket d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) depuis le Centre d'Aide OVHcloud en y précisant : From fe5f7ac558c0e4c9caf15bbcdd28f08ed9b91a05 Mon Sep 17 00:00:00 2001 From: Kazarus <78911684+Kazarus4@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:38:35 +0200 Subject: [PATCH 017/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 72b80ccb114..3c768dd1ea4 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Que faire en cas de page « Your request has been blocked » ?" excerpt: "Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked »" -update: 2025-07-01 +update: 2025-07-03 --- ## Objectif From 1eae9a0005f43db634566c865ad22bb6f2c750d0 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Fri, 4 Jul 2025 08:56:07 +0200 Subject: [PATCH 018/160] editing index --- pages/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.md b/pages/index.md index 1c344a89b3a..ba6a08ba74d 100644 --- a/pages/index.md +++ b/pages/index.md @@ -512,6 +512,7 @@ + [Migrating VMware Workloads to OVHcloud SecNumCloud with Veeam Replication](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_veeam_secnumcloud) + [Migration](hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration) + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Veeam Replication](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_veeam) + + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Zerto](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto) + [Nutanix on OVHcloud](products/hosted-private-cloud-nutanix-on-ovhcloud) + [Getting started](hosted-private-cloud-nutanix-on-ovhcloud-getting-started) + [Nutanix global high-level documentation](hosted_private_cloud/nutanix_on_ovhcloud/01-global-high-level-doc) From a83bd453bf0843fe81916f0afce263b95739f747 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Fri, 4 Jul 2025 16:17:10 +0200 Subject: [PATCH 019/160] FR proof --- .../diagnostic_request_blocked/guide.fr-fr.md | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 3c768dd1ea4..7879b1230a3 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -1,7 +1,7 @@ --- -title: "Que faire en cas de page « Your request has been blocked » ?" +title: "Que faire si la page « Your request has been blocked » s’affiche ?" excerpt: "Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked »" -update: 2025-07-03 +update: 2025-07-04 --- ## Objectif @@ -24,56 +24,56 @@ Si votre site web affiche une page « Your request has been blocked », cela sig La page « Your request has been blocked » peut s'afficher pour diverses raisons (liste non exhaustive) : - La requête est effectuée depuis un navigateur Internet (Firefox, Chrome, Safari, Edge, etc.) non mis à jour. -- Un très grand nombre de requêtes, similaires ou non, est demandé dans un délai extrêmement court. -- La requête demandée tente d'exécuter des actions non autorisées sur l'infrastructure mutualisée où se trouve votre hébergement web. +- Un très grand nombre de requêtes, similaires ou non, sont effectués dans un délai extrêmement court. +- La requête tente d'exécuter des actions non autorisées sur l'infrastructure mutualisée où se trouve votre hébergement web. -### 1 - Vérifier que votre navigateur Internet est à jour +### 1 - Vérifiez que votre navigateur Internet est à jour -Rendez-vous dans les paramètres de votre navigateur Internet, puis vérifiez si une mise à jour est disponible. +Rendez-vous dans les paramètres de votre navigateur Internet et vérifiez si une mise à jour est disponible. -/// details | Cliquez ici pour plus d'informations sur la mise à jour de votre navigateur Internet +/// details | Cliquez ici pour obtenir plus d'informations concernant la mise à jour de votre navigateur Internet -Retrouvez ci-dessous les processus de mise à jour des principaux navigateur Internet (documentations fournies par leurs éditeurs): +Vous trouverez ci-dessous les procédures de mise à jour des principaux navigateurs Internet (documentations fournies par leurs éditeurs) : - [Firefox](https://support.mozilla.org/fr/kb/mettre-jour-firefox-derniere-version){.external}. - [Chrome](https://support.google.com/chrome/answer/95414?hl=fr&co=GENIE.Platform%3DDesktop&oco=0){.external}. - [Safari](https://support.apple.com/fr-fr/102665){.external}. - [Edge](https://support.microsoft.com/fr-fr/topic/param%C3%A8tres-de-mise-%C3%A0-jour-de-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. -Si votre navigateur Internet n'est pas dans la liste ci-dessus, recherchez sur Internet de la documentation à son sujet ou contactez le support de son éditeur. +Si votre navigateur Internet n'est pas présent dans la liste ci-dessus, consultez sa documentation en ligne ou contactez le support de son éditeur. /// -Dès lors où votre navigateur Internet est à jour, tentez à nouveau d'accéder à votre site web. Si la situation persiste, poursuivez la lecture de ce guide. +Dès lors que votre navigateur Internet est à jour, tentez à nouveau d'accéder à votre site web. Si la situation persiste, poursuivez la lecture de ce guide. -### 2 - Récupérer les informations présentes sur la page « Your request has been blocked » et contactez le support +### 2 - Récupérez les informations présentes sur la page « Your request has been blocked » et contactez le support -Le système de sécurité qui bloque vos requêtes se trouve en amont de votre hébergement web. Par conséquent et dans ce cas précis, vous n'aurez pas accès aux logs de ce système de sécurité depuis votre espace client OVHcloud. +Le système de sécurité qui bloque vos requêtes se trouve en amont de votre hébergement web. Par conséquent, vous n'aurez pas accès aux logs de ce système de sécurité depuis votre espace client OVHcloud. -#### 2.1 - Récupérer les informations présentes sur la page « Your request has been blocked » +#### 2.1 - Récupérez les informations présentes sur la page « Your request has been blocked » -Dans un premier temps, récupérez les 3 informations suivantes qui s'affichent sur la page « Your request has been blocked » : +Dans un premier temps, récupérez les trois informations ci-dessous qui s'affichent sur la page « Your request has been blocked » : -- `IP address` (exemple : 203.0.113.0). -- `Date` (exemple : 2025-07-01T16:30:45:150Z). -- `Request ID` (exemple : AbCdEf-your-request-ID-GhIjKlM). +- `IP address` (par exemple : 203.0.113.0). +- `Date` (par exemple : 2025-07-01T16:30:45:150Z). +- `Request ID` (par exemple : AbCdEf-your-request-ID-GhIjKlM). #### 2.2 - Contactez le support -Une fois les éléments récupérés, créer [un ticket d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) depuis le Centre d'Aide OVHcloud en y précisant : +Une fois ces données recueillies, créez un [ticket d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) depuis le centre d'aide OVHcloud, en y précisant : -- La page rencontrée (« Your request has been blocked ») -- Les 3 éléments récupérés précédemment. -- L'URL depuis laquelle vous rencontrez la page (par exemple : `https://www.domain.tld/index.php`). +- Le message rencontré sur la page (« Your request has been blocked »). +- Les trois éléments récupérés précédemment (`IP address`, `Date` et `Request ID`). +- L’URL à partir de laquelle la page s’affiche (par exemple : `https://www.domain.tld/index.php`). - Le navigateur Internet utilisé. -Le support reviendra vers vous dans les plus brefs délais en vous indiquant plus de précisions sur l'origine de ce blocage. +Le support reviendra vers vous dans les plus brefs délais pour vous indiquer l'origine de ce blocage. ## Aller plus loin [Cas d'usage - Conseils suite au piratage de votre site Web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) -Pour des prestations spécialisées (référencement, développement, etc), contactez les [partenaires OVHcloud](/links/partner). +Pour des prestations spécialisées (référencement, développement, etc.), contactez les [partenaires OVHcloud](/links/partner). Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support). From 26b8b3d8fcf0068f247c2a4b8fd1194a5105853f Mon Sep 17 00:00:00 2001 From: benchbzh <73875792+benchbzh@users.noreply.github.com> Date: Fri, 4 Jul 2025 16:30:01 +0200 Subject: [PATCH 020/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 7879b1230a3..9eb75c1606a 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -24,7 +24,7 @@ Si votre site web affiche une page « Your request has been blocked », cela sig La page « Your request has been blocked » peut s'afficher pour diverses raisons (liste non exhaustive) : - La requête est effectuée depuis un navigateur Internet (Firefox, Chrome, Safari, Edge, etc.) non mis à jour. -- Un très grand nombre de requêtes, similaires ou non, sont effectués dans un délai extrêmement court. +- Un très grand nombre de requêtes, similaires ou non, sont effectuées dans un délai extrêmement court. - La requête tente d'exécuter des actions non autorisées sur l'infrastructure mutualisée où se trouve votre hébergement web. ### 1 - Vérifiez que votre navigateur Internet est à jour From a0663412768de33534689bcbb8a15267f775cba1 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Mon, 7 Jul 2025 16:31:12 +0200 Subject: [PATCH 021/160] v2 --- .../vmware_migration_zerto/guide.en-gb.md | 366 ++++++++++++++---- .../vmware_migration_zerto/guide.fr-fr.md | 205 +++++----- .../images/Move2Cloud-Zerto.png | Bin 0 -> 136444 bytes 3 files changed, 399 insertions(+), 172 deletions(-) create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/images/Move2Cloud-Zerto.png diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md index 11079df25bd..9825ab0622f 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md @@ -1,16 +1,18 @@ --- title: Move2Cloud - Migrate VMware workloads to OVHcloud Hosted Private Cloud with Zerto excerpt: "Learn how to migrate your on-premises VMware workloads to an OVHcloud Hosted Private Cloud environment using Zerto Virtual Replication." -updated: 2025-07-02 +updated: 2025-07-07 --- ## Objective This guide explains how to migrate your on-premises VMware workloads to an **OVHcloud Hosted Private Cloud (HPC)** using **Zerto Virtual Replication**. ->[!warning] -> As of May 2025, **Zerto does not support replication of virtual machines with VMEncrypt enabled**. -> vSAN’s encryption at rest is supported. You can also encrypt your VMs after migration is complete. +> [!primary] +> **This guide applies to standard Hosted Private Cloud environments that are NOT part of SecNumCloud (SNC), PCI-DSS, or HDS-qualified frameworks.** +> If you are using an SNC, PCI-DSS, or HDS-qualified Hosted Private Cloud, some features described here, such as OVHcloud IAM or NSX-T advanced networking, may not be available in SNC environments. +> For SecNumCloud environments, please refer to the dedicated guide: +> [Move2Cloud - Migrating VMware Workloads to SecNumCloud Hosted Private Cloud with Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) ## Requirements @@ -23,124 +25,324 @@ Before you begin, make sure you have: - A working IPsec VPN tunnel between your on-premises infrastructure and OVHcloud. - Access to the Zerto console and vCenter interfaces on both sides. -## Practical steps +>[!warning] +> As of May 2025, **Zerto does not support replication of virtual machines with VMEncrypt enabled**. +> vSAN’s encryption at rest is supported. You can also encrypt your VMs after migration is complete. +## In practice + +![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} + +## Step 1: Define your migration scope + +At the end of this step, you will have a structured list of workloads to migrate and the associated network design. + +### Step 1.1: Create an inventory of source VMs + +List all virtual machines to be migrated and collect the following data: + +- FQDN and static IP address +- Operating system and version +- Application or service associated with each VM +- Technical dependencies (for example, frontend servers depending on a database VM) + +This inventory allows you to group VMs into consistent application stacks for batch migration. + +### Step 1.2: Group VMs into migration batches + +Organize your VMs into logical groups according to application-level dependencies. +Each batch should contain all virtual machines required to migrate and operate a single application, such as: + +- Web frontend VM +- Application logic VM +- Database backend VM + +### Step 1.3: Document current network configuration + +Record the full network configuration used by your source VMs: + +- VLAN IDs and associated subnets +- IP address ranges to preserve +- Inter-VM communication flows (source/destination, port, protocol) + +This network design will be recreated in your OVHcloud HPC tenant using `vRack` and NSX-T. +You can find more about network planning in [NSX-T - First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +For additional guidance from Zerto, refer to [Planning Your Installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. + +## Step 2: Plan Hosted Private Cloud resources + +This step helps you determine the required compute, storage, and network resources for your HPC environment. + +### Step 2.1: Estimate CPU and memory + +Review your current infrastructure to calculate how many vCPUs and how much RAM you will need in the target environment. + +Use your existing pCPU/vCPU consolidation ratio to size the number of `ESXi hosts`{.action} required. + +### Step 2.2: Define storage capacity + +Based on your workloads, select the most appropriate storage type: + +- `NFS datastores`{.action} for general-purpose workloads +- `vSAN`{.action} for performance-intensive applications + +Estimate total disk space needed, plus redundancy if applicable. +If your workloads require high IOPS, vSAN is the preferred option. + +### Step 2.3: Plan target network + +Plan how your virtual network will be recreated using NSX-T: + +- Decide which segments will be VLAN-backed vs. overlay +- Identify gateway needs (Tier-0 and Tier-1) +- Evaluate firewalling rules and north/south traffic + +If you need to expose services on the internet, you can: + +- Request public IPs via your `Hosted Private Cloud`{.action} +- Migrate your existing IP ranges using the [Bring Your Own IP (BYOIP)](/links/network/byoip) feature + +## Step 3: Enable access to the vCenter + +Access to vCenter is restricted by default in all OVHcloud HPC environments. + +You must explicitly allow your admin IPs to reach the `vCenter`{.action} endpoint. + +To do so: + +1. Log in to the [OVHcloud Control Panel](/links/manager) +2. Select your `Hosted Private Cloud`{.action} +3. Go to the `Secure SSL Gateway`{.action} tab +4. Add your source infrastructure IPs and Zerto components to the whitelist + +For step-by-step instructions, refer to [Authorise IPs to connect to vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). + +## Step 4: Configure roles and permissions + +This step ensures that administrators and tools like Zerto have the correct access to vSphere resources within your OVHcloud Hosted Private Cloud. + +### Step 4.1: Use OVHcloud IAM + +OVHcloud IAM is the recommended way to manage access in standard Hosted Private Cloud environments. + +To configure access: + +1. Log in to the [OVHcloud Control Panel](/links/manager) +2. Go to `Hosted Private Cloud`{.action} +3. Open the `Users and Roles`{.action} section +4. Assign roles based on your security policy (e.g., Read-only, Admin) + +You can define users, groups, and their permissions using the OVHcloud Identity and Access Management service. + +For a complete walkthrough, refer to [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). + +> [!warning] +> OVHcloud IAM is not available in SecNumCloud, PCI-DSS or HDS-qualified environments. + +### Step 4.2: Connect your own IAM solution -### Step 1: Inventory source VMs and network topology +If you prefer to use your existing identity provider (e.g., Active Directory or Okta), deploy a directory service directly in your OVHcloud tenant. -- List all source VMs with OS version and IP/FQDN. -- Group VMs by application (web/app/db) for migration batches. -- Document all VLANs and IP subnets used in your infrastructure. +You can also link OVHcloud IAM with your existing ADFS server to enable SAML-based SSO. -### Step 2: Size your target HPC environment +To do so, follow [Connect OVHcloud IAM to ADFS](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). -- Estimate your vCPU, RAM, and storage needs based on your consolidation ratio. -- Choose between NFS datastores and vSAN depending on IOPS requirements. -- If using NSX-T: - - Plan segment creation and overlays. - - Evaluate north/south traffic. - - Select your virtual firewall (Stormshield, FortiVM, Palo Alto). -- For public-facing services, request public IPs or use the [BYOIP feature](/links/network/byoip). +### Step 4.3: Service accounts for Zerto -### Step 3: Authorize access to OVHcloud vCenter +Zerto components require specific vSphere roles and permissions to function. You can: -vCenter access is restricted by default. To enable it: +- Create a dedicated `zerto-admin` account in vSphere +- Assign the necessary privileges to manage replication and recovery -- Follow the guide “[Authorize IP addresses to access vCenter](https://help.ovhcloud.com/csm/en-gb-vmware-authorise-ip-addresses-vcenter?id=kb_article_view&sysparm_article=KB0045321)”. -- Whitelist the IP addresses of your on-premises infrastructure and Zerto components. +Details on required permissions are available in Zerto’s documentation: +[Zerto User Permissions](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/User_Permissions.htm){.external} -### Step 4: Set up user roles and permissions +## Step 5: Build the target network -- Use [OVHcloud IAM](https://help.ovhcloud.com/csm/en-gb-vmware-iam-presentation?id=kb_article_view&sysparm_article=KB0063154) to manage access. -- Alternatively, deploy your own AD or Okta instance, or configure ADFS for SSO: - [Configure SAML with ADFS](https://help.ovhcloud.com/csm/en-gb-connect-saml-sso-adfs?id=kb_article_view&sysparm_article=KB0043008) +Before starting any VM replication or failover test, your Hosted Private Cloud network must be ready to receive the workloads. This includes replicating the source structure, creating the right segments, and preparing firewall rules. -### Step 5: Build the target network in your HPC +### Step 5.1: Recreate your VLANs and segments -- Create a **flow matrix** that describes expected traffic between VMs (VLANs, ports, protocols). -- Use preconfigured VLANs or define new segments. -- NSX-T is pre-deployed (Tier-0/1 gateways, dFW). To get started: - [NSX First Steps](https://help.ovhcloud.com/csm/en-gb-vmware-nsx-first-steps?id=kb_article_view&sysparm_article=KB0056831) +When your HPC is delivered, it comes with a default distributed virtual switch and at least one VLAN. You can add your own VLANs via the `vRack`{.action}. -### Step 6: Deploy core services in HPC +If you are using NSX-T, plan your segmentation as follows: -To reduce latency with your on-prem environment: +- Define your segments (VLAN-backed or overlay) +- Assign each to a corresponding application batch or service zone +- Recreate IP addressing schemes as defined in your inventory -- **NTP**: use `ntp.ovh.net` -- **DNS**: deploy a domain controller if needed -- **Authentication**: either local AD or federated access +Refer to [NSX-T – First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) for details on creating segments and assigning them to VMs. -### Step 7: Install Zerto on your OVHcloud tenant +### Step 5.2: Configure NSX-T routing and gateways -- Follow this deployment guide: - [Zerto Virtual Replication on OVHcloud HPC](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) -- Zerto will automatically deploy a ZVM, ZVRAs, and a managed firewall gateway. -- Official documentation: - [Zerto Installation Guide](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} +If using NSX-T, you must define how traffic will route between segments and to the internet: -### Step 8: Install Zerto on your on-premises infrastructure +- A **Tier-1 Gateway** handles internal routing +- A **Tier-0 Gateway** connects your environment to upstream services or external networks -- Follow the same instructions as for the tenant side. -- Ensure network connectivity between ZVMs and ZVRAs: - - TCP 9071 / 9081 (ZVM ↔ ZVM) - - TCP 4007 / 4008 (ZVRA ↔ ZVRA) +These gateways are automatically deployed when NSX-T is enabled. You can review and modify them in the `NSX Manager`{.action} interface. -### Step 9: Set up an IPsec tunnel +Set up routing and services based on your flow matrix defined in Step 1. -- A VPN without NAT is required for Zerto to function. -- Use OPNsense or any compatible device: - [IPsec tunnel configuration](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) +### Step 5.3: Prepare firewall rules -### Step 10: Pair the ZVMs +NSX-T provides a **distributed firewall (DFW)** that controls east-west traffic between VMs. You should define rules for: -- Pair your on-premises and OVHcloud ZVMs following step 5 of the previous guide. +- Application-specific ports (e.g., web → app, app → db) +- Management access to vCenter and Zerto components +- Optional: quarantine or isolation zones for test VMs -### Step 11: Create Zerto VPGs +If you're not using NSX-T, implement similar rules using your preferred virtual appliance firewall (e.g., FortiVM, Stormshield, Palo Alto VM-Series). -- Use **Virtual Protection Groups (VPGs)** to group the VMs to be replicated. -- Follow this guide: - [Create a VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} +You can find an overview of how NSX handles these features in [NSX-T – First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). -### Step 12: Monitor replication jobs +## Step 6: Deploy core services in the target HPC -- Use the Zerto interface to monitor VPG status: - [Monitor VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} +Your migrated workloads will need basic infrastructure services to function properly once they are running in your Hosted Private Cloud. -### Step 13: Run a test failover +### Step 6.1: Deploy NTP -- Run a **failover test** to validate your setup without interrupting production: - [Start test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} - [Stop test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} +Ensure all VMs and services use a consistent time source. You can configure your HPC workloads to use `ntp.ovh.net` as a reliable time server. -### Step 14: Perform the final migration +### Step 6.2: Deploy DNS -- Use the **Move** action in Zerto to start your production migration: - [Move process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} -- Choose your commit policy: automatic, manual, or rollback-enabled. +If your applications rely on internal DNS resolution, deploy a domain controller or dedicated DNS server inside your HPC environment. This can be a clone of your on-prem server or a new instance. -### Step 15: Validate your applications +### Step 6.3: Set up authentication services -- Ensure all migrated VMs are up and running. -- Test infrastructure services (AD, DNS, antivirus, database, public-facing apps). +If your authentication is based on Active Directory, deploy a replica domain controller in the HPC. -### Step 16: Confirm or roll back the move +You can also establish secure communication between the on-prem AD and the tenant to avoid duplicating identities. -- If everything is operational, commit the migration in Zerto. -- If needed, roll back the operation as documented. +## Step 7: Install Zerto in the OVHcloud tenant -### Step 17: Move VMs to target storage +Zerto is installed and managed per site. On the OVHcloud side, the components are deployed automatically when you activate Zerto. -- Use **Storage vMotion** to optimize VM placement: - [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) +### Step 7.1: Activate Zerto on the tenant -### Step 18: Back up your migrated VMs +In your `Hosted Private Cloud`{.action} interface: -Protect your workloads after the move: +1. Go to `Disaster Recovery`{.action} +2. Select `Enable Zerto Virtual Replication`{.action} +3. Confirm and wait for deployment -- [Veeam as a Service (HPC)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) -- [Veeam with Enterprise licenses (Public Cloud)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) +OVHcloud will deploy the following: + +- A dedicated ZVM (Zerto Virtual Manager) +- A ZVRA (Zerto Virtual Replication Appliance) on each ESXi host +- An OVH-managed NSX-T firewall with preconfigured rules for Zerto ports + +Full details can be found in [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). + +## Step 8: Install Zerto on the source site + +You must install Zerto components manually on your on-premises infrastructure. + +Follow the procedure in [Installing Zerto on source site](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external}. + +The main components are: + +- ZVM: Installed on a Windows Server with vSphere access +- ZVRAs: Deployed on each ESXi host hosting protected VMs + +Ensure that: + +- TCP ports 9071, 9081 are open between ZVMs +- TCP ports 4007, 4008 are open between ZVRAs + +## Step 9: Set up the IPsec VPN tunnel + +Zerto requires **direct communication** between ZVMs and ZVRAs. NAT is not supported. + +Set up a site-to-site IPsec tunnel between your on-prem firewall and the OVHcloud tenant. + +You can use any compatible device (e.g., Fortinet, Palo Alto, OPNsense). + +Details and parameters are available in [Zerto VPN Setup on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). + +## Step 10: Pair the sites and create VPGs + +Once ZVMs are online and communication is confirmed: + +1. Use the Zerto console to **pair both sites** +2. Create your first **Virtual Protection Group (VPG)** + +A VPG groups all VMs that should be replicated and failed over together. + +More information in [Creating a VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} + +## Step 11: Monitor the replication status + +Monitor each VPG from the Zerto UI: + +- Confirm that replication is active +- Check the RPO (Recovery Point Objective) +- Resolve any alerts before running a test or failover + +Refer to [Monitoring Virtual Protection Groups](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} + +## Step 12: Run a test failover + +Before migrating production workloads, test the behavior of your VMs in the OVHcloud tenant. + +Use the `Failover Test` option in the Zerto UI. This powers on the replicated VMs without impacting production. + +Instructions: + +- [Start a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Stop a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} + +## Step 13: Execute the planned migration + +When you are ready to migrate: + +1. Use the **Move** operation in Zerto to migrate each VPG +2. Choose the commit policy (manual, auto, rollback) + +See [The Move Process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} for full instructions. + +## Step 14: Validate application availability + +After the move: + +- Verify that all VMs are powered on +- Test connectivity (AD, DNS, Bastion, internet) +- Validate each application and service + +## Step 15: Commit or roll back the migration + +If all tests succeed, commit the operation in Zerto. + +If something is not working, you can cancel the move and roll back to your on-prem environment. + +More in [Moving Protected VMs to Remote Site](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} + +## Step 16: Use Storage vMotion to place VMs on target storage + +After migration, you may want to move some VMs to another datastore or vSAN policy. + +Use `Storage vMotion`{.action} via the `vSphere Client`{.action}: + +1. Right-click on the VM > `Migrate`{.action} +2. Select `Change storage only`{.action} +3. Choose the destination datastore or vSAN policy + +See [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) for full details. + +## Step 17: Back up your workloads + +Once your VMs are in production, secure them with a backup plan. + +### Option 1: Veeam Backup as a Service +Use [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) if you want a managed backup solution integrated with your HPC. + +### Option 2: Self-managed Veeam with Enterprise license +Deploy your own Veeam Backup server and use [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). ## Go further -Need hands-on support or a project review? Reach out to your Technical Account Manager or contact our [Professional Services](/links/professional-services) team. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. + +Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel. -Join the Hosted Private Cloud discussion on [Discord](https://discord.gg/ovhcloud){.external} or ask your questions on our [community hub](/links/community). \ No newline at end of file +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md index c52d9b25b01..b936149de69 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md @@ -1,146 +1,171 @@ --- title: Move2Cloud - Migration de charges VMware vers OVHcloud Hosted Private Cloud avec Zerto excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication." -updated: 2025-07-02 +updated: 2025-07-07 --- - ## Objectif -Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **environnement OVHcloud Hosted Private Cloud (HPC)** en utilisant **Zerto Virtual Replication**. +Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **Hosted Private Cloud (HPC) d’OVHcloud** en utilisant **Zerto Virtual Replication**. ->[!warning] -> À partir de mai 2025, **Zerto ne prend pas en charge la réplication de machines virtuelles avec le chiffrement VMEncrypt activé**. -> Le chiffrement *at rest* de vSAN reste compatible. Vous pouvez également chiffrer les VMs après la migration. +> [!primary] +> **Ce guide s’applique aux environnements Hosted Private Cloud standards qui ne sont pas qualifiés SecNumCloud (SNC), PCI-DSS ou HDS.** +> Certaines fonctionnalités comme **OVHcloud IAM** ou les fonctions avancées de **NSX-T** peuvent ne pas être disponibles dans ces environnements. +> Pour les environnements SecNumCloud, consultez le guide dédié : +> [Move2Cloud - Migration des charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) ## Prérequis -Avant de commencer, assurez-vous de détenir : +Avant de commencer, assurez-vous d'avoir : + +- Un inventaire complet de vos machines virtuelles (VM) : FQDN, adresse IP, version du système d'exploitation, dépendances applicatives +- Un plan de migration par lots regroupés par pile applicative +- Une liste complète des VLAN, sous-réseaux et segments du réseau cible +- Un environnement HPC correctement dimensionné (hosts, datastores, vSAN, NSX-T) +- Un tunnel VPN IPsec fonctionnel entre votre infrastructure sur site et OVHcloud +- Un accès à la console Zerto et aux interfaces vCenter sur les deux environnements -- Un inventaire détaillé de vos VMs : FQDN, adresses IP, OS, dépendances applicatives. -- Un plan de migration par lots applicatifs cohérents. -- Une liste complète des VLANs, sous-réseaux et segments. -- Un HPC OVHcloud configuré avec les ressources nécessaires (hosts, datastores, vSAN, NSX-T). -- Un tunnel VPN IPsec fonctionnel entre votre site source et OVHcloud. -- L'accès à la console Zerto et aux interfaces vCenter des deux côtés. +> [!warning] +> Depuis mai 2025, **Zerto ne prend pas en charge la réplication des machines virtuelles avec le chiffrement VMEncrypt activé**. +> Le chiffrement au repos de vSAN est pris en charge. Vous pouvez également chiffrer vos VM après la migration. ## En pratique -### Étape 1 : Faire l’inventaire des VMs et de la topologie réseau +![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} + +## Étape 1 à Étape 4 +_(Déjà en place ci-dessus)_ + +## Étape 5 : Construire le réseau cible + +### Étape 5.1 : Recréer les VLAN et segments + +Utilisez le `vRack`{.action} pour créer vos VLAN dans le locataire HPC. Reproduisez les schémas IP et les plages définis lors de l’inventaire. + +Si vous utilisez NSX-T, définissez les segments nécessaires (VLAN ou Overlay) selon votre segmentation applicative. + +### Étape 5.2 : Configurer les gateways et le routage NSX-T + +Avec NSX-T, les gateways Tier-0 et Tier-1 sont pré-déployées. Vérifiez ou modifiez leur configuration depuis `NSX Manager`{.action}. + +Définissez les routes, les services d’overlay, et la connectivité avec l’extérieur selon la matrice de flux identifiée à l’étape 1. + +### Étape 5.3 : Préparer les règles de pare-feu -- Listez toutes les VMs à migrer avec leur système d’exploitation et version. -- Regroupez-les par application (web/app/db) pour définir des lots cohérents. -- Répertoriez vos VLANs et plages IP pour anticiper la configuration réseau cible. +Le pare-feu distribué NSX-T permet de contrôler les flux est-ouest entre VMs. Configurez des règles par rôle ou zone applicative. -### Étape 2 : Dimensionner votre HPC cible +Si vous utilisez un pare-feu virtuel externe (Stormshield, FortiVM, Palo Alto), implémentez les mêmes règles manuellement. -- Calculez les besoins en vCPU, RAM et stockage selon votre ratio de consolidation. -- Choisissez entre datastores NFS ou vSAN en fonction des performances attendues. -- Si vous utilisez NSX-T : - - Planifiez vos segments (VLANs/Overlays) et gateways Tier-0/Tier-1. - - Préparez vos pare-feux virtuels (Stormshield, FortiVM, Palo Alto). - - Ajoutez des IP publiques ou migrez vos IP via la [fonction BYOIP](/links/network/byoip). +Voir : [NSX-T – Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) -### Étape 3 : Autoriser l’accès à vCenter OVHcloud +## Étape 6 : Déployer les services essentiels dans le HPC -L’accès est bloqué par défaut. Pour l’ouvrir : +### Étape 6.1 : NTP -- Suivez le guide « [Autoriser des IP à se connecter au vCenter](https://help.ovhcloud.com/csm/en-gb-vmware-authorise-ip-addresses-vcenter?id=kb_article_view&sysparm_article=KB0045321) ». -- Autorisez les IP de votre site on-premise et de vos composants Zerto. +Configurez `ntp.ovh.net` comme source de temps pour toutes vos VMs. -### Étape 4 : Configurer les rôles et permissions +### Étape 6.2 : DNS -- Activez l’IAM OVHcloud via ce guide : - [Présentation de l’IAM OVHcloud](https://help.ovhcloud.com/csm/en-gb-vmware-iam-presentation?id=kb_article_view&sysparm_article=KB0063154) -- Si vous conservez une gestion interne : déployez un contrôleur AD ou Okta, ou configurez ADFS pour SSO : - [Configurer SAML avec ADFS](https://help.ovhcloud.com/csm/en-gb-connect-saml-sso-adfs?id=kb_article_view&sysparm_article=KB0043008) +Déployez un serveur DNS local dans le HPC. Il peut s’agir d’un contrôleur AD ou d’un serveur DNS dédié. -### Étape 5 : Construire votre réseau cible dans HPC +### Étape 6.3 : Authentification -- Créez une **matrice de flux** documentant les communications attendues (VM ↔ VM, VLANs, ports, protocoles). -- Utilisez les VLANs préconfigurés ou ajoutez vos propres segments. -- NSX-T est activé par défaut (Tier-0/1, dFW). Pour commencer : - [Premiers pas avec NSX](https://help.ovhcloud.com/csm/en-gb-vmware-nsx-first-steps?id=kb_article_view&sysparm_article=KB0056831) +Déployez un contrôleur de domaine Active Directory dans le HPC, ou établissez un lien sécurisé avec votre domaine source. -### Étape 6 : Déployer les services cœur dans l’HPC +## Étape 7 : Installer Zerto dans le locataire OVHcloud -Pour limiter la latence : +### Étape 7.1 : Activation -- **NTP** : utilisez `ntp.ovh.net` -- **DNS** : installez un contrôleur de domaine local si besoin -- **AD** : installez une instance ou configurez la fédération avec votre domaine +Dans `Hosted Private Cloud`{.action}, allez dans `Reprise d’activité`{.action} > `Activer Zerto Virtual Replication`{.action}. -### Étape 7 : Installer Zerto dans l’HPC OVHcloud +Cela déclenche le déploiement des composants suivants : -- Suivez la procédure OVHcloud : - [Zerto Virtual Replication sur HPC OVHcloud](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) -- Zerto déploiera automatiquement un ZVM, des ZVRAs et une passerelle firewall managée. -- Pour en savoir plus : - [Installation Zerto (site officiel)](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} +- ZVM OVHcloud +- ZVRA sur chaque hôte ESXi +- Firewall NSX-T avec règles prêtes à l’emploi -### Étape 8 : Installer Zerto sur le site on-premise +Voir : [Zerto Virtual Replication OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) -- Suivez la même procédure que ci-dessus, côté on-prem. -- Vérifiez la communication entre ZVMs et ZVRAs : - - TCP 9071 / 9081 (ZVM ↔ ZVM) - - TCP 4007 / 4008 (ZVRA ↔ ZVRA) +## Étape 8 : Installer Zerto sur le site source -### Étape 9 : Créer le tunnel IPsec +Suivez la procédure officielle Zerto : [Installation express](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} -- Le VPN est obligatoire pour permettre à Zerto de fonctionner sans NAT. -- Suivez l'exemple avec OPNsense ou tout équipement compatible : - [Configurer le VPN IPsec pour Zerto](https://help.ovhcloud.com/csm/en-gb-vmware-zerto-virtual-replication-customer-to-ovh?id=kb_article_view&sysparm_article=KB0046457) +- Installez le ZVM sur un serveur Windows avec accès vSphere +- Déployez les ZVRA sur chaque hôte ESXi +- Ouvrez les ports TCP 9071/9081 (ZVM) et 4007/4008 (ZVRA) -### Étape 10 : Appairer les ZVMs +## Étape 9 : Configurer le VPN IPsec -- Appairez vos ZVMs (on-premise ↔ OVHcloud) comme indiqué à l’étape 5 du guide précédent. +Zerto nécessite une communication directe entre les composants ZVM/ZVRA. Le NAT est interdit. -### Étape 11 : Créer les VPG Zerto +Créez un tunnel IPsec standard depuis votre pare-feu vers OVHcloud. Les paramètres sont documentés ici : +[Zerto VPN Setup OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) -- Regroupez les VMs à protéger dans des **VPGs (Virtual Protection Groups)**. -- Consultez la documentation : - [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} +## Étape 10 : Coupler les sites et créer les VPG -### Étape 12 : Suivre la réplication +1. Dans le ZVM source, ajoutez le site cible OVHcloud +2. Créez vos Virtual Protection Groups (VPGs), chacun regroupant les VMs d’une application -- Surveillez les VPGs dans la console Zerto : - [Monitoring des VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} +Voir : [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} -### Étape 13 : Tester la migration +## Étape 11 : Suivre la réplication -- Lancez un **test de failover** sans interruption des services : - [Démarrer un test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} - [Arrêter le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} +Dans l’interface Zerto : -### Étape 14 : Lancer la migration finale +- Vérifiez l’état de chaque VPG +- Suivez le RPO +- Résolvez toute alerte avant test -- Exécutez un **Move** le jour J : - [Procédure de migration](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} -- Paramétrez votre stratégie de commit (automatique, validée manuellement, ou rollback). +Voir : [Suivi des VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} -### Étape 15 : Vérifier les applications +## Étape 12 : Lancer un test de basculement -- Confirmez que toutes les VMs sont démarrées et fonctionnelles. -- Vérifiez la connectivité aux services (AD, DNS, antivirus, services web...). +Effectuez un `Failover Test` dans Zerto pour valider le comportement des VMs répliquées sans impact sur la production. -### Étape 16 : Finaliser la migration +- [Démarrer le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Arrêter le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} -- Si tout est conforme, validez la bascule dans Zerto. -- En cas d’échec, restaurez via la procédure de rollback. +## Étape 13 : Lancer la migration planifiée -### Étape 17 : Migrer les VMs vers leur stockage cible +1. Utilisez l’option `Move` pour basculer les VPGs +2. Choisissez la politique de commit (automatique, manuelle, ou rollback) -- Utilisez **Storage vMotion** pour optimiser le placement des VMs : - [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) +Voir : [Procédure de migration](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} -### Étape 18 : Sauvegarder les charges migrées +## Étape 14 : Vérifier les applications -Protégez les données migrées : +- Vérifiez que toutes les VMs sont sous tension +- Testez la connectivité (AD, DNS, Internet, Bastion) +- Vérifiez le bon fonctionnement applicatif -- [Veeam as a Service (HPC)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) -- [Veeam avec licences Enterprise (Public Cloud)](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) +## Étape 15 : Valider ou annuler la migration + +- Si tout fonctionne : `Commit` +- Sinon : `Rollback` + +Voir : [Validation finale](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} + +## Étape 16 : Utiliser Storage vMotion + +Pour optimiser le placement des VMs sur le bon stockage (NFS ou vSAN) : + +1. Faites un clic droit sur la VM > `Migrer`{.action} +2. Choisissez `Modifier le stockage uniquement`{.action} +3. Sélectionnez la destination + +Voir : [Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) + +## Étape 17 : Sauvegarder les workloads migrés + +### Option 1 : Veeam as a Service +[Service Veeam OVHcloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) + +### Option 2 : Veeam autogéré +[Serveur Veeam avec licences BYOL](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) ## Aller plus loin -Besoin d’un accompagnement personnalisé ? Contactez votre Technical Account Manager ou sollicitez notre équipe [Professional Services](/links/professional-services). +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en œuvre de nos solutions, contactez votre Technical Account Manager ou demandez une analyse personnalisée de votre projet à nos experts de l’équipe [Professional Services](/links/professional-services). + +Posez des questions, donnez votre avis et interagissez directement avec l’équipe qui construit nos services Hosted Private Cloud sur le canal [Discord](https://discord.gg/ovhcloud){.external} dédié. -Participez à notre communauté [Discord](https://discord.gg/ovhcloud){.external} ou posez vos questions sur le [hub communautaire](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/images/Move2Cloud-Zerto.png b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/images/Move2Cloud-Zerto.png new file mode 100644 index 0000000000000000000000000000000000000000..6699991c2abebcc4e3de14466c46853e5bcd5305 GIT binary patch literal 136444 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

B4N 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⁢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 Date: Tue, 8 Jul 2025 10:07:26 +0200 Subject: [PATCH 022/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md Co-authored-by: BrunoB <71887099+BrunoB151@users.noreply.github.com> --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 9eb75c1606a..4707861ca87 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -7,7 +7,7 @@ update: 2025-07-04 ## Objectif L'infrastructure mutualisée où se trouvent les hébergements web OVHcloud dispose de plusieurs systèmes de sécurité. -Si votre site web affiche une page « Your request has been blocked », cela signifie que l'une des requêtes que vous tentez d'exécuter depuis votre site web a été bloquée par nos systèmes de sécurité. +Si votre site web affiche une page « Your request has been blocked », cela signifie que l'une des requêtes que vous tentez d'exécuter vers votre site web a été bloquée par nos systèmes de sécurité. ![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} From 3e0aab0bbf2ab0bbaf2ecba3311b30208b9beb88 Mon Sep 17 00:00:00 2001 From: Kazarus <78911684+Kazarus4@users.noreply.github.com> Date: Tue, 8 Jul 2025 11:47:30 +0200 Subject: [PATCH 023/160] Update pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md Co-authored-by: BrunoB <71887099+BrunoB151@users.noreply.github.com> --- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 4707861ca87..25d11aa37fd 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -11,7 +11,7 @@ Si votre site web affiche une page « Your request has been blocked », cela sig ![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} -**Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked ».** +**Découvrez comment débloquer la situation si votre site web affiche une page « Your request has been blocked ».** ## Prérequis From 8a99ad304d9eb2e53c4d62c419487d84e6b10e03 Mon Sep 17 00:00:00 2001 From: dstagnol Date: Tue, 8 Jul 2025 14:32:41 +0200 Subject: [PATCH 024/160] adding secnumcloud guide + proofread --- .../vmware_migration_zerto/guide.en-gb.md | 9 +- .../vmware_migration_zerto/guide.fr-fr.md | 325 +++++++++++++---- .../guide.en-gb.md | 344 ++++++++++++++++++ .../guide.fr-fr.md | 342 +++++++++++++++++ .../meta.yaml | 2 + pages/index.md | 1 + 6 files changed, 942 insertions(+), 81 deletions(-) create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/meta.yaml diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md index 9825ab0622f..861fd9fbae3 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Move2Cloud - Migrate VMware workloads to OVHcloud Hosted Private Cloud with Zerto excerpt: "Learn how to migrate your on-premises VMware workloads to an OVHcloud Hosted Private Cloud environment using Zerto Virtual Replication." -updated: 2025-07-07 +updated: 2025-07-08 --- ## Objective @@ -28,6 +28,7 @@ Before you begin, make sure you have: >[!warning] > As of May 2025, **Zerto does not support replication of virtual machines with VMEncrypt enabled**. > vSAN’s encryption at rest is supported. You can also encrypt your VMs after migration is complete. + ## In practice ![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} @@ -214,12 +215,10 @@ If your authentication is based on Active Directory, deploy a replica domain con You can also establish secure communication between the on-prem AD and the tenant to avoid duplicating identities. -## Step 7: Install Zerto in the OVHcloud tenant +## Step 7: Install and activate Zerto in the OVHcloud tenant Zerto is installed and managed per site. On the OVHcloud side, the components are deployed automatically when you activate Zerto. -### Step 7.1: Activate Zerto on the tenant - In your `Hosted Private Cloud`{.action} interface: 1. Go to `Disaster Recovery`{.action} @@ -245,7 +244,7 @@ The main components are: - ZVM: Installed on a Windows Server with vSphere access - ZVRAs: Deployed on each ESXi host hosting protected VMs -Ensure that: +Make sure that: - TCP ports 9071, 9081 are open between ZVMs - TCP ports 4007, 4008 are open between ZVRAs diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md index b936149de69..5443a7b8b10 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md @@ -1,17 +1,17 @@ --- title: Move2Cloud - Migration de charges VMware vers OVHcloud Hosted Private Cloud avec Zerto excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication." -updated: 2025-07-07 +updated: 2025-07-08 --- ## Objectif Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **Hosted Private Cloud (HPC) d’OVHcloud** en utilisant **Zerto Virtual Replication**. > [!primary] -> **Ce guide s’applique aux environnements Hosted Private Cloud standards qui ne sont pas qualifiés SecNumCloud (SNC), PCI-DSS ou HDS.** -> Certaines fonctionnalités comme **OVHcloud IAM** ou les fonctions avancées de **NSX-T** peuvent ne pas être disponibles dans ces environnements. -> Pour les environnements SecNumCloud, consultez le guide dédié : -> [Move2Cloud - Migration des charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) +> **Ce guide s’applique aux environnements Hosted Private Cloud standards (hors SecNumCloud, PCI-DSS ou HDS).** +> Si vous utilisez un environnement SecNumCloud, certaines fonctionnalités décrites ici comme **OVHcloud IAM**, le **vRack**, ou les **segments adossés à des VLAN** peuvent ne pas être disponibles. +> Pour ce cas, consultez le guide suivant : +> [Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) ## Prérequis @@ -25,142 +25,315 @@ Avant de commencer, assurez-vous d'avoir : - Un accès à la console Zerto et aux interfaces vCenter sur les deux environnements > [!warning] -> Depuis mai 2025, **Zerto ne prend pas en charge la réplication des machines virtuelles avec le chiffrement VMEncrypt activé**. +> Depuis mai 2025, **Zerto ne prend pas en charge la réplication des VM avec le chiffrement VMEncrypt activé**. > Le chiffrement au repos de vSAN est pris en charge. Vous pouvez également chiffrer vos VM après la migration. ## En pratique ![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} -## Étape 1 à Étape 4 -_(Déjà en place ci-dessus)_ +## Étape 1 : Définir votre périmètre de migration + +À la fin de cette étape, vous aurez une liste structurée des charges de travail à migrer et la conception du réseau associée. + +### Étape 1.1 : Créer un inventaire des VM sources + +Répertoriez toutes les machines virtuelles à migrer avec les informations suivantes : + +- FQDN et adresse IP +- Système d’exploitation et sa version +- Application ou service associé +- Dépendances entre les VM (ex. : web/app/db) + +Cet inventaire vous permet de regrouper les machines virtuelles en piles d'applications cohérentes pour la migration par lots. + +### Étape 1.2 : Regrouper les VM en lots de migration + +Organisez vos VMs en lots applicatifs cohérents. + +Chaque lot doit contenir toutes les machines virtuelles nécessaires à la migration et à l’exploitation d’une seule application, comme : + +- VM frontend web +- VM applicative +- VM backend de base de données + +### Étape 1.3 : Documenter la configuration réseau existante + +Notez la configuration réseau complète utilisée par vos VM sources : + +- Les sous-réseaux et VLAN utilisés +- Les plages IP à conserver +- Les flux autorisés (IP source/destination, ports, protocoles) + +Cette structure réseau sera répliquée dans votre Hosted Private Cloud à l'aide de « vRack » et de NSX-T. + +Vous pouvez en savoir plus sur la planification du réseau dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +Pour obtenir des conseils supplémentaires de Zerto, référez-vous à [Planification de votre installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. + +## Étape 2 : Planifier les ressources de votre Hosted Private Cloud + +Cette étape vous aide à déterminer les ressources de calcul, de stockage et de réseau requises pour votre environnement HPC. + +### Étape 2.2 : Définir la capacité de stockage + +En fonction de vos charges de travail, sélectionnez le type de stockage le plus approprié : + +- `Datastores NFS`{.action} pour les charges de travail générales +- `vSAN`{.action} pour les applications exigeantes en performances + +Estimez l'espace disque total nécessaire, plus la redondance le cas échéant. +Si vos charges de travail nécessitent des IOPS élevées, vSAN est l'option privilégiée. + +### Étape 2.3 : Planifier le réseau cible + +Planifiez la recréation de votre réseau virtuel à l'aide de NSX-T : + +- Décidez quels segments seront de type VLAN ou Overlay +- Identifier les besoins en matière de passerelle (Tier-0 et Tier-1) +- Évaluer les règles de pare-feu et le trafic nord/sud + +Si vous devez exposer des services sur Internet, vous pouvez : + +- Demandez des IP publiques via votre `Hosted Private Cloud`{.action} +- Migrer vos plages d'IP existantes grâce à la fonctionnalité [Bring Your Own IP (BYOIP)](/links/network/byoip) + +## Étape 3 : Activer l'accès au vCenter + +L'accès au vCenter est restreint par défaut dans tous les environnements HPC OVHcloud. + +Vous devez explicitement autoriser vos IP d'administration à atteindre le point de terminaison `vCenter`{.action}. + +Pour ce faire : + +1. Connectez-vous à [votre espace client OVHcloud](/links/manager) +2. Sélectionnez votre `Hosted Private Cloud`{.action} +3. Rendez-vous dans l'onglet `Secure SSL Gateway`{.action} +4. Ajoutez vos IP d’infrastructure source et vos composants Zerto à la liste blanche + +Pour des instructions détaillées, reportez-vous à [Autoriser les IP à se connecter au vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). + +## Étape 4 : Configurer les rôles et les permissions + +Cette étape garantit que les administrateurs et les outils comme Zerto ont un accès correct aux ressources vSphere au sein de votre Hosted Private Cloud d’OVHcloud. + +### Étape 4.1 : Utiliser la solution IAM d’OVHcloud + +La solution IAM d’OVHcloud est la méthode recommandée pour gérer l’accès dans les environnements Hosted Private Cloud standard. + +Pour configurer l'accès : + +1. Connectez-vous à [votre espace client OVHcloud](/links/manager) +2. Allez dans `Hosted Private Cloud`{.action} +3. Ouvrez la section `Utilisateurs et rôles`{.action} +4. Attribuez des rôles en fonction de votre stratégie de sécurité (par exemple, Lecture seule, Administrateur) + +Vous pouvez définir des utilisateurs, des groupes et leurs autorisations à l'aide du service OVHcloud Identity and Access Management. + +Pour une procédure pas à pas complète, consultez [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). + +> [!warning] +> La solution IAM d’OVHcloud n’est pas disponible dans les environnements qualifiés SecNumCloud, PCI-DSS ou HDS. + +### Étape 4.2 : Connecter votre propre solution IAM + +Si vous préférez utiliser votre identity provider existant (comme Active Directory ou Okta), déployez un service d'annuaire directement dans votre locataire OVHcloud. + +Vous pouvez également associer la solution IAM d’OVHcloud à votre serveur ADFS existant pour activer l’authentification unique basée sur SAML. + +Pour cela, suivez [Connect OVHcloud IAM to ADFS](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). + +### Étape 4.3 : Comptes de service Zerto + +Les composants Zerto nécessitent des rôles et des autorisations vSphere spécifiques pour fonctionner. Vous pouvez : + +- Créer un compte dédié « zerto-admin » dans vSphere +- Attribuez les privilèges nécessaires pour gérer la réplication et la restauration + +Les détails sur les autorisations requises sont disponibles dans la documentation de Zerto : +[Zerto User Permissions](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/User_Permissions.htm){.external} ## Étape 5 : Construire le réseau cible -### Étape 5.1 : Recréer les VLAN et segments +Avant de commencer tout test de réplication ou de basculement de VM, votre réseau Hosted Private Cloud doit être prêt à recevoir les charges de travail. Il s’agit notamment de répliquer la structure source, de créer les bons segments et de préparer des règles de pare-feu. + +### Étape 5.1 : Recréer vos VLAN et segments + +Lorsque votre HPC est livré, il est livré avec un commutateur virtuel distribué par défaut et au moins un VLAN. Vous pouvez ajouter vos propres VLAN via le `vRack`{.action}. + +Si vous utilisez NSX-T, planifiez votre segmentation comme suit : + +- Définissez vos segments (VLAN-Backed ou overlay) +- Affectez chaque application à un lot d'applications ou à une zone de service correspondant +- Reproduire les plans d’adressage IP définis dans votre inventaire + +Référez-vous à [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) pour plus de détails sur la création de segments et leur affectation aux machines virtuelles. + +### Étape 5.2 : Configurer le routage et les passerelles NSX-T + +Si vous utilisez NSX-T, vous devez définir comment le trafic sera routé entre les segments et vers Internet : -Utilisez le `vRack`{.action} pour créer vos VLAN dans le locataire HPC. Reproduisez les schémas IP et les plages définis lors de l’inventaire. +- Une **Gateway Tier-1** gère le routage interne +- Une **Gateway Tier-0** relie votre environnement à des services en amont ou à des réseaux externes -Si vous utilisez NSX-T, définissez les segments nécessaires (VLAN ou Overlay) selon votre segmentation applicative. +Ces passerelles sont automatiquement déployées lorsque NSX-T est activé. Vous pouvez les consulter et les modifier depuis l'interface `NSX Manager`{.action}. -### Étape 5.2 : Configurer les gateways et le routage NSX-T +Paramétrez des routages et des services basés sur votre matrice de flux définie à l'étape 1. -Avec NSX-T, les gateways Tier-0 et Tier-1 sont pré-déployées. Vérifiez ou modifiez leur configuration depuis `NSX Manager`{.action}. +### Étape 5.3 : Préparation des règles de firewall -Définissez les routes, les services d’overlay, et la connectivité avec l’extérieur selon la matrice de flux identifiée à l’étape 1. +NSX-T fournit un **pare-feu distribué** qui contrôle le trafic est-ouest entre les machines virtuelles. Vous devez définir des règles pour : -### Étape 5.3 : Préparer les règles de pare-feu +- Ports spécifiques aux applications (par exemple, web → app, app → db) +- Accès management aux composants vCenter et Zerto +- Facultatif : zones de quarantaine ou d'isolement pour les VM de test -Le pare-feu distribué NSX-T permet de contrôler les flux est-ouest entre VMs. Configurez des règles par rôle ou zone applicative. +Si vous n'utilisez pas NSX-T, mettez en œuvre des règles similaires à l'aide du pare-feu de votre appliance virtuelle préférée (par exemple, FortiVM, Stormshield, Palo Alto VM-Series). -Si vous utilisez un pare-feu virtuel externe (Stormshield, FortiVM, Palo Alto), implémentez les mêmes règles manuellement. +Vous pouvez trouver un aperçu de la façon dont NSX gère ces fonctionnalités dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). -Voir : [NSX-T – Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) +## Étape 6 : Déployer les services core dans le HPC cible -## Étape 6 : Déployer les services essentiels dans le HPC +Vos charges de travail migrées nécessiteront des services d'infrastructure de base pour fonctionner correctement une fois qu'elles seront en cours d'exécution dans votre Hosted Private Cloud. -### Étape 6.1 : NTP +### Étape 6.1 : Déployer NTP -Configurez `ntp.ovh.net` comme source de temps pour toutes vos VMs. +Assurez-vous que toutes les machines virtuelles et tous les services utilisent une source de temps cohérente. Vous pouvez configurer vos charges de travail HPC pour utiliser `ntp.ovh.net` comme serveur de temps fiable. -### Étape 6.2 : DNS +### Étape 6.2 : Déployer DNS -Déployez un serveur DNS local dans le HPC. Il peut s’agir d’un contrôleur AD ou d’un serveur DNS dédié. +Si vos applications s'appuient sur la résolution DNS interne, déployez un contrôleur de domaine ou un serveur DNS dédié au sein de votre environnement HPC. Il peut s’agir d’un clone de votre serveur on-premises ou d’une nouvelle instance. -### Étape 6.3 : Authentification +### Étape 6.3 : Mise en place des services d'authentification -Déployez un contrôleur de domaine Active Directory dans le HPC, ou établissez un lien sécurisé avec votre domaine source. +Si votre authentification est basée sur Active Directory, déployez un contrôleur de domaine réplica dans le HPC. -## Étape 7 : Installer Zerto dans le locataire OVHcloud +Vous pouvez également établir une communication sécurisée entre AD on-premises et le client pour éviter la duplication des identités. -### Étape 7.1 : Activation +## Étape 7 : Installer et activer Zerto sur le locataire OVHcloud -Dans `Hosted Private Cloud`{.action}, allez dans `Reprise d’activité`{.action} > `Activer Zerto Virtual Replication`{.action}. +Zerto est installé et géré par site. Côté OVHcloud, les composants sont déployés automatiquement lors de l’activation de Zerto. -Cela déclenche le déploiement des composants suivants : +Dans votre interface `Hosted Private Cloud`{.action} : -- ZVM OVHcloud -- ZVRA sur chaque hôte ESXi -- Firewall NSX-T avec règles prêtes à l’emploi +1. Accédez à `Reprise d'activité`{.action} +2. Sélectionnez `Activer la réplication virtuelle Zerto`{.action} +3. Confirmez et attendez le déploiement -Voir : [Zerto Virtual Replication OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) +OVHcloud déploiera les éléments suivants : + +- Un ZVM dédié (Zerto Virtual Manager) +- Un ZVRA (Zerto Virtual Replication Appliance) sur chaque hôte ESXi +- Un firewall NSX-T géré par OVH avec des règles préconfigurées pour les ports Zerto + +Tous les détails sont disponibles dans [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). ## Étape 8 : Installer Zerto sur le site source -Suivez la procédure officielle Zerto : [Installation express](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} +Vous devez installer manuellement les composants Zerto sur votre infrastructure on-premises. + +Suivez la procédure décrite dans [Installer Zerto sur le site source](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external}. + +Les principaux composants sont les suivants : + +- ZVM : installé sur un serveur Windows avec accès vSphere +- ZVRA : Déployé sur chaque hôte ESXi hébergeant des VM protégées + +Assurez-vous que : + +- Les ports TCP 9071, 9081 sont ouverts entre les ZVM +- Les ports TCP 4007, 4008 sont ouverts entre les ZVRA + +## Étape 9 : Configurer le tunnel VPN IPsec + +Zerto nécessite **une communication directe** entre les ZVM et les ZVRA. NAT non pris en charge. + +Mettez en place un tunnel IPsec de site à site entre votre pare-feu local et le l'environnement OVHcloud. -- Installez le ZVM sur un serveur Windows avec accès vSphere -- Déployez les ZVRA sur chaque hôte ESXi -- Ouvrez les ports TCP 9071/9081 (ZVM) et 4007/4008 (ZVRA) +Vous pouvez utiliser n'importe quel périphérique compatible (par exemple, Fortinet, Palo Alto, OPNsense). -## Étape 9 : Configurer le VPN IPsec +Les détails et les paramètres sont disponibles dans [Zerto VPN Setup on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). -Zerto nécessite une communication directe entre les composants ZVM/ZVRA. Le NAT est interdit. +## Étape 10 : Coupler les sites et créer des VPG -Créez un tunnel IPsec standard depuis votre pare-feu vers OVHcloud. Les paramètres sont documentés ici : -[Zerto VPN Setup OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) +Une fois les ZVM en ligne et la communication validée : -## Étape 10 : Coupler les sites et créer les VPG +1. Utilisez la console Zerto pour **coupler les deux sites** +2. Créez votre premier **Virtual Protection Group (VPG)** -1. Dans le ZVM source, ajoutez le site cible OVHcloud -2. Créez vos Virtual Protection Groups (VPGs), chacun regroupant les VMs d’une application +Un VPG regroupe toutes les VM qui doivent être répliquées et basculées ensemble. -Voir : [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} +Plus d'informations dans [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} -## Étape 11 : Suivre la réplication +## Étape 11 : Surveiller l'état de la réplication -Dans l’interface Zerto : +Surveillez chaque VPG depuis l'interface utilisateur Zerto : -- Vérifiez l’état de chaque VPG -- Suivez le RPO -- Résolvez toute alerte avant test +- Confirmer que la réplication est active +- Vérifier le RPO (Recovery Point Objective) +- Résoudre les alertes avant d'exécuter un test ou un basculement -Voir : [Suivi des VPGs](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} +Si besoin, consultez le guide [Monitoring Virtual Protection Groups](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} -## Étape 12 : Lancer un test de basculement +## Étape 12 : Exécuter un test de basculement -Effectuez un `Failover Test` dans Zerto pour valider le comportement des VMs répliquées sans impact sur la production. +Avant de migrer les charges de travail de production, testez le comportement de vos VM dans le locataire OVHcloud. -- [Démarrer le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} -- [Arrêter le test](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} +Utilisez l'option `Failover Test` dans l'interface utilisateur Zerto. Cela permet de mettre sous tension les machines virtuelles répliquées sans impacter la production. -## Étape 13 : Lancer la migration planifiée +Instructions : -1. Utilisez l’option `Move` pour basculer les VPGs -2. Choisissez la politique de commit (automatique, manuelle, ou rollback) +- [Démarrer un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Arrêter un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} -Voir : [Procédure de migration](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} +## Étape 13 : Exécuter la migration prévue -## Étape 14 : Vérifier les applications +Lorsque vous êtes prêt à migrer : -- Vérifiez que toutes les VMs sont sous tension -- Testez la connectivité (AD, DNS, Internet, Bastion) -- Vérifiez le bon fonctionnement applicatif +1. Utilisez l'opération **Move** à Zerto pour migrer chaque VPG +2. Choisissez la stratégie de validation (manuelle, automatique, annulation) + +Voir [The Move Process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} pour des instructions complètes. + +## Étape 14 : Valider la disponibilité de l'application + +Après le déplacement : + +- Vérifier que toutes les VM sont sous tension +- Tester la connectivité (AD, DNS, Bastion, Internet) +- Valider chaque application et service ## Étape 15 : Valider ou annuler la migration -- Si tout fonctionne : `Commit` -- Sinon : `Rollback` +Si tous les tests réussissent, validez l'opération dans Zerto. + +Si quelque chose ne fonctionne pas, vous pouvez annuler le déplacement et revenir à votre environnement local. -Voir : [Validation finale](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} +Voir [Déplacement des machines virtuelles protégées vers le site distant](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} -## Étape 16 : Utiliser Storage vMotion +## Étape 16 : Utiliser Storage vMotion pour placer les VM sur le stockage cible -Pour optimiser le placement des VMs sur le bon stockage (NFS ou vSAN) : +Après la migration, vous pouvez souhaiter déplacer certaines machines virtuelles vers un autre datastore ou une autre stratégie vSAN. + +Utiliser `Storage vMotion`{.action} via `vSphere Client`{.action}: 1. Faites un clic droit sur la VM > `Migrer`{.action} -2. Choisissez `Modifier le stockage uniquement`{.action} -3. Sélectionnez la destination +2. Sélectionnez `Modifier le stockage uniquement`{.action} +3. Choisissez le datastore de destination ou la stratégie vSAN + +Voir [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) pour plus de détails. + +## Étape 17 : Sauvegarder vos charges de travail + +Une fois vos VM en production, sécurisez-les avec un plan de sauvegarde. -Voir : [Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) +### Option 1 : Veeam Backup as a Service -## Étape 17 : Sauvegarder les workloads migrés +Utilisez [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) si vous souhaitez une solution de sauvegarde managée intégrée à votre HPC. -### Option 1 : Veeam as a Service -[Service Veeam OVHcloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) +### Option 2 : Veeam autogéré avec licence Enterprise -### Option 2 : Veeam autogéré -[Serveur Veeam avec licences BYOL](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication) +Déployez votre propre serveur Veeam Backup et utilisez [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). ## Aller plus loin diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md new file mode 100644 index 00000000000..5fe8b16526f --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md @@ -0,0 +1,344 @@ +--- +title: Move2Cloud - Migrate VMware workloads to OVHcloud SecNumCloud Hosted Private Cloud with Zerto +excerpt: "Learn how to migrate on-premises VMware workloads to a SecNumCloud-qualified Hosted Private Cloud using Zerto Virtual Replication." +updated: 2025-07-08 +--- + +## Objective + +This guide explains how to migrate your on-premises VMware workloads to an **OVHcloud Hosted Private Cloud (HPC)** using **Zerto Virtual Replication**. + +> [!primary] +> **This guide applies to standard Hosted Private Cloud environments that are NOT part of SecNumCloud (SNC), PCI-DSS, or HDS-qualified frameworks.** +> If you are using an SNC, PCI-DSS, or HDS-qualified Hosted Private Cloud, some features described here, such as OVHcloud IAM or NSX-T advanced networking, may not be available in SNC environments. +> For SecNumCloud environments, please refer to the dedicated guide: +> [Move2Cloud - Migrating VMware Workloads to SecNumCloud Hosted Private Cloud with Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) + +## Requirements + +Before you begin, make sure you have: + +- A complete inventory of your VMs, including FQDN, IP address, OS version, and application dependencies. +- A batch migration plan grouped by application stack. +- A full list of VLANs, subnets, and segments for your target network. +- An HPC environment properly sized (hosts, datastores, vSAN, NSX-T). +- A working IPsec VPN tunnel between your on-premises infrastructure and OVHcloud. +- Access to the Zerto console and vCenter interfaces on both sides. + +>[!warning] +> As of May 2025, **Zerto does not support replication of virtual machines with VMEncrypt enabled**. +> vSAN’s encryption at rest is supported. You can also encrypt your VMs after migration is complete. + +## In practice + +![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} + +## Step 1: Define your migration scope + +At the end of this step, you will have a structured list of workloads to migrate and the associated network design. + +### Step 1.1: Create an inventory of source VMs + +List all virtual machines to be migrated and collect the following data: + +- FQDN and static IP address +- Operating system and version +- Application or service associated with each VM +- Technical dependencies (for example, frontend servers depending on a database VM) + +This inventory allows you to group VMs into consistent application stacks for batch migration. + +### Step 1.2: Group VMs into migration batches + +Organize your VMs into logical groups according to application-level dependencies. +Each batch should contain all virtual machines required to migrate and operate a single application, such as: + +- Web frontend VM +- Application logic VM +- Database backend VM + +### Step 1.3: Document current network configuration + +Record the full network configuration used by your source VMs: + +- VLAN IDs and associated subnets +- IP address ranges to preserve +- Inter-VM communication flows (source/destination, port, protocol) + +This network design will be recreated in your OVHcloud HPC tenant using NSX-T overlay segments. + +You can find more about network planning in [NSX-T - First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +For additional guidance from Zerto, refer to [Planning Your Installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. + +## Step 2: Plan Hosted Private Cloud resources + +This step helps you determine the required compute, storage, and network resources for your HPC environment. + +### Step 2.1: Estimate CPU and memory + +Review your current infrastructure to calculate how many vCPUs and how much RAM you will need in the target environment. + +Use your existing pCPU/vCPU consolidation ratio to size the number of `ESXi hosts`{.action} required. + +### Step 2.2: Define storage capacity + +Based on your workloads, select the most appropriate storage type: + +- `NFS datastores`{.action} for general-purpose workloads +- `vSAN`{.action} for performance-intensive applications + +Estimate total disk space needed, plus redundancy if applicable. +If your workloads require high IOPS, vSAN is the preferred option. + +### Step 2.3: Plan the target network + +Plan your virtual network using NSX-T: + +- Only **overlay segments** are supported; VLAN-backed segments are not allowed +- Define Tier-0 and Tier-1 gateway needs based on internal routing +- Configure firewall rules for east-west traffic + +No direct internet exposure is permitted. All access must go through approved bastion or VPN links. + +> [!primary] +> The [Bring Your Own IP (BYOIP)](/links/network/byoip) feature is not available in SecNumCloud environments. + +## Step 3: Enable access to the vCenter + +Access to `vCenter`{.action} is restricted by default in SecNumCloud environments. + +You must request access from OVHcloud Support. + +1. Open a support ticket from the [OVHcloud Control Panel](/links/manager) +2. Select your `Hosted Private Cloud`{.action} +3. Provide the list of source IPs that require access + +For step-by-step instructions, refer to [Authorize IPs to connect to vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). + +## Step 4: Configure roles and permissions + +This step ensures that administrators and tools like Zerto have the correct access to vSphere resources within your OVHcloud Hosted Private Cloud. + +### Step 4.1: Use OVHcloud IAM + +OVHcloud IAM is the recommended way to manage access in standard Hosted Private Cloud environments. + +To configure access: + +1. Log in to the [OVHcloud Control Panel](/links/manager) +2. Go to `Hosted Private Cloud`{.action} +3. Open the `Users and Roles`{.action} section +4. Assign roles based on your security policy (e.g., Read-only, Admin) + +You can define users, groups, and their permissions using the OVHcloud Identity and Access Management service. + +For a complete walkthrough, refer to [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). + +> [!warning] +> OVHcloud IAM is not available in SecNumCloud, PCI-DSS or HDS-qualified environments. + +### Step 4.2: Connect your own IAM solution + +If you prefer to use your existing identity provider (e.g., Active Directory or Okta), deploy a directory service directly in your OVHcloud tenant. + +You can also link OVHcloud IAM with your existing ADFS server to enable SAML-based SSO. + +To do so, follow [Connect OVHcloud IAM to ADFS](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). + +### Step 4.3: Service accounts for Zerto + +Zerto components require specific vSphere roles and permissions to function. You can: + +- Create a dedicated `zerto-admin` account in vSphere +- Assign the necessary privileges to manage replication and recovery + +Details on required permissions are available in Zerto’s documentation: +[Zerto User Permissions](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/User_Permissions.htm){.external} + +## Step 5: Build the target network + +Before starting any VM replication or failover test, your Hosted Private Cloud network must be ready to receive the workloads. This includes replicating the source structure, creating the right segments, and preparing firewall rules. + +### Step 5.1: Recreate your segments + +In SecNumCloud environments, VLAN-backed segments and vRack are not available. + +When your HPC is delivered, it comes with a default distributed virtual switch. You must use NSX-T overlay segments only. + +Use `NSX Manager`{.action} to: + +- Create overlay segments for each application batch or service zone +- Reproduce the IP addressing plan from your inventory +- Attach segments to the relevant gateways (usually Tier-1) + +Do not expose any segment to the internet. Access must be routed through bastions or private VPN links. + +### Step 5.2: Configure NSX-T routing and gateways + +In SNC environments, NSX-T gateways are used only for internal routing or secure VPN-based flows. + +- A **Tier-1 Gateway** handles internal routing between overlay segments +- **Tier-0 Gateways** may be deployed but only for approved VPN uplinks + +Use the `NSX Manager`{.action} interface to define and manage your gateway configuration. + +No external/public IP connectivity is allowed. + +### Step 5.3: Prepare firewall rules + +NSX-T provides a **distributed firewall (DFW)** that controls east-west traffic between VMs. You should define rules for: + +- Application-specific ports (e.g., web → app, app → db) +- Management access to vCenter and Zerto components +- Optional: quarantine or isolation zones for test VMs + +If you are not using NSX-T, implement similar rules using your preferred virtual firewall appliance (e.g., FortiVM, Stormshield, Palo Alto VM-Series). + +You can find an overview of how NSX handles these features in [NSX-T – First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +> [!primary] +> +> In SecNumCloud, firewall rules must strictly restrict traffic to internal flows or secured VPN entry points. No DNAT/SNAT rules toward the public internet are allowed +> + +## Step 6: Deploy core services in the target HPC + +Your migrated workloads will need basic infrastructure services to function properly once they are running in your Hosted Private Cloud. + +### Step 6.1: Deploy NTP + +Ensure all VMs and services use a consistent time source. You can configure your HPC workloads to use `ntp.ovh.net` as a reliable time server. + +### Step 6.2: Deploy DNS + +If your applications rely on internal DNS resolution, deploy a domain controller or dedicated DNS server inside your HPC environment. This can be a clone of your on-prem server or a new instance. + +### Step 6.3: Set up authentication services + +If your authentication is based on Active Directory, deploy a replica domain controller in the HPC. + +You can also establish secure communication between the on-prem AD and the tenant to avoid duplicating identities. + +## Step 7: Install and activate Zerto in the OVHcloud tenant + +Zerto must be installed by OVHcloud in SecNumCloud environments. + +1. In the `Hosted Private Cloud`{.action} interface, open a support ticket +2. Request Zerto Virtual Replication for your SNC tenant +3. Wait for OVHcloud to deploy the ZVM, ZVRAs, and required firewall rules + +Full details: [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) + +## Step 8: Install Zerto on the source site + +You must install Zerto components manually on your on-premises infrastructure. + +Follow the procedure in [Installing Zerto on source site](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external}. + +The main components are: + +- ZVM: Installed on a Windows Server with vSphere access +- ZVRAs: Deployed on each ESXi host hosting protected VMs + +Ensure that: + +- TCP ports 9071, 9081 are open between ZVMs +- TCP ports 4007, 4008 are open between ZVRAs + +## Step 9: Set up the IPsec VPN tunnel + +Zerto requires **direct communication** between ZVMs and ZVRAs. NAT is not supported. + +Set up a site-to-site IPsec tunnel between your on-prem firewall and the OVHcloud tenant. + +You can use any compatible device (e.g., Fortinet, Palo Alto, OPNsense). + +Details and parameters are available in [Zerto VPN Setup on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). + +## Step 10: Pair the sites and create VPGs + +Once ZVMs are online and communication is confirmed: + +1. Use the Zerto console to **pair both sites** +2. Create your first **Virtual Protection Group (VPG)** + +A VPG groups all VMs that should be replicated and failed over together. + +More information in [Creating a VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} + +## Step 11: Monitor the replication status + +Monitor each VPG from the Zerto UI: + +- Confirm that replication is active +- Check the RPO (Recovery Point Objective) +- Resolve any alerts before running a test or failover + +Refer to [Monitoring Virtual Protection Groups](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} + +## Step 12: Run a test failover + +Before migrating production workloads, test the behavior of your VMs in the OVHcloud tenant. + +Use the `Failover Test` option in the Zerto UI. This powers on the replicated VMs without impacting production. + +Instructions: + +- [Start a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Stop a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} + +## Step 13: Execute the planned migration + +When you are ready to migrate: + +1. Use the **Move** operation in Zerto to migrate each VPG +2. Choose the commit policy (manual, auto, rollback) + +See [The Move Process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} for full instructions. + +## Step 14: Validate application availability + +After the move: + +- Verify that all VMs are powered on +- Test connectivity (AD, DNS, Bastion, internet) +- Validate each application and service + +## Step 15: Commit or roll back the migration + +If all tests succeed, commit the operation in Zerto. + +If something is not working, you can cancel the move and roll back to your on-prem environment. + +More in [Moving Protected VMs to Remote Site](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} + +## Step 16: Use Storage vMotion to place VMs on target storage + +After migration, you may want to move some VMs to another datastore or vSAN policy. + +Use `Storage vMotion`{.action} via the `vSphere Client`{.action}: + +1. Right-click on the VM > `Migrate`{.action} +2. Select `Change storage only`{.action} +3. Choose the destination datastore or vSAN policy + +See [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) for full details. + +## Step 17: Back up your workloads + +Once your VMs are in production, secure them with a backup plan. + +### Option 1: Veeam Backup as a Service +Use [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) if you want a managed backup solution integrated with your HPC. + +### Option 2: Self-managed Veeam with Enterprise license +Deploy your own Veeam Backup server and use [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). + +## Go further + +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. + +Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel. + +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md new file mode 100644 index 00000000000..0fb51ebd689 --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md @@ -0,0 +1,342 @@ +--- +title: Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto +excerpt: "Découvrez comment migrer des charges VMware on-premises vers un Hosted Private Cloud qualifié SecNumCloud à l’aide de Zerto Virtual Replication." +updated: 2025-07-08 +--- +## Objectif + +Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **Hosted Private Cloud (HPC) d’OVHcloud** en utilisant **Zerto Virtual Replication**. + +> [!primary] +> **Ce guide s’applique aux environnements Hosted Private Cloud qualifiés SecNumCloud (SNC).** +> Certaines fonctionnalités disponibles dans les environnements standard comme **OVHcloud IAM**, **vRack** ou le **réseau NSX-T avancé** peuvent être restreintes ou indisponibles ici. +> Pour les environnements standard, consultez le guide suivant : +> [Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud OVHcloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto) + +## Prérequis + +Avant de commencer, assurez-vous d'avoir : + +- Un inventaire complet de vos machines virtuelles (VM) : FQDN, adresse IP, version du système d'exploitation, dépendances applicatives +- Un plan de migration par lots regroupés par pile applicative +- Une liste complète des VLAN, sous-réseaux et segments du réseau cible +- Un environnement HPC correctement dimensionné (hosts, datastores, vSAN, NSX-T) +- Un tunnel VPN IPsec fonctionnel entre votre infrastructure sur site et OVHcloud +- Un accès à la console Zerto et aux interfaces vCenter sur les deux environnements + +> [!warning] +> Depuis mai 2025, **Zerto ne prend pas en charge la réplication des VM avec le chiffrement VMEncrypt activé**. +> Le chiffrement au repos de vSAN est pris en charge. Vous pouvez également chiffrer vos VM après la migration. + +## En pratique + +![Move2CloudZerto](images/Move2Cloud-Zerto.png){.thumbnail} + +## Étape 1 : Définir votre périmètre de migration + +À la fin de cette étape, vous aurez une liste structurée des charges de travail à migrer et la conception du réseau associée. + +### Étape 1.1 : Créer un inventaire des VM sources + +Répertoriez toutes les machines virtuelles à migrer avec les informations suivantes : + +- FQDN et adresse IP +- Système d’exploitation et sa version +- Application ou service associé +- Dépendances entre les VM (ex. : web/app/db) + +Cet inventaire vous permet de regrouper les machines virtuelles en piles d'applications cohérentes pour la migration par lots. + +### Étape 1.2 : Regrouper les VM en lots de migration + +Organisez vos VMs en lots applicatifs cohérents. + +Chaque lot doit contenir toutes les machines virtuelles nécessaires à la migration et à l’exploitation d’une seule application, comme : + +- VM frontend web +- VM applicative +- VM backend de base de données + +### Étape 1.3 : Documenter la configuration réseau existante + +Notez la configuration réseau complète utilisée par vos VM sources : + +- Les sous-réseaux et VLAN utilisés +- Les plages IP à conserver +- Les flux autorisés (IP source/destination, ports, protocoles) + +Cette conception réseau sera recréée dans votre locataire HPC OVHcloud à l'aide de segments de superposition NSX-T. + +Vous pouvez en savoir plus sur la planification du réseau dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +Pour obtenir des conseils supplémentaires de Zerto, référez-vous à [Planification de votre installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. + +## Étape 2 : Planifier les ressources de votre Hosted Private Cloud + +Cette étape vous aide à déterminer les ressources de calcul, de stockage et de réseau requises pour votre environnement HPC. + +### Étape 2.2 : Définir la capacité de stockage + +En fonction de vos charges de travail, sélectionnez le type de stockage le plus approprié : + +- `Datastores NFS`{.action} pour les charges de travail générales +- `vSAN`{.action} pour les applications exigeantes en performances + +Estimez l'espace disque total nécessaire, plus la redondance le cas échéant. +Si vos charges de travail nécessitent des IOPS élevées, vSAN est l'option privilégiée. + +### Étape 2.3 : Planifier le réseau cible + +Planifiez votre réseau virtuel avec NSX-T : + +- Seuls **les segments de superposition** sont pris en charge ; les: segments adossés à des VLAN ne sont pas autorisés +- Définir les besoins en passerelle de niveau 0 et de niveau 1 en fonction du routage interne +- Configurer les règles de pare-feu pour le trafic est-ouest + +Aucune exposition directe à Internet n'est autorisée. Tous les accès doivent passer par des bastions ou des liens VPN approuvés. + +> [!primary] +> La fonctionnalité [Bring Your Own IP (BYOIP)](/links/network/byoip) n'est pas disponible dans les environnements SecNumCloud. + +## Étape 3 : Activer l'accès au vCenter + +L'accès à `vCenter`{.action} est restreint par défaut dans les environnements SecNumCloud. + +Vous devez demander l'accès au support OVHcloud. + +1. Ouvrez un ticket d’assistance depuis votre [espace client OVHcloud](/links/manager) +2. Sélectionnez votre `Hosted Private Cloud`{.action} +3. Fournissez la liste des IP sources qui nécessitent un accès + +Pour des instructions détaillées, reportez-vous à [Autoriser les IP à se connecter au vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). + +## Étape 4 : Configurer les rôles et les permissions + +Cette étape garantit que les administrateurs et les outils comme Zerto ont un accès correct aux ressources vSphere au sein de votre Hosted Private Cloud d’OVHcloud. + +### Étape 4.1 : Utiliser la solution IAM d’OVHcloud + +La solution IAM d’OVHcloud est la méthode recommandée pour gérer l’accès dans les environnements Hosted Private Cloud standard. + +Pour configurer l'accès : + +1. Connectez-vous à [votre espace client OVHcloud](/links/manager) +2. Allez dans `Hosted Private Cloud`{.action} +3. Ouvrez la section `Utilisateurs et rôles`{.action} +4. Attribuez des rôles en fonction de votre stratégie de sécurité (par exemple, Lecture seule, Administrateur) + +Vous pouvez définir des utilisateurs, des groupes et leurs autorisations à l'aide du service OVHcloud Identity and Access Management. + +Pour une procédure pas à pas complète, consultez [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). + +> [!warning] +> La solution IAM d’OVHcloud n’est pas disponible dans les environnements qualifiés SecNumCloud, PCI-DSS ou HDS. + +### Étape 4.2 : Connecter votre propre solution IAM + +Si vous préférez utiliser votre identity provider existant (comme Active Directory ou Okta), déployez un service d'annuaire directement dans votre locataire OVHcloud. + +Vous pouvez également associer la solution IAM d’OVHcloud à votre serveur ADFS existant pour activer l’authentification unique basée sur SAML. + +Pour cela, suivez [Connect OVHcloud IAM to ADFS](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). + +### Étape 4.3 : Comptes de service Zerto + +Les composants Zerto nécessitent des rôles et des autorisations vSphere spécifiques pour fonctionner. Vous pouvez : + +- Créer un compte dédié « zerto-admin » dans vSphere +- Attribuez les privilèges nécessaires pour gérer la réplication et la restauration + +Les détails sur les autorisations requises sont disponibles dans la documentation de Zerto : +[Zerto User Permissions](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/User_Permissions.htm){.external} + +## Étape 5 : Construire le réseau cible + +Avant de commencer tout test de réplication ou de basculement de VM, votre réseau Hosted Private Cloud doit être prêt à recevoir les charges de travail. + +Il s’agit notamment de répliquer la structure source, de créer les bons segments et de préparer des règles de pare-feu. + +### Étape 5.1 : Recréer vos segments + +Dans les environnements SecNumCloud, les segments sauvegardés par VLAN et le vRack ne sont pas disponibles. + +Lorsque votre HPC est livré, il est livré avec un commutateur virtuel distribué par défaut. Vous devez utiliser uniquement des segments de superposition NSX-T. + +Utilisez `NSX Manager`{.action} pour : + +- Créer des segments de superposition pour chaque lot d'applications ou zone de service +- Reproduire le plan d'adressage IP depuis votre inventaire +- Attacher des segments aux passerelles concernées (généralement Tier-1) + +N'exposez aucun segment à Internet. L'accès doit être routé par des bastions ou des liens VPN privés. + +### Étape 5.2 : Configurer le routage et les passerelles NSX-T + +Dans les environnements SNC, les passerelles NSX-T sont utilisées uniquement pour le routage interne ou les flux VPN sécurisés. + +- Une **Gateway Tier-1** gère le routage interne entre les segments de superposition +- **Les passerelles de niveau 0** peuvent être déployées, mais uniquement pour les liaisons montantes VPN approuvées + +Utilisez l'interface `NSX Manager`{.action} pour définir et gérer la configuration de votre passerelle. + +Aucune connectivité IP externe/publique n'est autorisée. + +### Étape 5.3 : COnfigurer les règles de firewall + +NSX-T fournit un **pare-feu distribué** qui contrôle le trafic est-ouest entre les machines virtuelles. Vous devez définir des règles pour : + +- Ports spécifiques aux applications (par exemple, web → app, app → db) +- Accès management aux composants vCenter et Zerto +- Facultatif : zones de quarantaine ou d'isolement pour les VM de test + +Si vous n'utilisez pas NSX-T, mettez en œuvre des règles similaires à l'aide du pare-feu de votre appliance virtuelle préférée (par exemple, FortiVM, Stormshield, Palo Alto VM-Series). + +Vous pouvez trouver un aperçu de la façon dont NSX gère ces fonctionnalités dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). + +> [!primary] +> +> Dans SecNumCloud, les règles de pare-feu doivent strictement restreindre le trafic aux flux internes ou aux points d'entrée sécurisés du VPN. Aucune règle DNAT/SNAT vers l'Internet public n'est autorisée +> + +## Étape 6 : Déployer les services core dans le HPC cible + +Vos charges de travail migrées nécessiteront des services d'infrastructure de base pour fonctionner correctement une fois qu'elles seront en cours d'exécution dans votre Hosted Private Cloud. + +### Étape 6.1 : Déployer NTP + +Assurez-vous que toutes les machines virtuelles et tous les services utilisent une source de temps cohérente. Vous pouvez configurer vos charges de travail HPC pour utiliser `ntp.ovh.net` comme serveur de temps fiable. + +### Étape 6.2 : Déployer DNS + +Si vos applications s'appuient sur la résolution DNS interne, déployez un contrôleur de domaine ou un serveur DNS dédié au sein de votre environnement HPC. Il peut s’agir d’un clone de votre serveur on-premises ou d’une nouvelle instance. + +### Étape 6.3 : Mise en place des services d'authentification + +Si votre authentification est basée sur Active Directory, déployez un contrôleur de domaine réplica dans le HPC. + +Vous pouvez également établir une communication sécurisée entre AD on-premises et le client pour éviter la duplication des identités. + +## Étape 7 : Installer et activer Zerto sur le locataire OVHcloud + +Zerto doit être installé par OVHcloud dans les environnements SecNumCloud. + +1. Dans l’interface `Hosted Private Cloud`{.action}, ouvrez un ticket d’assistance +2. Demandez Zerto Virtual Replication pour votre client SNC +3. Attendez qu’OVHcloud déploie les ZVM, les ZVRA et les règles de pare-feu requises + +Tous les détails : [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh) + +## Étape 8 : Installer Zerto sur le site source + +Vous devez installer manuellement les composants Zerto sur votre infrastructure on-premises. + +Suivez la procédure décrite dans [Installer Zerto sur le site source](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external}. + +Les principaux composants sont les suivants : + +- ZVM : installé sur un serveur Windows avec accès vSphere +- ZVRA : Déployé sur chaque hôte ESXi hébergeant des VM protégées + +Assurez-vous que : + +- Les ports TCP 9071, 9081 sont ouverts entre les ZVM +- Les ports TCP 4007, 4008 sont ouverts entre les ZVRA + +## Étape 9 : Configurer le tunnel VPN IPsec + +Zerto nécessite **une communication directe** entre les ZVM et les ZVRA. NAT non pris en charge. + +Mettez en place un tunnel IPsec de site à site entre votre pare-feu local et l'environnement OVHcloud. + +Vous pouvez utiliser n'importe quel périphérique compatible (par exemple, Fortinet, Palo Alto, OPNsense). + +Les détails et les paramètres sont disponibles dans [Zerto VPN Setup on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). + +## Étape 10 : Coupler les sites et créer des VPG + +Une fois les ZVM en ligne et la communication validée : + +1. Utilisez la console Zerto pour **coupler les deux sites** +2. Créez votre premier **Virtual Protection Group (VPG)** + +Un VPG regroupe toutes les VM qui doivent être répliquées et basculées ensemble. + +Plus d'informations dans [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} + +## Étape 11 : Surveiller l'état de la réplication + +Surveillez chaque VPG depuis l'interface utilisateur Zerto : + +- Confirmer que la réplication est active +- Vérifier le RPO (Recovery Point Objective) +- Résoudre les alertes avant d'exécuter un test ou un basculement + +Si besoin, consultez le guide [Monitoring Virtual Protection Groups](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} + +## Étape 12 : Exécuter un test de basculement + +Avant de migrer les charges de travail de production, testez le comportement de vos VM dans le locataire OVHcloud. + +Utilisez l'option `Failover Test` dans l'interface utilisateur Zerto. Cela permet de mettre sous tension les machines virtuelles répliquées sans impacter la production. + +Instructions : + +- [Démarrer un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Arrêter un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} + +## Étape 13 : Exécuter la migration prévue + +Lorsque vous êtes prêt à migrer : + +1. Utilisez l'opération **Move** à Zerto pour migrer chaque VPG +2. Choisissez la stratégie de validation (manuelle, automatique, annulation) + +Voir [The Move Process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} pour des instructions complètes. + +## Étape 14 : Valider la disponibilité de l'application + +Après le déplacement : + +- Vérifier que toutes les VM sont sous tension +- Tester la connectivité (AD, DNS, Bastion, Internet) +- Valider chaque application et service + +## Étape 15 : Valider ou annuler la migration + +Si tous les tests réussissent, validez l'opération dans Zerto. + +Si quelque chose ne fonctionne pas, vous pouvez annuler le déplacement et revenir à votre environnement local. + +Voir [Déplacement des machines virtuelles protégées vers le site distant](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} + +## Étape 16 : Utiliser Storage vMotion pour placer les VM sur le stockage cible + +Après la migration, vous pouvez souhaiter déplacer certaines machines virtuelles vers un autre datastore ou une autre stratégie vSAN. + +Utiliser `Storage vMotion`{.action} via `vSphere Client`{.action}: + +1. Faites un clic droit sur la VM > `Migrer`{.action} +2. Sélectionnez `Modifier le stockage uniquement`{.action} +3. Choisissez le datastore de destination ou la stratégie vSAN + +Voir [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) pour plus de détails. + +## Étape 17 : Sauvegarder vos charges de travail + +Une fois vos VM en production, sécurisez-les avec un plan de sauvegarde. + +### Option 1 : Veeam Backup as a Service + +Utilisez [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) si vous souhaitez une solution de sauvegarde managée intégrée à votre HPC. + +### Option 2 : Veeam autogéré avec licence Enterprise + +Déployez votre propre serveur Veeam Backup et utilisez [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). + +## Aller plus loin + +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en œuvre de nos solutions, contactez votre Technical Account Manager ou demandez une analyse personnalisée de votre projet à nos experts de l’équipe [Professional Services](/links/professional-services). + +Posez des questions, donnez votre avis et interagissez directement avec l’équipe qui construit nos services Hosted Private Cloud sur le canal [Discord](https://discord.gg/ovhcloud){.external} dédié. + +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/meta.yaml b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/meta.yaml new file mode 100644 index 00000000000..033070e2e51 --- /dev/null +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/meta.yaml @@ -0,0 +1,2 @@ +id: 95fa5913-2e97-4e82-9730-925c5c37de31 +full_slug: vmware-migration-zerto-secnumcloud \ No newline at end of file diff --git a/pages/index.md b/pages/index.md index ba6a08ba74d..682aaecaf23 100644 --- a/pages/index.md +++ b/pages/index.md @@ -510,6 +510,7 @@ + [VPN-SPN Concept](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/snc-connectivity-concepts-vpn-spn) + [SPN Connector Concept](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/snc-connectivity-concepts-spn-connector) + [Migrating VMware Workloads to OVHcloud SecNumCloud with Veeam Replication](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_veeam_secnumcloud) + + [Migrating VMware Workloads to OVHcloud SecNumCloud with Zerto](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) + [Migration](hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration) + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Veeam Replication](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_veeam) + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Zerto](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto) From 426fdac276f4577fe55b3c5ad580ac416f971bcd Mon Sep 17 00:00:00 2001 From: fabienOVH Date: Wed, 9 Jul 2025 12:09:24 +0200 Subject: [PATCH 025/160] Guide fr first version --- .../eos-cpanel-plesk/guide.fr-fr.md | 79 ++++++++++++++++++ .../eos-cpanel-plesk/images/vpshome.png | Bin 0 -> 55389 bytes .../eos-cpanel-plesk/meta.yaml | 2 + 3 files changed, 81 insertions(+) create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/images/vpshome.png create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md new file mode 100644 index 00000000000..09699e0efc2 --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -0,0 +1,79 @@ +--- +title: "Fin du support Plesk et cPanel pour VPS - Assurer la continuité de vos services. +excerpt: "Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel." +updated: 2025-07-09 +--- + +## Objectif + +Ce guide vous explique comment assurer la continuité de vos services en migrant votre VPS OVHcloud vers un système d’exploitation compatible avec les dernières versions de **Plesk** et **cPanel**, suite à la fin de support annoncée pour plusieurs OS. + +**Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel.** + +## Prérequis + +- Disposer d'une offre [VPS](/links/bare-metal/vps){.external} avec une distribution [compatible](https://www.ovhcloud.com/fr/vps/os/). + +## En pratique + +Les éditeurs **Plesk** et **cPanel** annoncent la fin du support des systèmes d’exploitation suivants : + +| Système d'exploitation | Impacté par | Fin du support | +| ---------------------- | -------------- | -------------------- | +| Ubuntu 18.04 | Plesk | **1er juillet 2025** | +| Debian 10 | Plesk | **1er juillet 2025** | +| CentOS 7 | Plesk / cPanel | **1er janvier 2026** | +| CloudLinux 7 | Plesk / cPanel | **1er janvier 2026** | + +Pour plus de détails concernant les fins de support, consultez les documentations officielles : + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/). +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/). + +### Que faire concrètement ? + +> [!primary] +> +> D’un point de vue **sécurité**, continuer à utiliser un OS non supporté vous expose à des attaques. +Nous vous recommandons de lire [les recommandations de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/) et [les recommandations de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/). + +#### 1. Vérifier votre système actuel + +Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous dans la section `Bare Metal Cloud`{.action} et sélectionnez votre serveur sous la partie `Serveurs privés virtuels`{.action}. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +Dans l'onglet `Accueil`{.action}, retrouvez les détails de votre système d'exploitation dans la section `OS/Distribution`{.action}. + +#### 2. Identifier un OS compatible + +Si votre système d'exploitation fait partie des OS qui ne seront plus supportés, migrez vers un système compatible recommandé par l’éditeur. + +Consultez la documentation officielle des OS supportés : + +- [Liste des OS supportés par Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/) +- [Liste des OS compatibles avec cPanel](https://docs.cpanel.net/installation-guide/system-requirements/) + +#### 3. Migrer votre service + +**Option A — Réinstallation manuelle** + +1. [Sauvegardez vos données](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (contenu web, base de données, e-mails, etc.). +2. Réinstallez un OS compatible depuis l’espace client OVHcloud en suivant la section `Réinstaller votre VPS` de notre guide [Premiers pas avec un VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Réinstallez cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) ou Plesk sur le nouveau système. +4. Restaurez vos données à partir de vos sauvegardes. + +**Option B — Migration via Plesk ou cPanel** + +Cette méthode est recommandée si vous pouvez déployer une nouvelle instance de VPS avec un système à jour en parallèle de l’ancienne. + +Commandez un nouveau VPS avec un OS compatible si ce n'est pas déjà fait. [Installez cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) ou Plesk. + +Utilisez l’outil de migration de votre choix. Ces outils permettent de transférer automatiquement vos sites web, bases de données, comptes e-mail et configurations d’un VPS à l’autre : + +- Plesk Migrator – [Documentation officielle](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/) +- cPanel Transfer Tool – [Documentation officielle](https://docs.cpanel.net/whm/transfers/transfer-tool/) + +## Aller plus loin + +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/images/vpshome.png b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/images/vpshome.png new file mode 100644 index 0000000000000000000000000000000000000000..4999a7187f7ccf5f6dc51b2d2779f8587fdefb62 GIT binary patch literal 55389 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 nJt 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 TKIqBfy}T9|mI0T1)baj5*7=tf literal 0 HcmV?d00001 diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml new file mode 100644 index 00000000000..f0be299bcef --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml @@ -0,0 +1,2 @@ +id: 283abd6e-10d6-4a27-a19c-981688c4e627 +full_slug: vps-eos-cpanel-plesk \ No newline at end of file From 7f17888daec123d9b75e70ef1e44643243bfccff Mon Sep 17 00:00:00 2001 From: fabienOVH Date: Wed, 9 Jul 2025 12:15:26 +0200 Subject: [PATCH 026/160] minor update --- .../virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md index 09699e0efc2..af9d442412f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -1,6 +1,6 @@ --- -title: "Fin du support Plesk et cPanel pour VPS - Assurer la continuité de vos services. -excerpt: "Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel." +title: "Fin du support Plesk et cPanel pour VPS - Assurer la continuité de vos services" +excerpt: "Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel" updated: 2025-07-09 --- From 3ece79d1576b5ee8f62604734fd2d6c37b58b023 Mon Sep 17 00:00:00 2001 From: jessica Date: Wed, 9 Jul 2025 18:16:02 -0400 Subject: [PATCH 027/160] guide update EN versions --- .../guide.en-asia.md | 65 +++++++++++++++++- .../guide.en-au.md | 62 ++++++++++++++++- .../guide.en-ca.md | 62 ++++++++++++++++- .../guide.en-gb.md | 62 ++++++++++++++++- .../guide.en-ie.md | 62 ++++++++++++++++- .../guide.en-sg.md | 62 ++++++++++++++++- .../guide.en-us.md | 62 ++++++++++++++++- .../images/associate_floating_ip.png | Bin 0 -> 20622 bytes .../images/confirm_disassociate_ip.png | Bin 0 -> 18291 bytes .../images/disassociate_floating_ip.png | Bin 0 -> 27630 bytes .../images/instance_floating_ip.png | Bin 0 -> 27948 bytes .../images/network_floating_ip.png | Bin 0 -> 37126 bytes .../images/region2021.png | Bin 0 -> 19439 bytes .../images/release_floating_ip.png | Bin 0 -> 30111 bytes 14 files changed, 429 insertions(+), 8 deletions(-) create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/associate_floating_ip.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/confirm_disassociate_ip.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/disassociate_floating_ip.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/instance_floating_ip.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/network_floating_ip.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/region2021.png create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/release_floating_ip.png diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md index df14e66c2b8..f509ad97be8 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,67 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +517,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md index 3b40def2052..adbf80ce52f 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md index 6c9ed4e6128..8a0267dd9c9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md index 343be13e2e5..c829d714eb5 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md index b6d9ac3f4bf..bf0d52c3b36 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md index 04db6161e25..a2901a70ba8 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md index d3baccdee9c..b617e44a22a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-09 --- ## Objective @@ -385,6 +385,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> Next, click on `Associate`{.action} +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating ip from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating will be detached from the instance. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/associate_floating_ip.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/associate_floating_ip.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdeef60d8c31e2e397ef49f1c0c59167aa5ea17 GIT binary patch literal 20622 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 ZGdM}8yx$k&^`99na!-||N}rfK|6jl8KVAR; literal 0 HcmV?d00001 diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/confirm_disassociate_ip.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/confirm_disassociate_ip.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc744ef1a272fde2d8df89bed32c0f66efac349 GIT binary patch literal 18291 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 KVwt@4h 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 YD^b7E^ql+8#Pg4pUZ_7WeQFl;e@+vBRR910 literal 0 HcmV?d00001 diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/instance_floating_ip.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/instance_floating_ip.png new file mode 100644 index 0000000000000000000000000000000000000000..bb44d9bc9f2b668c42c2d4c256b35d354515ea33 GIT binary patch literal 27948 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 literal 0 HcmV?d00001 diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/network_floating_ip.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/network_floating_ip.png new file mode 100644 index 0000000000000000000000000000000000000000..45b96c4f13c381885834e47e97c25f3aa3e1b98e GIT binary patch literal 37126 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 z%0D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 S%IJ=Vt01fLI7j+fz<&bi^*0az literal 0 HcmV?d00001 diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/region2021.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/region2021.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a29676c41459f321b74519b08c18b2198128d2 GIT binary patch literal 19439 zcmaI81ymeCw=PN&oM6F%TLJ_pxCeK4cXyY;LXZSafZ#A#aCdiicXxN60dDi3b>F+| zopT>+F|%l;ejJgr2)3U8@#cM zgec4lOd`xXEynIQz!4-zNi7!`7__d}-#2{@`KG`@1Xn3JF@znIw^+n<1Z+xvFfe2= zQldhto{Pt6AW!U>rx$~&l;4gxS>HZwQy?nQCrH*y$zn3WNtLW?U|1>rsIw-N_6td_ zovl_k5zEY}!7ap8!IZKo=fFM>#OUJx_)Zv=Y*(0U;{zgw^GebhX%p+h%CS8MQqXT7 z{jn;AN>+=}RPH8-0N4x6x<|v#?nV$uhA14`YjL*9R{*yW!^&fksv1aE&C*2a@$rRj zXJ_Zb0!l)hz=7|-53n0wD_&;#VG?s_VKKdh_Uqq6jDvo*0Owl>b?alm{?`je1s<#r zMk%6Ca;)amH>G6%m@R5+8iu0Ixw)WRs{miB`~?3#Y+8Aki&r8 zP!98z33~1xAV|OOVXUl6%aHIOr7tu`Z2H5LVPt&nwsP;dQ^MGzuY`@=L;Dyu`L)Ag zq~ZiATuf}Ly{~V&bTFrI{fLe;JkU`r{ORH9#&($Yv#}^?AcDJtGS|(M%~zTER9|=l zgW#&YLjsf*Bt>?%o>1^;Q~GL)?+OP2*xxBNY3fG{uASVJqM8k*+1D??wzd4+e6+hS{j^vsX7g^1k=y)e&fy?-fI8vBXbli&t&@?fEcC*n-Y>~^3RI>a$g!P(|%A#nId{Q)f=WR`hvz?uI#SqMo<&8(I|* zy|jUFJ5}~#EaskxVh@`iHCS7#j%sMkJy?ROjCr2jRHt6Fk||v~r`Q+nfNOZAQyH?^Os*h`B>bRb;_c z!DV+EFy|?Fx97{Gw~Y+Ze#?daI2YfJIYw2dYxYGTd!ap0{u2yp1+TSpJ!uHMq1-N} zzV}H6Gz)e^8W+N9Vg0b4O))&^b?dJ(0-TEfr-b+Rv}}E(x+^hXY~~xw7aFRg12!CN zY#$$NRp`S&F>`NJ>tYEPqxK_e9^GMizFz;LbCwiJx3SX0R*XaaQ)r6hQ=gH1dZ7^z zQTXgxobTQ?U7l>XG+*Yu6IFPMyJix$ArX6o_Lf6S5&K(3 z?bjPztS5*y-|aZruzAnKo}RWj;+m*6C3+v1j6ji4I{dHo2!)3t*Ve>wh#1SfFWV(gQCoXa!W}kVrfWWe{z_RE->-@6G{?>^)+UacV zcTGq{Sr*q*p-tK=4n#hdTup7Mcl$f)Xq8Cgz zkGUiN`SZ44{`(WjgMuSwbP|&7bNS$eU96OEjCXBCn<#7emCh2Eboa@WnKR_hd4GSp zpiDzb%RRtlk9{~Sq;SS*J74^{qv}2Wau<14ji&0bITj%&*surmSywP0#bz~}q8#kM zwbly$H4oP9Llps?k1Jeh#yS6<$bO56dNBHQ2YtG!9}4F|kH6>* zxuD1-{<-DCL|a-;J)_u>+Nam|G9vgs3OTOhtQnhnSpHj;QRM74~5VY+(yxa(fQV^bCY~lggi@S#bL2xB|FzM_7%YVExR({3-9BPsPnAWZDcv z4k5Lgq|F!Vuejmjz5Y>(PNTy*{`gXcf-m9|{vul$PDAyrd>4)wOblO4OlF-( z9xmM8x3p4cOSn-}-+cnzrI8z(22A|c44x8os|g;f8azKT-W^?fYd2?)!#g5$t;>lm z&Qns+o-7+C^TyqSxHQ_sx8=68geGiB;6wX~p>J*6NWK{FXpp!R_aRqdZWw1L->Y} zi#Jg4%NAO1BKrkSn-aHidOfq~Os`6AuCN7U9L} zZ_;xDeVse+Y!CQOT=-TWeC&q~DoXj|s-|7^>Y`|Hx%Q?4p)Ltbrf%nNC-r|iTAuGR z)-{pTfkk++Ae4QDFe5){Du;Ov!)) zecJfL{R7|8PJ>M@d()OUdTec=VCsg(^4?vEOIJ~92kr=@_RfHm6)Z z9tHVRDfm!p(Wt|%iKV%|<28W;?Nv#J&8m@qe4hR^etuNDPoB&Qy?a$GN3fWb?+8}- ziMU+T$13G9`7^11bb8nSxurTr=X|T<-khu;$n@{t5(kD{XeH5mujcw->R(5%lM}<^ z#oxa-#gOffKzdWw$onv!hl16sJJP@5OY}$;1(*?*jjC6zidbBPJugMnhiYY_eBp){mE8)iwsMc`{g~CiZuvzNcDIs_H%_Z;KCAXyUNwi1 zmNJoaeisM&o{d%dx6@Kv;UA|?msUAB~}@l{VOURyhX^K(2b5nS>(_*UWLWNuIU+@L>!zM^QC=X5A`zbj;thn(3RS7 zDv7LJNid_{F!W|b#3x?O2*ravrBBJCCa_#v(2%%8#Vd1FX#4tSL;3yNP?SP1OLs(m z?|aYVZ?)dT$mBwL_&oI}+zmUa+$u6J&(F(Wp9#DTYNF*9%(|bqc^iX-UKi@YgE#t0?@rbVl-(=I2Q|@86LG4IDx8RES?C@WQ1pA;GQo(ebVHXsK$^}N` zBSHRN2mSkG^tGejk?gkwGh+@0i!x?r{3)~Y90Uz7#dI4z8ZUj{9mY(QRegNrrf0tl zKOTRSh*Hl~S~53SE^i{)DMisS+@z6zvcYK@t7kiEI4uP;H~Mk%CN~$2Ieu8`lXAJQ zAjtoMX!Nt!s30AjCpmjEVNt@@J z8PcWU!Rs=|8@F4OhBSmc|7iULtr>W2^iAn+u1tVrX%e@c-O6w>N8*+ zhDK|#+oJXaO-Rzz=C^`46JJcZ^z1NqzW>PobKPQvBPD(kYl zjbKV!iQ}#;!^>lN;`$pm(bZ#`7y)xE3tH>`Rlh)eexHi`D0F`6pB5oQd zUr-J29ov`ySYihbrJyX@XtUl1rhf?(65RF_Rv+B709{)`LfoH}JeH#ho}9EM@v=s+ zpgq)#A?nbJE$iuf-}6}w`n=;y|8V4SeRwbg1*5^OA2)c@GEJ-KWph*}V~cHc4_I5< zu%|qkP&k}f`CWC+#iiwM-e^$PKS93JAloiDg{`$TCu~yABx2XdQT{D$DR~F`7!+k{ znt#N$(zq#xr8;tJ!3E3*_5Oq4Hbq-9=el&{>P?$&oGT3ma2; z%6kVmmb!ml+Jq6Cb9;+WQ(i$HN0^RcbB)t2QPKHP338>r07P`iTXN=3x#6Ymnx--v z^qp(fImVewUV+Cg@csUhbR&9er~&knq|~Lzd4WFZsE~9coodQ(UgNtg$mq>ymjuI4 zHl}l)PQE-dee(%TDU;%YpRs(Q**b1#$A9PV_BTv!l5dz-c-Y{By^+IgG%xhYJ=Sn6 z341Mtrc}2E)c6lo6>YDUXqJ5~$m+!IvTJ7nK=n(INwB?Q>n2fd_Trudt4XniAz5> z8fp52HakFEcVlrArqe&dD{^-#fQI|qSESOmhg>>Z<0?Tc+w1%pe&+}jDR}nmOH?Pn z(%)3nX41?54hiir#MmY^bxD+ejIq^RHN2gKTuM>l4a$y8DC zx{s;8tDQ5Z5&pr|)!(Sk_!FXQqxTN*-tvn_GLFr~@X16gzmM?eiNt$rcRR4Wvz^N? z4~xn7JV>9e!_@-pTMq(f-eNO zf~hI?{R(6cnSW;ArEO{c^g#bb|e0^wTz5yjH z37qU1-eu@pIA3s*4VwXv!|3?iQkDru#5yDqRzYP;_>1jfoDp#T>NG{}= zXXIR&k5%fzd9G@W=p$)NU;nxiB|T zQsj^=FQW$6#z^)2a7J<2DqvHBx322N!0Rl}VqK5^2lEXYDrWod4t{_zSai8(ORJhJ zg^Wo9)7k5L_uh3v6LPt)0Ds|gDd2o1k3}?%8eXEJ<}w9yh~D~eugRO!HcUsozv!Js zb?qjpVNmvgg(9Hh&l^){UNLIVGp%@U_qVZA&D~+6<`mUkdyNVQ8x`%gw9b5d#-1+P zX67RtbYk~W0f&A1^x2t_QP9|vCDO3u71!IYlLzgXJejfP`i?XAdGOHXOeU<}(V=FZ zZ@Qz3d`kf1QDcE~W04IWp6}r`cj%qPkir}CRsWK=2pF=NHN$hY+aN2f=T|JPc(!NR zd&B<0CuLj^XTcbft7R-mQ;dL2g)JslGhd9aCZ>XoeMs}ABrm5L9u5U}#=K$a;X3i# zM0-~9{Xw?KN4|a@@#juB6o=L;2I?VppAp&{+!4t&&q}rCfCePkq}aB z5ym&x*6i}}bIh)e3Q*`Uqr~a^wgOIq6)tV<8OP$y0zZOFK{frZib+~=zcTb^zc7)9 zYvaenk?Ir27v#$LCt?yHXW=DO3`J^SLA%y?qZOPs1h79G3J(xa9Ggc#>p6aocYZj& z9x0_nudLcLc0i_2O0m-EtqXoio$C7Bzw}4%8Cqj)6I5l} z)iyD;{S_HX`syZ`j)q-pe{a_!v$dB|MV+F_f8o?R9o~uy7qqQUrGe!b{wAtnjPY1~ z1|nzrYZW}%0be|>Eg+?_sXQeYu?UYYH#2_Ib2{f2ES#<}Z*Oq_hE=)M%Io#XFFtzX zkdk7t*WhAf^N6@?X&tJ%heu;+J;X_bh&Lm`cQCPl%|w!(d^+a27OnGr~rpp!msbe`Cd` zzBKjlRwps9&w01f$6mZ^d^B2Jqy03#W2q4lN+9OWogH^$(LZWjdi5;%qMj1f@F&d|oR(kRDGpEXvlolu|!M zy{U7{=9c|@`R7K=g`!$&V|LVVa|)y9NL}J}3%iY>Le0xLpHYp&-qryg-Kj5y9@kGz zj(V1y_Q+>uuCj~alNsZu%dRF&9A@C$=H~eJZ~k?2IfbZQG;IvbSL5&I9B0(jE7(#> z<~V_n=#|j#$x9h?F0KyqZ#MXLrhl{StC4X6jf(uGZ(F5Rv9m$n9Ci^9m#cMzkP#04 zRr+iWfDKOW^i{w8e~jg=df3APvsz-2Arelup9&eL-{CgiFUVm zU{amQEaV!tF91Cj&bp(kp*CFbC?|~VD4lhEBDt?vs!xyU?ERDKHq3*~m^x$)O7IXO zh?d|RrK?Ie*;sBsTP=HDiu8oyL?vW&M+MRF;;W-A2JnLRYBGSo!0L(z2J%O9+~Vj^B`m&rp>V#OuD} zd-L5GMep)*sDD}GOlHL!E|1bE-qV$CwH6<(r&|URN=Utd-#}AQc)vbpk`d?aX7>QC zIe+B{57c?4#Pw+RM`5A62V+>58{h4f-nOrAvVR-tNI-ij%(C+wwQj!Zz=98+fI!$3 zaX=@b1Iae0|9sz)Kk*R12m1O=8|k)(|8id;C$%Fa=ULqQNH5`+Q>>tnh{;}WQ+{bJ zGia3q5UB>VJ$U&+9B~T%$ak$^(<(E_7isk8{>*ep&Yj(*42=pAitx~ddDzxd-RXrr zMRlp($nssbVLM(`wDJ4kYgb5FV)1R17@S}mPkJ(E5D9-V#T(}15Pj&u4kGT8A2yN` zr#7z?i-|He-UE%MDi(jEPNFj?Ln6iG*0GeN?`ikFT*e6TyY-HZ~O+}5hqJH65S0-9N8+InzRub(|pY?fiASif)C z!C-yA&HdN1sAYbOh$i@!Vs>_1G=C40aIvbZ{;Uc zw6lA*TCJNpm+0wr@?{y8QQ4ks*L{T_1&TRUPKgYwq=~}qziRdEgoa$NKNzfv8Va&T zKl`8y>Yabq(uum#>+lMbVLU(CxPtDreSX!16B4jl%;T6)_SPilO3gzp7fmb0OXh-a z*LVNC$xr@O^sdoyY?>@#Z;q|Vpv(%jHvTFtngtv&%X}9xdY$-PcO@@gB7L=^5ByhI zTV2jd3y0TvFzKcrjY|F@&ZKs9Cc_3$bUpss-WNw)I@?%W$5x2!ueH&k`28J1coFEF zFi`_o39yVTJU8*0xIOFR7hdqJBWS~t9Z`+QSF|2`->iC-1$1UfhefHzq_}$zMfIfT@|hQ{)mni_igFnA?W-2*JRQb7-uAcjPv=fxutFucAk4z2cDO8?$wtJ zjMxFZSmn^%04ckEiHYK=FUhhueE7T{tF)YsY>t*rQ;GTo;}r}q3|fs=^7R|SBKu2oV{T%PiN(Z;0?2-P z!@vqYT^YWg|EHq%w<7zU=5?r2^Y!72r=dQY-qR6Fid<@0(D?c()P3V_-y*#Ftc^3# z4IGbocPs?>343*I&A;BvJzmX%`(o~!TKI4iWD*#08{Jr4a^F7c?sP$^f1t9cWA86a zC2Z&Xf$j$L(@QR+hr#6|G)}hY5JwLq?RG#!BE}AL3ClKja+ILY(FRxJ3N9B%%F$qO zQk8{~p`u2NKj>ZE%A&#lGoTFNDmyj9kOj2Xd3Q7e7h<;?T!Nmv#DrJ+C?J0ur>=33q*^|C7&R#D!rCa@nS>n9;yEf#gzj_(D z>i;A>4B*kq7xC8!-TylIrst~XmuUdT1Er|=HDD9)ujE4bj<|5uwxXn-R%WxaXkM2R zAcGi*4}UZ1{@q%Zan6@gmztBG^MNfA7<)|q3Ww|~5-!&$1pVJlDbD@q>aM~Ik_oR%Z_zMzV9MZiPutu>Y0IkLCIY5*7QrPI zb}=V0zd#M&UBqKmA#(FDfU#GX?bgd~%`HsAzcu#iFM%a)$~^BVzLgTY@QNRk9n@^Ss@Dq!30gpB{IF3d;80Ynsi(GpBBPu1KzwrAXn=xN7U8UgVW(N28e8 z$mNHq>k;_ ziEKXw?v3bt)Ke-?$$%lZBC%aavZ-htq=wy z3su2eAq-exK>o`FU8W>13nVjU`Z%fYto$l0EKE?6klB`T@h&sr=#A2^<6sUv?_W$o zbl*in(Y&6X?ymVg?jV3Y%j24zVU=8=okUixF=3f5k1?iS{|VDqMG#TQGI~C|>50SP2cg0$bm#U2 zIG4i?M)W-Rc5uGJ1PKw*aS4$PXQ7VT$RilIbPA%M3MDS=hVz#Ee#)Z%zxg@w6uAiOydtxo=rcUcd7MnPQC$D|4WvlZ1v0sI zuYGgzN3pZJ(uExp2n)LABC7V%KxW1J^sNd`@aIAJq>e^v4ErZ~8uMJ2q#*YT5sXYc zo}s&D7tdRhQxkVf@*asD8M10{gAi;ctA88QljZBjp#_PCl>>~`D{x%%g17O}?vxfN z|GO5TDzYj(E-Ad<-3?*Glw9m{4i=|5-j`ataC6+cap@1RLi?V&1QlyHZ;Ft!B|pB4 zg9%>v{ae0~aUDe+Gxhgq7Rx+67#p6WQcqelw!ELK)Ku;*%7@u<(+StW)GHb-k>(Z4fI~F*woZv%4j}eLqo&xp-R^S=A1uD7 z3Hl3Ui$_}5T2fO{Nt+=Pht&E9x_@KN4DMmGgeZlfoKW~X5X5{3X8#Tr9$r~p9lm|Z zq0LTo)jONn|Jf%2HQ2@Uj4|!1wYyt%3(e#i`arMO7}wm)r>vqvNX+B`BdjxVi>?NT z`YF-2_N209ttQeI(!VCj8LuOJGWoZd+{hfcsonYsyL9tis4r6SmkD&nUCCcQ^?_=# zGBPp;Yi(^8&!ec)1mp(nM8qcV=xPRZ?{teSR^N09t1iAfy?FZapQ>yX#HO}eugYXZMNe8rPE+n%P zT(f^TO&UJC;uPTy=Wq#;j2=eJODw=tR8+j)v9>mHd;cHGNZ*ErhLHIvBJLQVb!izH zLM?&UBLNCYUxOd6_O8ym&q8K;L-No}ykeK;3=m&???x;U{`m$RjTQJT@e zij@up3Dwuvf6&oD4agH0jXrMSPVn>5*H8a3Ly2f7)Rcr+0)#571tSITHE!?V4@F@@ zOiWCpV)?j)1PMdKj3M!M?lh8rM+aAzm+vn;YX2Nhp$O+iAOFZ@qR?x`%Z&88-v~_t zLg8q(#D%b>N!o(+FAxtL1d-XCZyzmFmzQ-Dvb{{%qQ=!}lKBp4s^9L_aNOKIHl`L9 z5-^4L7(*GDm@M|kGfy5DcgMg?tKJB?Sy@>#Uf9^!7#J7<3%2f_&a)3l+T{W)pkP5E zIz-~|o1?iZ`xTzL_$V^nUq9zj0oI>V0Urtgqdw0dt@}FuNlmX~X*~9ve&$1~TBRqd^i%i+S1`5VjGh)mEn zePv~(=EHW~r%_O}u|nRHHxuab?ryPjqh9nDC=@C&zI4E4MhmzYPUlP%3GNvg%D6`n z;N=QFQ>bo5^<$3zf*`mRZmgi)7K+)`Hdj2=KQ1GL5fm<}c8>Ns-S}HU%w%9E3ZW`hX}3nQwvFf(i5ug%ZzCqLtM z*<~9XBjI<@Skg^9Gv4907$r*hKdk)*H#`5)+(T_kUsEbX25~jDEwc*E>c>a#lGaxJ zqLPvsYisLj08o@vRw@IVYpVP1Fn&pMvo5dGW>7pByjFNMJ3DKQgoLzc0rs6eHsN$w zEsiANU-T68zP7Zx+8sfIAfuqvbao1F`D^s?zd)}Rf1nHGTP4rZl=u=rO!(5u*uCsm zo3%jC4|{t0XZsV`H6E*85>sq)puIE?qDe2H;ob+I)wn6Ov<5m06*u26TrRt^MF#$f z?yhesbB8L^DHIB#j>xxazC8@asrsgi%F~&)m0W_))r&wGoxv|c|a0h^;A<= zuRV~V0BwY2mzGB5f&G#r2{|v1tHwCOB2p*>1k!uL@dzhOJw3T5Ce-WLczBY}&mEDG zkr9!Q$f>DAfB(iX0h6S?H8nRUpi|_|o4FG3JU7g4dhhXS0K*V++MAAN2r*_m2Q;|s z5%{yRvVNhZy{tzkV_=Bv@0T<-HYV6vQsvg0smXKZP@6mXn~0}TX}J9Nq6rf~I+B?$ zmqSdEc5}Kek#l`{|NgOmSo%w+!ILvEHg@M}D=GPtT(}fg-eRHBEHa+*+O;))7s>H_ zU5H99*;VO?hn_wnHI>NN#6*vSEPe2xurx(Q9@2;_3ZNiaFE8#`DmmlR<%a2*nFeg{ z*n#d8ht`2|qps#rkFF3@zKd?GkqPGw;(0)hvu!MrY4h?L-8JMD+!%l?MVx2=-NZ{3^iO|+ z+_5^W@)Z^p=^;P;#H4Hi7;Pn6)W?ypzq20_3JXp*)e5k zXei;P%~?xcZmxGT=o}c(?E;jXB5|@$pK>Oi+0t>p~~8n*M=uVu2I_IVPVVS*N^oMkZSKd zBS}d_78Vw?ts%E1;W`>;XXgkX7iZ_6QBk*^!2BN+qU!Tih3eam(kdh?T;k#STg=s5c#C+E}daFU3$ zbeNN@3Y!}+2n(v*Cr@WU1cVB_1q9%U{~fVzsKQ5o4n72_lTUp{)S$&PX$%Ssd<*2$R&!zOU>%RioaH^!@45(IZp+~Dy3PMQI!6X(0< zZJ>_3Z~5RN%TY6>B@b&h@2?d5;(f)eCRCzI^@s1yLX40D9T)yT zvjFh3(1Q=#nE+da-KeB^-If7<2)w*P1~Np7*UdHXbqoBz9sZyHC!9h_r-nov@?Wr8 z?^LJJ^+0T(spjE7jp=?$h4XrPy!k{;{hAau`QE*IC$r$`K8s5i`i0uFre>+Z7>G4;>%Ib?l+Y`r}K8OLphcEyz{p!3e33GXQDJduC=9Rk4 zjhOJ^0?1rr8V0^*h@9YI#2_IFd&Kl(VPw~#yf3aHxtjZePerY3N zFlKTU7LOttm@ZJ!^WHe6$MUF^Q|UY%aeAz{jhp~z#!6w7$;PGgeYcm7j}K7WS+cu) z@y_;sh-tojQ=CNa5SE5o)6O1yhrZFNoMoPG)rXf zm#cfWq4@G6O?%>#hT_cy6yjuH3@|=^++QD(5EU)=d-4`>JfXDP^F0+^=GFr!RV-%X zRYMRRsmhpQmbrkGj}M;$zayOpWPWq+>Se2hdhc@YWrjNk>^L;SF`@S0Jj9XUmA+CP z{LcMs#@C>tPp$J^%DnTSdQ=MaS0P)X%&Mz?%IM#zskZmq=z>t@tGzK!@%?#;*;@z& z1;sLQy$i{zYw0Vu0FZWFwx=oE=-)n_Gy09j0GMHOR;nrfVZX+xCkMWcF%4gd7VY6d z@Jo6MXLEl^ZTa%u?8SQv6t8bHqfGO1Y@=@;G(c!v_FPpdC!t2yWO;-E$HYW6J;zw5 zjYDGFXFs#7lBr0O#+8rT1d?;{&(ze!rr1=~*!6M4d+v4g^+(4uMV4-Ae!+Oy($dmu zr%7mO;lBx)PqFo9u$6lxZ-W+p2oQ?)ZHGj|Wz!&sDT^Pbl3w<{3BVwc8e6wQz;rl2 zYC`)Mur`sM`bJ!!>Q5cXz8UGu)pPSeb20*Rj0Hz)aF>0B6Kn_Tz`(#TSP%?wr@BWW z`pl|Lndz;n`qA6d^F?;|T3IqB6NLF^rp=)=i!_S&D`lKcSIwbFbHpk92Hd$tkU%@o zjZQCbLzBkTzYl~G7{?e+c#O#J9L&4b3Vbx)5Ut3ZY9Y1_Hrnh@54`uh(~Eiws`C|E zd54--=Em#3L=bX>&ux#bMqZwcSa`c#4z>(AcyL(iOekb%`xSdGd?a=ZCxoFrNDcN8 zjwaz}PLl1FQNotZ#Uf%=#<@HpXC8jYREjuxVkAv}b2G$XYeF#57;;wb)&np8RlpI0 z+F>7AOieMl>sI-r`H}GAQ;&Qh%*Xb6nzNA8u-C*@{hM>uvy0_k&$E9B7TS-- z;}Ao2U%AsaKS_|w!KwV}NM}40F-G53>M_qR(1=2(8jY9VN?i0q-2Kjw!bJ#y(ev1ILJY`^AhB?{c-M!8f3JZS*O|1k#64`;h%ds} z^tHBty5Li#L&aolB~3~`EQlP{_>svRD>-d6`9lG@5Jq#x+$X9-@`vyIK5({6m!E0B zouz!Vnm_OQISuY)c#KK27^}1jx3g84(@FYp^7Q3%r9=Fz17!-$hg6Z>j01XU@F})l zSr$fsqB)aR_jN`{Q^2Nd&VoK z;37}EzIL6&3e>70g9B*@g6NdUB-7#r#DF zLaz^(h(v^QBT}N})lSj;Rh@^e2xAM#TD|*OS=l+rI4dzDbku|jLySe@c$(dM*EJC4 z<2T3r6-Y+K@&|3n3#F#&5Hq$Ah`(B)CQu_ zARXTnz`k}$mN8ml=@S=#7_3xq2gf*+Ka(>P-wT0=sO1i~E+1aP|t_v)x)rf;FhW)Sh1T63x zTQ9pPBXd6m5a z@#j191$g!D<~%Ms3Wc+%BCK4aV$yW%(mHtDYn8?|?U8Ee6b1-BnDg9{162Df{LRUC zaDkBgllQHO<+W}4OCS6!pFhG=vZJ<-Lt49I(_L3zlt)tO+9bPFcK>EtHPomeF-puErtxtqwwc{Sq@62LBjT{XWV;z7O zwiu%dGv;+N=qZF_{UR?(Z7+*4h4=aQ*Q?Dq35+0keZBZy_tX}RYwv(MXOiDpk(`KxnYd1SrY&l`sLMC z;6qHqS@g5 z@5ep$=g+^^QBDW|=p--W>ROH20+IoE2%yrTEdk2t!0>P!G7i89<1xCg#ZHzw8zu(^ z2PvqiLI7r47LA0CPR-6fW27S~DOq)j2FTlF98u#|KO-V+s~H#>O9$9)i**}f047Tr zgV&}H0NWtcTez09|8ctA}|o_JFw5(>WfUNDykhB$cd;hOzUwC)e1@@l)Q4M{|P<+H<)~a zmUN>GC~v{3{GeH*w``DKWVfnwSQ`Zj zRr_qpT0+Xo%6u$4#Y6zIGL=6)kn1;K#0-8DA{fr9~L<-x(f zbY2fT2}yijl`@%NE+>kz*2h90L*S~8a9CWw=kgHNHS||^^W5hitVx5LWVRSd_3qs! z<`^=!w@pRXDJdxd=wk#(tnOi9$46DM12$GSL)~&`_b;qBM+7Zn0+3?F z7JwqTvU#7+@9XFKhut-RNX>uXh$v*S2#{hIVg0wFEbFuy4T47*r?CKZ6HgvRKnj^#jNOGU_6>hcmU(2s7zA#|?zLTPvdqhhMmB zbsGJ6@DTlsvi4=yzqc~zPU;CMAriQf`ks=yy7;$m?Kl^(CBPIdITj|HXgpxivIBM? zz{fJ}xZIOd!}KGXqzZ*GUiF}1ujf_>J?9#3heL>z-7A|LcUtiH33^e6trI&RZQf8O z1)RlxOQOt3?jBNoLHnZ&V%iyUM1bM{PjvGCk80}rY$IuBc5PV`Yn3x{2zZ?8Mq9Zi z^PaW5rh`tiPOb7AIC0kwJS9Ayuf|)5Y4Lyp2Mi1a4*6@kkf7q>At=}83LKxnB$U{n z2GWCyqT)AA&5!HeX^V-8A7f%-aw>!9bdCi<<`L6@ zH0{i(_2q{~&kJJ{(WoZ2^hxB-zd>0GcjZXJtX6UeC*zrw@Fk89`T6;lZX{-AX0WiZ zhJeQf;9!HNe>BKcu`}P4u;Ij%2)gG^UuwVE5&>$pe87LQ$bVk`?WYKI%#*BN&J0XLf-_gWh0oxV6*Fh@?9m{pSnE#&`#d zhcmpZ)zY`LN9}c>k9ECmz2Sn$J#$}%4n>YM<1cZOygsLv7FUVyKDQt?JiNh$?qX8i zR`G7OE1!CulMi^Qs?y4l z4)ISA3qF*&D^E#e%jHx}sI<7_#J1HNg(gAn^?H?a;keQS9gxuN8Uh|3D`XpY--E*7 z9q)Ws9?s&UxoeyN7sC;W`_bXUivi}=DH9cc3!>cAN3Jcgbnv3Wq4>UM9IhfZU&_wQ zJ$@IocI0HPS^5~Wj-sFUO}4BTdvtTOK+g4d&9`q3D?Qzm zaB-~Bsh$~s{JRa)Zwb{f?~UWAJ~Ht`12+n+qLkb)O! z(pwx076#q@#DRQ3x7n)#?U2}hTdq+kzHbP7p52{S-!W>0?+Id?MXCn5jFoM^&qP41 zhscM#BkDJ)Yi04^h4?mY@$L(yJE5&SNig5(7qye}`;7NIAUNJVWv9_+TArp%5^{Yu zX4175{z%H*{&-gN4k;cPlZRdepJUl-$}O|@3@R5va8g~Sq2SGB!QxI%>Q|X$cM#nK zErGo~J9@s(J!+WfSq{w3TNZc7`JrCF{r;0BOa_kw>8kl>8d_T8-U$52+PTyi7h z{eAbM*&BalNbvC9X3ZOBZ{lw#N|;XkMgIX%RUk&Sum61CYWJ`3jUa{BKf8al0X8Q0 zPfN9b3m2uFy1Kf)(9n?4)4z9Yp*ND1eJ>>?g@zhLri+Y5B7ppD{bvdx67Wdg)et4a zuvb2?MCK`pOFMT=*8_^as}McW$37|aETPU6n~!ZuXr<=WaybA=StS+>b`ZS@bZo$X zm^WF5ZVdT&UGtN)o}h?FkjkDND&P9L1z^prd~~1V8Wda=I`9bPf?>13u{g-U;bG9y z(t-hCg`^qc$&Y}St(!aW)+yoRZgbaa$tWH40=5rCEde8?oG#GF*jQji$v( z_nOP$_eSS{bk2F`=r$vC#8^V6EA=W$-}mcd@Hm(n$hp-BK0nX=XH#+2MZ21NNf`qD zn*@x{!13=Fc^(e_vOg_e?X>UsqQ^}O-4uX^hbWx)-(Ve(xBt)b7~tyx{_`CH|L@@- z`C!=uK>Tz}s?emLo|_|N?O7b7DjG{Iph0eJZSAE`1{BiuH+v6a}w| z0lpgGMST7G)wG7L!v=UPGB-Em@X#9YG75@{SiAMWRLfe&CwUU;*uX<}jq7J;(QR#l zetv%XatZXnYCv`+_s|a##q-xY*Fyp+D}MmctPy~i(3TPybi{!m0?-zK>ZCrSkib26 z2BQG=5l$PO!Qz3d(-osuM@L5ujvH^ytMCKtR~qq|JUW@uTgJag%F2EMfcS*93IHo} za&kQRI5;@sp-`xJq=cWJ0D$uWYf2gpg%N0cB-3iKoq)&-#k1#piMN%1DHR2_RmVS6&AoefY8Fg!V=NePFAfRm)r(w47h?rhWA*mXwv1e?~^a8D4G= z*v^*=(Q3CFS2%8VBSn!4%A1+(h=s4G{K%roFO)Vj``i~ryagb${6bpb9=WBYrJc(S zfN_s_;dk2%tTEx><6GX3i;Rk*0t`BUIcUW-W4W9zbC0I;hv!=L5>%gLUT}My65%oG z0yEDeU}R(z$#(}(glv@=tz|bIiL+@`6cm^FHrs`-0JS0{u5;QF$ArlL%(Wuob&mkt zPLrRepyn+M0AZZJ-Z=@$s;vS4r%ypZ@L~aY07xhkFaT_ijg8$pAN&uYnUbV-MFT>C z+j$#tW@aW~Io5#zfc$x6+}ufVadF~-f&h<;?h^xmAux`{#uV#|ZF7VnKw9IlTm1BQ z(@!o|JBHu1~qwZahzI>D1{hA2_~{52ohN| zBBBvUf=dOl$R>&u2wWDS5KN>3w@3v<2s=n6D5+orrAZMQ5l970L{>$R9W~_!6bXy6 zBljeIk+Ao=TGw)>bKF>M-^Zd{6%&Vwo76&Acfh6ha>7{{6%q>L%0m#sIxDbXe zZs+o_+d0Ohr@f0c@$F@hzTJeS+sM6NobIHLijs`CDy$~2li|rf#<$?dB4@{gsgLto zDBh8u4)A}8ndrm$enWgerP zDBzn74GpPzc>%k=lJ8pQFgD%($TRL7?`A@>4t1mQ=FN#oNrCssL1Z#HLm>s&0p7jd z*^_C4$9H+X3Ug@?3d`ZdHZPl)<2`qbg415pV|UMo?E68z_Yz?Xy!YGC-u4yUxr0(y z$0?*KK=z0JAXRuPtLjI>2ktbyp57x@X6S0{J{;!4&b&<2XQm>pd1D|+)MM{I_(c2} zp`BNdNaQ|CUlxm%2#;%I)T9;rLSmrHR)y7#!$aLDO%pRSGl};0DaRG;hRXKIL5M0X zN_7DKTYcTIlpIr!6rVXL<1@jBSB>$7s0at4@ww_;kRd79FN~Pox{x?kt5c>FLjoOo*Frh$eX>BmMxJK`qvLEY3#OLoU}Bo%rs0@Oq?r5Y$f3_NO@$rQ>A^o%ogrSM~4=HYbI~1yA{4A!SsM22d6!DDV&H<$ zVDwE*)4*UBvRKHS9s5Au@Ll@x14SEkUm$+j@ka{ z^2H53m6`D?GkT%M9qG}CkjngIscWOt=}8P)#bY|4X71K^zcps`aJ;VAe!9llLBnKQ zER>LWOZgl{wPYO+tJv{jhNQ3SR>WtLd0Y4ET!b;vgf=?7J(;yzy(}Xw&1*^0uZ2-n z6^FW{W@VA+be`55AncI)8ChAr-9#vl()OA~?cU^M83k2^1L5AOen^t*_FwpY^&&XG zuuz-QoNMjsnp^)7))$0!XoLsjAltr_1R?Ky|NWjPcAI*Y!7nQP-l%Gs>9n=6aRrt? zIXOudv&UBsFuI|?723Ca4Y9K1qIbqDu2bFdkF- zBCyoiXzb#F@$%vvb2j_3BDI83z+lga%HG~$k5rWr>X5ya!Q3GU*8?}dX4E%DC}K#s z0~f%(mR4}O>h`bq{+xgp{E7}&>_dvZnx8Ne63{b5VgpBCTl?xk6sjJ+sBPRYgzE)K zQOC~GWsK<)xTs1?IL~!GOk~z(rF%IL-xCGsW^s6??|fj%Wib|W8-*IMWs1=Zp#@fH zVvtXxN5PvnG_?(yq<2%>3}f)$!Fy+Jw)xQ|Pb=Sb6nLAU4--L9HVG#`Y%7jW7^!`2 zK~C58&qG9<6;Ul8qNm#f2=@XWPh(k6CJXIX4Rr_<|R z_7dI{6C&!n+V-4CE86+^_V#ADXir*2t5; zN(p$S&fXXp%uh&=e{J!xtMDN_U}V@tl6<=E=ubZcXe`|JE@jW;o7vi(5cjtnh#r*t Z^7%0n$769B@MfNgM&iCD0_1>$ysj1q#_v+Q%zg}zg>eXu#tgI-Fi$jishK7bKDPH!fIO`&(9k@m^OLNd z=^JoAT zpXzbiOq(&p&+Lu~OW_H^4HrLAsH7L{a+uou>l5yyZ;f9K4-V@KBM*<>MEW3{5F-+P zjYhpjM%sRJE>~PbKH0yCLDYvnv_4Aehz&_^B@V-xkiPoMuYq2MM@Pqr6vq$ztyx4V zWOraj0a`zN^t20?eC3#oZ8>VJLy--eA1S)Q7{e` zx_H;UIzmzd52|j?(b#X0Kl#0M=yg>qLVrRX-+>gXm=$YVN<0)WQX%rKh(Wev(^_=0OSF-wE1vOfMMbV*5XxVrQQQO1}c%Z|iES`sVg zQe^WlCG6P^b(tjEn%~3j_uulHPu3VaKFk!T4-L^jq5Y*~gEB5ZYmh{Ln6|{4vHdpgmiNc<6Xm zj)F!*N`#^J*0A2hd;`*C3Mc3J`0KLNDbiAbBrgu{L6fj#%VamXBzySg$cpxdfns@0 zz53HCp!+;1_eq2OoZk%fGpbkXqjZH-A{UcniOLNOv);?KB`~9gMFJ>aX|vxI8uUO4 zASUA_eIXI9ITramrYD%+0xdyYfubk9DhF<8n`{GZM+}}(M^}v72t9v zE3Aznd6jFW#W6-Fn#1%U%|+g*p2#pQyo{k|)qnWw*0oy_{^2pcN&)cxj3mXN!-6O|xLmVoy`d&5z0{fgudBJd%jVp8#all@ z2=9O=-kOh*;*1h;)j#^6Dca8ISAX_`mg}U0U^e}#Qv7(@jJ`(p%_rw?s+N3~z((sD z1}|i2xo$sh*EghD!X(Y}_Mk)SA2bcED=+PNe(|Fn0LPOk{GTWQD|!fqjql`=Gpw~M z6b%O31=&c5p*@nt(3U*SukO>H^tVH93p1)~7N>emHkVFIiH|$2by?@o3h>;;n9&uD zVF(`CL+`f~`%JC45Q3lWFU*-PmHlWjIVKpYA6q^-LH7MoT=}R9EFw_2Jj5CA^OxBj zNbx|Nm-~0i%(^*~*yN$n#<6Gd)@Jfw_9%l?(}{o9Y7#$|AyjQq)jE!@B;Dq(ej z5l%_3{w2?dyG73D$R=0`^xvqdRixu!3+^7ItJRJ!v-KNW|F+;370U%N9j{&8{7#Ic z!-5XMzPhi$FyhfU$*d9LYLL4b@w~7VTG`dgQk5FYuXyL&n-<{i6j`;%jWNoPQLb2p zOZ(Hlf-&dmOBJ@C!~@-O`N?6*)6}w(4TajI)Yvb%op>L3z3x7BZ}K4cRTI`|3ph3( zQ*7Cdo$bf-s3bjjWTn(8FjxC>qK%&GGzvzj7e(XCLF^=xlC#zl!*zdY4F4`Kc3O9U zu2Kh!&k-FoD@Lk77zvG{Pa_dQf=~i@CvieOyq~U@=l((RH5^x^Z}261Lkv2 z?5W3T{c9QN!>6xQ&bH(8tl029qN+P5?)G_lZofa}Zc3+E!tsi_lm9f!To7W%7E*b( z@yx;J^z7G%t)ov9TC?4ck_P(?UFexTYskpfr8v#y7~XQJ9`ksTTx8wh__8g*ZpVaf z+{Ep?gcI;RP=IrS$rh0+jvG!(a2Y1zL0~x`vALZcQIty0an>c5E$*P8R`jg~_t?_0 z#HaYL@1>)TMg*t6ZXB8_m#)w6J!Q0$eU4k$nf-`DsVX2e*FKvB8eX}6^31&Ae=qJ+_vYdO;;?%5;Z&K-=$knCi5-O7W zB?Mu`?B^vhr@o(fo*tzOFnlaU-Ls+e&T3OA(P@*P;qzL3q_+J)@%Up*x_EbMTH>yN zU?Kyz!4zz82-l}c{||j74CnI)dh&Z*E7Ip@UC~S@!;k&Jr$PV)48ww2Ijh$n%K|qi z!JMZrJ_qu)M`$9$NI|Z!zox|QOkWk6B?xhSvM78-Zh!nt#Um~=5&hd}#Hzg)#tB$N-v#sV%AI*3T+x$@@R_>L&g0<@d8lGp^Qd^vA|b z_h}O5pYwEmqI3}g__$j9w27%H{s;PdiB`0yV zs_y7FqDOj3UA}2=?k#;~nnjEm}@u5 zFm*{9jNdjN$96WhnImaTD@MOi;2l%KU*eRH3DuP)?(=@Df#+$<4EpDV2TUS6y7Hq+ z?ny;p#$~^BzxWxj+n~q72V7^sqcXnYuZ zV59bc3f*s}<%gS^+ToiXD&w`TD21u`bDltbJWsJ)a5owT?8QLJgr3=xLi`sY^}0>y zczACsg+UcCFAptS@KuKO!4Zanu5%K+o(zEUQAw>)zNogsYe6%xJ)4O+*c8O(Y43>g zRngFd#XKEN%xpofG^QX+YX=e9orY#w8f$YAS}mXghk~Ox$jVyA+Zm+ht*CD1ZEGfA zPAevgBkU=NVqgz)HKFmew{vh2^c11}!&eY>e_hN@OY?`s)mDU7TS1vd9PA9D;bG%p z;{Zr{TDx=6isH}+JDXbws!B-RvOqnF&|0~=ItsG0dw6)Td2q9Voh{ip1q1}xIk?!l zxBw^$fQy%dtBEJT!G-Rc#SIS$kc*kKwWF&w*n#Gnr->=p%~gb!7WJOy@BZ04Dk%I1 zdk2?W6i|4udzv`1bFy);+uO7Ma}5_)Np}>J+YbGwHC)tDE>xXkJ&M!?)hg$|G$}2sp!^>-t|73rws-tf3kCMSP`X-M z`~$3i>D%?2Kg0Rwj-aal2j738{(J0yh*4Au3W5?~Gq>yR$x4XOUbio34mPtk7reRU z;o{}x0-6GNIJg7=Jlr6D0KciZDZtdi1Y~Ar!N)1U#r;pLWF1^wO&rWX*Q`*?*{o4~ z1k6A{UT%H?00*ZzKZ*~K4`9jxvH+lJo0x*kIW0^%1pbMIlCw2RDoyPExmVY$%u%d> zoIoxCPCib6IUk1^fQOIM48RYxFadCxgUn6&KtOXYe%?Q<%*_O)z|Qt2sOhw}H?ah< zJ33hYd2tQ6;7es$5n3)bj(?OW+nKmppemqrz}mqa?BVi{SL)XGAT?K$YdksmfLt5` zyaN0{K0X0HF8+TIX@ZgM!xNT2fIA{?tH?Mo`=tWa0{T zRtJOaL};%&MRQ&AkATw%-%N{)wF`>E>ssb-rCtr>bn|qh1a{VcUeVC}5nMqNvzta- zOx!`{e;Pv7yLn}1W#V87LTUJ|Nc~-I{hv%1hzG<4wn<-w-ETZi2p~r{s*pq3xR)&_&}CKWcTt7duCfY}*z4H$ ziRj51r}VgJmaN^Wo;hS`P3YM6?W=u2l>0DHGY2<9vsrB$_B-!; z99IF>YwLBY4^azGR(qFv?HR3O7)2^p7l)){)3{glS5sWdH_`^`9NLkGhlkfE64#fV zxvInvIU*Z^E#+5}5E?m0Nzb;>LtG zw{N!oBE`J9H5R%nbz6NB?|+Mw+r;sS&#RJ^va#(^u|(FPg0dbB&YxRQo5kOtX<$HX zEn5ZYig<+8K71AEGpAa2rZ6rAFszl-jY%ngR%0`75$`ZvY@*~~Xg!;Mf*~h=>GhY- zfkPSo6FDR0&7p3M(9udSXze;ae&N*pt#!G^f|v)?7kV# z8}9iJYA3t1KtTQ3^f6e<(PgSQbaeQrBRUrRhQnRCf@DCs3ypWKav5Eu^4tM;r6@xi zsALOWIaumaUVa(z#-t;PzVn_syugjTTiYstIp&aLB-f*2;YSl??H z*0MSot{dKdhWu_U+5iRJ)eV)av^g+YZ=q*^Nlx&Air?kc-Mj)Coj%^1N1vrF4R@4Efm zm&w`62R0I9h5!%N$4I~S>@&YgoxM$X@vsinMGf``;Mk`*JJxrcbnRQk?A>? zv0>+wLIZ=<8XUFs>x6h7N|}1!P=Y!?9jdhsD6c>ZUYEoA2R^ulUw7FXtmXG_lN(>yj4 z5^9U`K_v-VH7GHGPB)v!>gwu_R#}w0R~VFrmyy+)8GuI~Z^23@>YXabw~cZX000~7 zsXT_W37frkuDM3*U^(-<#?>3jtJy9*E?JzdRm-P`F^{+AzjFHNcT=vHX*X%uu5>@N zn=i)Pm#;aKtzKRyP_hY-MeH=luh_nngmab;&Cc0ECu3BkYHN!aK*AFeu#3`{LoZia zvp*;G^kAygflz-J-@Z@0U>}2w_>CF|RB;33RnRvj zCfY*cvU*t}xvgo3zTXqTw)0s9q9DS{z1$Fn+Nt7@)G!c><=2c~XI)yaBY9zRMAgd) zggyryIGHZ7(c^9`%U*t|yd!ZpD*7|bNe&?8QITHgWeW&k(#cVfRbXC)!;dS~Aq$tr^aeq7u7I~>fAQ4+Wakr` zsOa3cDN8ELf6qT2vb-=JW6*Oj7XF~d&8ul$ftoz)cg}-+19pnmhQy~>4gB270!fpV+75BY%uKrYFK>9 z1cGD+BW*JoS`rR*%j3gtekuc#trHCCv6d@ZjJlr^dYKXoVU(fFuCaAGt2uHSA7IOV z+GR7Ew#eGJ#TqFKy;P)CZ<(Yb3Qt{W>l^Fjh(-3TEAez_yd2MM3Exo zLZeyDLzD*F>7km|`P<{C$Pyx6)wJ2bCpW5WHvQqzjG7Kau1206#tbk_YRagoVHjcE zEn@~myCWN-Uw<^V>$BY%PkFX#y@jD<<6yY1F!QE7qd`-t7Al)kF~h=~cQTA2LZM#)2)%)AWrUD_^LbOe_n*bQUdZfmZV~)KE>KuCk#~6&=E>Z zL@;*Ek7=l=b>rN08mZd;{jwCk0ZOy#R}WSai_9kaziY=Rm8KMWo%E7E@saWY$|q); z-rbsRn6TR3o(m36a4zIC(6J772hW#YkQkbWm3R#WPB+^onv+q}oRDS?V(66`Y`B>3 zA;7l5wQD6hha&1;QQ`|`C`Jyl-1^TRPsXAz22f|iGW)v)rkpU*ZjG#?oHAoa@(8Z`Hb zn@bh+5=%^5edFz>X#3c?#{n$yf``vAKaE5TRWz1Qqi<-rb(u12pT821vL{M#rTy$BDwf{h=_$8ygfnh7` z-OKA0&!W$mRr!W6iBTaXZf|E%T8$Q42=dsD`LJl)uu&)adqtnkm_UlG^6iR$!G8ge z(&Mw)L#-f#`ej|Vcj&T|%=c~VnvZ?+@Fx1j z|C#sTDCNvgsgwBVZ^y$?3gy~#*4z1(7u~E9XlP+Tydd$wz(8^_QJ;oEr$*FePITKB zp==hB+uNC^e>*rW?*DgA)&ECH8JU)1XP!`>6AL3l?tTq6%6)4ycGqkr=M!tF6m+}) zGw-E*HJjJ2ZLyq=g$SdieQt_xIrr}#7_}Dsh?E3T7k{;`lGXJ??V#y_SaFF%@zAg> z+xX}mHm(~8!$fOHH4@#i9Y)+H&Io;fxw*wYEzHvEz@t({cY*+{VM@prxz zpWJ~Dc?*<*%*-iF9WQD*${fQiTfs=9Rub1Fmu#bmZ?r@Ty-w~2X@k*p&&CL@kh?p` z_XGa2Y5|XBodAd6KJmrpu4g1CG2fSMRliG%_I_Osy1=I!oP+GPvs)`T zRz%1R4}EUZdorwnUJ=sy>bAp=UGqBznUkJIf@68d4Wq2Qd}+@KMBG1=-dMDjwU@?( zZCNj>6WB*)B`VHHkY{sCw_dPR?DKHN#gv->I|A$M0G_WMO5naNpVXmC~EIDycoMH>gN9b0B`50SR4UA0p9OanXMU z-FbGj-VmPf^?6chGD+XWFxXczla;+DuM0BW&UhjMx?P-PWsokO6QDOWZKGt;>wdUk~shWkUP@zh`tWcO!XhPo(U11?4f@d|eIt zjD{>Vca$xat3THAsmG_%2qqe(vDO9won=Yq--mE~E`pEU4@{#L8^6oZ0 zfFpQ6CpBPmzCp+B%C*^$e>N7?{!^&f+2?J&%g?-Vb2&Z%$LuLROA0p=N&1S8nsf`t zPc{<~6dvqFFHjJ_0VYw0!||Jxytg88>;u%tJeBqQ*3tX68`1sx zkD?4Y7i};Zo{Yb<6)ostPoiH3UhH)d19!Y+4d!B8)qVK&uPAOml7it%Sd&O3sZx2gCZ8Tq`Zks(&2&B z4B(wsk)Sa|U;MOigNposk`NQ7C`>of?K{3rJzLXoNuZW~mTZMcu08(FsJy|PjZbGG zyOMydYo-piKd6>CKCc?smXbUNK(H?qkwnPFhzG736?Zqod_A(aybl5~1gGfSU?TJj ziR{DuA5)XR-oL>{+`=3q7n|31nQ!r>N)X$ZJ?aa`cMD z#ofdWBes*|ZAjI}A9!o6;JbZUMdBo*!ddM?YPt#Y+J)?yzJ^Dmv*qnt-t-q5k>Ink z@!n)hR`z;{iCNF!yy}Az31ioS%awMDWvb1+ABICLDLKt`i_)jCfjGTkmt6Sv=e+!9 z#bx0G*6Yps7AKCd!`TZ=%s!cl#dj1$$3x`u@?8{eW^-Bx=OV!R#yuh`5pPq%Oicrv zi!2rUJ)?z&7ojT$01?vjZ1<#Sr`1C0!EufCg*lQVteRuqMWJo4(`M*$OJA{2<^$r} z!P9vm^0k$L4zO9Ti~Z+3Sq5$;UKj5}Qo^4;yF@jV3+#HSBL0?5zp9n1CxI z$3*a~UuIs69ZxwWH$@Q=D%eR>@0>?BZ6|XvD;2~B2_Aeqd~iG_4&sd7#X_oT~8nZa@aH0 zEox`})&gJzX%6s=&k%n4{4j~ytH00_qi3-L=b$P1hxbumZpy(PMeI8VYrPcY%k+w8 zK_WCZ{CX39#atWw1(@4C%fqqWiZR~vLqZ84>?fDO8NBb?Ef+rP%U412u2^h@1FwRu`RA3Z(-Uj9_c;hqK;rUB?s56x|ld8(nzwE0K~k z-7D08aw*o9|L~yjLXh;Tu12`R?@RYUqB|*iTYp4S+=Q#lGq<9}0UN(d*s1+-qPNY& zRgqtw^T-~x0;Rg~4r;pxyxc!q60T@Q_NaR|9FTeD)=oD{^XWk;BaJnpF;Vv>A^`nx`4(V^!*3f`;`}9b=T01?}x{cR-{PAI= zawIsma0NQwdvpXv`sVH%e*`KrAD(p_?B+(ULl(BRCW7e%ovT(4mREWoXb2YJQ;!&gYDmNm)A3}rjhHJF0~1`? zLRk=fn`SQxGA@q>;7=%wR3h_ol`hqrM};+<`fj!4UYNet zsg6TmhSjC7Bg}u!$he|GN9nTJbK>|2UL~*>oakR-bj~Q+crjIPq7ac)l(#+38-7_E zk9pc4uqU&2|KbuNQl}+`@DaJ_CKXvUyb9dbIUxh+DnnSr$T*~<`r;VWkbE9&BeTal zA|mh=?_2o)B5UQ85-YYX|0FFnLwN2GTZKz_C3KFVm0bJPzuhCT;~ljLq>&085SV zaR}L9T8@{|xirJ?oO+4!2fxLhj1Fw$gC2f%Z$7CZPXK7`63J^H{JeZP2NyFA+j%bQ zExnUgZV}9VC3fQAS+VCb;8K6&lFUfSg;)uVJa>DT>FiQt_0}sb1hUsN#i$8aU6Vh8 zd#r#7uKc4#+mSa;+?%IdRk7^p&FUM?muaHw_!~vu2ip~UP{V&Zb>yZM9@7<kn4`2EMl!x=EZz;Z`wN@#D!J* zB_erjdI;s6c&z6eVIhav%UBeKN|%iWgHoIF+b2myHbROI8n4!3!0U~t7bg4s9%7}5 z?u8ZbBzK7D)sEO`%({N*A4x(Z6nSz`dtn#lg)O%vwU$3<`s3IT%C>EQO1nb&_6Yq^X$=j?uA7Vt33d2cV2tMEcP>pwp3k}HWRg(&rL6d_W}&qNa}94*AMT#9UA(b zJFylL+#V^SR53A;A~=?A0*xJ5$Q_uoeND*Fs1-^)K(}*)?i+N|upt%t`d_ide!E26 zYwLqGh~}|(-6hD@BUzLm?Om0x<6{Wt!YIHqP(I75J+%mi1m9MD`;4VyJStj}+y16ShlGZ5U;62T z!C>~O8>5KUqPX^VNaX*w0f&Dhj=~sqy+|cfiTUdXT<&MO9q*cOVbEDj*H{Z4&AI@s zhw1xee-f4_a&M(%+qEQ#N*npA1f_Zu2e}Z^b#mIL6lkyw=HdG>Z3r%U`}p{DF{7cq zISA?%JO70*cy+!HG;4pzb(gN7x>^kzk8+S9Q9tIukxcBFWq%qZCx?~`C(3oH^AVM> zC&!kz071{*Wj7X_C2ZQ|;0MVVva^l+D&tkS&;~0P4qd^~77V$q_Y8Q^o?4A1egFFW z&HOWXL6nGyXfG;w1T=Kb{+aTao80xn;*FaHUcb^hG_ z)n<)9)gqJ3Y4#D1l0V8_F~euO4i)jD;lSxcnT01}hChD%5cJ&50(9@$fiRFnQu_ka zF2|oK)z;VFjF`>pST0k3d;8~fkVA@}5>J2W$}yi<(7t>CVAB7OIU$IDD2RT z!$|oYC;^h_<@eEA{`!BcW$h0;Mj_^RKHk06Tf0K}KBH#CCvFW$53PlQKA(oJ$6?G7 z5H)0z-W5!4`-|F6#TjU`fF$JtNgcUWz1yGNxq_=vya_)XDfoME!H=SH>#*dWd6($N1n5AXARz*xR0=vfT=3=ZVoEKH+rm| zvGJ6zM%*M)I%5|vaEYPlzH#raIg44Yj_6;|yRQw*exm95XYJG;SUFrM5$-A`UhX;f z9UpLsc+TJmc<`>RBkpwJ2)+qs|d(*E~$5!b!oy77*K)4 zzlF50aswaR^@MLHs$tby1UdSGmvH!FmU>-|Tz+L1?}z@*5KR`F^bjCe%T+=NdI_J> zhhar?&gqHwwfvn6psOC!u8@>9@8NUMPXU&RnfFI(xLuUWg0Ggd=3VAbyt&V9spbe& z1}e?G2e3u6?vE6%Lgzd`m#r0h#aUjg*?kH4{w`Mb$4HYOGe6Ay`=N9w>L~rq2m_?Y zQ0_te=(cZ$x8xln9Q9NK;R}ZoLX{VOa|FvSJ?xRfzdldl@_GBo@E0$VRV}8KT*?}iHYsDKAzR3l9Z~_}XE-<~ zy$C^VH9+$6YtwL7C$|ycfzlMptfrN9)vG zzlIT07?X-tLErl2${fAM;CnsIbo5@0Ugl;{o8Op@Hq_>26l&e}UXSMv!tF6Z=FOF5 zb|+$0h4K-Ll)GLN1*%HgzZ{K35;rKTYYqG2BMv|hpdv`aMV{~4ks?Q>^J=H)3eDNm z_dYe97C)l&JANuV>?0=+?Ej^_)3B3)XbK^j%ld|JmQ@|tGlQdWZ`t_KFxQbj3uAwz zUgQ2==|aEhjGAdfR823Xz`Z9DHW}t&8+j#$>@In1ux>f(XShQxl5!xh@fQX+T$H^d zuPgW>Jd+C~6Ttv&@M~(Ld3g7ai~Ujkbt^e+cDpH{DXdH+410a}^b>9LCvuee2v=$^ zR>9nc>k(U*#&geRy%=RMQfn0M9_r(sEw7SVbU|h$z4O5AC1!hia&F@F`;5g_>o|`3 zkeo0_7Y z8six;!`j-#p-hjhV+M#cvZgBzr`shAp=Tu^9%bCFRj^iB@{{P(VF`Z;43Fp9y5Mt> z;i75xfR&vt3XTcclf?C3hZR@32}T!k&2ncXL-TE@l?byv>a$oKWkvrKe6Hk$Sy@^F zjUkURAi(Eq77u#sCLfQkNL`Cv;1&Jxfz#ITy*TNJORkJ>|L=eVM~{rSzZ&53SU9|%-;OH z`8VXY>9Xj}mxuu4SJQumF+^}*MJ@~WqYR7*G?C2Bpe5Bi42k$qO=+eoNL$Pf&7)ha z8o%5DO0~>XG}+uG?g-baJUXpeCMZyvn3^ywoZoh6L>7vzrd zq~eMI8uK`(jC#+(5!Md!u!Q|~ykfe&mlv$0ouZE`Z_z!2o6$KXZuNk$a5Y%(H@mslYiUaYA=8?JL_8e>h4 zJs(TDFKcaBr-m5Q?g!K2H-Ffye}4SyTsf0E(UWE5X&yb5)nFl>pt>>*)i%?3cLBEB zuirC-`n9irTwP?=BhTZ!83waHo8lBEG~=R6Hcsh&vtU}>FDp^~DCH!Gop^N-#D^_L z;oH>V)s3|K=*^=gX!?u1?tNFs7k2V^td#agJYM~j3Q0D-cMjVZBl7_PD7R>A?BG*@ z)ZP2R00AqFpID#wyqv=rmrMx8PFdVY)M)SH2|D5y_Cy zab%A>*gi74z>D3(XML<6N0J1P;BDJPb;d4+ zYphpnIQ3K*3-jtr36#BvWOxWrCwA@ZMx7;Zw46^;2={(u!sZYQM1$W(jSHbr)rUIM8F4|le7*2_0=RO zbzeN5CCDb-E+e!prCrU%ZXo0P00B$bLE}+^QkM#k0$8|GgmYyr+Ms!~#$v~`@I#t6| z^E4?y>lA$p%>SW=&TeZvQRYptu&SrDOpN>kmh=!zKKgd`xp~TJ`Y|(i7e3e*I%zqB z2O7yd8-6lP$DVIcp8wof@K&crxvGGMrpet`a|xC6%-w0K)+bRS1ncyQi^68d-abkn^KB75C7bhYP4#vSSBj*J%5&JVKd#IeC-hrGR4uvnnYv?y_AIS1t$F>8M{r+k)d_D%fY^3EgH&30 zhQDZ@IWoTq*v{zI5bmTGJ7UE~0a~@L^oVX(VjUfgG|bLzzDjQ=AugWuY3vu=5tbd! z!#7|?9>TY@{XOLN_QVzeuNFidX*j8i%3_l>0Vn4wc(#=II8KF`eMM>*8ap}6yL*0zBEYmvf1K_G$d_2x5;*btNa z2vW~DKQ_RXkR+g3u&{}>2H|7W;2?J+U35FWaM0MXRaZMfJJf0xcW_DVpVsw?5vs=z zw#sTv%jVw~&shLRY^>X=`lSjDVa_k^9fSwLaf_UcjQBhXJ7Ue4(9K>I^TP5|jZInk z6I0+bOSP`+9^<^sKVt~3Mw{T|J)RCIC**5d0vc8aR5`vs>mASmIwnoX(eovx>76X{ zQ7#c^!%76p zUqfb>F&|P=~f&e(kKmv!d9VuDB&-i3ov3Fv| zIc3T+dulV>QZ2O%3e9|IuT|xGJ2sdrHX;Db>_4sZJrq%foYh23kv-|CS&9%Eb2--@ z_RM;AxIH$?QZYQGF#-A6xcbm4V0?QUgUXC2@!Hv_E-9C6t(4q1JHL7+j|Xvc$wu&!?uJy4|%3t^2^WR1Q^9BA9O_Nhtyk$ zYNKR#{ro$YL{@6z6q3OL+%BzlJy`z~AxZ1Io-4DLL$Sn^k}@HoLYKeVM<=*ryU_V1 zjQBe3*!?e*RV)B-5*H4|H>qpfl|)C=99b>iUZB>b65uQl=wa?JTCA*nEIdR$7Cg>m zgkW+~>?<5|S?ZH08U2Pps?HM^m2a*?7;h9jF&^E?MrlADu<=e(;dU>MYgvfQ|IsW<$pW>_|3xt zh17!nenqZ3g_4$*g{Y?lcSUzMHwbDn9^QG4${&Km;c^Xz{iDvpdQ&g_0*8Df1Pc_@ zc4ok_0{kM#?=#?@=0|%a)C0j8^$+0)uI#r>BSfFtwiON!E^7Wu_>q;7A!z=~#jY zUjE)E=W|GF7oapJlq%2gJhN{+8?v9^ol-e#_{$ zCayE_PhlTYv)iPd|I#e)|DN3O|D3D9o!qAt7glAlDh%(+pn4UxKnoa4c3Vnp3CKE9pbySy8! zmNi}zj38_+@^=O$dF4IkLIJ?q4Dt)#8H&*rTZ9f%G~ybJki%4^2rA*lbV)n`%Iey zJmpsEZyVk*hkGo5Z?>=M2u&|S)Ot8+XeF)P-yP@-k~95c0J0E-i*U*dzCxU|1^+@P z@0pHoO#G@fkIswXc9NpL6TNgDl>?%Vz^}KY-}hxHbw`X4!1VG(8bJ z)K;cgi@(hhd|3B1BVM$?SU6@CmuYyZ`Yu~~v4M#cc_WMZMi|7)$Hx46CoS>T^F=| zcd*lm`l_s`gXI=ZHAU0VW4=e5Zt*2?`vfAaSc-oxh7iiK$jTUuV{Hj~uxN@t_nrK30#Xlf4h`b2c`4Q2Kr z&sm#i00D?Q)=R24X&q=ZKUy$yhqi1YWb>Dkb7BlJX)S1Y$d%o~jhdpgP~W3897;0e z3gkV~SD^UHeeJPcr*q~0u;f8SFq?KEux`45Huu0$Rt50b3|7aF_(QXj*V6xE>6ZuyD5+XpXC-dD1|o$~iASyIs!dbLN-w?t~@dhZKy@i3XD_yVgs zqE3zRHunRK*CkO6S`Hof{TY zgOkc$#llop?{|Z@N7Rhil_tS=Nel~W9t_k%DUXSqEm-3hSRQxxy^(LC zUyY%Zn{$7EL^GpHf7PA&S#<1i# zDU9Os`^+m4E%VRek_MtV>P-Gz?*kwWEi9=xB1Pb+p9mU{e}hZmgDK6e;ERQwAsxO+BDJexk0 zJ$V;1z}s)u7?y8_Wg9ecJaggO+k1wgh*biiT?EIqubi(w?X18+1fn`5h!e28S=q7jp*zeEv9?>1W?Q zheouYmwE9=>J*(0b5^p-l3!y>Y=Cuomw)k_$Yc2d_5Rv%5aKxQBO(S+iihx^Qb z1*0r7LFDH)+m^RO9`ozbZJbY61u<9CORPoaaxcPwbSKmrn8j6THRBExqV@yYlOQAN zo%)S^4ZZqrIt^k4ynRYrj4`t!^iW%F_Q#Iov>3$*rn+TaRgc)E?K_Y*{XBPU1<}GY z(bP4$jeUl4R4H`N0aNs3xSl|osE8N*%Jk(}Qh?HqT&8m)Lu238M(tm_PJJeX9N_Zb z>}RipzQxFC=%#p!#c!qbxb-bn>s!zD#8w1d!h6t1`;*I&p1QxSKkHY>F3ZT3Jhb&! z$36^iY5aWh4a#hs5D&rMd@fG2Dc{W31r=7Cnlz$bs`pr{2*Y|)NfaeRhQ)wvFKb?Y z^PIR;wt_&sNkW-tb3nAzXn{N6bYEuL@g+ojB`+hlhL_6chjR1LyY{IqeZUz*NqEj0a4vy=VqOD}L`8n%hKe%@ z$O`3A%ST`L?30A*+M(gGCU96&!#mC%uII#GSyVWJd>u~O_BIMtpo%?~3MLw4bNN+3 zs!(Xj<{2c@qie#v#tvAo53*sfX=+t)?Xpq74$qcRn)VHcpyJvi6RN}iOU7n4YQmRRpTP_qR>n>ygV{kkskp_X3xsxQ2)b(dKgd;q`aaF5AROPNzZ za=$zTCu2Q@D>;Q~T6NAaR7&)B|nmA6Bmo7qpP0{*&Z9v;g33{!DL zX*$YXn?=tHnlqkEsNK~l+<)zX94i7^wPni#i(Lz9)p2`v+z;Y3fAbGt0H0pt#$S^jQX_i=d8{Q6K{yAT$tnNFFOT>(X86CBkwn|xv+P~TW3*UeQqKIlcj@NIW$+Mu$kVr>S=2;(VJW{Ck>wG_c@ zc2DMM-X~XXM33QQ4?4g~^})xU z*XMEoTSHv^tC6}CoVxyPKH8E$9ax69+iojV7OEE&gEmLp(DTZ|&b@dv^bXX?TSGAP zVV10~gRx4qcK((ni8hV))pCCxoxehb#ZRMka(WffF5ckQD-I0v4W6C41R>eJN%dp1 znh?+G9Wan8D6T$PkQ(xr&nV3eipd)Jb7`XyU-zuC;h#0%rpy=9f8L^Tfpw|&!g0^0 z-nh*<`E(>z?$f}4E7GQafAmqkQundwZS;FcX0(N*<$h+*n0{Fu>Fl(1AGBpXkZC8b z_Q7lAiNotOF}FrcU(Q=?*a+pTtwnq;@aPSssL$NS&imwhqE`#+H$Mrolr)I@PO%$j z&U`$@BEqg_ro^eYROm&(h)T{vKF>p@%Nu1T18i)3kild!V$W=`lphj+WS2>fa8cM@ zpP9Af_f@61(EaUau!@@II8^T7Q*mX6UC)g#)dVxi*8$jhcK-`|;ZlI`m)XzXOGW)^ zShFrq5po7fA1J^VwjOf)MnzCczvc0=UobhzbuaPy);Ri9vRDkOC>qO~>Ht3Kt zTy{}|>4@tFK24spm|xqc{f)E9*R?5*Bkw2GLXme3R9D6GNpaVE?-zb>eD&!r*;A6g zro7-%YY9mxE$y9(loi(Z!gHz~La#Fz0ZAf;(Bs`CweIX+;STPFJGg0~G z)of3w+rM!!el??X&sEr(zD8f2b(U~7i`#0zgUQ`a|mCx;~tjA)}k z5dwN`tZ1U}zfg&thDa;AfDzif5z^XeFJ-Q-xh=qbQd*&vlH-y@a2&+%X#t>l!kYO_ z@rUcCjElxr$rJ!#2aJEZGIt`BszLdEkm`1JEE59)3el_gvoCP@HtzCc)X!3pmIER#ew`XTIBw&sD$??sYA=1C^Y5wVZ28VPb^lLnvol&2 z;U)@hlCPOk9!Z?2bx01MzM?!mx^9O4x{iAGzZ|{)11MB%9UPd>8E{`T0 zd5cH4&I!BkXb4RJscI{O-=!7HOR4;A9vwydx_JD{V{He0j#?~Q2Mv?l>cwOdiT}e@4q35+5GUPsH z#=c^LOr{mnRO^N7X^AJ9u_dYH#wuk4<3<86GBaB$%JstU6U%d01!pe18wn<>=IhvN zLS--VCCx_-LI#s(^K>RnvaCUQhFnG~V%d7vPQ${dM_dF5teM;wmkQ2^Glv^7cWYcI zWnmn3aMA#>0A@dbom=0_XG-6`@H2IWYvsY`|qFZ25d|rCLc%L zFylNSN~N;>2A%7YsL!ff$(n3Os@i5afm2xnkx0EgJI8iMB5uLoBzmv z_i)hk=fxZ91nfftI8SiRr5g{t4|6R83Qo3o%(zjku_C|JFl`ouFl{Kt>)wiswxCpoFLWxdBBr#oUQfvt%b&^-R?Q-M^imUcJ22EiW5n*VfUZyD490yo8 zZn@;=7vi!{*XBKH*%Q1jZ;aFEWUg8}S95Q*8cO%QL}X@P8C1fS$|72qiqlEhw&W#Y zC;JOLm>!ELMiI@*aY9nT(OL3(8-Hc4MJ2iw~No`!$p zJ#dsOMH1D|yad!IkyK3RtD@q^!Z?VihRVy{3&lKfLr2^{b&kxyGL zw|sYxK}0s>ka2lCY>$Q3UeYM6vVIa;&Ob-OESJu*D z><{f{V_=k2FohOf3-6agIZrmadI$I7Y7y%SGz0dirXv zCH?ltVnPBD3pG-N91*lxl@oj78@c?lN*U#sn2${&)f?qf@1$tT@|7)q>C3tZgzG`epQL4%TX3U&C1Wb+uqZ+ zSCWH?Yr6hv!VCqJu<31#47%#8aZ;~g^G=L(w)c1IwTabrX-)9%ZNsHu`k6xsaCer< zjTgCS=G2*}DO#<0KLtgX^lYu+gl0G11P$dD=DI61pKm;&cJs$yy%FJbn_H+rjJ1-B zn(~MJ7ZdB3MmjHBwIAh+7kTC2`TwA6t73b`AH*+wi4UQUJVxB8_uehVOg#+qYQC;J$IZ@YZ? zgAulybm=JH2}3BLEJet?zyWR?a5PMLOE#N^UCwj;PYJ6wZa0Xgx_aim z8G3lnWp^{%g=hSQx(W4g)sJOxlvrH-j!(d1saKO5x^A&6F5B0~BF8-DZL7XQCBEi{qTT<6=ENg~~dKCwJEu@Lp_xFyC=QgXP`~Ib0 zy$w{;s0*$&Zq%~wY*3Ca>;&dBQz0Ytnhz7-u1_`n49}OjO0%3CBWknfA9kpZk_|RV0fa(2RjB0)5#v>QAoNo8EN&*dm^A&=@>^LlV zY8iQQh&sSmbh0EjW98A1Jtl!hmGrZWBm;-0ZJ4s`$kECct4T(<*$I9G-|yM!^vKI=lX^A5r5B%Jv=N`%wR&CTcdunxSFJiX*QePB8Y zF6>9$zOO3@U0MvtjZ8mw0d4x8zr!h$8?C!`IwgcdkS6fl?Y%@x+IpS_`i?SQEjQjB zVvpG3IBV7dG%7K75J(yE5wFc|lG~3$yu0v&!{nqsweKds^voOB&{n1|BR^%|5RMG% zYngdf=?VVX8dOFlj0+p-CvM-(tLZMDr&Am!<=z;SM;HR3^A+QD5$bG&fp|b(oefGb znd<<+Ecv{zlw37iD-3OX;X3CTFvt4Swy#e@FbC5orl(&0tZkyi>)_1jijjh`CX1S{ zO4+ocV9 z`>3&6mvoP{vG(@XP~L+vRC+)OmvIdo9-P{9^WQmnr?e1q3Rct!3G(;aL&vKf;?u;u zwRR$!@-D{PUi96TJ@#*~lGm(OzK*JpdFBPI)$J*zBQkY2D{?p1o=g?>{CN&oI_&}F z>;0*sqYt}_s0i{YY1;2|0nV2FU7u>?P^=hr#LLAVAO-mOU5U;x_(Mf2j*S#G8#Ue} zrR*y29cykn(@#eSxWc9;Q^NG)L%I)s_E}p3&QtpeEa~M2G<=HUjt!iX{r(eY0>*jw zT9yHqe?=Tv;XhFrNW*m4+lg9lTlIsCx&G5N&HyTL%6}UhflNgHmBl3;hka?7rvDK3 zd)gw;)G#|#J<`Fq%b!(X=YuEau()Szde@?4;0QMjZ(P||#@RzhZ;yE%RFTJH^<5cc zC-4g2awTBR)W=^v3eI~xW*rJa4Zdq0*}hPXSc_d_ZV(O7QXfpR)0*f$iQnBh5lB<=&%SuS{3H1 z$Bp+}S6Z1-T-?ka>FU0~Z;N7FMP!L;M?Y;{`eVm@T|yAdt*4r#z3*iJ;X=elg^0u+ zwmUAyGGD8zNv@2#+b@BK8+@akKxWGL3Pa6HXc4T5ZgnFbMj{Y1vffZw`LL2nbj`A* z_!0kxUlHZc5K@P6%nx)wlH6HDx7J2)z(rZ4tR8Psop3>WiDoBDFjWDtD}M9YQ?D%W zZMSP^z6)kgP4}+v3 zA$_1qpL+}f*sdC1!$?a-ajK-4CzAmuuf%~3Oe33Cb@ikx%Tl@4&Iqs^ZaP3e3eGMM z_7z5X5E}bpc8BDBimcZp#|!Ek-U+P?M`hPO9kGn^mKZw1Ny3MvJKl<#Dsrb}W@yzO ztEo#)7S@j-t*5J<)!WaF9eW(36qo07y!(tQ^L5VKq>W7a)>KDx%_p&G8~f60VhjE9WI-!4>U#c;AY`EqD4B-w2&Ppd1@LlL}w ze#ca%ZVD$lU6i6lYpNX>-U5fdxv4^Wo8)Jx9o8{ySi0^WZ2}@o+XemAs;j1?r;yN9 z3;e?i!(C9Lg~%M`-9pMIiD5XLc2Iqz`^%rAotT8f(zt9FEGHd&wQ&`tIP@r&;tgO( zxpFkAqE;m~y|I`OxnzIDMU|P(h(u1N>3G;S>y``4Rp#tY;HT^d?}t<%Qf@oXRM`aV z->$J~u9@e7fQ-!wkPmqSB4L=UHq0l$%sRsB*y7AN?Jd6Ij44pxGFNtz|8lbcAz84v z`RPi@SdzgmpU&X1xwHY3EU9bV^cnHTT)+tSefLJB!$!Fon>V_u#vtU&gFB3@0+#-U zZ`NT@Y03UOmO@Bz2DHw0|KUL*W%8+J`<)2XfdO1j8cRBp42J7?XPqx-N`g*-HtMZ@ z`dJ?jj+IP0j1`%|9_+-VTEfR4=!-c^{Ib_qI7ViCjdQv5^__9!9KvaXRA%qZ*=|Vt zODQ;OT=ZB=6zi9gy5V-| z52_>z4i;4toc(`vH8_QPt0q?;4IVb6c6hj;zm*#e0JIycUh9UZ< z(4RSaheu}?R4+HSc{#c(L7ty))3VPG7l@^QUJ_iQ9@E+X-rE2Y66FA4!SF(&tPBp{ zz0vWrCe%MWmKg_cy|xA%zg}AxDaws^UfFs-H|ATUt?0IQl%^*Pw)hwe0q?y}JDQnX zo%jxdN*KUjE%#x2moHW9crx%V(hB5U`cp{%s04+p)yPzaRp5vR1a zrcE3a9UZO&HxIi{nyr2ffhJ?KYf2rl^=);w{7 z?}-61xzh5UvcYf~VKIu&J#ER7PP!m(H(614v z$Eqcw(uJJPgx3OmYWaA4W-)VI%q}3Wu1+{xi>)Y^V*J943OKKVh~(g?Smt}GfInk}`B+!1U(R;F zD0LDX=4GkfXQw-{T zQp%j?rBm3|13VN@Fm_IflEWYkHDUM{uJEcmkD^la0fvqMKdr^x?5{g< z$-Ih*v%8Nl!O^mTqfd<@y9?jGibx0%Gq8w+F%w9>qkJW;tFi>{ibtVP}RxD-r*Y5L@kZv4-{6Eb*cY<&Ms`-U}(aJ!^u=pKS_Wx{W_y zCdn7tNtS(Htc5&%0)ZD;JEh_E zB;#Kz1g?{gTdAFCJCi0d^5r9nvPJw`kyJIF1BlG&>h&iIiP2}h>lhob{bts+27gt% zMLh4i+mgh;y4P~uxwNJLzd+1o>451_?Cu_6E4iQ|v1>oHh^95$|TWe$0$^@Se za_pfFThj{IDwUhA`H05~coc+2vMh)jSpt#>BBj@Oasbqr6BY_O!xmE6d35bY>tP^= z#Z_{`oJuSC9Na6dHh@zODwd7|o|&pp}K z^tjo$@3%1}?tipmhPqkc-z88UhZ_>p?4eef|C9krwS@UYk;tm6c=lAcwwT z5%^o`Gl6Qb5n}%op<|AM2n50o)t`!AtsLMN74139GSDM<=w|!f`c(v6K=^fGw+rY$ z5_$n*bbH7YR?z5O0>9mk&=sX@Ev4MyQJa^)zMa>#&<^ih5IkUv$;CP0vqST>9( z^IA4-En_U&44Gcsnpf=uHxf1?`OmX<>^T|hmu;zU`L8l|kwXx>(uFj>w9_w?YvP|@ zcqs2kLM{f<5^P@liRGe1W!daM=g#dzeUw|tWn{!|7Y{R6isVR~TJEsP`6SHuL`4*p z4llc7t1-d>hTlDu8gB^ZXbBxvlspTl8FdtvMDcLISuUQ&uE$Nsg)y-`(Q>l1EM%tR z+BL~5e(Cg|8~sCTHV*@;lZv4tMgXX+<8CU1t?6^RGGBlp!`N%7v3j9#4i9M6^X*|4 z Date: Thu, 10 Jul 2025 09:45:14 +0200 Subject: [PATCH 028/160] adding images file --- .../images/Move2Cloud-Zerto.png | Bin 0 -> 136444 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/images/Move2Cloud-Zerto.png diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/images/Move2Cloud-Zerto.png b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/images/Move2Cloud-Zerto.png new file mode 100644 index 0000000000000000000000000000000000000000..6699991c2abebcc4e3de14466c46853e5bcd5305 GIT binary patch literal 136444 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

B4N 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⁢;XQm~c2%c++R?H>qawaRXb$XBc#THnLZ6G40=vJ53Q3alB>u;--FYMaisk z@mXWX_$M@C0eot3@yYPycOmyEIC+lu-YlD_T$SN3CA4)nA8XoJiNUF=j(vw1mpBt| zLW#lPo%fxrhhL})v>$I2NPQD_G_eHwjyl;QeZ5XJpZ4SH`MGq5ja0VMNN|n^4@Q=k zmnlmEfQbbcP=FRZ;;{PjB)Tm7`}}tcs*%owEi@B2MWO0>pfGR^L>{}vc!i23~g(oht;qTVobrzZ$c zLI@V9-%UL1VC^V`TjgAueX+bI^sQjX(EFCnCoLw+d zRAVimir7wZ;@E7sh5T@2clSlLjFp9(j)et7vMGAtGFvHCoDK6G33(F==v(vgm@jOE zUIgMH=PT9ud<4?c@~h}f!)bS*r}x&S3C8)4bop-`1@^N z^^wO(tPYny&yp28{bkn1#prRg_ASLXcg4@*cQiwS`Fm*>D%VFxGqlpS#^bRjwd(yt z<8)dAQo@@!2d7k_Ph@!>#|@pL)QGrED||4h)0juH}x%nR#zL z4IR+8C5-T~&|aV$U=~c4f7Fp8lpPoqdX-VQ6oB{iRCC>OX#O1or4RLio3qT6fp@|v zeRp?vpXwxG9}TtVhtG)E>q!)hOWB_P5#Wi~Cv4RGw-yf5Xd>B!8Vn=Pj>ct4EZd z#!HhS*xJR|i1!A0NUhyq(4#dqwIJ>AgoQPJKRCXrQdRt^xI`T-E-yEEa)9rzyYVM3 zrDtBsG$}dH&rx`x-8NqNsuZYPfEZdvH80H2| z930Mg3G(dGh>R`Y?doGYr{8dphfC+s<@ZaIHjhirPm*cT)6kHqJUQhf!z$S9^PN4D zijp$Y|8+D1fcr@xD|p{j!5Ps7^l68(Pu+5NaF8Xi7CZK23oLLB=h1yagjPxcwuc!7 zhu}L#NoF1%26@oKqT|6L)oM2H7Z@05U~nb{4l?eYk0Ufu02l+;cEGVHJm0LVi`eYD zP0G$*fHf}e5#~nb=6*iT8y+a~UF>0+teEpKH4QT|Y6YTBwvy%L=IrLi#_T-Zvg4=g z?KMA_x(cW0Js1g|RUbZ}%q`M&6cY4SAzcFGf4Hp%%X}Hk6BtO>g$6xo4AXbK&5o-R zdubmSl`0^>rc3I6p-wd?Rc&jHeuh4p+5vVL$1V?yjNjxu|5Dt0(#rR86v$60 zU%B$D&bQTykUS0xUy!l8C0RZ3RxSaGR~SjN+I_RDIUPe6lpG#TPC)<$+XV&NKXQ6P z_MM9~RRVyHMWfbT^#JT}!*0e%Cv1X*M1KwpOj-Y#yajZvZj|jw!9RWsBkrnS+QmYV zH4Zv{=C0I%SBL4sOtrtOGTN$^^ygx8+3s^3n)zereCzRCH?ExN@kWR+?D~ezi z7nhcb{?e7wAkuu|y0i-l3r0kt`D!?v*B}CeJWVyI70Y5{LYsGQ?5cJtC5KcJ@4b`h zS3#%1aXk)Lga%$Z5k3~wm*+(=S)V8-3sCYGl@@wHfI)+LGC8-}`TVugZndFC4mNc? zfJRZ+u8 zlf&8=$1>2;T5)gp+Oh{)iD$c%Nzy1_j{r|_{k|lvO4?$_7vDbs1n`kWKT=7mevk4h zg_XMl8}(wM(%e4*@qBZ7`pMHaPA|#HJL2L*sOI`>Tq)iB2V%DO-pZk47WXhkH#IbB zfOOcg8O5x3eOX2E8r<>crd|5cL6Kav_f^sA;7+!7|DE1kT>a)%)~0x)CRIj@ee>r`-b&hwv%rokibY*pqW2uslPyLb92+>#PB7GUMo3@o3}vADL85X zSxdU-T2GFeUg z`6(ZT;%#hlc&x4EiaO^Rcr*vG($t*DIqYI?K;-6jqt4lnlUkX`(?sKKB*jO^7CrPI zf9*y#0dO%Eb%3+R;JdM+Iq0(b1P7VYvMnKFp_&RgS(7F)6~4ptI~?NkuvL;ZS5` zDy(64XEwpZ7$u$S5tvUc#SPrCa&t|CFRR0`ikmBZ40A@PMZ5mSrSs?P3y1s9?(ls3 zTiYA#AWcoGo+lb0J`R1RG*gqhss6F7Y_Rqs%)FLSu$`Fv@Fb9iI>d9i-rQR;FZ+J( z?e~IDY<_jHb}!JOBQTzT1g~^jihCEG(pX`d-rkl1NM?hw*=Vl)JQ}$y5$;45#&l zie^D{TmV{PA4^zGt_MyYl zD5ya1VRov3UqCG5qibD-1-{)~vyh;#;^*H<3B=HqcD+5f?$x*qmL0&=5}(;#;qa$s ze9uUK$rCLe?Enno&T)RHJyq=D;Sp;zq10h@P=x~f+RWG(w){%3Mm>oLZo_QfDLD z6w9P?)3Xdb3usb~xvMLxC3?Dz9RQv5^d(QG))cT4=_(S5Eua0?-PThtQ}(uGDaf%H zByjxW$9%Z5^&HhgXq)th>#}kcnvR`+1G)>Cd*h#-g`>RvK zLRDoSt4d1G0maPYiV*Usp4`e(-wMXDs3WH0{WogFK;w1q1+dal%n2LDq&sF>?bpX* zvz|>U|NNf(vqxzaxV2g#Nju&0RciJ1h)nK;?C|}4*CQNa#_(X+JiORT%c}B)~i(5{}dK)%8K>9)j)xDEFieYyB{3xI*Qu_Y$x`*Nt z_`{dHoqCMzGlLc0b_WvBpt%Cj8YoWR)6Lq1FF!()7D-=nEP$1!tLy6N1aAOhfgEbC zfAC^_XNnarXfK;FTR2*N32o`=hLv^FqVY z%gY7s7ZRX^S7;{c{&z_8ZkH#1lJg)r?XN_D`$q7pn5U%6s}BWm_@lO^o9q$`2?CQ! zjj!Ku>?U%y045`yv$Q0qsp+}&R$+6eG_ZEZc_*z8#h^W4Fg z;&7s|#@dP>Ehi{7>gv;cg1VJxHO;t2P(_)o?klUQ&4?>~zqTra5!zPhyT(6D$vsUPRBWxbF9@?bA+}y_NguvN!9kY zf_7Ysvyt%Eb1&avwVGfbaw7xtPnC^NP5m4Zid0m6s0CXw$~hyv>A=^1N&xhMx6@lL zW%Jseq>ak_M62lu<1jcc#3GQ)jAi~<>KgMp_eLoDhF3E)a89QLiQVMnU}^9SOkK4x z=p6rF+L2UuWF6aw2lyhXXmm`(R|V1bw;BXYv>RaOq*^Zy5xcJE(l`y;-y@@qbT$ac z9pxQTi2QzE(O&Q4rPPi%=s=WT`zd!wzfmW%z0~9`~?ePN9W#NA&p)%LwU5j!>6%xy z2YpGP^9@ko0R8135d1%K{eNI)j+;0Dynr*2c|Mow9|FmL=Jo%gz0B&K|E)i5*ViZf zLn0YL*;$qa>Y3l+rr&?dO1WX>F{f_FyCz*ja#!l_ficsgbj>1IX(?$XqY{AxI1eaR z{H}5Qe-YEYquurL+Hw&jx#R;2uTmgDVw%vsUSSt| zjap|onAcr{Sk{Oi3xRb0z%Kc^k=NcCqBN0>dFzYmF9=qh38trtJ^;{S?xp6#a22R> znmBdqtBkBH;<9Z3YGwuza#&D5SJw$4i7<9ala-kdQ3g6Y7Y|_GAI(IZW4BhA9T0+E ztSGU9EhW%T6oT9L>YiDe&&-|f#v{!D{Gi@9OJ9tl{NugDm)k64tHzH{Fm6K3k?5CP z^b_wqY85!>w~9{7HM4VmUQ^#$+X*%bE0UmY?c3{Knj}X(?O00|hASZ$gKXw$2jONivYO5oFBwG03k&zUw*g`Yd*>3CrXUS?@9WO>WO%sZ5IUq9 zIvr@n#)y=PQ*Nl1ArMrE=)>?|r<1!5aqK~DeSkpTKR<6Du2)OPF0Ocp8`x{uaC-5EcAmCg$~tLKKO^n0`cgW%d=qzy08E1Hh8dfDD$Yk91zFI7l{ z=haQ)AIQ)$lpO!gedFzHw+?qvSGMVxC0z?slQZ0Ey_xy$`V;Zi(!3g2z ziYD*5HgN6TCTz|*ubO){);w%|D$~!MYMhaGO(g%Hb%UfW+s| z8^Ji7UE`hx0d(C#Nl>#WP6-lDn2}l95uB)Y9#FzhB=0)sTx3*yykdy>5ik`bRt$jTktVeJIJ{ue|JNup(_1<%rg1(d#f=;FUTrg&Lfcq}C01;C z*lv$9(QSFpO*~}zgX^{>KELW9*hcB!QKHMpJf~^`cSGGQ_uaV(L)Q16Ex4Qr7wP%@ z*Cn%V^LP1r1+_O&)2lFKwu^~~C+7KAed~e3!cS`xbydO@55F~WrT+RFfA)&c%$FD^ zZ!o4GTWt-(eXsOw7NiyuY09?1~t?W|>%B|47=X zjDFIyOa@IC=X$3=W>_~znTJ>_v9sKluhYlii9Ga26u%JyPxiR6-t`ABUxhL*wD8r! z?E;+<;_}zw+||e(y?oZG0^h-JXHJ2*t{56;^tkWVd4tNBe`TgmtErHQeqV`gWgE z3wfXZp3@D+E$_p>(2d+q zj|bDG4<5~-KbqHOD}~6e7|WEh(s{9bIxBRqn$DeYi}Kog=Yi>GkFdjR(>Sw$?H@A^ z16#!BIy&Rr2z)QEsnxYPf3P_40E{mb^4&Z8Mi3&>tk&a*fV1W#52;-5gi(8BoTMky ztLLV_onM9jRx04%xju!@Uc+XrsBHUO$4n<5A@(_;*UvubrW9IxRY)rv-QCe!@bu4UPIy?G zOoZIOX(!;X5V$ejYyM*HBG^MYg7K+~ztjRoGL>XjyETs2!nclRkSwF}|6^2kqyor} zEOtc~aCi4{9kbINHc35*Y8IxnaOnZhM)d}QE>im(u^!q>-!`+2((V57W07;@Olt9= zbaS!o)o3OqoF1nPUQhud3rZ!$8Tk)zt$UhpUY9@6*G?Ftm{_-Ajs z3^Ah)__B{PDd`?_2pl>yuyyL~eJ~;;TCXx0a@zGI}?Jeww?yj!)?0EyOMV;0OR8KGcIW_DTm2)uM!NtyX zXeW$z6HDw;JlXK=6I5g$EE%8X%i#OIt!MM8E%rghgN6s$iVd@tIwi7>zU=SR>{N7p3rK1%Ue5M%{^PL~TeFn?kw zjo$S?e||FM-v54W!RCJ_ Date: Thu, 10 Jul 2025 09:47:08 +0200 Subject: [PATCH 029/160] editing dates --- .../vmware_migration_zerto/guide.en-gb.md | 2 +- .../vmware_migration_zerto/guide.fr-fr.md | 2 +- .../vmware_migration_zerto_secnumcloud/guide.en-gb.md | 2 +- .../vmware_migration_zerto_secnumcloud/guide.fr-fr.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md index 861fd9fbae3..b0309076703 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Move2Cloud - Migrate VMware workloads to OVHcloud Hosted Private Cloud with Zerto excerpt: "Learn how to migrate your on-premises VMware workloads to an OVHcloud Hosted Private Cloud environment using Zerto Virtual Replication." -updated: 2025-07-08 +updated: 2025-07-10 --- ## Objective diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md index 5443a7b8b10..36a1becd7f8 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Move2Cloud - Migration de charges VMware vers OVHcloud Hosted Private Cloud avec Zerto excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication." -updated: 2025-07-08 +updated: 2025-07-10 --- ## Objectif diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md index 5fe8b16526f..6f98035c502 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Move2Cloud - Migrate VMware workloads to OVHcloud SecNumCloud Hosted Private Cloud with Zerto excerpt: "Learn how to migrate on-premises VMware workloads to a SecNumCloud-qualified Hosted Private Cloud using Zerto Virtual Replication." -updated: 2025-07-08 +updated: 2025-07-10 --- ## Objective diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md index 0fb51ebd689..982eb990ef8 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto excerpt: "Découvrez comment migrer des charges VMware on-premises vers un Hosted Private Cloud qualifié SecNumCloud à l’aide de Zerto Virtual Replication." -updated: 2025-07-08 +updated: 2025-07-10 --- ## Objectif From 0a3de66aef52e3251d2dac8fae8f5b17ebacc4f4 Mon Sep 17 00:00:00 2001 From: jessica Date: Thu, 10 Jul 2025 09:10:06 -0400 Subject: [PATCH 030/160] minor update --- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md index adbf80ce52f..eace979d7ff 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md index 8a0267dd9c9..d5fa74cb8b2 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md index c829d714eb5..70f3ba8e97f 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md index bf0d52c3b36..d048a132511 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md index a2901a70ba8..dafb23afb74 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md index b617e44a22a..293b9a1476d 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md @@ -516,7 +516,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP From 5dba132fbbbcd8334e3f323dd6f28490326939ab Mon Sep 17 00:00:00 2001 From: jessica Date: Thu, 10 Jul 2025 15:21:50 -0400 Subject: [PATCH 031/160] FR duplicates and EN fixes --- .../guide.en-asia.md | 8 +-- .../guide.en-au.md | 6 +- .../guide.en-ca.md | 6 +- .../guide.en-gb.md | 6 +- .../guide.en-ie.md | 6 +- .../guide.en-sg.md | 6 +- .../guide.en-us.md | 6 +- .../guide.fr-ca.md | 64 +++++++++++++++++- .../guide.fr-fr.md | 64 +++++++++++++++++- .../images/select_port.png | Bin 0 -> 16672 bytes 10 files changed, 146 insertions(+), 26 deletions(-) create mode 100644 pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/select_port.png diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md index f509ad97be8..6053f7cc4ff 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> @@ -435,7 +435,7 @@ A pop-up window will appear prompting you to confirm the selection. Click on `Di ![confirm](images/confirm_disassociate_ip.png){.thumbnail} -Once done, the Floating will be detached from the instance. +Once done, the Floating IP will be detached from the instance and . #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md index eace979d7ff..2eaaa391817 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md index d5fa74cb8b2..89d3d9ab11e 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md index 70f3ba8e97f..866c060a6ab 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md index d048a132511..f152e93cb3a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md index dafb23afb74..1120971ac38 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md index 293b9a1476d..5152c1bbb33 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-09 +updated: 2025-07-10 --- ## Objective @@ -411,9 +411,9 @@ The following steps describe how to attach a Floating IP to an existing instance >> >> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. >> ->> ![associate](images/associate_floating_ip.png){.thumbnail} +>> ![associate](images/select_port.png){.thumbnail} >> ->> Next, click on `Associate`{.action} +>> Next, click on `Associate`{.action}. >> >> Once done, the Floating IP will be associated to the instance. >> diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md index 9080e2c2bf6..c6a43b34354 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Attacher une adresse Floating IP à une instance Public Cloud excerpt: Comprendre qu'est-ce qu’une Floating IP des services L3 et comment la configurer -updated: 2024-03-26 +updated: 2025-07-10 --- ## Objectif @@ -380,7 +380,67 @@ $ /// -### Depuis l'API OVHcloud +#### Depuis l’interface Horizon + +/// details | Dépliez cette section + +Les étapes suivantes décrivent comment attacher une Floating IP à une instance existante. + +> [!primary] +> Avant de continuer, assurez-vous que votre instance est liée à un réseau privé **uniquement** et que le réseau privé est lié à une passerelle (*gateway*). +> + +> [!tabs] +>> +>> Connectez-vous à l'interface Horizon et assurez-vous d'être dans la bonne région. Vous pouvez le vérifier en haut à gauche. +>> +>> ![Sélection de la région](images/region2021.png){.thumbnail} +>> +>> Dans le menu de gauche, cliquez sur `Network`{.action} puis sur `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Cliquez sur `Associate`{.action} à côté de l'instance correspondante. +>> +>> ![associer](images/associate_floating_ip.png){.thumbnail} +>> +>> Une fenêtre pop-up s'affiche. Cliquez sur la flèche déroulante en dessous de « Port to be assiociated » et sélectionner le port/l'instance auquel attacher l'adresse Floating IP. +>> +>> ![associer](images/select_port.png){.thumbnail} +>> +>> Ensuite, cliquez sur `Associate`{.action} +>> +>> Une fois fait, l'adresse Floating IP sera associée à l'instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Détacher une Floating IP + +Vous pouvez détacher une Floating IP de votre instance à tout moment. + +Une fois connecté à l'interface Horizon, cliquez sur `Network`{.action}, puis sur `Floating IPs`{.action}. + +Cliquez sur `Disassociate`{.action} à côté de l'adresse Floating IP correspondante. + +![dissocier](images/disassociate_floating_ip.png){.thumbnail} + +Une fenêtre contextuelle s'affiche vous invitant à confirmer la sélection. Cliquez sur `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Une fois fait, l'adresse Floating IP sera détaché de l'instance. + +#### Supprimer une Floating IP + +Pour supprimer une Floating IP, cliquez sur la flèche déroulante à côté de l'instance correspondante, puis cliquez sur `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + +#### Depuis l'API OVHcloud /// details | Dépliez cette section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md index a5282719b1b..d2a6e9ade0a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Attacher une adresse Floating IP à une instance Public Cloud excerpt: Comprendre qu'est-ce qu’une Floating IP des services L3 et comment la configurer -updated: 2024-03-26 +updated: 2025-07-10 --- ## Objectif @@ -381,7 +381,67 @@ $ /// -### Depuis l'API OVHcloud +#### Depuis l’interface Horizon + +/// details | Dépliez cette section + +Les étapes suivantes décrivent comment attacher une Floating IP à une instance existante. + +> [!primary] +> Avant de continuer, assurez-vous que votre instance est liée à un réseau privé **uniquement** et que le réseau privé est lié à une passerelle (*gateway*). +> + +> [!tabs] +>> +>> Connectez-vous à l'interface Horizon et assurez-vous d'être dans la bonne région. Vous pouvez le vérifier en haut à gauche. +>> +>> ![Sélection de la région](images/region2021.png){.thumbnail} +>> +>> Dans le menu de gauche, cliquez sur `Network`{.action} puis sur `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Cliquez sur `Associate`{.action} à côté de l'instance correspondante. +>> +>> ![associer](images/associate_floating_ip.png){.thumbnail} +>> +>> Une fenêtre pop-up s'affiche. Cliquez sur la flèche déroulante en dessous de « Port to be assiociated » et sélectionner le port/l'instance auquel attacher l'adresse Floating IP. +>> +>> ![associer](images/select_port.png){.thumbnail} +>> +>> Ensuite, cliquez sur `Associate`{.action} +>> +>> Une fois fait, l'adresse Floating IP sera associée à l'instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Détacher une Floating IP + +Vous pouvez détacher une Floating IP de votre instance à tout moment. + +Une fois connecté à l'interface Horizon, cliquez sur `Network`{.action}, puis sur `Floating IPs`{.action}. + +Cliquez sur `Disassociate`{.action} à côté de l'adresse Floating IP correspondante. + +![dissocier](images/disassociate_floating_ip.png){.thumbnail} + +Une fenêtre contextuelle s'affiche vous invitant à confirmer la sélection. Cliquez sur `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Une fois fait, l'adresse Floating IP sera détaché de l'instance. + +#### Supprimer une Floating IP + +Pour supprimer une Floating IP, cliquez sur la flèche déroulante à côté de l'instance correspondante, puis cliquez sur `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + +#### Depuis l'API OVHcloud /// details | Dépliez cette section diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/select_port.png b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/images/select_port.png new file mode 100644 index 0000000000000000000000000000000000000000..20eaeae7b0ea87f5e8bb35f1baa2329345c717f4 GIT binary patch literal 16672 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 RM Date: Fri, 11 Jul 2025 10:00:11 +0200 Subject: [PATCH 032/160] DE done --- .../diagnostic_request_blocked/guide.de-de.md | 94 +++++++++++++++++++ .../diagnostic_request_blocked/guide.fr-fr.md | 20 +++- 2 files changed, 111 insertions(+), 3 deletions(-) create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md new file mode 100644 index 00000000000..010512234eb --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md @@ -0,0 +1,94 @@ +--- +title: "Was tun, wenn die Meldung „Your request has been blocked“ angezeigt wird?" +excerpt: "Hier erfahren Sie, wie Sie vorgehen, wenn Ihre Website eine Seite „Your request has been blocked“ anzeigt" +update: 2025-07-11 +--- + + + +## Ziel + +Die Shared Hosting Infrastruktur, auf der sich die OVHcloud Webhostings befinden, verfügt über mehrere Sicherheitssysteme. +Wenn Ihre Website die Seite „Your request has been blocked“ anzeigt, bedeutet dies, dass eine der Anfragen, die Sie auf Ihre Website auszuführen versuchen, von unseren Sicherheitssystemen blockiert wurde. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Diese Anleitung erklärt, wie Si vorgehen, wenn Ihre Website eine „Your request has been blocked“ Seite anzeigt.** + +## Voraussetzungen + +- Sie haben ein [OVHcloud Webhosting](/links/web/hosting). +- Sie verfügen über die [Login-Daten](/pages/web_cloud/web_hosting/ftp_connection) für den FTP-Speicherplatz Ihres Hostings. +- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). + +## In der praktischen Anwendung + +Die Seite „Your request has been blocked“ kann aus verschiedenen Gründen angezeigt werden (nicht abschließende Liste): + +- Die Anfrage wird über einen nicht aktualisierten Internetbrowser (Firefox, Chrome, Safari, Edge etc.) durchgeführt. +- Eine sehr grosse Zahl ähnlicher und anderer Abfragen wird innerhalb einer äusserst kurzen Frist erledigt. +- Die Anfrage versucht, nicht autorisierte Aktionen auf der Shared Hosting Infrastruktur durchzuführen, auf der sich Ihr Webhosting befindet. + +### 1 - Stellen Sie sicher, dass Ihr Internetbrowser auf dem neuesten Stand ist + +Gehen Sie in die Einstellungen Ihres Internetbrowsers und überprüfen Sie, ob ein Update verfügbar ist. + +/// details | Klicken Sie hier, um weitere Informationen zum Aktualisieren Ihres Internetbrowsers zu erhalten + +Nachfolgend finden Sie die Verfahren zur Aktualisierung der gängigsten Internetbrowser (von den Herausgebern bereitgestellte Dokumentation): + +- [Firefox](https://support.mozilla.org/de/kb/firefox-auf-die-letzte-version-aktualisieren){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=de&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/de-de/102665){.external}. +- [Edge](https://support.microsoft.com/de-de/topic/microsoft-edge-updateeinstellungen-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Wenn Ihr Internetbrowser nicht in der oben stehenden Liste aufgeführt ist, lesen Sie die zugehörige Onlinedokumentation, oder wenden Sie sich an den Support des Herausgebers. + +/// + +Versuchen Sie erneut, auf Ihre Website zuzugreifen, sobald Ihr Internetbrowser auf dem neuesten Stand ist. Wenn die Situation weiterhin besteht, lesen Sie diese Anleitung weiter. + +### 2 - Rufen Sie die Informationen auf der Seite „Your request has been blocked“ ab und kontaktieren Sie den Support + +Das Sicherheitssystem, das Ihre Anfragen blockiert, befindet sich im Vorfeld Ihres Webhostings. Daher haben Sie über Ihr OVHcloud Kundencenter keinen Zugriff auf die Logs dieses Sicherheitssystems. + +#### 2.1 - Informationen auf der Seite „Your request has been blocked“ + +Identifizieren Sie zunächst die folgenden Informationen, die auf der Seite „Your request has been blocked“ angezeigt werden: + +- `IP address` (Beispiel: 203.0.113.0) +- `Date` (Beispiel: 2025-07-01T16:30:45:150Z) +- `Request ID` (Beispiel: AbCdEf-your-request-ID-GhIjKlM) + +#### 2.2 - Support kontaktieren + +Sobald diese Daten erfasst wurden, erstellen Sie ein [Support-Ticket](https://help.ovhcloud.com/csm?id=csm_get_help) im OVHcloud Help Center. Geben Sie dabei Folgendes an: + +- Die auf der Seite angezeigte Meldung („Your request has been blocked“) +- Die drei zuvor abgerufenen Elemente (`IP address`, `Date` und `Request ID`) +- Die URL, unter der die Seite angezeigt wird (Beispiel: `https://www.domain.tld/index.php`) +- Der verwendete Browser + +Der Support wird Sie schnellstmöglich kontaktieren und Ihnen den Grund für die Sperrung mitteilen. + +## Weiterführende Informationen + +[Anwendungsbeispiele - Ihre Website ist von einem Hack betroffen](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner). + +Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support). + +Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md index 25d11aa37fd..bd322429343 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.fr-fr.md @@ -1,9 +1,23 @@ --- title: "Que faire si la page « Your request has been blocked » s’affiche ?" -excerpt: "Découvrez comment remettre votre site web en ligne s'il affiche une page « Your request has been blocked »" -update: 2025-07-04 +excerpt: "Découvrez comment agir si votre site web affiche une page « Your request has been blocked »" +update: 2025-07-11 --- + + ## Objectif L'infrastructure mutualisée où se trouvent les hébergements web OVHcloud dispose de plusieurs systèmes de sécurité. @@ -11,7 +25,7 @@ Si votre site web affiche une page « Your request has been blocked », cela sig ![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} -**Découvrez comment débloquer la situation si votre site web affiche une page « Your request has been blocked ».** +**Découvrez comment agir si votre site web affiche une page « Your request has been blocked ».** ## Prérequis From 66a673a89f3ce396e98cf1599babd8b78a15bab7 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 10:12:53 +0200 Subject: [PATCH 033/160] EN done --- .../diagnostic_request_blocked/guide.en-gb.md | 92 ++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md index 3170e1efba7..93d063d9d25 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md @@ -1,4 +1,94 @@ +--- +title: "What should I do if the page “Your request has been blocked” appears?" +excerpt: "Find out what to do if your website displays a “Your request has been blocked” page" +update: 2025-07-11 +--- + + + +## Objective + +The shared infrastructure where OVHcloud web hosting plans are located has several security systems. +If your website displays a “Your request has been blocked” page, this means that one of the requests you are trying to execute to your website has been blocked by our security systems. + +![your-ip-has-been-banned](/pages/assets/screens/other/browsers/errors/your-ip-has-been-banned.png){.thumbnail} + +**Find out what to do if your website displays a “Your request has been blocked” page.** + +## Requirements + +- An [OVHcloud web hosting plan](/links/web/hosting) +- The login details to access [your web hosting plan’s FTP storage space](/pages/web_cloud/web_hosting/ftp_connection) +- Access to the [OVHcloud Control Panel](/links/manager) + +## Instructions + +The “Your request has been blocked” page may appear for a number of reasons (non-exhaustive list): + +- The request is made from an unupdated Internet browser (Firefox, Chrome, Safari, Edge, etc.). +- A very large number of requests, similar or not, are made in an extremely short time. +- The request attempts to perform unauthorized actions on the shared infrastructure where your web hosting plan is located. + +### 1 - Check that your web browser is up to date + +Go to your web browser settings and check if an update is available. + +/// details | Click here for more information about updating your web browser + +Below are the procedures for updating the most popular web browsers (documentation provided by their publishers): + - [Firefox](https://support.mozilla.org/en-US/kb/update-firefox-latest-release){.external}. - [Chrome](https://support.google.com/chrome/answer/95414?hl=en-GB&co=GENIE.Platform%3DDesktop&oco=0){.external}. - [Safari](https://support.apple.com/en-gb/102665){.external}. -- [Edge](https://support.microsoft.com/en-gb/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. \ No newline at end of file +- [Edge](https://support.microsoft.com/en-gb/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +If your Internet browser is not present in the list above, refer to your browser's online documentation or contact the publisher's support. + +/// + +Once your web browser is up to date, try accessing your website again. If the situation persists, please read this guide. + +### 2 - Retrieve the information on the “Your request has been blocked” page and contact support + +The security system that blocks your requests is located upstream of your web hosting plan. As a result, you will not be able to access logs for this security system from your OVHcloud Control Panel. + +#### 2.1 - Retrieve the information on the page “Your request has been blocked” + +First, retrieve the information below that appears on the “Your request has been blocked” page: + +- `IP address` (e.g.: 203.0.113.0) +- `Date` (for example: 2025-07-01T16:30:45:150Z) +- `Request ID` (for example: AbCdEf-your-request-ID-GhIjKlM) + +#### 2.2 - Contact support + +Once this data is collected, create a [support ticket](https://help.ovhcloud.com/csm?id=csm_get_help) from the OVHcloud Help Center, specifying: + +- The message found on the page (“Your request has been blocked”). +- The three elements retrieved earlier (`IP address`, `Date` and `Request ID`). +- The URL from which the page is displayed (for example: `https://www.domain.tld/index.php`). +- The Internet browser used. + +The support team will get back to you as soon as possible to confirm the origin of this blockage. + +## Go further + +[Use cases - What to do if your Website is hacked](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner). + +If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support). + +Join our [community of users](/links/community). \ No newline at end of file From 72eb822e6c4d2d230c46f9f779649532ae349b06 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 10:47:02 +0200 Subject: [PATCH 034/160] ES done --- .../diagnostic_request_blocked/guide.en-gb.md | 2 +- .../diagnostic_request_blocked/guide.es-es.md | 94 +++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.es-es.md diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md index 93d063d9d25..8f792cc310f 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.en-gb.md @@ -23,7 +23,7 @@ details[open]>summary::before { The shared infrastructure where OVHcloud web hosting plans are located has several security systems. If your website displays a “Your request has been blocked” page, this means that one of the requests you are trying to execute to your website has been blocked by our security systems. -![your-ip-has-been-banned](/pages/assets/screens/other/browsers/errors/your-ip-has-been-banned.png){.thumbnail} +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} **Find out what to do if your website displays a “Your request has been blocked” page.** diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.es-es.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.es-es.md new file mode 100644 index 00000000000..83803daa6d8 --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.es-es.md @@ -0,0 +1,94 @@ +--- +title: "¿Qué hacer si aparece la página «Your request has been blocked»?" +excerpt: "Descubra cómo actuar si su sitio web muestra una página «Your request has been blocked»" +update: 2025-07-11 +--- + + + +## Objetivo + +La infraestructura compartida en la que se alojan los alojamientos web de OVHcloud dispone de varios sistemas de seguridad. +Si su sitio web muestra una página «Your request has been blocked», significa que una de las peticiones que intenta realizar hacia su sitio web ha sido bloqueada por nuestros sistemas de seguridad. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Descubra cómo actuar si su sitio web muestra una página «Your request has been blocked».** + +## Requisitos + +- Tener contratado un [plan de hosting](/links/web/hosting) de OVHcloud. +- Disponer de las [claves de conexión](/pages/web_cloud/web_hosting/ftp_connection) al espacio FTP de almacenamiento del alojamiento. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager). + +## Procedimiento + +La página «Your request has been blocked» puede aparecer por diversos motivos (lista no exhaustiva): + +- La solicitud se realiza desde un navegador de internet (Firefox, Chrome, Safari, Edge, etc.) no actualizado. +- Un gran número de peticiones, similares o no, se realizan en un plazo extremadamente corto. +- La consulta intenta realizar acciones no autorizadas en la infraestructura compartida en la que se encuentra el alojamiento web. + +### 1 - Compruebe que su navegador de Internet está actualizado + +Acceda a la configuración de su navegador de Internet y compruebe si hay una actualización disponible. + +/// details | Haga clic aquí para obtener más información sobre cómo actualizar su navegador de Internet + +A continuación se describen los procedimientos para actualizar los principales exploradores de Internet (documentación proporcionada por sus editores): + +- [Firefox](https://support.mozilla.org/es/kb/actualizar-firefox-la-ultima-version){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=es&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/es-es/102665){.external}. +- [Edge](https://support.microsoft.com/es-es/topic/configuraci%C3%B3n-de-actualizaci%C3%B3n-de-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Si su navegador de Internet no aparece en la lista anterior, consulte la documentación en línea o póngase en contacto con el soporte técnico del editor. + +/// + +Una vez que su navegador esté actualizado, vuelva a intentar acceder a su sitio web. Si la situación persiste, lea esta guía. + +### 2 - Obtenga la información de la página «Your request has been blocked» y póngase en contacto con el soporte + +El sistema de seguridad que bloquea las peticiones se encuentra delante del alojamiento web. Por lo tanto, no tendrá acceso a los logs de este sistema de seguridad desde el área de cliente de OVHcloud. + +#### 2.1 - Obtenga la información de la página «Your request has been blocked» + +En primer lugar, consulte la siguiente información en la página «Your request has been blocked»: + +- `IP address` (por ejemplo: 203.0.113.0). +- `Date` (por ejemplo: 2025-07-01T16:30:45:150Z). +- `Request ID` (por ejemplo: AbCdEf-your-request-ID-GhIjKlM). + +#### 2.2 - Contacte con el soporte + +Una vez recopilados estos datos, cree un [tíquet de asistencia](https://help.ovhcloud.com/csm?id=csm_get_help) desde el centro de ayuda de OVHcloud, indicando: + +- El mensaje encontrado en la página («Your request has been blocked»). +- Los tres elementos recuperados anteriormente (`IP address`, `Date` y `Request ID`). +- URL desde la que se muestra la página (por ejemplo: `https://www.domain.tld/index.php`). +- El navegador de Internet utilizado. + +El soporte se pondrá en contacto con usted lo antes posible para informarle del origen de este bloqueo. + +## Más información + +[Casos de uso - Asesoramiento sobre la piratería de su sitio web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner). + +Si quiere disfrutar de ayuda para utilizar y configurar sus soluciones de OVHcloud, puede consultar nuestras distintas soluciones [pestañas de soporte](/links/support). + +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file From a624a94598c5ff670941e351c85a71679da5b65b Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 11:01:19 +0200 Subject: [PATCH 035/160] PL done --- .../diagnostic_request_blocked/guide.pl-pl.md | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md new file mode 100644 index 00000000000..e52ad4bd8fe --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md @@ -0,0 +1,92 @@ +--- +title: "Co zrobić, jeśli wyświetla się strona 'Your request has been blocked'?" +excerpt: "Dowiedz się, jak to zrobić, jeśli Twoja strona WWW wyświetla stronę 'Your request has been blocked'" +update: 2025-07-11 +--- + + + +## Wprowadzenie + +Współdzielona infrastruktura, na której zlokalizowane są pakiety hostingowe OVHcloud, posiada kilka systemów bezpieczeństwa. +Jeśli Twoja strona WWW wyświetla stronę "Your request has been blocked", oznacza to, że jedno z zapytań, które próbujesz wykonać na Twojej stronie WWW zostało zablokowane przez nasze systemy bezpieczeństwa. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Dowiedz się, jak to zrobić, jeśli Twoja strona WWW wyświetla stronę 'Your request has been blocked'.** + +## Wymagania początkowe + +- Posiadanie [hostingu](/links/web/hosting) OVHcloud. +- Posiadanie [danych do logowania](/pages/web_cloud/web_hosting/ftp_connection) do przestrzeni dyskowej FTP Twojego hostingu. +- Dostęp do [Panelu klienta OVHcloud](/links/manager). + +## W praktyce + +Strona "Your request has been blocked" może się wyświetlać z różnych powodów (lista nie jest wyczerpująca): + +- Zapytanie jest wykonywane z poziomu niezaktualizowanej przeglądarki internetowej (Firefox, Chrome, Safari, Edge, itp.). +- Bardzo duża liczba zapytań, podobnych lub nie, jest wykonywana w niezwykle krótkim czasie. +- Zapytanie próbuje wykonać nieautoryzowane operacje na infrastrukturze współdzielonej, na której znajduje się Twój hosting. + +### 1 - Sprawdź, czy Twoja przeglądarka internetowa jest aktualna + +Przejdź do ustawień przeglądarki internetowej i sprawdź, czy jest dostępna aktualizacja. + +/// details | Kliknij tutaj, aby uzyskać więcej informacji na temat aktualizowania przeglądarki internetowej + +Poniżej znajdują się procedury aktualizacji głównych przeglądarek internetowych (dokumentacja dostarczona przez ich wydawców): + +- [Firefox](https://support.mozilla.org/pl/kb/Aktualizacja%20Firefoksa){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=pl&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/pl-pl/102665){.external}. +- [Edge](https://support.microsoft.com/pl-pl/topic/ustawienia-aktualizacji-przegl%C4%85darki-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Jeśli Twoja przeglądarka internetowa nie jest widoczna na powyższej liście, zapoznaj się z jej dokumentacją online lub skontaktuj się z pomocą techniczną jej producenta. + +/// + +Po zaktualizowaniu przeglądarki internetowej spróbuj ponownie wejść na Twoją stronę WWW. Jeśli sytuacja się powtórzy, zapraszamy do dalszej lektury przewodnika. + +### 2 - Pobierz informacje dostępne na stronie "Your request has been blocked" i skontaktuj się z pomocą + +System bezpieczeństwa, który blokuje Twoje zapytania, jest na wcześniejszym etapie niż hosting WWW. W związku z tym logi tego systemu bezpieczeństwa nie będą dostępne z poziomu Twojego panelu klienta OVHcloud. + +#### 2.1 - Pobierz informacje dostępne na stronie "Your request has been blocked" + +W pierwszym kroku pobierz trzy poniższe informacje, które wyświetlają się na stronie "Your request has been blocked": + +- `IP address` (na przykład: 203.0.113.0). +- `Date` (na przykład: 2025-07-01T16:30:45:150Z). +- `Request ID` (na przykład: AbCdEf-your-request-ID-GhIjKlM). + +#### 2.2 - Skontaktuj się z pomocą + +Po zebraniu danych utwórz [zgłoszenie serwisowe](https://help.ovhcloud.com/csm?id=csm_get_help) z poziomu Centrum pomocy OVHcloud, określając: + +- Wiadomość napotkana na stronie ("Your request has been blocked"). +- Trzy elementy wcześniej pobrane (`IP address`, `Date` i `Request ID`). +- URL, pod którym strona się wyświetla (na przykład: `https://www.domain.tld/index.php`). +- Używana przeglądarka internetowa. + +Pomoc techniczna skontaktuje się z Tobą tak szybko, jak to możliwe, aby poinformować Cię o przyczynie blokady. + +## Sprawdź również + +[Przykłady zastosowania - Porady po włamaniu się na stronę WWW](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +W przypadku wyspecjalizowanych usług (pozycjonowanie, rozwój, itp.) skontaktuj się z [partnerami OVHcloud](/links/partner). + +Jeśli chcesz otrzymywać wsparcie w zakresie konfiguracji i użytkowania Twoich rozwiązań OVHcloud, zapoznaj się z naszymi [ofertami pomocy](/links/support). \ No newline at end of file From 1d2e1ff0bef67114ce73388d4875f7bf80be56b0 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 11:05:11 +0200 Subject: [PATCH 036/160] PL done --- .../web_hosting/diagnostic_request_blocked/guide.pl-pl.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md index e52ad4bd8fe..b8ff49825cb 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pl-pl.md @@ -89,4 +89,6 @@ Pomoc techniczna skontaktuje się z Tobą tak szybko, jak to możliwe, aby poinf W przypadku wyspecjalizowanych usług (pozycjonowanie, rozwój, itp.) skontaktuj się z [partnerami OVHcloud](/links/partner). -Jeśli chcesz otrzymywać wsparcie w zakresie konfiguracji i użytkowania Twoich rozwiązań OVHcloud, zapoznaj się z naszymi [ofertami pomocy](/links/support). \ No newline at end of file +Jeśli chcesz otrzymywać wsparcie w zakresie konfiguracji i użytkowania Twoich rozwiązań OVHcloud, zapoznaj się z naszymi [ofertami pomocy](/links/support). + +Dołącz do [grona naszych użytkowników](/links/community). \ No newline at end of file From 9b6b31a65437562ea991f38450295e90c8d4de2f Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 11:17:46 +0200 Subject: [PATCH 037/160] PT done --- .../diagnostic_request_blocked/guide.it-it.md | 0 .../diagnostic_request_blocked/guide.pt-pt.md | 94 +++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md create mode 100644 pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pt-pt.md diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pt-pt.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pt-pt.md new file mode 100644 index 00000000000..98b077d5b22 --- /dev/null +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.pt-pt.md @@ -0,0 +1,94 @@ +--- +title: "O que acontece se a página «Your request has been blocked» aparecer?" +excerpt: "Saiba como agir se o seu website apresenta uma página «Your request has been blocked»" +update: 2025-07-11 +--- + + + +## Objetivo + +A infraestrutura partilhada onde se encontram os alojamentos web da OVHcloud dispõe de vários sistemas de segurança. +Se o seu website apresentar uma página «Your request has been blocked», isso significa que um dos pedidos que está a tentar executar no seu website foi bloqueado pelos nossos sistemas de segurança. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Saiba como agir se o seu website apresenta uma página «Your request has been blocked».** + +## Requisitos + +- Ter um [serviço de alojamento web](/links/web/hosting) OVHcloud. +- Dispor dos [dados de acesso](/pages/web_cloud/web_hosting/ftp_connection) ao espaço FTP de armazenamento do seu alojamento. +- Ter acesso à [Área de Cliente OVHcloud](/links/manager). + +## Instruções + +A página «Your request has been blocked» pode ser apresentada por vários motivos (lista não exaustiva): + +- O pedido é efetuado a partir de um browser Internet (Firefox, Chrome, Safari, Edge, etc.) não atualizado. +- Um grande número de pedidos, semelhantes ou não, são efetuados num prazo extremamente curto. +- O pedido tenta executar ações não autorizadas na infraestrutura partilhada onde se encontra o seu alojamento web. + +### 1 - Verifique se o seu browser está atualizado + +Aceda às definições do browser e verifique se existe uma atualização. + +/// details | Clique aqui para obter mais informações sobre a atualização do browser da Internet + +A seguir, poderá encontrar os procedimentos de atualização para os principais browsers da Internet (documentação fornecida pelos seus editores): + +- [Firefox](https://support.mozilla.org/pt-BR/kb/atualize-o-firefox){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=pt&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/pt-pt/102665){.external}. +- [Edge](https://support.microsoft.com/pt-pt/topic/defini%C3%A7%C3%B5es-de-atualiza%C3%A7%C3%A3o-do-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Se o seu browser da Internet não estiver presente na lista acima, consulte a sua documentação online ou contacte o suporte do seu editor. + +/// + +Assim que o browser estiver atualizado, tente aceder novamente ao seu Web site. Se a situação persistir, continue a ler este guia. + +### 2 - Obtenha as informações presentes na página «Your request has been blocked» e contacte o suporte + +O sistema de segurança que bloqueia os seus pedidos encontra-se a montante do seu alojamento web. Por conseguinte, não terá acesso aos logs deste sistema de segurança a partir da sua Área de Cliente OVHcloud. + +#### 2.1 - Obtenha as informações presentes na página «Your request has been blocked» + +Em primeiro lugar, recupere as três informações abaixo que são apresentadas na página «Your request has been blocked»: + +- `IP address` (por exemplo: 203.0.113.0). +- `Date` (por exemplo: 2025-07-01T16:30:45:150Z). +- `Request ID` (por exemplo: AbCdEf-your-request-ID-GhIjKlM). + +#### 2.2 - Contacte o suporte + +Após a recolha destes dados, crie um [ticket de assistência](https://help.ovhcloud.com/csm?id=csm_get_help) a partir do Centro de Ajuda da OVHcloud, especificando: + +- A mensagem encontrada na página («Your request has been blocked»). +- Os três elementos recuperados anteriormente (`IP address`, `Date` e `Request ID`). +- O URL a partir do qual a página é apresentada (por exemplo: `https://www.domain.tld/index.php`). +- O browser da Internet utilizado. + +O suporte irá contactá-lo o mais rapidamente possível para lhe indicar a origem deste bloqueio. + +## Quer saber mais? + +[Casos de uso - Conselhos após a pirataria do seu website](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +Para serviços especializados (referenciamento, desenvolvimento, etc.), contacte os [parceiros OVHcloud](/links/partner). + +Se pretender usufruir de uma assistência na utilização e na configuração das suas soluções OVHcloud, consulte as nossas diferentes [ofertas de suporte](/links/support). + +Fale com a nossa [comunidade de utilizadores](/links/community). \ No newline at end of file From 416f0a5d039e708cf2ae7eb6c6aaacf46588edf6 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 11:38:54 +0200 Subject: [PATCH 038/160] All translations are done --- pages/index.md | 2 + .../diagnostic_request_blocked/guide.it-it.md | 94 +++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/pages/index.md b/pages/index.md index 594fe8a1bab..eabba418863 100644 --- a/pages/index.md +++ b/pages/index.md @@ -1396,6 +1396,8 @@ + [Fixing the 500 Internal Server Error](web_cloud/web_hosting/diagnostic_fix_500_internal_server_error) + [Troubleshooting an "Index of" page](web_cloud/web_hosting/diagnostic-index-of) + [What do I do if I have a 403 forbidden page?](web_cloud/web_hosting/diagnostic_403_forbidden) + + [What should I do if the page “Your IP has been banned” appears?](web_cloud/web_hosting/diagnostic_ip_banned) + + [What should I do if the page “Your request has been blocked” appears?](web_cloud/web_hosting/diagnostic_request_blocked) + [Monitoring and managing automated emails in your Web Hosting plan](web_cloud/web_hosting/mail_function_script_records) + [Automating tasks (cron)](web-cloud-hosting-automating-tasks-cron) + [Using automated tasks on a Web Hosting plan](web_cloud/web_hosting/cron_tasks) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md index e69de29bb2d..0692c7d80c9 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.it-it.md @@ -0,0 +1,94 @@ +--- +title: "Cosa fare se viene visualizzata la pagina 'Your request has been blocked'?" +excerpt: "Questa guida ti mostra la procedura da seguire se sul tuo sito Web appare la pagina 'Your request has been blocked'" +update: 2025-07-11 +--- + + + +## Obiettivo + +L'infrastruttura condivisa su cui si trovano gli hosting Web OVHcloud dispone di diversi sistemi di sicurezza. +Se sul tuo sito Web è visualizzata una pagina "Your request has been blocked", significa che una delle richieste che stai tentando di eseguire sul tuo sito Web è stata bloccata dai nostri sistemi di sicurezza. + +![your-request-has-been-blocked](/pages/assets/screens/other/browsers/errors/your-request-has-been-blocked.png){.thumbnail} + +**Questa guida ti mostra la procedura da seguire se sul tuo sito Web appare la pagina "Your request has been blocked".** + +## Prerequisiti + +- Disporre di una [soluzione di hosting Web](/links/web/hosting) OVHcloud. +- Disporre delle [credenziali di accesso](/pages/web_cloud/web_hosting/ftp_connection) allo spazio di storage FTP dell'hosting. +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager). + +## Procedura + +La pagina "Your request has been blocked" può essere visualizzata per diversi motivi (elenco non esaustivo): + +- La richiesta viene effettuata da un browser Internet (Firefox, Chrome, Safari, Edge, ecc.) non aggiornato. +- Un numero molto elevato di richieste, simili o meno, vengono effettuate in un tempo estremamente breve. +- La richiesta tenta di eseguire azioni non autorizzate sull’infrastruttura condivisa su cui si trova il tuo hosting Web. + +### 1 - Controlla che il tuo browser sia aggiornato + +Accedi alle impostazioni del browser e controlla se è disponibile un aggiornamento. + +/// details | Per ulteriori informazioni sull'aggiornamento del browser, fare clic qui + +Di seguito vengono descritte le procedure per l'aggiornamento dei principali browser Internet (documentazione fornita dai rispettivi produttori): + +- [Firefox](https://support.mozilla.org/it/kb/aggiornamento-firefox){.external}. +- [Chrome](https://support.google.com/chrome/answer/95414?hl=it&co=GENIE.Platform%3DDesktop&oco=0){.external}. +- [Safari](https://support.apple.com/it-it/102665){.external}. +- [Edge](https://support.microsoft.com/it-it/topic/impostazioni-di-aggiornamento-di-microsoft-edge-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}. + +Se il browser utilizzato non è presente nell'elenco, consultare la documentazione disponibile online o contattare il supporto dell'editore. + +/// + +Una volta che il browser è aggiornato, ritentare l'accesso al sito Web. Se la situazione persiste, prosegui nella lettura di questa guida. + +### 2 - Recupera le informazioni presenti nella pagina "Your request has been blocked" e contatta il supporto + +Il sistema di sicurezza che blocca le tue richieste si trova a monte del tuo hosting Web. Di conseguenza, non sarà possibile accedere ai log di questo sistema di sicurezza dallo Spazio Cliente OVHcloud. + +#### 2.1 - Recupera le informazioni presenti nella pagina "Your request has been blocked" + +Per prima cosa, recupera queste tre informazioni che appaiono nella pagina "Your request has been blocked": + +- `IP address` (ad esempio: 203.0.113.0). +- `Date` (ad esempio: 2025-07-01T16:30:45:150Z). +- `Request ID` (ad esempio: AbCdEf-your-request-ID-GhIjKlM). + +#### 2.2 - Contatta il supporto + +Una volta raccolti i dati, crea un [ticket di assistenza](https://help.ovhcloud.com/csm?id=csm_get_help) nel centro assistenza OVHcloud, specificando: + +- Il messaggio incontrato sulla pagina ("Your request has been blocked"). +- I tre elementi recuperati precedentemente (`IP address`, `Date` e `Request ID`). +- l’URL a partire dal quale viene visualizzata la pagina (ad esempio: `https://www.domain.tld/index.php`). +- Il browser Internet utilizzato. + +Il supporto ti contatterà nel più breve tempo possibile per indicarti l'origine del blocco. + +## Per saperne di più + +[Casi d'uso - Consigli in seguito alla pirateria del tuo sito Web](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked) + +Per prestazioni specializzate (referenziamento, sviluppo, ecc.), contatta i [partner OVHcloud](/links/partner). + +Per usufruire di un supporto per l'utilizzo e la configurazione delle soluzioni OVHcloud, è possibile consultare le nostre soluzioni [offerte di supporto](/links/support). + +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file From 519380ad6b99b895232eba0bdb7736345f9d52b6 Mon Sep 17 00:00:00 2001 From: Kazarus4 Date: Fri, 11 Jul 2025 11:44:47 +0200 Subject: [PATCH 039/160] All translations are done --- .../web_hosting/diagnostic_request_blocked/guide.de-de.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.en-gb.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.es-es.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.it-it.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.pl-pl.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.pt-pt.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md index 010512234eb..cb1444cdc0c 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Was tun, wenn die Meldung „Your request has been blocked“ angezeigt wird?" excerpt: "Hier erfahren Sie, wie Sie vorgehen, wenn Ihre Website eine Seite „Your request has been blocked“ anzeigt" -update: 2025-07-11 +updated: 2025-07-11 --- + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-ca/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). From db9d62a29a4024103e956620447a654aea005e43 Mon Sep 17 00:00:00 2001 From: Montrealhub <89825661+Jessica41@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:11:39 -0400 Subject: [PATCH 051/160] Update pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md Co-authored-by: Yoann Cosse <63302382+Y0Coss@users.noreply.github.com> --- .../guide.en-asia.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md index 788a843a66f..1ef0963c7d5 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md @@ -4,6 +4,20 @@ excerpt: Find out how a Floating IP address functions and how to configure it updated: 2025-07-11 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/asia/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). From db90ce948d0178f072b9339257c4b7d71512e100 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:38:02 +0200 Subject: [PATCH 052/160] EN proof --- .../iam-policies-api/guide.en-gb.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md index d73ac432938..844b1c5dc3f 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). From 8d49d65a9b6e5069d14082e69b7a30312b0d29ca Mon Sep 17 00:00:00 2001 From: benchbzh Date: Wed, 16 Jul 2025 09:51:51 +0200 Subject: [PATCH 053/160] Standard version : FR proof & updates EN versions for dead links --- .../vmware_migration_zerto/guide.en-gb.md | 36 +-- .../vmware_migration_zerto/guide.fr-fr.md | 292 +++++++++--------- .../guide.fr-fr.md | 7 +- 3 files changed, 155 insertions(+), 180 deletions(-) diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md index e380d736bdc..1fbba6c7c2f 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.en-gb.md @@ -69,7 +69,7 @@ This network design will be recreated in your OVHcloud HPC tenant using `vRack` You can find more about network planning in [NSX-T - First steps](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). -For additional guidance from Zerto, refer to [Planning Your Installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. +For additional guidance from Zerto, refer to [Installing the Zerto Solution](https://help.zerto.com/bundle/Install.HV.HTML/page/Installing_the_Zerto_Solution.htm){.external}. ### Step 2: Plan Hosted Private Cloud resources @@ -114,8 +114,8 @@ To do so: 1. Log in to the [OVHcloud Control Panel](/links/manager). 2. Select your `Hosted Private Cloud`{.action}. -3. Go to the `Secure SSL Gateway`{.action} tab. -4. Add your source infrastructure IPs and Zerto components to the whitelist. +3. Navigate to the `Security`{.action} tab. +4. Click `Add a new IP address range`{.action} to authorize your source infrastructure IPs and Zerto components. For step-by-step instructions, refer to [Authorise IPs to connect to vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). @@ -125,21 +125,13 @@ This step ensures that administrators and tools like Zerto have the correct acce #### Step 4.1: Use OVHcloud IAM -OVHcloud IAM is the recommended way to manage access in standard Hosted Private Cloud environments. - -To configure access: - -1. Log in to the [OVHcloud Control Panel](/links/manager). -2. Go to `Hosted Private Cloud`{.action}. -3. Open the `Users and Roles`{.action} section. -4. Assign roles based on your security policy (e.g., Read-only, Admin). - -You can define users, groups, and their permissions using the OVHcloud Identity and Access Management service. - -For a complete walkthrough, refer to [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). +Set up roles and permissions in your `Hosted Private Cloud`{.action} using `OVHcloud IAM`. > [!warning] -> OVHcloud IAM is not available in SecNumCloud, PCI-DSS or HDS-qualified environments. +> **OVHcloud IAM is not available in SecNumCloud (SNC), PCI-DSS, or HDS environments.** +> If you are using one of these qualified environments, you must configure roles and permissions directly in vSphere or use an external IAM solution such as Microsoft Active Directory or Okta. + +For instructions, refer to the [IAM setup guide](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). #### Step 4.2: Connect your own IAM solution @@ -233,7 +225,7 @@ OVHcloud will deploy the following: - A ZVRA (Zerto Virtual Replication Appliance) on each ESXi host. - An OVH-managed NSX-T firewall with preconfigured rules for Zerto ports. -Full details can be found in [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). +Full details can be found in [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/zerto-virtual-replication-customer-to-ovhcloud). ### Step 8: Install Zerto on the source site @@ -290,8 +282,8 @@ Use the `Failover Test` option in the Zerto UI. This powers on the replicated VM Instructions: -- [Start a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} -- [Stop a test failover](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} +- [Starting and Stopping Failover Tests](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [What Happens After Starting a Test?](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} ### Step 13: Execute the planned migration @@ -334,12 +326,6 @@ See [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_po Once your VMs are in production, secure them with a backup plan. -#### Option 1: Veeam Backup as a Service -Use [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) if you want a managed backup solution integrated with your HPC. - -#### Option 2: Self-managed Veeam with Enterprise license -Deploy your own Veeam Backup server and use [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). - ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md index 5e3d5ab3511..af1a5d9ba2f 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto/guide.fr-fr.md @@ -1,28 +1,29 @@ --- title: Move2Cloud - Migration de charges VMware vers OVHcloud Hosted Private Cloud avec Zerto -excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication." +excerpt: "Découvrez comment migrer vos charges de travail VMware on-premises vers un environnement Hosted Private Cloud OVHcloud à l’aide de Zerto Virtual Replication" updated: 2025-07-10 --- + ## Objectif -Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **Hosted Private Cloud (HPC) d’OVHcloud** en utilisant **Zerto Virtual Replication**. +Ce guide explique comment migrer vos charges de travail VMware on-premises vers un **Hosted Private Cloud (HPC) OVHcloud** en utilisant **Zerto Virtual Replication**. > [!primary] > **Ce guide s’applique aux environnements Hosted Private Cloud standards (hors SecNumCloud, PCI-DSS ou HDS).** > Si vous utilisez un environnement SecNumCloud, certaines fonctionnalités décrites ici comme **OVHcloud IAM**, le **vRack**, ou les **segments adossés à des VLAN** peuvent ne pas être disponibles. -> Pour ce cas, consultez le guide suivant : +> Dans ce cas, consultez le guide suivant : > [Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud SecNumCloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud) ## Prérequis -Avant de commencer, assurez-vous d'avoir : +Avant de commencer, assurez-vous de détenir : -- Un inventaire complet de vos machines virtuelles (VM) : FQDN, adresse IP, version du système d'exploitation, dépendances applicatives -- Un plan de migration par lots regroupés par pile applicative -- Une liste complète des VLAN, sous-réseaux et segments du réseau cible -- Un environnement HPC correctement dimensionné (hosts, datastores, vSAN, NSX-T) -- Un tunnel VPN IPsec fonctionnel entre votre infrastructure sur site et OVHcloud -- Un accès à la console Zerto et aux interfaces vCenter sur les deux environnements +- Un inventaire complet de vos machines virtuelles (VM) : FQDN, adresse IP, version du système d'exploitation, dépendances applicatives. +- Un plan de migration par lots regroupés par pile applicative. +- Une liste complète des VLAN, sous-réseaux et segments du réseau cible. +- Un environnement HPC correctement dimensionné (hosts, datastores, vSAN, NSX-T). +- Un tunnel VPN IPsec fonctionnel entre votre infrastructure on-premises et OVHcloud. +- Un accès à la console Zerto et aux interfaces vCenter sur les deux environnements. > [!warning] > Depuis mai 2025, **Zerto ne prend pas en charge la réplication des VM avec le chiffrement VMEncrypt activé**. @@ -32,250 +33,247 @@ Avant de commencer, assurez-vous d'avoir : ![Move2CloudZerto](/pages/assets/screens/other/zerto/move2cloud-zerto.png){.thumbnail} -## Étape 1 : Définir votre périmètre de migration +### Étape 1 : Définir votre périmètre de migration -À la fin de cette étape, vous aurez une liste structurée des charges de travail à migrer et la conception du réseau associée. +À la fin de cette étape, vous détiendrez une liste structurée des charges de travail à migrer et la conception du réseau associée. -### Étape 1.1 : Créer un inventaire des VM sources +#### Étape 1.1 : Créer un inventaire des VM sources Répertoriez toutes les machines virtuelles à migrer avec les informations suivantes : -- FQDN et adresse IP -- Système d’exploitation et sa version -- Application ou service associé -- Dépendances entre les VM (ex. : web/app/db) +- FQDN et adresse IP statique. +- Système d’exploitation et sa version. +- Application ou service associé à chaque VM. +- Dépendances entre les VM (par exemple : web/app/db). Cet inventaire vous permet de regrouper les machines virtuelles en piles d'applications cohérentes pour la migration par lots. -### Étape 1.2 : Regrouper les VM en lots de migration +#### Étape 1.2 : Regrouper les VM en lots de migration -Organisez vos VMs en lots applicatifs cohérents. +Organisez vos VM en lots applicatifs cohérents. Chaque lot doit contenir toutes les machines virtuelles nécessaires à la migration et à l’exploitation d’une seule application, comme : -- VM frontend web -- VM applicative -- VM backend de base de données +- VM frontend web. +- VM applicative. +- VM backend de base de données. -### Étape 1.3 : Documenter la configuration réseau existante +#### Étape 1.3 : Documenter la configuration réseau existante Notez la configuration réseau complète utilisée par vos VM sources : -- Les sous-réseaux et VLAN utilisés -- Les plages IP à conserver -- Les flux autorisés (IP source/destination, ports, protocoles) +- Les VLAN utilisés et les sous-réseaux associés. +- Les plages d'adresses IP à conserver. +- Les flux autorisés (IP source/destination, ports, protocoles). -Cette structure réseau sera répliquée dans votre Hosted Private Cloud à l'aide de « vRack » et de NSX-T. +Cette structure réseau sera répliquée dans votre Hosted Private Cloud à l'aide de `vRack` et de NSX-T. -Vous pouvez en savoir plus sur la planification du réseau dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). +Retrouvez plus d'informations sur la planification du réseau dans notre guide « [Premiers pas avec NSX](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) ». -Pour obtenir des conseils supplémentaires de Zerto, référez-vous à [Planification de votre installation](https://help.zerto.com/bundle/Install.VC.HTML/page/Planning_Your_Installation.htm){.external}. +Pour obtenir des conseils supplémentaires de Zerto, référez-vous à la documentation suivante : « [Installer la solution Zerto](https://help.zerto.com/bundle/Install.HV.HTML/page/Installing_the_Zerto_Solution.htm){.external} ». -## Étape 2 : Planifier les ressources de votre Hosted Private Cloud +### Étape 2 : Planifier les ressources de votre Hosted Private Cloud Cette étape vous aide à déterminer les ressources de calcul, de stockage et de réseau requises pour votre environnement HPC. -### Étape 2.2 : Définir la capacité de stockage +#### Étape 2.1 : Estimer le CPU et la mémoire + +Examinez votre infrastructure actuelle pour calculer la quantité de vCPU et de RAM nécessaires dans l'environnement cible. + +Utilisez votre ratio de consolidation pCPU/vCPU existant pour dimensionner le nombre de `ESXi hosts`{.action} requis. + +#### Étape 2.2 : Définir la capacité de stockage En fonction de vos charges de travail, sélectionnez le type de stockage le plus approprié : -- `Datastores NFS`{.action} pour les charges de travail générales -- `vSAN`{.action} pour les applications exigeantes en performances +- `Datastores NFS`{.action} pour les charges de travail générales. +- `vSAN`{.action} pour les applications exigeantes en performances. -Estimez l'espace disque total nécessaire, plus la redondance le cas échéant. +Estimez l'espace disque total nécessaire, plus la redondance le cas échéant. Si vos charges de travail nécessitent des IOPS élevées, vSAN est l'option privilégiée. -### Étape 2.3 : Planifier le réseau cible +#### Étape 2.3 : Planifier le réseau cible Planifiez la recréation de votre réseau virtuel à l'aide de NSX-T : -- Décidez quels segments seront de type VLAN ou Overlay -- Identifier les besoins en matière de passerelle (Tier-0 et Tier-1) -- Évaluer les règles de pare-feu et le trafic nord/sud +- Décidez quels segments seront de type VLAN ou Overlay. +- Identifiez les besoins en matière de passerelle (Tier-0 et Tier-1). +- Évaluez les règles de pare-feu et le trafic nord/sud. Si vous devez exposer des services sur Internet, vous pouvez : -- Demandez des IP publiques via votre `Hosted Private Cloud`{.action} -- Migrer vos plages d'IP existantes grâce à la fonctionnalité [Bring Your Own IP (BYOIP)](/links/network/byoip) +- Demander des adresses IP publiques via votre `Hosted Private Cloud`{.action}. +- Migrer vos plages d'adresses IP existantes grâce à la fonctionnalité [Bring Your Own IP (BYOIP)](/links/network/byoip). -## Étape 3 : Activer l'accès au vCenter +### Étape 3 : Activer l'accès au vCenter L'accès au vCenter est restreint par défaut dans tous les environnements HPC OVHcloud. -Vous devez explicitement autoriser vos IP d'administration à atteindre le point de terminaison `vCenter`{.action}. +Vous devez explicitement autoriser vos adresses IP d'administration à atteindre le point de terminaison `vCenter`{.action}. Pour ce faire : -1. Connectez-vous à [votre espace client OVHcloud](/links/manager) -2. Sélectionnez votre `Hosted Private Cloud`{.action} -3. Rendez-vous dans l'onglet `Secure SSL Gateway`{.action} -4. Ajoutez vos IP d’infrastructure source et vos composants Zerto à la liste blanche - -Pour des instructions détaillées, reportez-vous à [Autoriser les IP à se connecter au vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter). - -## Étape 4 : Configurer les rôles et les permissions - -Cette étape garantit que les administrateurs et les outils comme Zerto ont un accès correct aux ressources vSphere au sein de votre Hosted Private Cloud d’OVHcloud. +1. Connectez-vous à votre [espace client OVHcloud](/links/manager). +2. Sélectionnez votre `Hosted Private Cloud`{.action}. +3. Accédez à l'onglet `Sécurité`{.action} +4. Cliquez sur `Ajouter une nouvelle plage d'adresses IP`{.action} pour autoriser vos adresses IP d'infrastructure source et vos composants Zerto" -### Étape 4.1 : Utiliser la solution IAM d’OVHcloud +Pour des instructions détaillées, référez-vous à notre guide « [Autoriser des IP à se connecter au vCenter](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/autoriser_des_ip_a_se_connecter_au_vcenter) ». -La solution IAM d’OVHcloud est la méthode recommandée pour gérer l’accès dans les environnements Hosted Private Cloud standard. +### Étape 4 : Configurer les rôles et les permissions -Pour configurer l'accès : +Cette étape garantit que les administrateurs et les outils comme Zerto ont un accès correct aux ressources vSphere au sein de votre Hosted Private Cloud OVHcloud. -1. Connectez-vous à [votre espace client OVHcloud](/links/manager) -2. Allez dans `Hosted Private Cloud`{.action} -3. Ouvrez la section `Utilisateurs et rôles`{.action} -4. Attribuez des rôles en fonction de votre stratégie de sécurité (par exemple, Lecture seule, Administrateur) +#### Étape 4.1 : Utiliser la solution IAM (Identity and Access Management) d’OVHcloud -Vous pouvez définir des utilisateurs, des groupes et leurs autorisations à l'aide du service OVHcloud Identity and Access Management. - -Pour une procédure pas à pas complète, consultez [Getting Started with IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). +Configurez les rôles et permissions dans votre `Hosted Private Cloud`{.action} via la solution **IAM d'OVHcloud**. > [!warning] -> La solution IAM d’OVHcloud n’est pas disponible dans les environnements qualifiés SecNumCloud, PCI-DSS ou HDS. +> **La solution IAM d'OVHcloud n’est pas disponible dans les environnements qualifiés SecNumCloud (SNC), PCI-DSS ou HDS.** +> Si vous utilisez l'un de ces environnements qualifiés, vous devez configurer les rôles et les autorisations directement dans vSphere ou utiliser une solution IAM externe telle que Microsoft Active Directory ou Okta. + +Pour des instructions détaillées, référez-vous au [guide de configuration IAM](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_iam_getting_started). -### Étape 4.2 : Connecter votre propre solution IAM +#### Étape 4.2 : Connecter votre propre solution IAM -Si vous préférez utiliser votre identity provider existant (comme Active Directory ou Okta), déployez un service d'annuaire directement dans votre locataire OVHcloud. +Si vous préférez utiliser votre fournisseur d'identité existant (comme Active Directory ou Okta), déployez un service d'annuaire directement dans votre locataire OVHcloud. Vous pouvez également associer la solution IAM d’OVHcloud à votre serveur ADFS existant pour activer l’authentification unique basée sur SAML. -Pour cela, suivez [Connect OVHcloud IAM to ADFS](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). +Pour cela, suivez notre guide « [Activer les connexions Active Directory Federation Services (AD FS) SSO avec votre compte OVHcloud](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs) ». -### Étape 4.3 : Comptes de service Zerto +#### Étape 4.3 : Comptes de service Zerto Les composants Zerto nécessitent des rôles et des autorisations vSphere spécifiques pour fonctionner. Vous pouvez : -- Créer un compte dédié « zerto-admin » dans vSphere -- Attribuez les privilèges nécessaires pour gérer la réplication et la restauration +- Créer un compte dédié `zerto-admin` dans vSphere. +- Attribuer les privilèges nécessaires pour gérer la réplication et la restauration. -Les détails sur les autorisations requises sont disponibles dans la documentation de Zerto : -[Zerto User Permissions](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/User_Permissions.htm){.external} +Les détails sur les autorisations requises sont disponibles dans la documentation de Zerto : « [Rôles et autorisations dans Zerto](https://help.zerto.com/bundle/Admin.VC.HTML.90/page/Roles_and_Permissions_Within_.htm){.external} ». -## Étape 5 : Construire le réseau cible +### Étape 5 : Construire le réseau cible -Avant de commencer tout test de réplication ou de basculement de VM, votre réseau Hosted Private Cloud doit être prêt à recevoir les charges de travail. Il s’agit notamment de répliquer la structure source, de créer les bons segments et de préparer des règles de pare-feu. +Avant de commencer tout test de réplication ou de basculement de VM, votre réseau Hosted Private Cloud doit être prêt à recevoir les charges de travail. Cela inclut notamment la réplication de la structure source, la création des segments de réseau appropriés et la configuration des règles de pare-feu nécessaires. -### Étape 5.1 : Recréer vos VLAN et segments +#### Étape 5.1 : Recréer vos VLAN et segments -Lorsque votre HPC est livré, il est livré avec un commutateur virtuel distribué par défaut et au moins un VLAN. Vous pouvez ajouter vos propres VLAN via le `vRack`{.action}. +Lors de la livraison de votre HPC, celui-ci est configuré par défaut avec un commutateur virtuel distribué et au moins un VLAN. Vous pouvez ajouter vos propres VLAN via le `vRack`{.action}. Si vous utilisez NSX-T, planifiez votre segmentation comme suit : -- Définissez vos segments (VLAN-Backed ou overlay) -- Affectez chaque application à un lot d'applications ou à une zone de service correspondant -- Reproduire les plans d’adressage IP définis dans votre inventaire +- Définissez vos segments (VLAN-backed ou overlay). +- Affectez chaque application à un lot d'applications ou à une zone de service correspondant. +- Reproduisez les plans d’adressage IP définis dans votre inventaire -Référez-vous à [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) pour plus de détails sur la création de segments et leur affectation aux machines virtuelles. +Référez-vous à notre guide « [Premiers pas avec NSX](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) pour obtenir plus de détails sur la création de segments et leur affectation aux machines virtuelles ». -### Étape 5.2 : Configurer le routage et les passerelles NSX-T +#### Étape 5.2 : Configurer le routage et les passerelles NSX-T Si vous utilisez NSX-T, vous devez définir comment le trafic sera routé entre les segments et vers Internet : -- Une **Gateway Tier-1** gère le routage interne -- Une **Gateway Tier-0** relie votre environnement à des services en amont ou à des réseaux externes +- Une **Gateway Tier-1** gère le routage interne. +- Une **Gateway Tier-0** relie votre environnement à des services en amont ou à des réseaux externes. Ces passerelles sont automatiquement déployées lorsque NSX-T est activé. Vous pouvez les consulter et les modifier depuis l'interface `NSX Manager`{.action}. Paramétrez des routages et des services basés sur votre matrice de flux définie à l'étape 1. -### Étape 5.3 : Préparation des règles de firewall +#### Étape 5.3 : Préparation des règles de firewall NSX-T fournit un **pare-feu distribué** qui contrôle le trafic est-ouest entre les machines virtuelles. Vous devez définir des règles pour : -- Ports spécifiques aux applications (par exemple, web → app, app → db) -- Accès management aux composants vCenter et Zerto -- Facultatif : zones de quarantaine ou d'isolement pour les VM de test +- Les ports spécifiques des applications (par exemple : web → app, app → db). +- L'accès à la gestion des composants vCenter et Zerto. +- Facultatif : Les zones de quarantaine ou d'isolement pour les VM de test. -Si vous n'utilisez pas NSX-T, mettez en œuvre des règles similaires à l'aide du pare-feu de votre appliance virtuelle préférée (par exemple, FortiVM, Stormshield, Palo Alto VM-Series). +Si vous n'utilisez pas NSX-T, mettez en œuvre des règles similaires à l'aide du pare-feu de l'appliance virtuelle de votre choix (par exemple : FortiVM, Stormshield ou Palo Alto VM-Series). -Vous pouvez trouver un aperçu de la façon dont NSX gère ces fonctionnalités dans [NSX-T - Premières étapes](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps). +Vous retrouverez un aperçu de la façon dont NSX gère ces fonctionnalités dans notre guide : « [Premiers pas avec NSX](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/nsx-01-first-steps) ». -## Étape 6 : Déployer les services core dans le HPC cible +### Étape 6 : Déployer les services core dans le HPC cible -Vos charges de travail migrées nécessiteront des services d'infrastructure de base pour fonctionner correctement une fois qu'elles seront en cours d'exécution dans votre Hosted Private Cloud. +Vos charges de travail migrées nécessiteront des services d'infrastructure de base pour fonctionner correctement lorsqu'elles seront en cours d'exécution dans votre Hosted Private Cloud. -### Étape 6.1 : Déployer NTP +#### Étape 6.1 : Déployer NTP Assurez-vous que toutes les machines virtuelles et tous les services utilisent une source de temps cohérente. Vous pouvez configurer vos charges de travail HPC pour utiliser `ntp.ovh.net` comme serveur de temps fiable. -### Étape 6.2 : Déployer DNS +#### Étape 6.2 : Déployer DNS -Si vos applications s'appuient sur la résolution DNS interne, déployez un contrôleur de domaine ou un serveur DNS dédié au sein de votre environnement HPC. Il peut s’agir d’un clone de votre serveur on-premises ou d’une nouvelle instance. +Si vos applications s'appuient sur une résolution DNS interne, déployez un contrôleur de domaine ou un serveur DNS dédié au sein de votre environnement HPC. Il peut s’agir d’un clone de votre serveur on-premises ou d’une nouvelle instance. -### Étape 6.3 : Mise en place des services d'authentification +#### Étape 6.3 : Mise en place des services d'authentification Si votre authentification est basée sur Active Directory, déployez un contrôleur de domaine réplica dans le HPC. -Vous pouvez également établir une communication sécurisée entre AD on-premises et le client pour éviter la duplication des identités. +Vous pouvez également établir une communication sécurisée entre l'AD on-premises et le client pour éviter la duplication des identités. -## Étape 7 : Installer et activer Zerto sur le locataire OVHcloud +### Étape 7 : Installer et activer Zerto sur le locataire OVHcloud Zerto est installé et géré par site. Côté OVHcloud, les composants sont déployés automatiquement lors de l’activation de Zerto. Dans votre interface `Hosted Private Cloud`{.action} : -1. Accédez à `Reprise d'activité`{.action} -2. Sélectionnez `Activer la réplication virtuelle Zerto`{.action} -3. Confirmez et attendez le déploiement +1. Accédez à `Reprise d'activité`{.action}. +2. Sélectionnez `Activer la réplication virtuelle Zerto`{.action}. +3. Confirmez et attendez le déploiement. OVHcloud déploiera les éléments suivants : -- Un ZVM dédié (Zerto Virtual Manager) -- Un ZVRA (Zerto Virtual Replication Appliance) sur chaque hôte ESXi -- Un firewall NSX-T géré par OVH avec des règles préconfigurées pour les ports Zerto +- Un ZVM (Zerto Virtual Manager) dédié. +- Un ZVRA (Zerto Virtual Replication Appliance) sur chaque hôte ESXi. +- Un firewall NSX-T géré par OVH avec des règles préconfigurées pour les ports Zerto. -Tous les détails sont disponibles dans [Zerto Virtual Replication on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). +Tous les détails sont disponibles dans notre guide « [Utiliser Zerto entre OVHcloud et une plateforme tierce](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/zerto-virtual-replication-customer-to-ovhcloud) ». -## Étape 8 : Installer Zerto sur le site source +### Étape 8 : Installer Zerto sur le site source Vous devez installer manuellement les composants Zerto sur votre infrastructure on-premises. -Suivez la procédure décrite dans [Installer Zerto sur le site source](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external}. +Suivez la procédure décrite dans le guide Zerto suivant : « [Réaliser une installation rapide](https://help.zerto.com/bundle/Install.VC.HTML/page/Performing_an_Express_Installation.htm){.external} ». Les principaux composants sont les suivants : -- ZVM : installé sur un serveur Windows avec accès vSphere -- ZVRA : Déployé sur chaque hôte ESXi hébergeant des VM protégées +- ZVM : Installé sur un serveur Windows avec accès vSphere. +- ZVRA : Déployé sur chaque hôte ESXi hébergeant des VM protégées. Assurez-vous que : -- Les ports TCP 9071, 9081 sont ouverts entre les ZVM -- Les ports TCP 4007, 4008 sont ouverts entre les ZVRA +- Les ports TCP 9071 et 9081 sont ouverts entre les ZVM. +- Les ports TCP 4007 et 4008 sont ouverts entre les ZVRA. -## Étape 9 : Configurer le tunnel VPN IPsec +### Étape 9 : Configurer le tunnel VPN IPsec -Zerto nécessite **une communication directe** entre les ZVM et les ZVRA. NAT non pris en charge. +Zerto nécessite **une communication directe** entre les ZVM et les ZVRA. Le NAT n'est pas pris en charge. -Mettez en place un tunnel IPsec de site à site entre votre pare-feu local et le l'environnement OVHcloud. +Mettez en place un tunnel IPsec site-à-site entre votre pare-feu local et l'environnement OVHcloud. -Vous pouvez utiliser n'importe quel périphérique compatible (par exemple, Fortinet, Palo Alto, OPNsense). +Vous pouvez utiliser n'importe quel périphérique compatible (par exemple : Fortinet, Palo Alto ou OPNsense). -Les détails et les paramètres sont disponibles dans [Zerto VPN Setup on OVHcloud](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_zerto_virtual_replication_customer_to_ovh). +Les détails et les paramètres sont disponibles dans notre guide « [Utiliser Zerto entre OVHcloud et une plateforme tierce](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/zerto-virtual-replication-customer-to-ovhcloud) ». -## Étape 10 : Coupler les sites et créer des VPG +### Étape 10 : Coupler les sites et créer des VPG Une fois les ZVM en ligne et la communication validée : -1. Utilisez la console Zerto pour **coupler les deux sites** -2. Créez votre premier **Virtual Protection Group (VPG)** +1. Utilisez la console Zerto pour **coupler les deux sites**. +2. Créez votre premier **Virtual Protection Group (VPG)**. Un VPG regroupe toutes les VM qui doivent être répliquées et basculées ensemble. -Plus d'informations dans [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} +Plus d'informations dans le guide Zerto suivant : « [Créer un VPG](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Creating_a_VPG.htm){.external} ». -## Étape 11 : Surveiller l'état de la réplication +### Étape 11 : Surveiller l'état de la réplication Surveillez chaque VPG depuis l'interface utilisateur Zerto : -- Confirmer que la réplication est active -- Vérifier le RPO (Recovery Point Objective) -- Résoudre les alertes avant d'exécuter un test ou un basculement +- Confirmez que la réplication est active. +- Vérifiez le RPO (Recovery Point Objective). +- Résolvez les alertes avant d'exécuter un test ou un basculement. -Si besoin, consultez le guide [Monitoring Virtual Protection Groups](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} +Si besoin, consultez le guide Zerto suivant : « [Surveillance des groupes de protection virtuels](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Monitoring_Virtual_Protection_Groups.htm){.external} ». -## Étape 12 : Exécuter un test de basculement +### Étape 12 : Exécuter un test de basculement Avant de migrer les charges de travail de production, testez le comportement de vos VM dans le locataire OVHcloud. @@ -283,58 +281,50 @@ Utilisez l'option `Failover Test` dans l'interface utilisateur Zerto. Cela perme Instructions : -- [Démarrer un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} -- [Arrêter un test de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} +- [Démarrage et arrêt des tests de basculement](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/StartingFailoverTest.htm){.external} +- [Que se passe-t-il après avoir démarré un test ?](https://help.zerto.com/bundle/Admin.VC.HTML.10.0_U3/page/What_Happens_After_Starting_a_Test.htm){.external} -## Étape 13 : Exécuter la migration prévue +### Étape 13 : Exécuter la migration prévue Lorsque vous êtes prêt à migrer : -1. Utilisez l'opération **Move** à Zerto pour migrer chaque VPG -2. Choisissez la stratégie de validation (manuelle, automatique, annulation) +1. Utilisez l'opération **Move** dans Zerto pour migrer chaque VPG. +2. Choisissez la stratégie de validation (manuelle, automatique, annulation). -Voir [The Move Process](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} pour des instructions complètes. +Pour obtenir des instructions complètes, suivez le guide Zerto « [Processus de déplacement](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/The_Move_Process.htm){.external} ». -## Étape 14 : Valider la disponibilité de l'application +### Étape 14 : Valider la disponibilité de l'application Après le déplacement : -- Vérifier que toutes les VM sont sous tension -- Tester la connectivité (AD, DNS, Bastion, Internet) -- Valider chaque application et service +- Vérifiez que toutes les VM sont sous tension. +- Testez la connectivité (AD, DNS, Bastion, Internet). +- Validez chaque application et service. -## Étape 15 : Valider ou annuler la migration +### Étape 15 : Valider ou annuler la migration Si tous les tests réussissent, validez l'opération dans Zerto. Si quelque chose ne fonctionne pas, vous pouvez annuler le déplacement et revenir à votre environnement local. -Voir [Déplacement des machines virtuelles protégées vers le site distant](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} +Voir le guide Zerto suivant : « [Déplacement des machines virtuelles protégées vers le site distant](https://help.zerto.com/bundle/Admin.ZSSP.HTML.10.0_U3/page/Moving_Protected_Virtual_Machines_to_the_Remote_Site.htm){.external} ». -## Étape 16 : Utiliser Storage vMotion pour placer les VM sur le stockage cible +### Étape 16 : Utiliser Storage vMotion pour placer les VM sur le stockage cible Après la migration, vous pouvez souhaiter déplacer certaines machines virtuelles vers un autre datastore ou une autre stratégie vSAN. -Utiliser `Storage vMotion`{.action} via `vSphere Client`{.action}: +Utilisez `Storage vMotion`{.action} via `vSphere Client`{.action} : -1. Faites un clic droit sur la VM > `Migrer`{.action} -2. Sélectionnez `Modifier le stockage uniquement`{.action} -3. Choisissez le datastore de destination ou la stratégie vSAN +1. Faites un clic droit sur la VM puis cliquez sur `Migrer`{.action}. +2. Sélectionnez `Modifier le stockage uniquement`{.action}. +3. Choisissez le datastore de destination ou la stratégie vSAN. -Voir [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) pour plus de détails. +Pour plus de détails, consultez notre guide « [VMware Storage vMotion](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_storage_vmotion) ». -## Étape 17 : Sauvegarder vos charges de travail +### Étape 17 : Sauvegarder vos charges de travail Une fois vos VM en production, sécurisez-les avec un plan de sauvegarde. -### Option 1 : Veeam Backup as a Service - -Utilisez [Veeam Backup as a Service](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/vmware_veeam_backup_as_a_service) si vous souhaitez une solution de sauvegarde managée intégrée à votre HPC. - -### Option 2 : Veeam autogéré avec licence Enterprise - -Déployez votre propre serveur Veeam Backup et utilisez [Veeam Backup & Replication for Public Cloud](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/public_cloud_storage_veeam_backup_replication). - ## Aller plus loin Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en œuvre de nos solutions, contactez votre Technical Account Manager ou demandez une analyse personnalisée de votre projet à nos experts de l’équipe [Professional Services](/links/professional-services). diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md index 7e4e3dbb2d0..9902ebf1fae 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto_secnumcloud/guide.fr-fr.md @@ -9,12 +9,11 @@ Ce guide explique comment migrer vos charges de travail VMware on-premises vers > [!primary] > **Ce guide s’applique aux environnements Hosted Private Cloud qualifiés SecNumCloud (SNC).** -> Certaines fonctionnalités disponibles dans les environnements standard comme **OVHcloud IAM**, **vRack** ou le **réseau NSX-T avancé** peuvent être restreintes ou indisponibles ici. -> Pour les environnements standard, consultez le guide suivant : +> Certaines fonctionnalités disponibles dans les environnements standards comme **OVHcloud IAM**, **vRack** ou le **réseau NSX-T avancé** peuvent être restreintes ou indisponibles ici. +> Pour les environnements standards, consultez le guide suivant : > [Move2Cloud - Migration de charges de travail VMware vers le Hosted Private Cloud OVHcloud avec Zerto](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto) ## Prérequis - Avant de commencer, assurez-vous d'avoir : - Un inventaire complet de vos machines virtuelles (VM) : FQDN, adresse IP, version du système d'exploitation, dépendances applicatives @@ -116,7 +115,7 @@ Cette étape garantit que les administrateurs et les outils comme Zerto ont un a ### Étape 4.1 : Utiliser la solution IAM d’OVHcloud -La solution IAM d’OVHcloud est la méthode recommandée pour gérer l’accès dans les environnements Hosted Private Cloud standard. +La solution IAM d’OVHcloud est la méthode recommandée pour gérer l’accès dans les environnements Hosted Private Cloud standards. Pour configurer l'accès : From 3ff7cc5644eef854bbefc59d0a14c3e05686aeb0 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 16 Jul 2025 12:39:24 +0200 Subject: [PATCH 054/160] DE proof --- .../iam-policies-api/guide.de-de.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md index 16e2b551544..342f84ecd69 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). From e3e1f1849e9bab6a31df59316a3ba413da1b8c6c Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 16 Jul 2025 12:44:17 +0200 Subject: [PATCH 055/160] DE proof --- .../account_information/iam-policy-ui/guide.de-de.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md index 9acd09e610f..baa38542896 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md @@ -147,13 +147,13 @@ In einem Popup-Fenster werden Sie aufgefordert, den Löschvorgang zu bestätigen #### Richtlinien für andere OVHcloud Kunden-Accounts -Zugriffsrichtlinien können auf andere OVHcloud-Kundenkonten abzielen. -Das Zielkonto dieser Richtlinie kann die auf diese Weise erhaltenen Rechte in seinen eigenen Richtlinien verwalten, aber niemals die in der Zugriffsrichtlinie festgelegten Rechte außer Kraft setzen. +Zugriffsrichtlinien können auf andere Kunden-Accounts übertragen werden. +Der Ziel-Account der Richtlinie kann die auf diese Weise erhaltenen Rechte in seinen eigenen Richtlinien verwalten, aber niemals die in der Zugriffsrichtlinie festgelegten Berechtigungen überschreiten. -Zum Beispiel ein Account **xx1111-ovh**, der Rechte auf `vps:apiovh:ips/*` an Account **xx2222-ovh** gewährt. -Account **xx2222-ovh** wird seinen eigenen Nutzern das Recht `vps:apiovh:ips/delete` geben können, aber niemals das Recht `vps:apiovh:reboot`. +Beispiel: Der Account **xx1111-ovh** gewährt die Rechte für `vps:apiovh:ips/*` dem Account **xx2222-ovh**. +Der Account **xx2222-ovh** kann dann seinen eigenen Nutzern das Recht `vps:apiovh:ips/delete` zuweisen, aber nicht das Recht `vps:apiovh:reboot`. -Der Zugriff auf den Support bleibt weiterhin dem Eigentümer der Ressource vorbehalten. +Der Zugriff auf den Support bleibt weiterhin dem Inhaber der Ressource vorbehalten. ### Verwaltung von Identitäten From 9e1fa6f48435687a03d3cfcaf7f91ca12ea97958 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 16 Jul 2025 12:57:09 +0200 Subject: [PATCH 056/160] DE proof --- .../account_information/managing_contacts/guide.de-de.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md index 4293c99f082..74e39985d5d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md @@ -4,12 +4,6 @@ excerpt: 'Erfahren Sie hier, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalt updated: 2025-06-06 --- -> [!warning] -> OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. -> -> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, falls Sie Hilfe brauchen, einen [spezialisierten Dienstleister]((/links/partner)) zu kontaktieren und/oder Ihre Fragen in der OVHcloud Community zu stellen. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#gofurther). -> - ## Ziel Die meisten OVHcloud Dienste werden mithilfe mehrerer Kontakte verwaltet. Jedem dieser Kontakte ist eine eigene Kundenkennung zugewiesen. @@ -17,7 +11,7 @@ Die meisten OVHcloud Dienste werden mithilfe mehrerer Kontakte verwaltet. Jedem **Diese Anleitung erklärt, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalten.** > [!primary] -> OVHcloud bietet ein [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/)-System an, mit dem der Zugriff auf andere Kundenkonten delegiert werden kann. +> OVHcloud bietet ein [Richtlinien-System (IAM Policy)](/pages/account_and_service_management/account_information/iam-policy-ui/) an, mit dem der Zugriff auf andere Kunden-Accounts delegiert werden kann. > IAM-Richtlinien ermöglichen die Definition eines detaillierten Zugriffs bei gleichzeitiger Nachvollziehbarkeit der Aktionen. ## Definition From 528db29215b740ea874d9353cc6c9106aac2f6d7 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 16 Jul 2025 12:58:28 +0200 Subject: [PATCH 057/160] EN proof --- .../managing_contacts/guide.en-gb.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md index f7aeb5c5dd6..84d9a00395c 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md @@ -10,15 +10,9 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** -> [!warning] -> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider]((/links/partner)) and/or discuss the issue with our community on if you have difficulties or doubts. You can find more information in the [Go further](#gofurther) section of this guide. -> - > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition From 75cf1080f0ee9498f8aa20674d7be3b22679ada1 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 16 Jul 2025 13:00:51 +0200 Subject: [PATCH 058/160] Duplication --- .../iam-policies-api/guide.de-de.md | 2 +- .../iam-policies-api/guide.en-asia.md | 24 +++++++++---------- .../iam-policies-api/guide.en-au.md | 24 +++++++++---------- .../iam-policies-api/guide.en-ca.md | 24 +++++++++---------- .../iam-policies-api/guide.en-gb.md | 2 +- .../iam-policies-api/guide.en-ie.md | 14 +++++------ .../iam-policies-api/guide.en-sg.md | 24 +++++++++---------- .../iam-policies-api/guide.en-us.md | 24 +++++++++---------- .../iam-policies-api/guide.es-es.md | 14 +++++------ .../iam-policies-api/guide.es-us.md | 24 +++++++++---------- .../iam-policies-api/guide.fr-ca.md | 2 +- .../iam-policies-api/guide.fr-fr.md | 2 +- .../iam-policies-api/guide.it-it.md | 14 +++++------ .../iam-policies-api/guide.pl-pl.md | 14 +++++------ .../iam-policies-api/guide.pt-pt.md | 16 ++++++------- .../iam-policy-ui/guide.de-de.md | 2 +- .../iam-policy-ui/guide.en-asia.md | 12 +++++----- .../iam-policy-ui/guide.en-au.md | 12 +++++----- .../iam-policy-ui/guide.en-ca.md | 12 +++++----- .../iam-policy-ui/guide.en-gb.md | 12 +++++----- .../iam-policy-ui/guide.en-ie.md | 12 +++++----- .../iam-policy-ui/guide.en-sg.md | 12 +++++----- .../iam-policy-ui/guide.en-us.md | 12 +++++----- .../iam-policy-ui/guide.es-es.md | 2 +- .../iam-policy-ui/guide.es-us.md | 2 +- .../iam-policy-ui/guide.fr-ca.md | 2 +- .../iam-policy-ui/guide.fr-fr.md | 2 +- .../iam-policy-ui/guide.it-it.md | 2 +- .../iam-policy-ui/guide.pl-pl.md | 2 +- .../iam-policy-ui/guide.pt-pt.md | 2 +- .../managing_contacts/guide.de-de.md | 2 +- .../managing_contacts/guide.en-asia.md | 6 ++--- .../managing_contacts/guide.en-au.md | 6 ++--- .../managing_contacts/guide.en-ca.md | 6 ++--- .../managing_contacts/guide.en-gb.md | 2 +- .../managing_contacts/guide.en-ie.md | 6 ++--- .../managing_contacts/guide.en-sg.md | 6 ++--- .../managing_contacts/guide.en-us.md | 6 ++--- .../managing_contacts/guide.es-es.md | 11 ++------- .../managing_contacts/guide.es-us.md | 12 ++-------- .../managing_contacts/guide.fr-ca.md | 4 ++-- .../managing_contacts/guide.fr-fr.md | 11 ++------- .../managing_contacts/guide.it-it.md | 11 ++------- .../managing_contacts/guide.pl-pl.md | 11 ++------- .../managing_contacts/guide.pt-pt.md | 11 ++------- 45 files changed, 196 insertions(+), 239 deletions(-) diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md index 342f84ecd69..5a35e79a5eb 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Verwendung von IAM-Richtlinien mit der OVHcloud API (EN) excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md index 76dcccae221..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2024-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md index 7d620cb42fa..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-au.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md index 7d620cb42fa..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md index 844b1c5dc3f..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md index d73ac432938..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md index 7d620cb42fa..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md index 7d620cb42fa..771f1e59721 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.en-us.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud API excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md index 7b1fb65000e..14daf6e681a 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Cómo utilizar las políticas de IAM con la API de OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md index 84a13571bbe..14daf6e681a 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Cómo utilizar las políticas de IAM con la API de OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -42,7 +42,7 @@ Resources, resource groups and actions needed to create a policy will be describ #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -306,7 +306,7 @@ This section describes how to retrieve or create user for the policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -393,7 +393,7 @@ This section describes how to retrieve resources information to use in a policy. #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -452,7 +452,7 @@ To ease the policy management for a large number of resources, it is possible to #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -545,7 +545,7 @@ These actions are specific to every product, such as rebooting a database server #### API definition - + |**Method**|**Path**|**Description**| | :-: | :-: | :-: | @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md index 5180ed8c20b..92e4cf493dc 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Comment utiliser les politiques IAM via l’API OVHcloud" excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs d'un compte OVHcloud" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md index 0c86c20cc2f..de966f132df 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Comment utiliser les politiques IAM via l’API OVHcloud" excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs d'un compte OVHcloud" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md index f59a4e3f4f8..c3f8c4b9443 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Come utilizzare le policy di IAM utilizzando l’API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md index 826b5439537..806c1cddad5 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Jak korzystać z zasad IAM przy użyciu interfejsu API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md index 22ad0d70373..806c1cddad5 100644 --- a/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policies-api/guide.pt-pt.md @@ -1,7 +1,7 @@ --- -title: "Utilização das políticas IAM com a API OVHcloud (EN)" +title: "Jak korzystać z zasad IAM przy użyciu interfejsu API OVHcloud (EN)" excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -288,13 +288,13 @@ Check it via `GET /iam/policy`: The policies have been created successfully. Now, "***user1***" can **carry out reboots and create snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". "***user2***" can **execute any vps action except for the deletion of snapshots** on the VPS "***urn:v1:eu:resource:vps:vps-5b48d78b.vps.ovh.net***". -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. @@ -664,4 +664,4 @@ Here is a part of the output: ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md index baa38542896..2b6525a3a5f 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Verwendung von IAM-Richtlinie über Ihr Kundencenter excerpt: Erfahren Sie hier, wie Sie Benutzern im OVHcloud Kunden-Account spezifische Zugriffsrechte gewähren -updated: 2025-06-06 +updated: 2025-08-18 --- ## Ziel diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-au.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md index 6def7537797..cafeef11a22 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.en-us.md @@ -1,7 +1,7 @@ --- title: How to use IAM policies using the OVHcloud Control Panel excerpt: "Find out how to give specific access rights to users from an OVHcloud account" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -144,13 +144,13 @@ A popup window will ask you to confirm the deletion. -#### Policies targeting other OVHcloud customer account +#### Policies targeting other OVHcloud customer accounts -Access policies can target other OVHcloud customer account. -The targeted account of this policy will be able to manage the rights recieved that way on his own policies, but will never be able to override the rights set on the access policy. +Access policies can target other OVHcloud customer accounts. +The targeted account of this policy will be able to manage the rights received that way on its own policies, but will never be able to override the rights set on the access policy. -For example an account **xx1111-ovh** giving rights on `vps:apiovh:ips/*` to account **xx2222-ovh**. -Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to his own users, but will never be able to give the right `vps:apiovh:reboot`. +For example, an account **xx1111-ovh** gives rights on `vps:apiovh:ips/*` to account **xx2222-ovh**: +Account **xx2222-ovh** will be able to give the right `vps:apiovh:ips/delete` to its own users, but will never be able to grant the right `vps:apiovh:reboot`. Access to the support will still be reserved to the owner of the resource. diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md index f8cc2ec16a1..602c18f2746 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Cómo utilizar las políticas IAM desde el área de cliente excerpt: Cómo conceder permisos de acceso específicos a los usuarios desde una cuenta de OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md index f8cc2ec16a1..602c18f2746 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Cómo utilizar las políticas IAM desde el área de cliente excerpt: Cómo conceder permisos de acceso específicos a los usuarios desde una cuenta de OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md index 3cfd9e404fc..0202777e643 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Comment utiliser les politiques IAM depuis votre espace client excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs depuis un compte OVHcloud" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md index 3cfd9e404fc..0202777e643 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Comment utiliser les politiques IAM depuis votre espace client excerpt: "Découvrez comment donner des droits d'accès spécifiques aux utilisateurs depuis un compte OVHcloud" -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md index e3d7af341c3..805b99ede7c 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Come utilizzare le politiche IAM dallo Spazio Cliente excerpt: Come assegnare diritti di accesso specifici agli utenti da un account OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Obiettivo diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md index 4a1dd9c1526..fad35030f7d 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Jak korzystać z polityki IAM w Panelu klienta excerpt: Dowiedz się, jak przypisać użytkownikom uprawnienia dostępu do konta OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Wprowadzenie diff --git a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md index 864788c56d0..dc5b62527b3 100644 --- a/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/iam-policy-ui/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Como utilizar as políticas IAM a partir do seu Espaço Cliente excerpt: Descubra como dar direitos de acesso específicos aos utilizadores a partir de uma conta OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md index 74e39985d5d..eded48a4e80 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.de-de.md @@ -1,7 +1,7 @@ --- title: 'Die Kontakte Ihrer Dienste verwalten' excerpt: 'Erfahren Sie hier, wie Sie die Kontakte Ihrer OVHcloud Dienste verwalten' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Ziel diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md index 15a99841b69..6abadfcf97b 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md index 8611adfcbcb..24af0f1c2a1 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md index bf9183bf628..7129a6be8dc 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md index 84d9a00395c..313dd5c0d2d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md index 903d6e17b10..a5269febd61 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md index 8611adfcbcb..24af0f1c2a1 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md index 8611adfcbcb..24af0f1c2a1 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Managing contacts for your services' excerpt: 'Find out how to manage contacts for your OVHcloud services' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objective @@ -11,8 +11,8 @@ Most services created with OVHcloud are managed by several contacts. Each of the **Find out how to manage contacts for your OVHcloud services.** > [!primary] -> OVHcloud offer an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. -> IAM policies allow to define fine grained access while keeping tracability of the actions. +> OVHcloud offers an [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) system allowing to delegate access to other customer accounts. +> IAM policies enable precise access control while keeping tracability of the actions. ## Definition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md b/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md index be45794f94f..5c0856b900d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Gestionar los contactos de los servicios' excerpt: 'Cómo gestionar los distintos contactos de los servicios de OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo @@ -10,15 +10,8 @@ La mayoría de servicios creados en OVHcloud los gestionan varios contactos. Cad **Esta guía explica cómo gestionar los contactos de los servicios de OVHcloud.** -> [!warning] -> -> La configuración, la gestión y la responsabilidad de los servicios que OVHcloud pone a su disposición recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. -> -> Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene alguna duda le recomendamos que contacte con un proveedor de servicios especializado o con el editor del servicio. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado [Más información](#mas-informacion) de esta guía. -> - > [!primary] -> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. +> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. > Las políticas de acceso IAM permiten definir permisos de acceso granulares, conservando la trazabilidad de las acciones. ## Definición diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md b/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md index a915823b165..b3dbe1383b4 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Gestionar los contactos de los servicios excerpt: Cómo gestionar los distintos contactos de los servicios de OVHcloud -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo @@ -10,18 +10,10 @@ La mayoría de servicios creados en OVHcloud los gestionan varios contactos. Cad **Esta guía explica cómo gestionar los contactos de los servicios de OVHcloud.** -> [!warning] -> -> La configuración, la gestión y la responsabilidad de los servicios que OVHcloud pone a su disposición recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. -> -> Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene alguna duda le recomendamos que contacte con un proveedor de servicios especializado o con el editor del servicio. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado [Más información](#gofurther) de esta guía. -> - > [!primary] -> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. +> OVHcloud pone a su disposición un sistema de gestión de [política de acceso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar los accesos a otras cuentas de cliente. > Las políticas de acceso IAM permiten definir permisos de acceso granulares, conservando la trazabilidad de las acciones. - ## Definición Existen tres tipos de contactos: diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md index 5175b09922f..f17e4dca868 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Gérer les contacts de ses services' excerpt: 'Découvrez comment gérer les contacts de vos services OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif @@ -11,7 +11,7 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact **Apprenez comment gérer les contacts de vos services OVHcloud.** > [!primary] -> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. +> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. > Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions. ## Définition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md index b70fb07edea..f0e6c53d1d4 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Gérer les contacts de ses services' excerpt: 'Découvrez comment gérer les contacts de vos services OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objectif @@ -10,15 +10,8 @@ La plupart des services créés chez OVHcloud sont gérés par plusieurs contact **Apprenez à gérer les contacts de vos services OVHcloud.** -> [!warning] -> -> OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. -> -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du service si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [Aller plus loin](#gofurther) de ce guide. -> - > [!primary] -> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. +> OVHcloud met à disposition un système de gestion de [politique d'accès IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) permettant de déléguer des accès à d'autres comptes clients. > Les politiques d'accès IAM permettent de définir des permissions d'accès granulaires tout en gardant la traçabilité des actions. ## Définition diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md b/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md index b9c0bf9e030..967d30fab5a 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.it-it.md @@ -1,7 +1,7 @@ --- title: 'Gestire i contatti dei servizi OVHcloud' excerpt: 'Come gestire i contatti dei tuoi servizi dallo Spazio Cliente OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Obiettivo @@ -10,15 +10,8 @@ Un servizio OVHcloud è generalmente associato a diversi contatti, che possono **Questa guida ti mostra quali contatti è possibile associare ai tuoi servizi, quali operazioni possono effettuare e come modificarli dallo Spazio Cliente OVHcloud.** -> [!warning] -> -> OVHcloud mette a tua disposizione servizi di cui tu sei responsabile per la configurazione e la gestione. Garantirne quotidianamente il corretto funzionamento è quindi responsabilità dell’utente. -> -> Questa guida ti aiuta a eseguire le operazioni necessarie alla configurazione del tuo account. Tuttavia, in caso di difficoltà o dubbi, ti consigliamo di contattare un fornitore specializzato o l’amministratore del servizio. OVHcloud non potrà fornirti alcuna assistenza. Per maggiori informazioni consulta la sezione [Per saperne di più](#per-saperne-di-piu) su questa guida. -> - > [!primary] -> OVHcloud mette a disposizione un sistema di gestione di [politica di accesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) che permette di delegare gli accessi ad altri account cliente. +> OVHcloud mette a disposizione un sistema di gestione di [politica di accesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) che permette di delegare gli accessi ad altri account cliente. > Le policy di accesso IAM consentono di definire permessi di accesso granulari mantenendo la tracciabilità delle azioni. ## Definizione diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md b/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md index cc8a5ee8492..2a6530203fa 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Zarządzanie kontaktami swoich usług excerpt: 'Dowiedz się, jak zarządzać kontaktami dla Twoich usług OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Wprowadzenie @@ -10,15 +10,8 @@ Większość usług tworzonych w OVHcloud jest zarządzana przez wiele kontaktó **Dowiedz się, jak zarządzać kontaktami Twoich usług OVHcloud.** -> [!warning] -> -> OVHcloud udostępnia różnorodne usługi, jednak to Ty odpowiadasz za ich konfigurację i zarządzanie nimi. Ponosisz więc odpowiedzialność za ich prawidłowe funkcjonowanie. -> -> Oddajemy w Twoje ręce niniejszy przewodnik, którego celem jest pomoc w wykonywaniu bieżących zadań. W przypadku trudności zalecamy skorzystanie z pomocy wyspecjalizowanego webmastera lub kontakt z producentem oprogramowania. Niestety firma OVH nie będzie mogła udzielić wsparcia w tym zakresie. Więcej informacji znajduje się w sekcji [Sprawdź również](#sprawdz-rowniez) ten przewodnik. -> - > [!primary] -> OVHcloud oferuje system [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) umożliwiający delegowanie dostępu do innych kont klientów. +> OVHcloud oferuje system [IAM policy](/pages/account_and_service_management/account_information/iam-policy-ui/) umożliwiający delegowanie dostępu do innych kont klientów. > Reguły IAM umożliwiają zdefiniowanie precyzyjnego dostępu z zachowaniem identyfikowalności operacji. ## Definicja diff --git a/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md b/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md index 42d388933ba..31427ba2e2d 100644 --- a/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md +++ b/pages/account_and_service_management/account_information/managing_contacts/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Como gerir os contactos (gestores) dos serviços OVHcloud' excerpt: 'Saiba como definir ou alterar os contactos (gestores) dos serviços OVHcloud' -updated: 2025-06-06 +updated: 2025-08-18 --- ## Objetivo @@ -10,15 +10,8 @@ A maioria dos serviços OVHcloud são geridos por vários contactos. Cada um des **Saiba como definir ou alterar os contactos (gestores) dos serviços OVHcloud.** -> [!warning] -> -> A responsabilidade sobre a configuração e a gestão dos serviços que a OVHcloud disponibiliza recai sobre o utilizador. Assim, deverá certificar-se de que estes funcionam corretamente. -> -> Este manual fornece as instruções necessárias para realizar as operações mais habituais. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](https://partner.ovhcloud.com/pt/directory/) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção [Quer saber mais?](#quer-saber-mais). -> - > [!primary] -> OVHcloud disponibiliza um sistema de gestão de [política de acesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar acessos a outras contas de clientes. +> OVHcloud disponibiliza um sistema de gestão de [política de acesso IAM](/pages/account_and_service_management/account_information/iam-policy-ui/) que permite delegar acessos a outras contas de clientes. > As políticas de acesso IAM permitem definir permissões de acesso granulares, mantendo a rastreabilidade das ações. ## Definição From b9dfb89d6ca2e20f51b2693f6edf40fb98a09841 Mon Sep 17 00:00:00 2001 From: Yoann Cosse <63302382+Y0Coss@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:14:13 +0200 Subject: [PATCH 059/160] Maroane review --- .../guide.en-gb.md | 81 +++++++++---------- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md b/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md index 91509a364dd..e1e95a153e9 100644 --- a/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md +++ b/pages/hosted_private_cloud/nutanix_on_ovhcloud/51-nutanix-hardware-compatibility/guide.en-gb.md @@ -1,12 +1,12 @@ --- title: 'Nutanix hardware compatibility - OVHcloud configurations' -excerpt: 'Detailed overview of qualified hardware components for OVHcloud Nutanix platforms, including T5, T4, and GEN2 references' -updated: 2025-06-27 +excerpt: 'Detailed overview of qualified hardware components for OVHcloud Nutanix platforms' +updated: 2025-07-17 --- ## Objective -**This guide lists the hardware components validated for OVHcloud Nutanix infrastructure.** +**This guide lists the hardware components validated for OVHcloud Nutanix infrastructure, including the OVHcloud-Scale-G2-EMR-01 and OVHcloud-HGR-G2-EMR-01 references.** Each configuration includes chassis, motherboard, CPU, storage, and network elements, grouped by platform reference. @@ -14,21 +14,29 @@ Each configuration includes chassis, motherboard, CPU, storage, and network elem - Access to OVHcloud Nutanix technical specifications - Basic understanding of hardware compatibility layers -- Familiarity with T5, T4, and GEN2 profiles used in OVHcloud data centers +- Familiarity with OVHcloud hardware used in OVHcloud data centers The following software versions are currently validated by OVHcloud for Nutanix environments: | Product/Feature | Version | Comment | |-----------------|---------|---------| -| AOS | 7.X | **LTS (Long-Term Support)** — Once validated by OVHcloud | -| AHV | 10.X | Latest available version for the AOS installed by OVHcloud | -| PrismCentral | 2024.X | Latest compatible version tested and validated by OVHcloud | +| AOS | 7.3.X | **LTS (Long-Term Support)** — Once validated by OVHcloud | +| AOS | 7.X | **LTS (Long-Term Support)** — Once validated by OVHcloud | +| AOS | 6.10.X | **LTS (Long-Term Support)** — Once validated by OVHcloud | -## Instructions +For more information, refer to the following links: -### T5 - HGR-HCI - Inspur NF5280M5 +- [Nutanix - Upgrade paths](https://portal.nutanix.com/page/documents/upgrade-paths) +- [Nutanix / OVHcloud compatibility list](https://portal.nutanix.com/page/documents/list?type=compatibilityList) -This configuration is based on the Inspur NF5280M5 chassis, widely used in OVHcloud HCI environments. +## Harware compatibility + +> [!success] +> Dual sourcing has been secured for all components of hardware platforms. + +### OVHcloud-HGR-G1-CL-01 + +This 1U configuration supports Cascade Lake CPUs and SAS SSD-only storage, designed for HGR G1 nodes. @@ -38,30 +46,30 @@ This configuration is based on the Inspur NF5280M5 chassis, widely used in OVHcl - - - - + + + + - +
ChassisInspur NF5280M5
MotherboardYZMB-00882-104
YZMB-00882-10E
ProcessorIntel Xeon Gold 6226R
Intel Xeon Gold 6242R
Intel Xeon Gold 6248R
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable.
ProcessorCPU Intel Cascade Lake 6226R
CPU Intel Cascade Lake 6242R
CPU Intel Cascade Lake 6248R
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent memory compliant with motherboard can be usable.
OS DriveIntel D3-S4510 Sata SSD 480gb - ref. SSDSCKKB480G801
Storage Drive (Only SAS SSD)Samsung SAS SSD PM1643a 3.84TB ref MZILT3T8HBLS/007
Samsung SAS SSD PM1643 3.84TB ref MZILT3T8HALS-00007
WDS SS530 3.84TB ref WUSTR1538ASS201
Storage ControllerCarte Jbod LSI 12gbps Pcie 8x 6xSFF-8643 9305-24I
Storage Controller Jbod LSI 12gbps Pcie 8x 6xSFF-8643 9305-24I
NICConnectX-5 NIC card for OCP2.0 25GbE dual-port SFP28, PCIe3.0 x8
-### T4 - Scale-iX - Asrock SPC741D8QM3-NL-E +### OVHcloud-Scale-G2-EMR-01 -This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, designed for SCALE-iX clusters. +This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, designed for SCALE-iX nodes. - + @@ -70,23 +78,19 @@ This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, design - - - - - + + - - - - + + +
Component NameComponent
Chassis1U 21" OVH
Chassis1U 21" OVHcloud
MotherboardAsrock SPC741D8QM3-NL-E
ProcessorCPU INTEL Emerald Rapids XEON6526Y
CPU INTEL Emerald Rapids XEON6542Y
OS DriveDD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07
OS Drive (alt.)DD 2.5in SSD NVMe 960GB 64gbps 7450PRO 512n Micron ref MTFDKCC960TFR-1BC15ABYY
Storage Drive (Only NVME)DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07
DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage Drive (alt.)DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY
DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY
DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY
2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage ControllerX
NICCARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
NIC (alt.)CARTE BROADCOM 2xSFP28 25GbE OCP 3.0 ref BCM957414N4140C
CARTE BROADCOM 2xSFP28 25GbE PCIe 4.0 x8 ref P225P BCM957414A4142CC
Power SupplyAlim AC 1U T4 850W FSP YH5851-1EBR2A0D
NIC NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
BROADCOM 2xSFP28 25GbE PCIe 4.0 x8 ref P225P BCM957414A4142CC
Power Supply AC 1U T4 850W FSP YH5851-1EBR2A0D
TPMTPM ASROCK SPI 2.0
-### T5 - HGR-HCI GEN2 - COMPAL FERA1 +### OVHcloud-HGR-G2-EMR-01 -Latest T5 profile using the COMPAL FERA1 platform, targeting high-performance NVMe HCI workloads. +This 1U configuration supports Emerald Rapids CPUs and NVMe-only storage, designed for HGR G2 nodes. @@ -94,27 +98,22 @@ Latest T5 profile using the COMPAL FERA1 platform, targeting high-performance NV - - - - + + + + - - - - - + + - +
ChassisCOMPAL SR220-2
MotherboardCM LGA4677-X COMPAL IER70 FERA1-E MB
ProcessorIntel EMR Xeon 5515+
Intel EMR Xeon 6526Y
Intel EMR Xeon 6542Y
MotherboardLGA4677-X COMPAL IER70 FERA1-E
ProcessorIntel Emerald Rapids 5515+
Intel Emerald Rapids 6526Y
Intel Emerald Rapids 6542Y
MemoryThere is no memory limitation due to Nutanix Certification. Any equivalent from NF5280M5 BOM is usable.
OS DriveDD 2.5in SSD NVMe 960GB 64gbps PM9A3 512n Samsung ref MZQL2960HCJR-00A07
Storage Drive (Only NVME)DD 2.5in SSD NVMe 1.92TB 64gbps PM9A3 512n Samsung ref MZQL21T9HCJR-00A07
DD 2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
DD 2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage Drive (alt.)DD 2.5in SSD NVMe 1.92TB 64gbps 7450PRO 512n Micron ref MTFDKCC1T9TFR-1BC15ABYY
DD 2.5in SSD NVMe 3.84TB 64gbps 7450PRO 512n Micron ref MTFDKCC3T8TFR-1BC15ABYY
DD 2.5in SSD NVMe 7.68TB 64gbps 7450PRO 512n Micron ref MTFDKCC7T6TFR-1BC15ABYY
2.5in SSD NVMe 3.84TB 64gbps PM9A3 512n Samsung ref MZQL23T8HCLS-00A07
2.5in SSD NVMe 7.68TB 64gbps PM9A3 512n Samsung ref MZQL27T6HBLA-00A07
Storage ControllerX
NICCARTE NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
NIC NVIDIA 2xSFP28 25GbE OCP 3.0 ref CX-6 LX CRYPTO - SECURE BOOT 900-9X625-0083-SB0
## Go further -Learn more about Nutanix hardware validation on the [Nutanix Elevate platform](https://elevate.nutanix.com). - If you need training or technical assistance to implement our solutions, please contact your Technical Account Manager or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Ask questions, give your feedback and interact directly with the team building our Hosted Private Cloud services on the dedicated [Discord](https://discord.gg/ovhcloud) channel. From a550fa7df0857096d308e6669a62508ea36e12a6 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Wed, 16 Jul 2025 13:39:47 +0200 Subject: [PATCH 060/160] NAS-HA - FAQ - Format improvement + Links improvements --- .../ha_nas/nas_faq/guide.de-de.md | 140 ++++++++++++----- .../ha_nas/nas_faq/guide.en-asia.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.en-au.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.en-ca.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.en-gb.md | 140 +++++++++++++---- .../ha_nas/nas_faq/guide.en-ie.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.en-sg.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.en-us.md | 142 ++++++++++++----- .../ha_nas/nas_faq/guide.es-es.md | 141 ++++++++++++----- .../ha_nas/nas_faq/guide.es-us.md | 141 ++++++++++++----- .../ha_nas/nas_faq/guide.fr-ca.md | 138 +++++++++++++---- .../ha_nas/nas_faq/guide.fr-fr.md | 135 +++++++++++++---- .../ha_nas/nas_faq/guide.it-it.md | 143 +++++++++++++----- .../ha_nas/nas_faq/guide.pl-pl.md | 141 ++++++++++++----- .../ha_nas/nas_faq/guide.pt-pt.md | 138 ++++++++++++----- .../file_storage/ha_nas/nas_faq/meta.yaml | 3 +- 16 files changed, 1599 insertions(+), 513 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.de-de.md index 4651fe9f3b4..c2529ec1305 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.de-de.md @@ -4,9 +4,19 @@ excerpt: Sie haben eine Frage zu HA-NAS? Erfahren Sie hier Antworten auf die am updated: 2025-07-15 --- -> [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. -> + ## Ziel @@ -14,11 +24,13 @@ updated: 2025-07-15 ## Allgemeine Fragen -### Was ist die HA-NAS Lösung von OVHcloud? +/// details | Was ist die HA-NAS Lösung von OVHcloud? HA-NAS ist ein vollständig gemanagter und gemeinsam genutzter Dateispeicherdienst, der auf der Open-Source-Technologie OpenZFS basiert. -### Was kann ich mit HA-NAS tun? +/// + +/// details | Was kann ich mit HA-NAS tun? HA-NAS erlaubt die Zentralisierung der Daten verschiedener Workloads von Linux und Windows für zahlreiche Szenarien, zum Beispiel: @@ -26,41 +38,57 @@ HA-NAS erlaubt die Zentralisierung der Daten verschiedener Workloads von Linux u - Verwaltung von Webinhalten - Filesharing im Netzwerk -### Kann das HA-NAS über eine Verwaltungsoberfläche genutzt werden? +/// + +/// details | Kann das HA-NAS über eine Verwaltungsoberfläche genutzt werden? Ja, das ist in Ihrem [OVHcloud Kundencenter](/links/manager) im Bereich `Bare Metal Cloud`{.action} und dann `NAS und CDN`{.action} möglich. +/// + ## Verfügbarkeit -### Welches SLA wird mit HA-NAS bereitgestellt? +/// details | Welches SLA wird mit HA-NAS bereitgestellt? NAS-HA unterstützt die Dateiübertragung über NFS (NFSv3, NFSv4.1, NFNSv4.2) sowie CIFS (SMB). +/// + ## Netzwerk und Sicherheit -### Welche Dateiübertragungsprotokolle werden derzeit auf der HA-NAS unterstützt? +/// details | Welche Dateiübertragungsprotokolle werden derzeit auf der HA-NAS unterstützt? HA-NAS unterstützt den Transfer von Dateien über NFS (NFSv3) und CIFS (SMB). -### Aus welchen OVHcloud Diensten kann ich Daten übertragen? +/// + +/// details | Aus welchen OVHcloud Diensten kann ich Daten übertragen? HA-NAS ist ein Dienst, der Daten aus allen bestehenden OVHcloud Diensten empfangen kann: Bare Metal Cloud (VPS, Dedicated Server, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud. -### Wie werden HA-NAS-Zugänge verwaltet? +/// + +/// details | Wie werden HA-NAS-Zugänge verwaltet? Die Zugriffskontrollliste (ACL) ist über Ihr OVHcloud Kundencenter konfigurierbar. Geben Sie einfach die IP-Adresse des Dienstes ein, für den Sie den Zugriff auf das HA-NAS erlauben möchten. -### Ist HA-NAS mit anderen Servern außerhalb von OVHcloud kompatibel? +/// + +/// details | Ist HA-NAS mit anderen Servern außerhalb von OVHcloud kompatibel? Nein, der Zugriff auf Ihr HA-NAS ist nur über das OVHcloud Netzwerk möglich. -### Ist HA-NAS für die Nutzung mit vRack geeignet? +/// + +/// details | Ist HA-NAS für die Nutzung mit vRack geeignet? Derzeit kann ein HA-NAS nicht in das private Netzwerk vRack integriert werden. Die Verwendung von HA-NAS mit vRack ist jedoch insofern kompatibel, als der Zugriff über die öffentliche IP-Adresse des mit dem vRack verbundenen Servers erfolgen kann. +/// + ## Kapazitäten und Leistung -### Welche Speicherkapazitäten sind verfügbar? +/// details | Welche Speicherkapazitäten sind verfügbar? Die Mindestgröße eines Dienstes beträgt 3 TB und die Höchstgröße 144 TB.
Wir bieten folgende Speicherkapazitäten auf Basis von 3 TB Disks: @@ -81,40 +109,56 @@ Wir bieten folgende Speicherkapazitäten auf Basis von 12 TB Disks: Bei den angebotenen Speicherkapazitäten handelt es sich um die nutzbaren Kapazitäten. -### Sind die Ressourcen meines HA-NAS dediziert? +/// + +/// details | Sind die Ressourcen meines HA-NAS dediziert? Die Disks in Ihrem HA-NAS sind ausschliesslich für Ihre Nutzung dediziert. Die weiteren Hardware-Ressourcen werden mit anderen Nutzern geteilt (RAM, CPU, Bandbreite). **Sonderfall:** Wenn Sie das 144 TB Angebot bestellen, stehen Ihnen alle Ressourcen des Host-Servers (RAM, CPU, Bandbreite) zur Verfügung. -### Wie viele HA-NAS Dienstleistungen kann ich über meine Kundenkennung erstellen? +/// + +/// details | Wie viele HA-NAS Dienstleistungen kann ich über meine Kundenkennung erstellen? Es gibt keine Begrenzung der Anzahl der Dienstleistungen pro Kunden-Account. -### Wie viele Partitionen können maximal pro Dienstleistung erstellt werden? +/// + +/// details | Wie viele Partitionen können maximal pro Dienstleistung erstellt werden? Es können so viele Partitionen erstellt werden, wie Sie möchten. Die Mindestgröße beträgt 10 GB und die Maximalgröße wird von der Gesamtgröße des Dienstes bestimmt. -### Ist die Transfer- und Verfügbarkeitsrate garantiert? +/// + +/// details | Ist die Transfer- und Verfügbarkeitsrate garantiert? - Transfer: Die Bandbreite des Dienstes wird geteilt. Transferraten können von OVHcloud nicht garantiert werden. - Verfügbarkeit: Die Service-Verfügbarkeit ist garantiert und unterliegt einer Service-Level-Vereinbarung (SLA). Die Details finden Sie unter unseren spezifischen Nutzungsbedingungen. +/// + ## Nutzung des Dienstes -### Kann ein HA-NAS an mehrere Server gleichzeitig angeschlossen werden? +/// details | Kann ein HA-NAS an mehrere Server gleichzeitig angeschlossen werden? Ja. Ihr HA-NAS kann gleichzeitig mit mehreren OVHcloud-Diensten interagieren. -### Kann ich ein Betriebssystem auf einem HA-NAS installieren? +/// + +/// details | Kann ich ein Betriebssystem auf einem HA-NAS installieren? Nein, es ist nicht möglich, ein Betriebssystem auf den HA-NAS Diensten zu installieren. -### Ist der zugewiesene Speicherplatz partitionierbar? +/// + +/// details | Ist der zugewiesene Speicherplatz partitionierbar? Ja, es ist notwendig, eine oder mehrere Partitionen zu erstellen, je nach Ihrer Verwendung. Die Erstellung von Partitionen ist nicht begrenzt. -### Wie ändere ich die Speicherkapazität meines NAS-HA? +/// + +/// details | Wie ändere ich die Speicherkapazität meines NAS-HA? Derzeit ist es nicht möglich, die HA-NAS Kapazität dynamisch zu ändern. Gehen Sie dazu wie folgt vor: @@ -122,21 +166,27 @@ Derzeit ist es nicht möglich, die HA-NAS Kapazität dynamisch zu ändern. Gehen 2. Migrieren Sie Ihre Daten mithilfe unserer Anleitung: "[Migration von Daten von einem HA-NAS auf einen anderen per NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Kündigen Sie den alten HA-NAS Dienst. +/// + ## Snapshots -### Was sind Snapshots? +/// details | Was sind Snapshots? Ein Snapshot ist ein Image (Abbild) des Zustandes Ihrer Disk und der dort gespeicherten Daten zu einem bestimmten Zeitpunkt. Snapshots bieten so eine erste Backup-Ebene. Konfiguration und Verwaltung von Snapshots sind über Ihr OVHcloud Kundencenter möglich. Standardmäßig ist die Snapshot-Funktion aktiviert, wenn Sie Ihre Partition erstellen. Die Frequenz ist auf "stündlich" voreingestellt. -### Welche Backup-Policy ist mit HA-NAS verbunden? +/// + +/// details | Welche Backup-Policy ist mit HA-NAS verbunden? Die Benutzer sind für die Verwaltung ihrer Backups (Tools und Zeitplanung) innerhalb und außerhalb des Dienstes sowie für ihre Business Continuity und Planung von Disaster Recovery verantwortlich. Aus Gründen der Sicherheit und Resilienz der Infrastruktur kann OVHcloud jedoch Snapshots des Dienstes auf einem Remote-Server durchführen, ohne jedoch dazu verpflichtet zu sein. Wenn OVHcloud eine Sicherung auf einem Remote-Server verfügbar hat, können wir im Fall eines Ausfalls oder Angriffs die Daten der letzten verfügbaren Sicherung wiederherstellen. Bitte beachten Sie, dass diese Aktion nur auf Anfrage durchgeführt wird und als optionale Dienstleistung in Rechnung gestellt wird. -### Wie oft werden Snapshots erstellt? +/// + +/// details | Wie oft werden Snapshots erstellt? Die Snapshot-Frequenz kann über Ihr OVHcloud Kundencenter verwaltet werden. Sie können die Frequenz aus den folgenden Optionen auswählen: @@ -147,7 +197,7 @@ Die Snapshot-Frequenz kann über Ihr OVHcloud Kundencenter verwaltet werden. Sie - Alle drei Tage - Wöchentlich -Sie können auch jederzeit manuelle Snapshots erstellen, zeitlich unbegrenzt speichern oder löschen. Diese Funktion ist in Ihrem [OVHcloud Kundencenter](/links/manager) oder über folgenden [API-Aufruf](https://api.ovh.com/) verfügbar: +Sie können auch jederzeit manuelle Snapshots erstellen, zeitlich unbegrenzt speichern oder löschen. Diese Funktion ist in Ihrem [OVHcloud Kundencenter](/links/manager) oder über folgenden [API-Aufruf](/links/api) verfügbar: >[!api] > @@ -158,51 +208,71 @@ Sie können auch jederzeit manuelle Snapshots erstellen, zeitlich unbegrenzt spe > Lesen Sie unsere Anleitung zu den [ersten Schritten mit der OVHcloud API](/pages/manage_and_operate/api/first-steps), um sich mit der Verwendung der OVHcloud API vertraut zu machen. > -### Wie funktioniert das Snapshot-Management-System? +/// + +/// details | Wie funktioniert das Snapshot-Management-System? Sie können automatische Snapshots zu den verschiedenen verfügbaren Frequenzen aktivieren. Unabhängig von der eingestellten Frequenz wird der zuletzt ausgeführte Snapshot immer den vorherigen ersetzen und überschreiben. Sie können Snapshots auch bei Bedarf erstellen und löschen. -### Kann ein Snapshot gelöscht werden? +/// + +/// details | Kann ein Snapshot gelöscht werden? Es können nur manuell erstellte Snapshots gelöscht werden (vgl. Abschnitt "[Wie oft werden Snapshots erstellt?](#frequency))".
Festfrequenz-Snapshots werden automatisch gelöscht und können nicht manuell gelöscht werden. -### Sind Snapshots in der Kapazität eines Dienstes enthalten? +/// + +/// details | Sind Snapshots in der Kapazität eines Dienstes enthalten? Ihnen wird zusätzlicher Speicherplatz auf dem gleichen physischen Speichermedium zugewiesen, um die Speicherung Ihrer Snapshots sicherzustellen. Dieser Speicherplatz entspricht mindestens 15 % des Hauptvolumens. Wenn Sie diesen Wert überschreiten, werden die Snapshots auf Ihrem primären Speicherplatz gespeichert. Der zusätzliche Speicherplatz kann nur für die Ablage Ihrer Snapshots verwendet werden. Für einen Dienst mit 3 TB sind zum Beispiel 450 GB für Snapshots reserviert. -### Wie viele Snapshots kann ich maximal erstellen? +/// + +/// details | Wie viele Snapshots kann ich maximal erstellen? - Für automatische Snapshots: ein Snapshot pro Partition - Für manuelle Snapshots: zehn pro Partition -### Wo werden die Snapshots gespeichert? +/// + +/// details | Wo werden die Snapshots gespeichert? Die Snapshots werden auf der gleichen Ebene wie Ihr Dienst gespeichert. Darüber hinaus erstellt OVHcloud täglich einen Snapshot (mit einer Vorhaltezeit von 24 Stunden) auf einem Backup-Server in einem separaten Rack. -### Wo kann ich meine Snapshots einsehen? +/// + +/// details | Wo kann ich meine Snapshots einsehen? In der betreffenden Partition finden Sie ein verstecktes Verzeichnis mit dem Namen `.zfs`, das ein Verzeichnis `snapshot` beinhaltet. Die Dateien sind als "read only" verfügbar. -### Wie viele Snapshot-Richtlinien kann ich pro Volume erstellen? +/// + +/// details | Wie viele Snapshot-Richtlinien kann ich pro Volume erstellen? Sie können eine Richtlinie (Policy) erstellen. +/// + ## Preise -### Welche Art von Abrechnung wird auf den Dienst angewendet? +/// details | Welche Art von Abrechnung wird auf den Dienst angewendet? HA-NAS ist ein Dienst, der monatlich nach Volumen abgerechnet wird (in Schritten von 3 bis 144 TB). -### Für wie lange kann ich einen HA-NAS abonnieren? +/// + +/// details | Für wie lange kann ich einen HA-NAS abonnieren? Die angebotenen Nutzungsperioden sind 1, 12, 24 und 36 Monate. Am Ende Ihrer Vertragslaufzeit wird Ihr Abonnement automatisch verlängert, wenn keine [Kündigungsanfrage gestellt wurde](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). Sie können das Abonnement jederzeit über Ihr OVHcloud Kundencenter kündigen. +/// + ## Weiterführende Informationen Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. -Für den Austausch mit unserer User Community gehen Sie auf . +Treten Sie unserer [User Community](/links/community) bei. diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-asia.md index 0a8d0eb84c4..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-asia.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://ca.api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-au.md index 0a8d0eb84c4..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-au.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://ca.api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ca.md index 0a8d0eb84c4..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ca.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://ca.api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-gb.md index c9cc877014f..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-gb.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -### Which OVHcloud services can I push data from? +/// + +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ie.md index 04df34fb0b9..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-ie.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-sg.md index 0a8d0eb84c4..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-sg.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://ca.api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-us.md index 0a8d0eb84c4..79b65b53dcb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.en-us.md @@ -1,20 +1,36 @@ --- title: HA-NAS - Frequently Asked Questions excerpt: Do you have questions about HA-NAS? Here are the most frequently asked questions -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objective **Here are the most frequently asked questions about the OVHcloud HA-NAS solution.** ## General questions -### What is the OVHcloud HA-NAS solution? +/// details | What is the OVHcloud HA-NAS solution? HA-NAS is a fully managed, shared file storage service, based on OpenZFS open-source technology. -### What can I do with HA-NAS? +/// + +/// details | What can I do with HA-NAS? HA-NAS enables data to be centralised across different Linux workloads, as well as Windows for multiple scenarios: @@ -22,41 +38,57 @@ HA-NAS enables data to be centralised across different Linux workloads, as well - web content management - file sharing on the network, etc. -### Can I manage my HA-NAS via a configuration panel? +/// + +/// details | Can I manage my HA-NAS via a configuration panel? Yes, you can access it from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `NAS and CDN`{.action}. +/// + ## Availability -### Which SLA comes with HA-NAS? +/// details | Which SLA comes with HA-NAS? HA-NAS comes with a 99.99% availability rate. +/// + ## IP and Security -### What file transfer protocols are currently supported on the HA-NAS solution? +/// details | What file transfer protocols are currently supported on the HA-NAS solution? + +HA-NAS supports file transfer through NFS (NFSv3) and CIFS (SMB). -HA-NAS supports file transfers via NFS (NFSv3, NFSv4.1, NFNSv4.2) and CIFS (SMB). +/// -### Which OVHcloud services can I push data from? +/// details | Which OVHcloud services can I push data from? HA-NAS is a service that can receive data from all existing OVHcloud services: Bare Metal Cloud (VPS, OVHcloud Dedicated Servers, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### How do I manage access to a HA-NAS solution? +/// + +/// details | How do I manage access to a HA-NAS solution? You can configure the access control list (ACL) in your OVHcloud Control Panel. Simply enter the IP address of the service for which you want to authorise access to the HA-NAS. -### Is the HA-NAS service compatible with other servers outside of OVHcloud? +/// + +/// details | Is the HA-NAS service compatible with other servers outside of OVHcloud? No. You can only access your HA-NAS from the OVHcloud network. -### Is HA-NAS eligible for the vRack solution? +/// + +/// details | Is HA-NAS eligible for the vRack solution? Currently, HA-NAS cannot be integrated into the vRack private network. However, HA-NAS and vRack are not incompatible if you go via the public IP path of the server connected to vRack. +/// + ## Capacity and performance -### What storage capacity options are available? +/// details | What storage capacity options are available? The minimum size of a service is 3 TB, and the maximum size is 144 TB.
We offer the following storage capacities based on 3 TB disks: @@ -77,40 +109,56 @@ We offer the following storage capacities on a 12 TB disk base: The storage capacities offered are the usable capacities. -### Are the resources of my HA-NAS dedicated to my services? +/// + +/// details | Are the resources of my HA-NAS dedicated to my services? The disks of your HA-NAS are dedicated to your services. The machine’s other resources are shared (RAM, CPU, bandwidth). **Special case:** If you sign up to the 144 TB solution, all of the host server’s resources are dedicated to you (RAM, CPU, bandwidth). -### How many HA-NAS services can I create from my customer account? +/// + +/// details | How many HA-NAS services can I create from my customer account? There is no limit to the number of services per customer account. -### What is the maximum number of partitions per service? +/// + +/// details | What is the maximum number of partitions per service? You can create as many partitions as you want. The minimum size is 10 GB and the maximum size is defined by the maximum size of the service. -### Are the transfer and availability rates guaranteed? +/// + +/// details | Are the transfer and availability rates guaranteed? - Transfer: the service’s bandwidth is shared. Transfer rates cannot be guaranteed by OVHcloud. - Availability: service availability is guaranteed, and is the subject of a service level agreement. You can view the details in our Terms of Use. +/// + ## Using the product -### Can HA-NAS be connected to several servers at once? +/// details | Can HA-NAS be connected to several servers at once? Yes. You can have your NAS interacted simultaneously with several OVHcloud services. -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can I install an operating system on a HA-NAS? No, you cannot install operating systems on HA-NAS solutions. -### Can the allocated space be partitioned? +/// + +/// details | Can the allocated space be partitioned? Yes, you will need to create one or several partitions, depending on how you will use it. There are no limits to creating partitions. -### How can I change the storage capacity on my HA-NAS? +/// + +/// details | How can I change the storage capacity on my HA-NAS? Currently it is not yet possible to dynamically scale up or down our HA-NAS. To do so, you have to: @@ -118,21 +166,27 @@ Currently it is not yet possible to dynamically scale up or down our HA-NAS. To 2. Migrate your data by following the guide [Migrating data from one HA-NAS to another via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration). 3. Cancel the old HA-NAS. +/// + ## Snapshots -### What are snapshots? +/// details | What are snapshots? Snapshots are instantaneous images of your disk’s state and the data stored on it at that particular point in time. They offer you the first level of backup. You can configure and manage snapshots from your OVHcloud Control Panel. By default, the snapshot feature is enabled when you create your partition, and the frequency is set at “once every hour” by default. -### Which backup policy is associated with HA-NAS? +/// + +/// details | Which backup policy is associated with HA-NAS? Users are responsible for managing their backups (tools and policies) inside and outside the service, as well as their business continuity and disaster recovery plans. However, for reasons of infrastructure security and resilience, OVHcloud can take snapshots of the service on a remote server, without any obligation. In the event of an outage or attack, if OVHcloud has taken a snapshot on a remote server, we can then restore the data from the last available snapshot. Please note, however, that this is done on request and is an optional service that will be billed. -### How often are snapshots taken? +/// + +/// details | How often are snapshots taken? You can manage the frequency of snapshots from your OVHcloud Control Panel. You can choose the frequency from the following options: @@ -143,7 +197,7 @@ You can manage the frequency of snapshots from your OVHcloud Control Panel. You - once every 3 days - once every week -You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](https://ca.api.ovh.com/) call: +You can also create manual snapshots at any time, save them without any time limit, or delete them. This feature is available in your [OVHcloud Control Panel](/links/manager) or via the following [API](/links/api) call: > [!api] > @@ -154,51 +208,71 @@ You can also create manual snapshots at any time, save them without any time lim > Please refer to our [Getting started with OVHcloud APIs](/pages/manage_and_operate/api/first-steps) guide to get familiar with using OVHcloud APIs. > -### How does the snapshot management system work? +/// + +/// details | How does the snapshot management system work? You can configure automatic snapshots, and a selection of frequencies are available. No matter what frequency is set, the most recent snapshot taken will replace and delete the previous one. You can also create and delete snapshots on demand. -### Can I delete a snapshot? +/// + +/// details | Can I delete a snapshot? Only snapshots created “on demand” can be deleted (see previous question [How often are snapshots taken?](#frequency)).
Snapshots with a set frequency are automatically deleted, and cannot be deleted manually. -### Are snapshots included in the capacity of a service? +/// + +/// details | Are snapshots included in the capacity of a service? You are allocated additional space on the same physical media to ensure that your snapshots are stored. This space corresponds to at least 15% of the primary volume. In case you exceed this limit, the snapshots will be stored on your main storage space. You cannot use the additional space for anything other than storing your snapshots. For example, for a 3 TB service, an additional 450 GB is reserved for snapshots. -### What is the maximum number of snapshots I can create? +/// + +/// details | What is the maximum number of snapshots I can create? - For automatic snapshots: one per partition - For manual snapshots: ten per partition -### Where are snapshots stored? +/// + +/// details | Where are snapshots stored? Snapshots are stored on the same level as your service. In addition, OVHcloud takes a daily snapshot (with a 24-hour retention) on a backup server located in a separate rack. -### Where can I retrieve my snapshots? +/// + +/// details | Where can I retrieve my snapshots? In the partition concerned, you will find a hidden directory called `.zfs`, which contains a `snapshots` directory. The files are available in read only. -### How many snapshot policies can I create per volume? +/// + +/// details | How many snapshot policies can I create per volume? 1 +/// + ## Billing -### What type of pricing is linked to the service? +/// details | What type of pricing is linked to the service? HA-NAS is a service billed monthly by volume (from 3 to 144 TB in stages). -### How long can I subscribe to a HA-NAS solution? +/// + +/// details | How long can I subscribe to a HA-NAS solution? The subscription periods offered are 1 month, 12 months, 24 months and 36 months. At the end of your subscription period, your subscription will be renewed automatically unless you submit a [cancellation request](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). You can do this for the entire duration of your subscription, via the OVHcloud Control Panel. +/// + ## Go further If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our user community on . +Join our [community of users](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-es.md index 6304d571f33..e757f967f09 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-es.md @@ -4,9 +4,20 @@ excerpt: ¿Tiene alguna duda sobre los NAS-HA? A continuación le ofrecemos la r updated: 2025-07-15 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> + + ## Objetivo @@ -14,11 +25,13 @@ updated: 2025-07-15 ## Preguntas generales -### ¿Qué es la solución NAS-HA de OVHcloud? +/// details | ¿Qué es la solución NAS-HA de OVHcloud? NAS-HA es un servicio de almacenamiento de archivos compartido y totalmente administrado, basado en la tecnología open source OpenZFS. -### ¿Qué puedo hacer con NAS-HA? +/// + +/// details | ¿Qué puedo hacer con NAS-HA? NAS-HA permite centralizar los datos de diferentes cargas de trabajo Linux pero también Windows para múltiples escenarios: @@ -26,41 +39,57 @@ NAS-HA permite centralizar los datos de diferentes cargas de trabajo Linux pero - gestión de contenidos web - compartir archivos en la red, etc. -### ¿Se puede gestionar el NAS-HA desde un panel de administración? +/// + +/// details | ¿Se puede gestionar el NAS-HA desde un panel de administración? Sí, puede acceder a este espacio desde el [área de cliente de OVHcloud](/links/manager), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `NAS y CDN`{.action}. +/// + ## Disponibilidad -### ¿Qué SLA incluye NAS-HA? +/// details | ¿Qué SLA incluye NAS-HA? NAS-HA se suministra con un índice de disponibilidad del 99,99%. +/// + ## Red y seguridad -### ¿Qué protocolos de transferencia de archivos soportan actualmente la solución NAS-HA? +/// details | ¿Qué protocolos de transferencia de archivos soportan actualmente la solución NAS-HA? NAS-HA soporta la transferencia de archivos a través de NFS (NFSv3, NFSv4.1, NFNSv4.2) y CIFS (SMB). -### ¿Desde qué servicios de OVHcloud puedo crear datos? +/// + +/// details | ¿Desde qué servicios de OVHcloud puedo crear datos? NAS-HA es un servicio que puede recibir datos de todos los servicios existentes de OVHcloud: Bare Metal Cloud (VPS, servidores dedicados OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### ¿Cómo se gestionan los accesos al NAS-HA? +/// + +/// details | ¿Cómo se gestionan los accesos al NAS-HA? La lista de control de acceso (ACL) puede configurarse desde el área de cliente de OVHcloud. Solo tiene que introducir la dirección IP del servicio al que quiere autorizar el acceso al NAS-HA. -### ¿El servicio NAS-HA es compatible con otros servidores fuera de OVHcloud? +/// + +/// details | ¿El servicio NAS-HA es compatible con otros servidores fuera de OVHcloud? No, solo es posible acceder a los NAS-HA desde la red de OVHcloud. -### ¿NAS-HA es compatible con el vRack? +/// + +/// details | ¿NAS-HA es compatible con el vRack? Actualmente los NAS-HA no pueden añadirse a las redes privadas de un vRack. Sin embargo, el uso del NAS-HA y del vRack no son incompatibles pasando por la ruta IP pública del servidor conectado al vRack. +/// + ## Capacidades y rendimiento -### ¿Cuáles son las capacidades de almacenamiento disponibles? +/// details | ¿Cuáles son las capacidades de almacenamiento disponibles? El tamaño mínimo de un servicio es de 3 TB y el tamaño máximo es de 144 TB.
Ofrecemos las siguientes capacidades de almacenamiento en una base de discos de 3 TB: @@ -81,40 +110,56 @@ Ofrecemos las siguientes capacidades de almacenamiento en una base de discos de Las capacidades de almacenamiento que se ofrecen son las que se pueden utilizar. -### ¿Los recursos de un NAS-HA son dedicados? +/// + +/// details | ¿Los recursos de un NAS-HA son dedicados? Los discos de los NAS-HA son dedicados. Los demás recursos de la máquina son compartidos (RAM, procesador y ancho de banda), con una excepción: **Caso particular:** si se suscribe a la oferta 144 TB, todos los recursos del servidor host son dedicados (RAM, CPU, ancho de banda). -### ¿Cuántos servicios NAS-HA puedo crear desde mi cuenta de cliente? +/// + +/// details | ¿Cuántos servicios NAS-HA puedo crear desde mi cuenta de cliente? No hay límite de número de servicios por cuenta de cliente. -### ¿Cuántas particiones máximas por servicio? +/// + +/// details | ¿Cuántas particiones máximas por servicio? Es posible crear tantas particiones como desee. El tamaño mínimo es de 10 GB y el tamaño máximo se define por el tamaño máximo del servicio. -### ¿La tasa de transferencia y el porcentaje de disponibilidad están garantizados? +/// + +/// details | ¿La tasa de transferencia y el porcentaje de disponibilidad están garantizados? - Transferencia: El ancho de banda del servicio es compartido, OVHcloud no puede garantizar la tasa de transferencia. - Disponibilidad: La disponibilidad del servicio está garantizada y sujeta a un acuerdo de nivel de servicio (SLA). Puede consultar los detalles en nuestras condiciones específicas de uso. +/// + ## Uso del producto -### ¿El NAS-HA puede conectarse a varios servidores a la vez? +/// details | ¿El NAS-HA puede conectarse a varios servidores a la vez? Sí. Es posible interactuar el NAS con varios servicios de OVHcloud simultáneamente. -### ¿Se puede instalar un sistema operativo en un NAS-HA? +/// + +/// details | ¿Se puede instalar un sistema operativo en un NAS-HA? No, no es posible instalar un SO en los NAS-HA. -### ¿El espacio destinado es particionable? +/// + +/// details | ¿El espacio destinado es particionable? Sí, es necesario crear una o más particiones, según su uso. No hay límite en el número de particiones. -### ¿Cómo cambiar la capacidad de almacenamiento en un NAS-HA? +/// + +/// details | ¿Cómo cambiar la capacidad de almacenamiento en un NAS-HA? Actualmente no es posible modificar dinámicamente el NAS-HA. Para aumentar o reducir el aprovisionamiento, es necesario: @@ -122,21 +167,27 @@ Actualmente no es posible modificar dinámicamente el NAS-HA. Para aumentar o re 2. Migrar sus datos consultando nuestra guía "[Migración de datos de un NAS-HA a otro a través de NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Dar de baja el antiguo NAS-HA. +/// + ## Snapshots -### ¿Qué es un snapshot? +/// details | ¿Qué es un snapshot? Un snapshot es una imagen instantánea del estado del disco y de los datos almacenados en él en un momento determinado. permiten ofrecer un primer nivel de backup. Es posible configurar y gestionar los snapshots desde el área de cliente de OVHcloud. Por defecto, la función snapshot se activa al crear la partición. La frecuencia se preestablece en "cada hora". -### ¿Qué política de backup está asociada a NAS-HA? +/// + +/// details | ¿Qué política de backup está asociada a NAS-HA? Los usuarios son responsables de la gestión de sus copias de seguridad (herramientas y reglas) dentro y fuera del servicio, así como de sus planes de continuidad del negocio y de recuperación ante desastres. Sin embargo, por motivos de seguridad y resiliencia de la infraestructura, OVHcloud puede realizar snapshots del servicio en un servidor remoto, aunque sin obligación de hacerlo. Si OVHcloud ha realizado un snapshot en un servidor remoto, puede restaurar los datos del último snapshot disponible en caso de avería o ataque. Tenga en cuenta que esta operación se realiza bajo demanda y constituye un servicio opcional facturado. -### ¿Con qué frecuencia se realizan los snapshots? +/// + +/// details | ¿Con qué frecuencia se realizan los snapshots? La frecuencia de los snapshots puede configurarse desde el área de cliente de OVHcloud. Puede elegir la frecuencia entre las siguientes opciones: @@ -147,7 +198,7 @@ La frecuencia de los snapshots puede configurarse desde el área de cliente de O - cada tres días - semanal -Además, en cualquier momento puede crear snapshots manuales, que podrá conservar sin limitación de tiempo o eliminar cuando desee. Esta funcionalidad está disponible en el [área de cliente de OVHcloud](/links/manager) o a través de la siguiente llamada a la [API](https://api.ovh.com/): +Además, en cualquier momento puede crear snapshots manuales, que podrá conservar sin limitación de tiempo o eliminar cuando desee. Esta funcionalidad está disponible en el [área de cliente de OVHcloud](/links/manager) o a través de la siguiente llamada a la [API](/links/api): > [!api] > @@ -158,51 +209,71 @@ Además, en cualquier momento puede crear snapshots manuales, que podrá conserv > Consulte nuestra guía [Primeros pasos con las API de OVHcloud](/pages/manage_and_operate/api/first-steps) para familiarizarse con el uso de las API de OVHcloud. > -### ¿Cómo funciona el sistema de gestión de los snapshots? +/// + +/// details | ¿Cómo funciona el sistema de gestión de los snapshots? Puede configurar snapshots automáticos con una de las frecuencias disponibles. Independientemente de la frecuencia elegida, el último snapshot realizado siempre sustituirá al anterior. También puede crear y eliminar snapshots a demanda. -### ¿Es posible eliminar un snapshot? +/// + +/// details | ¿Es posible eliminar un snapshot? Solo se pueden eliminar los snapshots creados "bajo demanda" (véase la pregunta anterior ["¿Con qué frecuencia se realizan los snapshots?](#frequency))".
Los snapshots con una frecuencia establecida se eliminan automáticamente, y no es posible eliminarlos manualmente. -### ¿Los snapshots están incluidos en la capacidad de un servicio? +/// + +/// details | ¿Los snapshots están incluidos en la capacidad de un servicio? Para garantizar el almacenamiento de sus snapshots, OVHcloud dispone de un espacio adicional con el mismo soporte físico. Este espacio corresponde al menos al 15% del volumen principal. En caso de superarlo, los snapshots se almacenarán en su espacio de almacenamiento principal. El espacio adicional no puede utilizarse para otro uso que el almacenamiento de sus snapshots. Por ejemplo, para un servicio de 3 TB, se reservan 450 GB adicionales para los snapshots. -### ¿Cuántos snapshots se pueden realizar? +/// + +/// details | ¿Cuántos snapshots se pueden realizar? - Snapshots automáticos: uno por partición. - Para los snapshots manuales: diez por partición -### ¿Con qué frecuencia se realizan los snapshots? +/// + +/// details | ¿Con qué frecuencia se realizan los snapshots? Los snapshots se almacenan al mismo nivel que el servicio. Los snapshots se replican en dos servidores distintos en dos racks diferentes. Además, OVHcloud realiza un snapshot diario en un sitio remoto. -### ¿Dónde se pueden encontrar los snapshots? +/// + +/// details | ¿Dónde se pueden encontrar los snapshots? En la partición correspondiente, encontrará un directorio oculto llamado `.zfs` que contiene un directorio de `snapshots`. Los archivos están disponibles en solo lectura. -### ¿Cuántas políticas de snapshots puedo crear por volumen? +/// + +/// details | ¿Cuántas políticas de snapshots puedo crear por volumen? 1 +/// + ## Precios -### ¿Qué tipo de tarificación está asociado al servicio? +/// details | ¿Qué tipo de tarificación está asociado al servicio? NAS-HA es un servicio facturado mensualmente al volumen (de 3 a 144 TB por tramos). -### ¿Por qué duración puedo contratar un NAS-HA? +/// + +/// details | ¿Por qué duración puedo contratar un NAS-HA? Los períodos ofrecidos son de 1, 3, 6 y 12 meses. Al finalizar el período contratado, la suscripción se renueva tácitamente si no se ha solicitado ninguna [rescisión](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). Puede contratarla desde el área de cliente de OVHcloud durante toda su vigencia. +/// + ## Más información Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-us.md index 9ee91aac916..b2cff3f2385 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.es-us.md @@ -4,9 +4,20 @@ excerpt: ¿Tiene alguna duda sobre los NAS-HA? A continuación le ofrecemos la r updated: 2025-07-15 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> + + ## Objetivo @@ -14,11 +25,13 @@ updated: 2025-07-15 ## Preguntas generales -### ¿Qué es la solución NAS-HA de OVHcloud? +/// details | ¿Qué es la solución NAS-HA de OVHcloud? NAS-HA es un servicio de almacenamiento de archivos compartido y totalmente administrado, basado en la tecnología open source OpenZFS. -### ¿Qué puedo hacer con NAS-HA? +/// + +/// details | ¿Qué puedo hacer con NAS-HA? NAS-HA permite centralizar los datos de diferentes cargas de trabajo Linux pero también Windows para múltiples escenarios: @@ -26,41 +39,57 @@ NAS-HA permite centralizar los datos de diferentes cargas de trabajo Linux pero - gestión de contenidos web - compartir archivos en la red, etc. -### ¿Se puede gestionar el NAS-HA desde un panel de administración? +/// + +/// details | ¿Se puede gestionar el NAS-HA desde un panel de administración? Sí, puede acceder a este espacio desde el [área de cliente de OVHcloud](/links/manager), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `NAS y CDN`{.action}. +/// + ## Disponibilidad -### ¿Qué SLA incluye NAS-HA? +/// details | ¿Qué SLA incluye NAS-HA? NAS-HA se suministra con un índice de disponibilidad del 99,99%. +/// + ## Red y seguridad -### ¿Qué protocolos de transferencia de archivos soportan actualmente la solución NAS-HA? +/// details | ¿Qué protocolos de transferencia de archivos soportan actualmente la solución NAS-HA? NAS-HA soporta la transferencia de archivos a través de NFS (NFSv3, NFSv4.1, NFNSv4.2) y CIFS (SMB). -### ¿Desde qué servicios de OVHcloud puedo crear datos? +/// + +/// details | ¿Desde qué servicios de OVHcloud puedo crear datos? NAS-HA es un servicio que puede recibir datos de todos los servicios existentes de OVHcloud: Bare Metal Cloud (VPS, servidores dedicados OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### ¿Cómo se gestionan los accesos al NAS-HA? +/// + +/// details | ¿Cómo se gestionan los accesos al NAS-HA? La lista de control de acceso (ACL) puede configurarse desde el área de cliente de OVHcloud. Solo tiene que introducir la dirección IP del servicio al que quiere autorizar el acceso al NAS-HA. -### ¿El servicio NAS-HA es compatible con otros servidores fuera de OVHcloud? +/// + +/// details | ¿El servicio NAS-HA es compatible con otros servidores fuera de OVHcloud? No, solo es posible acceder a los NAS-HA desde la red de OVHcloud. -### ¿NAS-HA es compatible con el vRack? +/// + +/// details | ¿NAS-HA es compatible con el vRack? Actualmente los NAS-HA no pueden añadirse a las redes privadas de un vRack. Sin embargo, el uso del NAS-HA y del vRack no son incompatibles pasando por la ruta IP pública del servidor conectado al vRack. +/// + ## Capacidades y rendimiento -### ¿Cuáles son las capacidades de almacenamiento disponibles? +/// details | ¿Cuáles son las capacidades de almacenamiento disponibles? El tamaño mínimo de un servicio es de 3 TB y el tamaño máximo es de 144 TB.
Ofrecemos las siguientes capacidades de almacenamiento en una base de discos de 3 TB: @@ -81,40 +110,56 @@ Ofrecemos las siguientes capacidades de almacenamiento en una base de discos de Las capacidades de almacenamiento que se ofrecen son las que se pueden utilizar. -### ¿Los recursos de un NAS-HA son dedicados? +/// + +/// details | ¿Los recursos de un NAS-HA son dedicados? Los discos de los NAS-HA son dedicados. Los demás recursos de la máquina son compartidos (RAM, procesador y ancho de banda), con una excepción: **Caso particular:** si se suscribe a la oferta 144 TB, todos los recursos del servidor host son dedicados (RAM, CPU, ancho de banda). -### ¿Cuántos servicios NAS-HA puedo crear desde mi cuenta de cliente? +/// + +/// details | ¿Cuántos servicios NAS-HA puedo crear desde mi cuenta de cliente? No hay límite de número de servicios por cuenta de cliente. -### ¿Cuántas particiones máximas por servicio? +/// + +/// details | ¿Cuántas particiones máximas por servicio? Es posible crear tantas particiones como desee. El tamaño mínimo es de 10 GB y el tamaño máximo se define por el tamaño máximo del servicio. -### ¿La tasa de transferencia y el porcentaje de disponibilidad están garantizados? +/// + +/// details | ¿La tasa de transferencia y el porcentaje de disponibilidad están garantizados? - Transferencia: El ancho de banda del servicio es compartido, OVHcloud no puede garantizar la tasa de transferencia. - Disponibilidad: La disponibilidad del servicio está garantizada y sujeta a un acuerdo de nivel de servicio (SLA). Puede consultar los detalles en nuestras condiciones específicas de uso. +/// + ## Uso del producto -### ¿El NAS-HA puede conectarse a varios servidores a la vez? +/// details | ¿El NAS-HA puede conectarse a varios servidores a la vez? Sí. Es posible interactuar el NAS con varios servicios de OVHcloud simultáneamente. -### ¿Se puede instalar un sistema operativo en un NAS-HA? +/// + +/// details | ¿Se puede instalar un sistema operativo en un NAS-HA? No, no es posible instalar un SO en los NAS-HA. -### ¿El espacio destinado es particionable? +/// + +/// details | ¿El espacio destinado es particionable? Sí, es necesario crear una o más particiones, según su uso. No hay límite en el número de particiones. -### ¿Cómo cambiar la capacidad de almacenamiento en un NAS-HA? +/// + +/// details | ¿Cómo cambiar la capacidad de almacenamiento en un NAS-HA? Actualmente no es posible modificar dinámicamente el NAS-HA. Para aumentar o reducir el aprovisionamiento, es necesario: @@ -122,21 +167,27 @@ Actualmente no es posible modificar dinámicamente el NAS-HA. Para aumentar o re 2. Migrar sus datos consultando nuestra guía "[Migración de datos de un NAS-HA a otro a través de NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Dar de baja el antiguo NAS-HA. +/// + ## Snapshots -### ¿Qué es un snapshot? +/// details | ¿Qué es un snapshot? Un snapshot es una imagen instantánea del estado del disco y de los datos almacenados en él en un momento determinado. permiten ofrecer un primer nivel de backup. Es posible configurar y gestionar los snapshots desde el área de cliente de OVHcloud. Por defecto, la función snapshot se activa al crear la partición. La frecuencia se preestablece en "cada hora". -### ¿Qué política de backup está asociada a NAS-HA? +/// + +/// details | ¿Qué política de backup está asociada a NAS-HA? Los usuarios son responsables de la gestión de sus copias de seguridad (herramientas y reglas) dentro y fuera del servicio, así como de sus planes de continuidad del negocio y de recuperación ante desastres. Sin embargo, por motivos de seguridad y resiliencia de la infraestructura, OVHcloud puede realizar snapshots del servicio en un servidor remoto, aunque sin obligación de hacerlo. Si OVHcloud ha realizado un snapshot en un servidor remoto, puede restaurar los datos del último snapshot disponible en caso de avería o ataque. Tenga en cuenta que esta operación se realiza bajo demanda y constituye un servicio opcional facturado. -### ¿Con qué frecuencia se realizan los snapshots? +/// + +/// details | ¿Con qué frecuencia se realizan los snapshots? La frecuencia de los snapshots puede configurarse desde el área de cliente de OVHcloud. Puede elegir la frecuencia entre las siguientes opciones: @@ -147,7 +198,7 @@ La frecuencia de los snapshots puede configurarse desde el área de cliente de O - cada tres días - semanal -Además, en cualquier momento puede crear snapshots manuales, que podrá conservar sin limitación de tiempo o eliminar cuando desee. Esta funcionalidad está disponible en el [área de cliente de OVHcloud](/links/manager) o a través de la siguiente llamada a la [API](https://ca.api.ovh.com/): +Además, en cualquier momento puede crear snapshots manuales, que podrá conservar sin limitación de tiempo o eliminar cuando desee. Esta funcionalidad está disponible en el [área de cliente de OVHcloud](/links/manager) o a través de la siguiente llamada a la [API](/links/api): > [!api] > @@ -158,50 +209,70 @@ Además, en cualquier momento puede crear snapshots manuales, que podrá conserv > Consulte nuestra guía [Primeros pasos con las API de OVHcloud](/pages/manage_and_operate/api/first-steps) para familiarizarse con el uso de las API de OVHcloud. > -### ¿Cómo funciona el sistema de gestión de los snapshots? +/// + +/// details | ¿Cómo funciona el sistema de gestión de los snapshots? Puede configurar snapshots automáticos con una de las frecuencias disponibles. Independientemente de la frecuencia elegida, el último snapshot realizado siempre sustituirá al anterior. También puede crear y eliminar snapshots a demanda. -### ¿Es posible eliminar un snapshot? +/// + +/// details | ¿Es posible eliminar un snapshot? Solo se pueden eliminar los snapshots creados "bajo demanda" (véase la pregunta anterior ["¿Con qué frecuencia se realizan los snapshots?](#frequency))".
Los snapshots con una frecuencia establecida se eliminan automáticamente, y no es posible eliminarlos manualmente. -### ¿Los snapshots están incluidos en la capacidad de un servicio? +/// + +/// details | ¿Los snapshots están incluidos en la capacidad de un servicio? Para garantizar el almacenamiento de sus snapshots, OVHcloud dispone de un espacio adicional con el mismo soporte físico. Este espacio corresponde al menos al 15% del volumen principal. En caso de superarlo, los snapshots se almacenarán en su espacio de almacenamiento principal. El espacio adicional no puede utilizarse para otro uso que el almacenamiento de sus snapshots. Por ejemplo, para un servicio de 3 TB, se reservan 450 GB adicionales para los snapshots. -### ¿Cuántos snapshots se pueden realizar? +/// + +/// details | ¿Cuántos snapshots se pueden realizar? - Snapshots automáticos: uno por partición. - Para los snapshots manuales: diez por partición -### ¿Con qué frecuencia se realizan los snapshots? +/// + +/// details | ¿Con qué frecuencia se realizan los snapshots? Los snapshots se almacenan al mismo nivel que el servicio. Los snapshots se replican en dos servidores distintos en dos racks diferentes. Además, OVHcloud realiza un snapshot diario en un sitio remoto. -### ¿Dónde se pueden encontrar los snapshots? +/// + +/// details | ¿Dónde se pueden encontrar los snapshots? En la partición correspondiente, encontrará un directorio oculto llamado `.zfs` que contiene un directorio de `snapshots`. Los archivos están disponibles en solo lectura. -### ¿Cuántas políticas de snapshots puedo crear por volumen? +/// + +/// details | ¿Cuántas políticas de snapshots puedo crear por volumen? 1 +/// + ## Precios -### ¿Qué tipo de tarificación está asociado al servicio? +/// details | ¿Qué tipo de tarificación está asociado al servicio? NAS-HA es un servicio facturado mensualmente al volumen (de 3 a 144 TB por tramos). -### ¿Por qué duración puedo contratar un NAS-HA? +/// + +/// details | ¿Por qué duración puedo contratar un NAS-HA? Los períodos ofrecidos son de 1, 3, 6 y 12 meses. Al finalizar el período contratado, la suscripción se renueva tácitamente si no se ha solicitado ninguna [rescisión](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). Puede contratarla desde el área de cliente de OVHcloud durante toda su vigencia. +/// + ## Más información Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-ca.md index a0283eb4ab8..810a8835803 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-ca.md @@ -1,20 +1,36 @@ --- title: Les questions fréquentes concernant le service NAS-HA excerpt: Une question sur le NAS-HA ? Voici les questions les plus fréquemment posées. -updated: 2024-02-26 +updated: 2025-07-15 --- + + ## Objectif **Voici les questions les plus fréquemment posées concernant l'offre NAS-HA OVHcloud.** ## Questions générales -### Qu’est-ce que la solution NAS-HA OVHcloud ? +/// details | Qu’est-ce que la solution NAS-HA OVHcloud ? NAS-HA est un service de stockage fichier partagé et entièrement managé, basé sur la technologie open-source OpenZFS. -### Que puis-je faire avec NAS-HA ? +/// + +/// details | Que puis-je faire avec NAS-HA ? NAS-HA permet de centraliser les données de différentes charges de travail Linux mais aussi Windows pour de nombreux scénarios : @@ -22,41 +38,57 @@ NAS-HA permet de centraliser les données de différentes charges de travail Lin - gestion de contenus web ; - partage de fichiers sur le réseau, etc. -### Peut-on gérer le NAS-HA via un espace de configuration ? +/// + +/// details | Peut-on gérer le NAS-HA via un espace de configuration ? Oui, cet espace est accessible depuis votre [espace client OVHcloud](/links/manager), rubrique `Bare Metal Cloud`{.action} puis `NAS et CDN`{.action}. +/// + ## Disponibilité -### Quel SLA est fourni avec NAS-HA ? +/// details | Quel SLA est fourni avec NAS-HA ? NAS-HA est fourni avec un taux de disponibilité de 99,99%. +/// + ## Réseau et sécurité -### Quels protocoles de transfert de fichiers sont actuellement supportés sur la solution NAS-HA ? +/// details | Quels protocoles de transfert de fichiers sont actuellement supportés sur la solution NAS-HA ? NAS-HA supporte le transfert de fichiers via NFS (NFSv3, NFSv4.1, NFNSv4.2) ainsi que CIFS (SMB). -### Depuis quels services OVHcloud puis-je pousser des données ? +/// + +/// details | Depuis quels services OVHcloud puis-je pousser des données ? NAS-HA est un service qui peut recevoir des données depuis l’ensemble des services existants OVHcloud : Bare Metal Cloud (VPS, Serveurs Dédiés OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, service ADSL/FTTH, etc. -### Comment gère-t-on les accès au NAS-HA ? +/// + +/// details | Comment gère-t-on les accès au NAS-HA ? La liste des contrôles d'accès (ACL) est configurable depuis votre espace client OVHcloud. Il vous suffit simplement de saisir l'adresse IP du service pour lequel vous souhaitez autoriser l'accès au NAS-HA. -### Le service NAS-HA est-il compatible avec d’autres serveurs en dehors d’OVHcloud ? +/// + +/// details | Le service NAS-HA est-il compatible avec d’autres serveurs en dehors d’OVHcloud ? Non, il n’est possible d’accéder à votre NAS-HA que depuis le réseau OVHcloud. -### NAS-HA est-il éligible à l’offre vRack ? +/// + +/// details | NAS-HA est-il éligible à l’offre vRack ? Actuellement, le NAS-HA ne peut pas être intégré dans le réseau privé du vRack. Cependant, l’utilisation du NAS-HA et du vRack ne sont pas incompatibles en passant par le chemin IP public du serveur connecté au vRack. +/// + ## Capacités et performances -### Quelles sont les capacités de stockage disponibles ? +/// details | Quelles sont les capacités de stockage disponibles ? La taille minimum d’un service est de 3 To et la taille maximum est de 144 To.
Nous proposons les capacités de stockage suivantes sur une base de disques de 3 To : @@ -77,40 +109,56 @@ Nous proposons les capacités de stockage suivantes sur une base de disques de 1 Les capacités de stockage proposées sont les capacités utilisables. -### Les ressources de mon NAS-HA me sont-elles dédiées ? +/// + +/// details | Les ressources de mon NAS-HA me sont-elles dédiées ? Les disques de votre NAS-HA vous sont dédiés. Les autres ressources de la machine sont partagées (RAM, CPU, Bande Passante). **Cas particulier :** si vous souscrivez à l'offre 144 To, l'ensemble des ressources du serveur hôte vous sont dédiées (RAM, CPU, Bande Passante). -### Combien de services NAS-HA puis-je créer depuis mon compte client ? +/// + +/// details | Combien de services NAS-HA puis-je créer depuis mon compte client ? Il n’y a pas de limite de nombre de services par compte client. -### Quel est le nombre de partitions maximum par service ? +/// + +/// details | Quel est le nombre de partitions maximum par service ? Il est possible de créer autant de partitions que vous souhaitez. La taille minimum est de 10 Go et la taille maximum est définie par la taille maximum du service. -### Le taux de transfert et de disponibilité est-il garanti ? +/// + +/// details | Le taux de transfert et de disponibilité est-il garanti ? - Transfert : la bande passante du service est mutualisée. Les taux de transfert ne peuvent être garantis par OVHcloud. - Disponibilité : la disponibilité du service est garantie et sujette à un accord de niveau de service. Les détails sont consultables dans nos conditions spécifiques d’utilisation. +/// + ## Usage du produit -### Le NAS-HA peut-il être connecté à plusieurs serveurs en même temps ? +/// details | Le NAS-HA peut-il être connecté à plusieurs serveurs en même temps ? Oui. Il est possible de faire interagir simultanément votre NAS avec plusieurs services OVHcloud. -### Peut-on installer un système d’exploitation sur un NAS-HA ? +/// + +/// details | Peut-on installer un système d’exploitation sur un NAS-HA ? Non, il n'est pas possible d'installer un OS sur les offres NAS-HA. -### L'espace alloué est-il partitionnable ? +/// + +/// details | L'espace alloué est-il partitionnable ? Oui, il est nécessaire de créer une ou plusieurs partitions selon votre utilisation. La création de partition n'est pas limitée. -### Comment faire pour changer de capacité de stockage sur mon NAS-HA ? +/// + +/// details | Comment faire pour changer de capacité de stockage sur mon NAS-HA ? A ce jour, il n'est pas possible de modifier dynamiquement votre NAS-HA. Pour augmenter ou réduire votre provisionnement, il faut donc : @@ -118,21 +166,25 @@ A ce jour, il n'est pas possible de modifier dynamiquement votre NAS-HA. Pour au 2. Migrer vos données en consultant notre guide « [Migration de données d'un NAS-HA vers un autre via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration) ». 3. Résilier l'ancien NAS-HA. +/// + ## Snapshots -### Que sont les snapshots ? +/// details | Que sont les snapshots ? Les snapshots sont des images instantanées de l’état de votre disque et des données qui y sont stockées à un instant donné. Ils permettent de proposer un premier niveau de sauvegarde. La configuration et la gestion des snapshots sont réalisables depuis votre espace client OVHcloud. -Par défaut, la fonction snapshot est activée lors de la création de votre partition, la fréquence est préréglée sur « toutes les heures ». +/// -### Quelle politique de sauvegarde est associée à NAS-HA ? +/// details | Quelle politique de sauvegarde est associée à NAS-HA ? Les utilisateurs sont responsables de la gestion de leurs sauvegardes (outils et règles) à l'intérieur ainsi qu'à l'extérieur du service, ainsi que de leurs plans de continuité d'activité et de reprise d'activité. Cependant, pour des raisons de sécurité et de résilience de l’infrastructure, OVHcloud peut effectuer des snapshots du service sur un serveur distant, sans obligation toutefois. En cas de panne ou d’attaque, si OVHcloud a effectuée un snapshot sur un serveur distant, nous pouvons ainsi restaurer les données du dernier snapshot disponible. Veuillez toutefois noter que cette action s’effectue sur demande et constitue un service optionnel facturé. -### Quelle est la fréquence des snapshots ? +/// + +/// details | Quelle est la fréquence des snapshots ? La fréquence des snapshots est administrable depuis votre espace client OVHcloud. Vous pouvez choisir la fréquence parmi les options suivantes : @@ -143,7 +195,7 @@ La fréquence des snapshots est administrable depuis votre espace client OVHclou - tous les trois jours ; - hebdomadaire. -Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver sans limitation de durée ou les supprimer. Cette fonctionnalité est disponible au sein de votre [espace client OVHcloud](/links/manager) ou via l'appel [API](https://ca.api.ovh.com/) suivant : +Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver sans limitation de durée ou les supprimer. Cette fonctionnalité est disponible au sein de votre [espace client OVHcloud](/links/manager) ou via l'appel [API](/links/api) suivant : > [!api] > @@ -154,49 +206,69 @@ Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver s > Consultez notre guide « [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) » pour vous familiariser avec l'utilisation des API OVHcloud. > -### Comment fonctionne le système de gestion des snapshots ? +/// + +/// details | Comment fonctionne le système de gestion des snapshots ? Vous pouvez configurer des snapshots automatiques, à différentes fréquences disponibles. Quelle que soit la fréquence paramétrée, le dernier snapshot effectué remplacera et écrasera toujours le précédent. Vous pouvez également créer et supprimer des snapshots à la demande. -### Peut-on supprimer un snapshot ? +/// + +/// details | Peut-on supprimer un snapshot ? Seuls les snapshots créés « à la demande » peuvent être supprimés (voir la question précédente « [Quelle est la fréquence des snapshots ?](#frequency) »).
Les snapshots à fréquence fixe sont automatiquement supprimés, sans possibilité de les supprimer manuellement. -### Les snapshots sont-ils compris dans la capacité d’un service ? +/// + +/// details | Les snapshots sont-ils compris dans la capacité d’un service ? Un espace additionnel sur le même support physique vous est alloué pour assurer le stockage de vos snapshots. Cet espace correspond à au moins 15 % du volume principal. Dans le cas où vous le dépasseriez, les snapshots seront stockés sur votre espace de stockage principal. L'espace additionnel ne peut pas être utilisé pour un autre usage que le stockage de vos snapshots. Par exemple, pour un service de 3 To, 450 Go additionnels sont réservés pour les snapshots. -### Combien de snapshots puis-je réaliser au maximum ? +/// + +/// details | Combien de snapshots puis-je réaliser au maximum ? - Pour les snapshots automatiques : un par partition - Pour les snapshots manuels : dix par partition -### Où sont stockés les snapshots ? +/// + +/// details | Où sont stockés les snapshots ? Les snapshots sont stockés au même niveau que votre service. En complément, OVHcloud effectue un snapshot quotidien (avec une retention de 24H) sur un serveur de backup situé dans un rack distinct. -### Où puis-je récupérer mes snapshots ? +/// + +/// details | Où puis-je récupérer mes snapshots ? Dans la partition concernée, vous trouverez un répertoire caché appelé `.zfs` qui contient un répertoire `snapshots`. Les fichiers sont disponibles en read only. -### Combien de politiques de snapshots puis-je créer par volume ? +/// + +/// details | Combien de politiques de snapshots puis-je créer par volume ? 1 +/// + ## Tarification -### Quel type de tarification est lié au service ? +/// details | Quel type de tarification est lié au service ? NAS-HA est un service facturé mensuellement au volume (de 3 à 144 To par paliers). -### Pour quelle durée puis-je souscrire à un NAS-HA ? +/// + +/// details | Pour quelle durée puis-je souscrire à un NAS-HA ? Les périodes proposées sont de 1, 12, 24 et 36 mois. À la fin de votre période d’engagement, votre abonnement est reconduit tacitement si aucune [demande de résiliation](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services) n’a été formulée. Celle-ci peut être effectuée pendant toute la durée de votre abonnement via votre espace client OVHcloud. +/// + ## Aller plus loin Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-fr.md index a73bad9508c..810a8835803 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.fr-fr.md @@ -4,17 +4,33 @@ excerpt: Une question sur le NAS-HA ? Voici les questions les plus fréquemment updated: 2025-07-15 --- + + ## Objectif **Voici les questions les plus fréquemment posées concernant l'offre NAS-HA OVHcloud.** ## Questions générales -### Qu’est-ce que la solution NAS-HA OVHcloud ? +/// details | Qu’est-ce que la solution NAS-HA OVHcloud ? NAS-HA est un service de stockage fichier partagé et entièrement managé, basé sur la technologie open-source OpenZFS. -### Que puis-je faire avec NAS-HA ? +/// + +/// details | Que puis-je faire avec NAS-HA ? NAS-HA permet de centraliser les données de différentes charges de travail Linux mais aussi Windows pour de nombreux scénarios : @@ -22,41 +38,57 @@ NAS-HA permet de centraliser les données de différentes charges de travail Lin - gestion de contenus web ; - partage de fichiers sur le réseau, etc. -### Peut-on gérer le NAS-HA via un espace de configuration ? +/// + +/// details | Peut-on gérer le NAS-HA via un espace de configuration ? Oui, cet espace est accessible depuis votre [espace client OVHcloud](/links/manager), rubrique `Bare Metal Cloud`{.action} puis `NAS et CDN`{.action}. +/// + ## Disponibilité -### Quel SLA est fourni avec NAS-HA ? +/// details | Quel SLA est fourni avec NAS-HA ? NAS-HA est fourni avec un taux de disponibilité de 99,99%. +/// + ## Réseau et sécurité -### Quels protocoles de transfert de fichiers sont actuellement supportés sur la solution NAS-HA ? +/// details | Quels protocoles de transfert de fichiers sont actuellement supportés sur la solution NAS-HA ? NAS-HA supporte le transfert de fichiers via NFS (NFSv3, NFSv4.1, NFNSv4.2) ainsi que CIFS (SMB). -### Depuis quels services OVHcloud puis-je pousser des données ? +/// + +/// details | Depuis quels services OVHcloud puis-je pousser des données ? NAS-HA est un service qui peut recevoir des données depuis l’ensemble des services existants OVHcloud : Bare Metal Cloud (VPS, Serveurs Dédiés OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, service ADSL/FTTH, etc. -### Comment gère-t-on les accès au NAS-HA ? +/// + +/// details | Comment gère-t-on les accès au NAS-HA ? La liste des contrôles d'accès (ACL) est configurable depuis votre espace client OVHcloud. Il vous suffit simplement de saisir l'adresse IP du service pour lequel vous souhaitez autoriser l'accès au NAS-HA. -### Le service NAS-HA est-il compatible avec d’autres serveurs en dehors d’OVHcloud ? +/// + +/// details | Le service NAS-HA est-il compatible avec d’autres serveurs en dehors d’OVHcloud ? Non, il n’est possible d’accéder à votre NAS-HA que depuis le réseau OVHcloud. -### NAS-HA est-il éligible à l’offre vRack ? +/// + +/// details | NAS-HA est-il éligible à l’offre vRack ? Actuellement, le NAS-HA ne peut pas être intégré dans le réseau privé du vRack. Cependant, l’utilisation du NAS-HA et du vRack ne sont pas incompatibles en passant par le chemin IP public du serveur connecté au vRack. +/// + ## Capacités et performances -### Quelles sont les capacités de stockage disponibles ? +/// details | Quelles sont les capacités de stockage disponibles ? La taille minimum d’un service est de 3 To et la taille maximum est de 144 To.
Nous proposons les capacités de stockage suivantes sur une base de disques de 3 To : @@ -77,40 +109,56 @@ Nous proposons les capacités de stockage suivantes sur une base de disques de 1 Les capacités de stockage proposées sont les capacités utilisables. -### Les ressources de mon NAS-HA me sont-elles dédiées ? +/// + +/// details | Les ressources de mon NAS-HA me sont-elles dédiées ? Les disques de votre NAS-HA vous sont dédiés. Les autres ressources de la machine sont partagées (RAM, CPU, Bande Passante). **Cas particulier :** si vous souscrivez à l'offre 144 To, l'ensemble des ressources du serveur hôte vous sont dédiées (RAM, CPU, Bande Passante). -### Combien de services NAS-HA puis-je créer depuis mon compte client ? +/// + +/// details | Combien de services NAS-HA puis-je créer depuis mon compte client ? Il n’y a pas de limite de nombre de services par compte client. -### Quel est le nombre de partitions maximum par service ? +/// + +/// details | Quel est le nombre de partitions maximum par service ? Il est possible de créer autant de partitions que vous souhaitez. La taille minimum est de 10 Go et la taille maximum est définie par la taille maximum du service. -### Le taux de transfert et de disponibilité est-il garanti ? +/// + +/// details | Le taux de transfert et de disponibilité est-il garanti ? - Transfert : la bande passante du service est mutualisée. Les taux de transfert ne peuvent être garantis par OVHcloud. - Disponibilité : la disponibilité du service est garantie et sujette à un accord de niveau de service. Les détails sont consultables dans nos conditions spécifiques d’utilisation. +/// + ## Usage du produit -### Le NAS-HA peut-il être connecté à plusieurs serveurs en même temps ? +/// details | Le NAS-HA peut-il être connecté à plusieurs serveurs en même temps ? Oui. Il est possible de faire interagir simultanément votre NAS avec plusieurs services OVHcloud. -### Peut-on installer un système d’exploitation sur un NAS-HA ? +/// + +/// details | Peut-on installer un système d’exploitation sur un NAS-HA ? Non, il n'est pas possible d'installer un OS sur les offres NAS-HA. -### L'espace alloué est-il partitionnable ? +/// + +/// details | L'espace alloué est-il partitionnable ? Oui, il est nécessaire de créer une ou plusieurs partitions selon votre utilisation. La création de partition n'est pas limitée. -### Comment faire pour changer de capacité de stockage sur mon NAS-HA ? +/// + +/// details | Comment faire pour changer de capacité de stockage sur mon NAS-HA ? A ce jour, il n'est pas possible de modifier dynamiquement votre NAS-HA. Pour augmenter ou réduire votre provisionnement, il faut donc : @@ -118,20 +166,25 @@ A ce jour, il n'est pas possible de modifier dynamiquement votre NAS-HA. Pour au 2. Migrer vos données en consultant notre guide « [Migration de données d'un NAS-HA vers un autre via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration) ». 3. Résilier l'ancien NAS-HA. +/// + ## Snapshots -### Que sont les snapshots ? +/// details | Que sont les snapshots ? Les snapshots sont des images instantanées de l’état de votre disque et des données qui y sont stockées à un instant donné. Ils permettent de proposer un premier niveau de sauvegarde. La configuration et la gestion des snapshots sont réalisables depuis votre espace client OVHcloud. +/// -### Quelle politique de sauvegarde est associée à NAS-HA ? +/// details | Quelle politique de sauvegarde est associée à NAS-HA ? Les utilisateurs sont responsables de la gestion de leurs sauvegardes (outils et règles) à l'intérieur ainsi qu'à l'extérieur du service, ainsi que de leurs plans de continuité d'activité et de reprise d'activité. Cependant, pour des raisons de sécurité et de résilience de l’infrastructure, OVHcloud peut effectuer des snapshots du service sur un serveur distant, sans obligation toutefois. En cas de panne ou d’attaque, si OVHcloud a effectuée un snapshot sur un serveur distant, nous pouvons ainsi restaurer les données du dernier snapshot disponible. Veuillez toutefois noter que cette action s’effectue sur demande et constitue un service optionnel facturé. -### Quelle est la fréquence des snapshots ? +/// + +/// details | Quelle est la fréquence des snapshots ? La fréquence des snapshots est administrable depuis votre espace client OVHcloud. Vous pouvez choisir la fréquence parmi les options suivantes : @@ -142,7 +195,7 @@ La fréquence des snapshots est administrable depuis votre espace client OVHclou - tous les trois jours ; - hebdomadaire. -Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver sans limitation de durée ou les supprimer. Cette fonctionnalité est disponible au sein de votre [espace client OVHcloud](/links/manager) ou via l'appel [API](https://api.ovh.com/) suivant : +Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver sans limitation de durée ou les supprimer. Cette fonctionnalité est disponible au sein de votre [espace client OVHcloud](/links/manager) ou via l'appel [API](/links/api) suivant : > [!api] > @@ -153,49 +206,69 @@ Vous pouvez aussi, à tout moment, créer des snapshots manuels, les conserver s > Consultez notre guide « [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) » pour vous familiariser avec l'utilisation des API OVHcloud. > -### Comment fonctionne le système de gestion des snapshots ? +/// + +/// details | Comment fonctionne le système de gestion des snapshots ? Vous pouvez configurer des snapshots automatiques, à différentes fréquences disponibles. Quelle que soit la fréquence paramétrée, le dernier snapshot effectué remplacera et écrasera toujours le précédent. Vous pouvez également créer et supprimer des snapshots à la demande. -### Peut-on supprimer un snapshot ? +/// + +/// details | Peut-on supprimer un snapshot ? Seuls les snapshots créés « à la demande » peuvent être supprimés (voir la question précédente « [Quelle est la fréquence des snapshots ?](#frequency) »).
Les snapshots à fréquence fixe sont automatiquement supprimés, sans possibilité de les supprimer manuellement. -### Les snapshots sont-ils compris dans la capacité d’un service ? +/// + +/// details | Les snapshots sont-ils compris dans la capacité d’un service ? Un espace additionnel sur le même support physique vous est alloué pour assurer le stockage de vos snapshots. Cet espace correspond à au moins 15 % du volume principal. Dans le cas où vous le dépasseriez, les snapshots seront stockés sur votre espace de stockage principal. L'espace additionnel ne peut pas être utilisé pour un autre usage que le stockage de vos snapshots. Par exemple, pour un service de 3 To, 450 Go additionnels sont réservés pour les snapshots. -### Combien de snapshots puis-je réaliser au maximum ? +/// + +/// details | Combien de snapshots puis-je réaliser au maximum ? - Pour les snapshots automatiques : un par partition - Pour les snapshots manuels : dix par partition -### Où sont stockés les snapshots ? +/// + +/// details | Où sont stockés les snapshots ? Les snapshots sont stockés au même niveau que votre service. En complément, OVHcloud effectue un snapshot quotidien (avec une retention de 24H) sur un serveur de backup situé dans un rack distinct. -### Où puis-je récupérer mes snapshots ? +/// + +/// details | Où puis-je récupérer mes snapshots ? Dans la partition concernée, vous trouverez un répertoire caché appelé `.zfs` qui contient un répertoire `snapshots`. Les fichiers sont disponibles en read only. -### Combien de politiques de snapshots puis-je créer par volume ? +/// + +/// details | Combien de politiques de snapshots puis-je créer par volume ? 1 +/// + ## Tarification -### Quel type de tarification est lié au service ? +/// details | Quel type de tarification est lié au service ? NAS-HA est un service facturé mensuellement au volume (de 3 à 144 To par paliers). -### Pour quelle durée puis-je souscrire à un NAS-HA ? +/// + +/// details | Pour quelle durée puis-je souscrire à un NAS-HA ? Les périodes proposées sont de 1, 12, 24 et 36 mois. À la fin de votre période d’engagement, votre abonnement est reconduit tacitement si aucune [demande de résiliation](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services) n’a été formulée. Celle-ci peut être effectuée pendant toute la durée de votre abonnement via votre espace client OVHcloud. +/// + ## Aller plus loin Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.it-it.md index dc2c70d1b29..2edda1cb73e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.it-it.md @@ -1,12 +1,23 @@ --- title: Domande frequenti sul NAS-HA excerpt: Hai una domanda sul NAS-HA? Ecco le risposte alle domande più frequenti -updated: 2024-02-26 +updated: 2025-07-15 --- -> [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. -> + + ## Obiettivo @@ -14,11 +25,13 @@ updated: 2024-02-26 ## Domande generali -### Cos'è la soluzione NAS-HA OVHcloud? +/// details | Cos'è la soluzione NAS-HA OVHcloud? NAS-HA è un servizio di archiviazione file condiviso e totalmente gestito, basato sulla tecnologia open-source OpenZFS. -### Cosa posso fare con NAS-HA? +/// + +/// details | Cosa posso fare con NAS-HA? NAS-HA permette di centralizzare i dati di diversi carichi di lavoro Linux e Windows per diversi scenari: @@ -26,41 +39,57 @@ NAS-HA permette di centralizzare i dati di diversi carichi di lavoro Linux e Win - gestione dei contenuti web; - condivisione di file sulla rete, ecc... -### È possibile gestire il NAS-HA tramite un’interfaccia di amministrazione? +/// + +/// details | È possibile gestire il NAS-HA tramite un’interfaccia di amministrazione? Sì, questo spazio è accessibile dal tuo [Spazio Cliente OVHcloud](/links/manager), sezione `Bare Metal Cloud`{.action}, poi `NAS e CDN`{.action}. +/// + ## Disponibilità -### Qual è lo SLA fornito con NAS-HA? +/// details | Qual è lo SLA fornito con NAS-HA? NAS-HA è fornito con un tasso di disponibilità del 99,99%. +/// + ## Rete e Sicurezza -### Quali protocolli di trasferimento di file sono supportati sul NAS-HA? +/// details | Quali protocolli di trasferimento di file sono supportati sul NAS-HA? NAS-HA supporta il trasferimento di file tramite NFS (NFSv3, NFSv4.1, NFNSv4.2) e CIFS (SMB). -### Da quali servizi OVHcloud è possibile caricare dati? +/// + +/// details | Da quali servizi OVHcloud è possibile caricare dati? NAS-HA è un servizio che può ricevere dati da tutti i servizi esistenti OVHcloud: Bare Metal Cloud (VPS, server dedicati OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, ecc... -### Come gestire gli accessi al NAS-HA? +/// + +/// details | Come gestire gli accessi al NAS-HA? La lista dei controlli degli accessi (ACL) è configurabile dallo Spazio Cliente OVHcloud. Inserisci semplicemente l'indirizzo IP del servizio per il quale vuoi autorizzare l'accesso al NAS-HA. -### Il servizio NAS-HA è compatibile con altri server al di fuori di OVHcloud? +/// + +/// details | Il servizio NAS-HA è compatibile con altri server al di fuori di OVHcloud? No, è possibile accedere al NAS-HA solo dalla rete OVHcloud. -### NAS-HA è ammissibile all'offerta vRack? +/// + +/// details | NAS-HA è ammissibile all'offerta vRack? Al momento il NAS-HA non può essere integrato nella rete privata vRack. Tuttavia, l'utilizzo del NAS-HA e della vRack non è incompatibile tramite il percorso IP pubblico del server connesso alla vRack. +/// + ## Capacità e performance -### Quali sono le capacità di storage disponibili? +/// details | Quali sono le capacità di storage disponibili? La dimensione minima di un servizio è di 3 TB e la dimensione massima è di 144 TB.
OVHcloud ti offre queste capacità di storage su un database da 3 TB: @@ -81,40 +110,56 @@ OVHcloud ti offre queste capacità di storage su un database da 12 TB: La capacità di storage offerta è la capacità utilizzabile. -### Le risorse del tuo NAS-HA sono dedicate? +/// + +/// details | Le risorse del tuo NAS-HA sono dedicate? I dischi del tuo NAS-HA ti sono dedicati. Le altre risorse della macchina sono condivise (RAM, CPU, banda passante). **Caso particolare:** se sottoscrivi l'offerta da 144 TB, tutte le risorse del server host sono dedicate (RAM, CPU, banda passante). -### Quanti servizi NAS-HA posso creare dal mio account cliente? +/// + +/// details | Quanti servizi NAS-HA posso creare dal mio account cliente? Non ci sono limiti al numero di servizi per account cliente. -### Qual è il numero massimo di partizioni per servizio? +/// + +/// details | Qual è il numero massimo di partizioni per servizio? È possibile creare tutte le partizioni che vuoi. La dimensione minima è di 10 GB e la dimensione massima è definita dalla dimensione massima del servizio. -### La velocità di trasferimento e il livello di disponibilità sono garantiti? +/// + +/// details | La velocità di trasferimento e il livello di disponibilità sono garantiti? - Trasferimento: la banda passante del servizio è condivisa. La velocità di trasferimento non può essere garantita da OVHcloud. - Disponibilità: la disponibilità del servizio è garantita e regolata da un accordo di livello di servizio. I dettagli sono consultabili nelle nostre specifiche condizioni di utilizzo. +/// + ## Utilizzo del prodotto -### È possibile connettere il NAS-HA a più server contemporaneamente? +/// details | È possibile connettere il NAS-HA a più server contemporaneamente? Sì È possibile far interagire contemporaneamente il tuo NAS con diversi servizi OVHcloud. -### È possibile installare un sistema operativo su un NAS-HA? +/// + +/// details | È possibile installare un sistema operativo su un NAS-HA? No, sui servizi NAS-HA non è possibile installare un OS. -### Lo spazio assegnato è partizionabile? +/// + +/// details | Lo spazio assegnato è partizionabile? Sì, è necessario creare una o più partizioni in base al tuo utilizzo. La creazione delle partizioni è illimitata. -### Come cambiare capacità di storage sul mio NAS-HA? +/// + +/// details | Come cambiare capacità di storage sul mio NAS-HA? Al momento non è possibile modificare dinamicamente il NAS-HA. Per aumentare o ridurre la copertura è quindi necessario: @@ -122,21 +167,27 @@ Al momento non è possibile modificare dinamicamente il NAS-HA. Per aumentare o 2. Migrare i dati consultando la nostra guida "[Migrazione dei dati da un NAS-HA a un altro via NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Disattiva il vecchio NAS-HA. +/// + ## Snapshot -### Cosa sono gli Snapshot? +/// details | Cosa sono gli Snapshot? Gli Snapshot sono immagini dello stato del disco e dei dati presenti nella sua partizione in un istante specifico. Che permettono di offrire un primo livello di backup. La configurazione e la gestione degli Snapshot sono disponibili nello Spazio Cliente OVHcloud. La funzione Snapshot è attiva di default durante la creazione della partizione e la sua frequenza è preimpostata su "ogni ora". -### Qual è la politica di backup associata al NAS-HA? +/// + +/// details | Qual è la politica di backup associata al NAS-HA? Gli utenti sono responsabili della gestione dei loro backup (strumenti e regole) all'interno e all'esterno del servizio, così come dei loro piani di continuità operativa e di ripresa delle attività. Per ragioni di sicurezza e resilienza dell'infrastruttura, OVHcloud può effettuare Snapshot del servizio su un server remoto, senza alcun obbligo. In caso di malfunzionamenti o attacchi, se OVHcloud ha effettuato uno Snapshot su un server remoto, è possibile ripristinare i dati dell'ultimo Snapshot disponibile. Ti ricordiamo tuttavia che questa operazione viene eseguita su richiesta e costituisce un servizio opzionale fatturato. -### Qual è la frequenza degli Snapshot? +/// + +/// details | Qual è la frequenza degli Snapshot? La frequenza degli Snapshot è gestibile dallo Spazio Cliente OVHcloud. Le opzioni disponibili sono: @@ -147,7 +198,7 @@ La frequenza degli Snapshot è gestibile dallo Spazio Cliente OVHcloud. Le opzio - ogni 3 giorni - settimanale -In qualsiasi momento è inoltre possibile creare Snapshot manuali, conservarli senza limite di durata o eliminarli. Questa funzionalità è disponibile nello [Spazio Cliente OVHcloud](/links/manager) o tramite [API](https://api.ovh.com/): +In qualsiasi momento è inoltre possibile creare Snapshot manuali, conservarli senza limite di durata o eliminarli. Questa funzionalità è disponibile nello [Spazio Cliente OVHcloud](/links/manager) o tramite [API](/links/api): > [!api] > @@ -158,51 +209,71 @@ In qualsiasi momento è inoltre possibile creare Snapshot manuali, conservarli s > Consulta la nostra guida Iniziare a [utilizzare le API OVHcloud](/pages/manage_and_operate/api/first-steps) per familiarizzare con l'utilizzo delle API OVHcloud. > -### Come funziona il sistema di gestione degli Snapshot? +/// + +/// details | Come funziona il sistema di gestione degli Snapshot? È possibile configurare Snapshot automatici con una delle diverse frequenze disponibili. Indipendentemente dalla frequenza impostata, l’ultimo Snapshot eseguito sostituirà il precedente. È inoltre possibile creare e rimuovere Snapshot on demand. -### È possibile eliminare uno Snapshot? +/// + +/// details | È possibile eliminare uno Snapshot? Solo gli Snapshot creati "on demand" possono essere eliminati (vedi domanda precedente "[Qual è la frequenza degli snapshot?](#frequency)").
Gli Snapshot con frequenza fissa vengono eliminati automaticamente e non prevedono la possibilità di eseguire l’operazione manualmente. -### Gli Snapshot sono inclusi nella capacità di un servizio? +/// + +/// details | Gli Snapshot sono inclusi nella capacità di un servizio? Per assicurare lo storage dei tuoi Snapshot, hai a disposizione uno spazio aggiuntivo sullo stesso supporto fisico. Questo spazio corrisponde ad almeno il 15 % del volume principale. In caso di superamento del limite, gli Snapshot saranno salvati sul tuo spazio di archiviazione principale. Lo spazio aggiuntivo non può essere utilizzato per scopi diversi dallo storage dei tuoi Snapshot. Ad esempio, per un servizio da 3 TB, 450 GB aggiuntivi sono riservati agli Snapshot. -### Qual è il numero massimo di Snapshot eseguibili? +/// + +/// details | Qual è il numero massimo di Snapshot eseguibili? - Snapshot automatici: uno per partizione - Snapshot manuali: dieci per partizione -### Dove sono salvati gli Snapshot? +/// + +/// details | Dove sono salvati gli Snapshot? Gli Snapshot sono salvati allo stesso livello del tuo servizio. In aggiunta, OVHcloud effettua uno Snapshot giornaliero (con una retention di 24 ore) su un server di backup situato in un rack distinto. -### Dove è possibile recuperare gli Snapshot? +/// + +/// details | Dove è possibile recuperare gli Snapshot? Nella partizione interessata, troverai una directory nascosta chiamata `.zfs` che contiene una directory `snapshot`. I file sono disponibili in read only. -### Quante politiche di Snapshot puoi creare per volume? +/// + +/// details | Quante politiche di Snapshot puoi creare per volume? 1 +/// + ## Tariffe -### Che tipo di tariffazione è associata al servizio? +/// details | Che tipo di tariffazione è associata al servizio? NAS-HA è un servizio fatturato mensilmente al volume (da 3 a 144 TB per incrementi). -### Qual è la durata di sottoscrizione di un NAS-HA? +/// + +/// details | Qual è la durata di sottoscrizione di un NAS-HA? I periodi proposti sono di 1, 12, 24 e 36 mesi. Alla fine del periodo contrattuale sottoscritto, l'abbonamento viene rinnovato automaticamente se non è stata presentata alcuna [richiesta di rescissione](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). e può essere effettuata per tutta la durata dell'abbonamento tramite lo Spazio Cliente OVHcloud. +/// + ## Per saperne di più Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. -Contatta la nostra Community di utenti all’indirizzo . +Contatta la nostra [Community di utenti](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pl-pl.md index 28864a6bc2c..8d88f2d25b8 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pl-pl.md @@ -4,9 +4,20 @@ excerpt: Masz pytania dotyczące NAS-HA? Oto odpowiedzi na najczęściej zadawan updated: 2025-07-15 --- -> [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> + + ## Wprowadzenie @@ -14,11 +25,13 @@ updated: 2025-07-15 ## Pytania ogólne -### Czym jest rozwiązanie NAS-HA OVHcloud? +/// details | Czym jest rozwiązanie NAS-HA OVHcloud? NAS-HA to usługa przechowywania plików współdzielonych i w pełni zarządzanych, oparta na technologii open-source OpenZFS. -### Co mogę zrobić z usługą NAS-HA? +/// + +/// details | Co mogę zrobić z usługą NAS-HA? NAS-HA pozwala na scentralizowanie danych z różnych obciążeń związanych z Linuxem oraz Windows w wielu scenariuszach: @@ -26,41 +39,57 @@ NAS-HA pozwala na scentralizowanie danych z różnych obciążeń związanych z - zarządzanie treściami www; - udostępnianie plików w sieci itp. -### Czy można zarządzać usługą NAS-HA za pomocą przestrzeni konfiguracyjnej? +/// + +/// details | Czy można zarządzać usługą NAS-HA za pomocą przestrzeni konfiguracyjnej? Tak, ta przestrzeń jest dostępna w [Panelu klienta OVHcloud](/links/manager), w rubryce `Bare Metal Cloud`{.action}, następnie `NAS i CDN`{.action}. +/// + ## Dostępność -### Jaki SLA jest dostarczany z usługą NAS-HA? +/// details | Jaki SLA jest dostarczany z usługą NAS-HA? NAS-HA jest dostarczana z dostępnością na poziomie 99,99%. +/// + ## Sieć i bezpieczeństwo -### Jakie protokoły do przesyłania plików są aktualnie obsługiwane w rozwiązaniu NAS-HA? +/// details | Jakie protokoły do przesyłania plików są aktualnie obsługiwane w rozwiązaniu NAS-HA? NAS-HA obsługuje transfer plików przez NFS (NFSv3, NFSv4.1, NFNSv4.2) oraz CIFS (SMB). -### Z jakich usług mogę hostować dane? +/// + +/// details | Z jakich usług mogę hostować dane? NAS-HA to usługa, która może otrzymywać dane z wszystkich istniejących usług OVHcloud: Bare Metal Cloud (VPS, Serwery dedykowane OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, itp. -### Jak zarządzać dostępami do NAS HA? +/// + +/// details | Jak zarządzać dostępami do NAS HA? Lista kontroli dostępu (ACL) jest konfigurowana w Panelu klienta OVHcloud. Wystarczy wpisać adres IP usługi, dla której chcesz zezwolić na dostęp do NAS-HA. -### Czy usługa NAS-HA jest kompatybilna z innymi serwerami poza infrastrukturą OVHcloud? +/// + +/// details | Czy usługa NAS-HA jest kompatybilna z innymi serwerami poza infrastrukturą OVHcloud? Nie, dostęp do usługi NAS-HA jest możliwy tylko z poziomu sieci OVHcloud. -### Czy NAS-HA kwalifikuje się do oferty vRack? +/// + +/// details | Czy NAS-HA kwalifikuje się do oferty vRack? Obecnie NAS-HA nie może być zintegrowany z prywatną siecią vRack. Jednakże korzystanie z NAS-HA i z sieci vRack nie jest niezgodne z prawem, przechodząc przez publiczną ścieżkę IP serwera podłączonego do sieci vRack. +/// + ## Wydajność i wydajność -### Jakie są dostępne możliwości przechowywania danych? +/// details | Jakie są dostępne możliwości przechowywania danych? Minimalny rozmiar usługi to 3 TB, a maksymalny rozmiar to 144 TB.
Proponujemy następującą przestrzeń dyskową na bazie dysków 3 TB: @@ -81,40 +110,56 @@ Proponujemy następującą przestrzeń dyskową na bazie dysków 12 TB: Proponowana zdolność magazynowania to zdolność do wykorzystania. -### Czy moje zasoby NAS-HA są dedykowane? +/// + +/// details | Czy moje zasoby NAS-HA są dedykowane? Dyski NAS-HA są dedykowane. Pozostałe zasoby maszyny są współdzielone (RAM, CPU, Przepustowość). **Szczególne przypadki:** jeśli zamówiłeś ofertę 144 TB, wszystkie zasoby serwera hosta są dedykowane (RAM, CPU, Przepustowość). -### Ile usług NAS-HA mogę utworzyć z konta klienta? +/// + +/// details | Ile usług NAS-HA mogę utworzyć z konta klienta? Nie ma limitu liczby usług na konto klienta. -### Jaka jest maksymalna liczba partycji na usługę? +/// + +/// details | Jaka jest maksymalna liczba partycji na usługę? Możesz utworzyć wybraną liczbę partycji. Minimalny rozmiar to 10 GB, a maksymalny rozmiar usługi jest określony przez maksymalny rozmiar usługi. -### Czy poziom transferu i dostępności jest gwarantowany? +/// + +/// details | Czy poziom transferu i dostępności jest gwarantowany? - Transfer: przepustowość usługi jest współdzielona. Współczynniki transferu nie mogą być gwarantowane przez OVHcloud. - Dostępność: dostępność usługi jest gwarantowana i podlega umowie o gwarantowanym poziomie usługi. Szczegóły znajdziesz w szczegółowych warunkach korzystania z usługi. +/// + ## Wykorzystanie produktu -### Czy NAS-HA może być podłączony do kilku serwerów jednocześnie? +/// details | Czy NAS-HA może być podłączony do kilku serwerów jednocześnie? Tak. Usługa NAS może współdziałać z wieloma usługami OVHcloud. -### Czy można zainstalować system operacyjny na NAS-HA? +/// + +/// details | Czy można zainstalować system operacyjny na NAS-HA? Nie, nie można zainstalować systemu operacyjnego w ofercie NAS-HA. -### Czy przydzielona przestrzeń jest podzielona na kategorie? +/// + +/// details | Czy przydzielona przestrzeń jest podzielona na kategorie? Tak, konieczne jest utworzenie jednej lub kilku partycji w zależności od korzystania z usługi. Tworzenie partycji nie jest ograniczone. -### Jak zmienić rozmiar przestrzeni dyskowej w usłudze NAS-HA? +/// + +/// details | Jak zmienić rozmiar przestrzeni dyskowej w usłudze NAS-HA? W tej chwili nie można dynamicznie modyfikować usługi NAS-HA. Aby zwiększyć lub zmniejszyć zasoby, należy: @@ -122,21 +167,27 @@ W tej chwili nie można dynamicznie modyfikować usługi NAS-HA. Aby zwiększyć 2. Przeniesienie danych z naszego przewodnika "[Migracja danych z jednej usługi NAS-HA do innej za pośrednictwem NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Rezygnacja ze starego NAS-HA. +/// + ## Snapshoty -### Czym są snapshoty? +/// details | Czym są snapshoty? Snapshoty to obrazy stanu dysku oraz danych przechowywanych w danej chwili. Umożliwiają zaproponowanie pierwszego poziomu kopii zapasowych. Możesz skonfigurować snapshoty i zarządzać nimi w Panelu klienta. Domyślnie funkcja snapshot jest aktywowana podczas tworzenia partycji. Częstotliwość jest ustawiana na "co godzinę". -### Jaka polityka tworzenia kopii zapasowych jest związana z usługą NAS-HA? +/// + +/// details | Jaka polityka tworzenia kopii zapasowych jest związana z usługą NAS-HA? Użytkownicy są odpowiedzialni za zarządzanie kopiami zapasowymi (narzędzia i reguły) wewnątrz i na zewnątrz usługi oraz za planowanie ciągłości działania i przywrócenia działania. Jednak ze względów bezpieczeństwa i odporności infrastruktury OVHcloud może wykonywać snapshoty usługi na zdalnym serwerze, bez konieczności wykonywania żadnych zobowiązań. W przypadku awarii lub ataku, jeśli OVHcloud wykonał snapshot na zdalnym serwerze, możemy przywrócić dane z ostatniego dostępnego snapshota. Pamiętaj, że operacja ta jest realizowana na zamówienie i stanowi usługę opcjonalną fakturowaną. -### Jak często są wykonywane snapshoty? +/// + +/// details | Jak często są wykonywane snapshoty? Częstotliwość kopii zapasowych (snapshot) można zarządzać w Panelu klienta OVHcloud. Możesz wybrać częstotliwość z następujących opcji: @@ -147,7 +198,7 @@ Częstotliwość kopii zapasowych (snapshot) można zarządzać w Panelu klienta - co trzy dni; - tygodniowo. -W każdej chwili możesz również tworzyć ręczne snapshoty, przechowywać je bez ograniczeń czasowych lub je usuwać. Funkcja ta jest dostępna w Panelu [klienta OVHcloud](/links/manager) lub za pośrednictwem [następującego wywołania API](https://api.ovh.com/): +W każdej chwili możesz również tworzyć ręczne snapshoty, przechowywać je bez ograniczeń czasowych lub je usuwać. Funkcja ta jest dostępna w Panelu [klienta OVHcloud](/links/manager) lub za pośrednictwem [następującego wywołania API](/links/api): > [!api] > @@ -158,51 +209,71 @@ W każdej chwili możesz również tworzyć ręczne snapshoty, przechowywać je > Zapoznaj się z naszym przewodnikiem "[Pierwsze kroki z API OVHcloud](/pages/manage_and_operate/api/first-steps)", aby zapoznać się z korzystaniem z API OVHcloud. > -### Jak działa system zarządzania snapshotami? +/// + +/// details | Jak działa system zarządzania snapshotami? Możesz skonfigurować automatyczne snapshoty z różnymi dostępnymi częstotliwościami. Bez względu na skonfigurowaną częstotliwość ostatni wykonany snapshot zastąpi poprzedni snapshot. Możesz również tworzyć i usuwać snapshoty na żądanie. -### Czy można usunąć snapshot? +/// + +/// details | Czy można usunąć snapshot? Można usunąć jedynie snapshoty utworzone "na żądanie" (patrz poprzednie pytanie "[Jak często są wykonywane snapshoty?](#frequency)").
Snapshoty o stałej częstotliwości są automatycznie usuwane bez możliwości ich ręcznego usuwania. -### Czy snapshoty są zawarte w usłudze? +/// + +/// details | Czy snapshoty są zawarte w usłudze? W ramach tej samej fizyki przydzielasz dodatkową przestrzeń do przechowywania kopii zapasowych snapshot. Przestrzeń ta odpowiada co najmniej 15 % objętości głównej. W przypadku przekroczenia tej wartości snapshoty będą przechowywane na Twojej głównej przestrzeni dyskowej. Dodatkowa przestrzeń nie może być używana do innych celów niż przechowywanie kopii zapasowych snapshot. Na przykład, w przypadku usługi 3 TB, dodatkowe 450 GB jest zarezerwowane dla kopii zapasowych snapshot. -### Ile snapshotów mogę wykonać maksymalnie? +/// + +/// details | Ile snapshotów mogę wykonać maksymalnie? - Dla automatycznych snapshotów: jeden na partycję - W przypadku ręcznych kopii zapasowych: dziesięć na partycję -### Gdzie są przechowywane snapshoty? +/// + +/// details | Gdzie są przechowywane snapshoty? Snapshoty są przechowywane na tym samym poziomie, co Twoja usługa. Dodatkowo OVHcloud wykonuje codziennie snapshot (z retencją 24 godzin) na serwerze backup zlokalizowanym w oddzielnej szafie rack. -### Gdzie mogę pobrać moje snapshoty? +/// + +/// details | Gdzie mogę pobrać moje snapshoty? W wybranej partycji znajdziesz ukryty katalog o nazwie `.zfs`, który zawiera katalog `snapshots`. Pliki są dostępne w trybie read only. -### Jak wiele polityk snapshotów mogę tworzyć na podstawie wolumenu? +/// + +/// details | Jak wiele polityk snapshotów mogę tworzyć na podstawie wolumenu? 1 +/// + ## Cennik -### Jaki rodzaj opłat jest przypisany do usługi? +/// details | Jaki rodzaj opłat jest przypisany do usługi? NAS-HA to usługa płatna co miesiąc w zależności od wolumenu (od 3 do 144 TB w odstępach). -### Na jaki czas mogę zamówić usługę NAS-HA? +/// + +/// details | Na jaki czas mogę zamówić usługę NAS-HA? Proponowane okresy to 1, 12, 24 i 36 miesięcy. Pod koniec okresu abonamentu zostanie automatycznie odnowiony, jeśli nie zostanie złożony [wniosek o rezygnację](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). Operacja ta może zostać przeprowadzona przez cały okres abonamentu w Panelu klienta. +/// + ## Sprawdź również Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. -Przyłącz się do społeczności naszych użytkowników na stronie . +Dołącz do [grona naszych użytkowników](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pt-pt.md index ccc39e2c1f7..68e5c39b145 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/guide.pt-pt.md @@ -4,9 +4,19 @@ excerpt: Tem dúvidas sobre o NAS-HA? Veja as repostas às perguntas mais freque updated: 2025-07-15 --- -> [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página. -> + ## Objetivo @@ -14,11 +24,13 @@ updated: 2025-07-15 ## Questões gerais -### O que é a solução NAS-HA OVHcloud? +/// details | O que é a solução NAS-HA OVHcloud? NAS-HA é um serviço de armazenamento de ficheiros partilhado e inteiramente gerido, baseado na tecnologia open-source OpenZFS. -### O que posso fazer com o NAS-HA? +/// + +/// details | O que posso fazer com o NAS-HA? NAS-HA permite centralizar os dados de diferentes cargas de trabalho Linux, mas também Windows para vários cenários: @@ -26,41 +38,55 @@ NAS-HA permite centralizar os dados de diferentes cargas de trabalho Linux, mas - gestão de conteúdos web - partilha de ficheiros na rede, etc. -### É possível obter o NAS-HA através da área de gestão do serviço? +/// + +/// details | É possível obter o NAS-HA através da área de gestão do serviço? Sim, este espaço pode ser acedido a partir da [Área de Cliente OVHcloud](/links/manager), secção `Bare Metal Cloud`{.action} e depois `NAS e CDN`{.action}. ## Disponibilidade -### Qual é o SLA fornecido com o NAS-HA? +/// details | Qual é o SLA fornecido com o NAS-HA? NAS-HA é fornecido com uma taxa de disponibilidade de 99,99%. +/// + ## Rede e segurança -### Que protocolos de transferência de ficheiros são atualmente suportados na solução NAS-HA? +/// details | Que protocolos de transferência de ficheiros são atualmente suportados na solução NAS-HA? O NAS-HA suporta a transferência de ficheiros através do NFS (NFSv3, NFSv4.1, NFNSv4.2) e do CIFS (SMB). -### A partir de que serviços OVHcloud posso cultivar dados? +/// + +/// details | A partir de que serviços OVHcloud posso cultivar dados? NAS-HA é um serviço que pode receber dados de todos os serviços existentes da OVHcloud: Bare Metal Cloud (VPS, Servidores Dedicados OVHcloud, So you Start, Kimsufi), Public Cloud, Hosted Private Cloud, etc. -### Como gerir os acessos ao NAS-HA? +/// + +/// details | Como gerir os acessos ao NAS-HA? A lista dos controlos de acesso (ACL) pode ser configurada a partir da Área de Cliente OVHcloud. Basta introduzir o endereço IP do serviço para o qual deseja autorizar o acesso ao NAS-HA. -### O serviço NAS-HA é compatível com outros servidores fora da OVHcloud? +/// + +/// details | O serviço NAS-HA é compatível com outros servidores fora da OVHcloud? Não, o NAS-HA só pode ser acedido através da rede OVHcloud. -### O NAS-HA é elegível para a oferta vRack? +/// + +/// details | O NAS-HA é elegível para a oferta vRack? Neste momento, o NAS não pode ser integrado na rede privada vRack. No entanto, a utilização do NAS-HA e do vRack não são incompatíveis, passando pelo caminho IP público do servidor ligado ao vRack. +/// + ## Capacidade e desempenho -### Quais as opções em termos de espaço de armazenamento? +/// details | Quais as opções em termos de espaço de armazenamento? O tamanho mínimo de um serviço é de 3 TB e o tamanho máximo é de 144 TB.
Oferecemos as seguintes capacidades de armazenamento com base em discos de 3 TB: @@ -81,40 +107,56 @@ Oferecemos as seguintes capacidades de armazenamento com base em discos de 12 TB As capacidades de armazenamento propostas são as capacidades utilizáveis. -### Os recursos NAS-HA são dedicados? +/// + +/// details | Os recursos NAS-HA são dedicados? Os discos do NAS-HA são dedicados. Os outros recursos (RAM, CPU, Banda Larga) são partilhados. **Caso específico:** se subscrever a oferta 144 TB, o conjunto dos recursos do servidor host são-lhe dedicados (RAM, CPU, Largura de banda). -### Quantos serviços NAS-HA posso criar a partir da minha conta de cliente? +/// + +/// details | Quantos serviços NAS-HA posso criar a partir da minha conta de cliente? Não há limite de número de serviços por conta de cliente. -### Qual é o número máximo de partições por serviço? +/// + +/// details | Qual é o número máximo de partições por serviço? É possível criar tantas partições quantas desejar. O tamanho mínimo é de 10 GB e o tamanho máximo é definido pelo tamanho máximo do serviço. -### A taxa de transferência e a disponibilidade são garantidas? +/// + +/// details | A taxa de transferência e a disponibilidade são garantidas? - Transferência: a banda larga do serviço é partilhada. As taxas de transferência não podem ser garantidas pela OVHcloud. - Disponibilidade: a disponibilidade do serviço é garantida e está abrangida por garantias SLA (Service Level Agreement). Os detalhes podem ser consultados nas nossas condições específicas de utilização. +/// + ## Utilização do serviço -### O NAS pode ser ligado a vários servidores ao mesmo tempo? +/// details | O NAS pode ser ligado a vários servidores ao mesmo tempo? Sim. É possível fazer interagir simultaneamente o seu NAS com vários serviços da OVHcloud. -### Podemos instalar um sistema operativo num NAS? +/// + +/// details | Podemos instalar um sistema operativo num NAS? Não, não é possível instalar um sistema operativo num NAS-HA. -### O espaço atribuído é particionável? +/// + +/// details | O espaço atribuído é particionável? Sim, para tal basta criar as partições adequadas ao tipo de utilização. A criação de partições é ilimitada. -### Como alterar a capacidade de armazenamento no meu NAS-HA? +/// + +/// details | Como alterar a capacidade de armazenamento no meu NAS-HA? Atualmente, não é possível alterar dinamicamente o NAS-HA. Para aumentar ou reduzir o seu aprovisionamento, é preciso : @@ -122,21 +164,27 @@ Atualmente, não é possível alterar dinamicamente o NAS-HA. Para aumentar ou r 2. Migrar dados consultando o nosso guia "[Migração de dados de um NAS-HA para outro através de NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_migration)". 3. Rescindir o antigo NAS-HA. +/// + ## Snapshots -### O que são Snapshots? +/// details | O que são Snapshots? Snapshots são imagens instantâneas do disco e dos dados existentes num determinado momento. Eles permitem propor um primeiro nível de backup. A configuração e a gestão das snapshots podem ser realizadas a partir da Área de Cliente OVHcloud. Por predefinição, a função snapshot é ativada aquando da criação da sua partição, a frequência é pré-regulada para "todas as horas". -### Qual é a política de backup associada ao NAS-HA? +/// + +/// details | Qual é a política de backup associada ao NAS-HA? Os utilizadores são responsáveis pela gestão dos seus backups (ferramentas e regras) dentro e fora do serviço, bem como pelos seus planos de continuidade de atividade e de retoma de atividade. No entanto, por razões de segurança e resiliência da infraestrutura, a OVHcloud pode efetuar snapshots do serviço num servidor distante, sem qualquer obrigação. Em caso de avaria ou de ataque, se a OVHcloud tiver efetuado uma snapshot num servidor remoto, poderemos restaurar os dados da última snapshot disponível. No entanto, note que esta ação é realizada a pedido e constitui um serviço opcional faturado. -### Qual é a frequência das snapshots? +/// + +/// details | Qual é a frequência das snapshots? A frequência das snapshots pode ser administrada a partir da Área de Cliente OVHcloud. A frequência das Snapshots pode ser definida de acordo com as seguintes opções: @@ -147,7 +195,7 @@ A frequência das snapshots pode ser administrada a partir da Área de Cliente O - de 3 em 3 dias; - semanal. -Também pode criar Snapshots manuais a qualquer momento. Esta funcionalidade está disponível no seio do seu [Espaço Cliente OVHcloud](/links/manager) ou através da [API](https://api.ovh.com/) seguinte: +Também pode criar Snapshots manuais a qualquer momento. Esta funcionalidade está disponível no seio do seu [Espaço Cliente OVHcloud](/links/manager) ou através da [API](/links/api) seguinte: > [!api] > @@ -158,51 +206,71 @@ Também pode criar Snapshots manuais a qualquer momento. Esta funcionalidade est > Consulte o nosso guia "[Primeiros passos com as API OVHcloud](/pages/manage_and_operate/api/first-steps)" para se familiarizar com a utilização das API OVHcloud. > -### Como funciona a gestão das Snapshots? +/// + +/// details | Como funciona a gestão das Snapshots? Pode configurar snapshots automáticas, de acordo com as opções disponíveis. Atenção: a Snapshot mais recente irá substituir a Snapshot anterior. Também pode criar e eliminar Snapshots personalizadas. -### Posso eliminar uma Snapshot? +/// + +/// details | Posso eliminar uma Snapshot? Apenas as snapshots criadas "a pedido" podem ser eliminadas (ver a pergunta anterior "[Qual a frequência das snapshots?](#frequency)").
As Snapshots com frequência automática são eliminadas automaticamente; não podem ser eliminadas manualmente. -### As snapshots estão incluídas na capacidade de um serviço? +/// + +/// details | As snapshots estão incluídas na capacidade de um serviço? Um espaço adicional no mesmo suporte físico é-lhe atribuído para assegurar o armazenamento das suas snapshots. Este espaço corresponde a pelo menos 15 % do volume principal. Caso o ultrapasse, as snapshots serão armazenadas no seu espaço de armazenamento principal. O espaço adicional não pode ser utilizado para outra utilização que não o armazenamento das suas snapshots. Por exemplo, para um serviço de 3 TB, são reservados 450 GB adicionais para as snapshots. -### Quantas Snapshots podem ser realizadas? Existe algum limite? +/// + +/// details | Quantas Snapshots podem ser realizadas? Existe algum limite? - Uma por partição, para as Snapshots automáticas. - Para as snapshots manuais: dez por partição -### Onde estão armazenadas as snapshots? +/// + +/// details | Onde estão armazenadas as snapshots? As snapshots são armazenadas ao mesmo nível que o seu serviço. Como complemento, a OVHcloud efetua um snapshot diário (com uma retenção de 24H) num servidor de backup situado num rack distinto. -### Como aceder às Snapshots? +/// + +/// details | Como aceder às Snapshots? Na partição em causa, poderá encontrar um diretório oculto chamado `.zfs` que contém um diretório `snapshots`. Os ficheiros estão disponíveis apenas em modo de leitura. -### Quantas políticas de snapshots posso criar por volume? +/// + +/// details | Quantas políticas de snapshots posso criar por volume? 1 +/// + ## Preços -### Que tipo de preços está associado ao serviço? +/// details | Que tipo de preços está associado ao serviço? NAS-HA é um serviço faturado mensalmente ao volume (de 3 a 144 TB por patamares). -### Quais são os períodos de subscrição do NAS-HA? +/// + +/// details | Quais são os períodos de subscrição do NAS-HA? O serviço pode ser contratado por 1, 12, 24 e 36 meses. No final do período de compromisso, a sua subscrição será renovada tacitamente se não tiver sido formulado qualquer [pedido de cancelamento](/pages/account_and_service_management/managing_billing_payments_and_services/how_to_cancel_services). Esta pode ser efetuada durante toda a duração da subscrição através da Área de Cliente OVHcloud. +/// + ## Quer saber mais? Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. -Troque impressões com a nossa comunidade em . +Fale com a nossa [comunidade de utilizadores](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/meta.yaml b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/meta.yaml index 34a8193dd36..57422b03691 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_faq/meta.yaml +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_faq/meta.yaml @@ -1,3 +1,4 @@ id: ef5fd713-1ad8-41ec-a539-2658d5bac8e2 full_slug: public-cloud-storage-nas-faq -reference_category: storage-file-storage-ha-nas \ No newline at end of file +reference_category: storage-file-storage-ha-nas +translation_banner: true \ No newline at end of file From d83e75d647b389c07ea51841d0f4c03c0650379a Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Wed, 16 Jul 2025 13:48:59 +0200 Subject: [PATCH 061/160] Date update --- .../web_hosting/diagnostic_request_blocked/guide.de-de.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.en-gb.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.es-es.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.fr-fr.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.it-it.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.pl-pl.md | 2 +- .../web_hosting/diagnostic_request_blocked/guide.pt-pt.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md index 67a6158f8d4..af054b94d67 100644 --- a/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md +++ b/pages/web_cloud/web_hosting/diagnostic_request_blocked/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Was tun, wenn die Meldung „Your request has been blocked“ angezeigt wird?" excerpt: "Erfahren Sie, wie Sie vorgehen, wenn Ihre Website die Seite „Your request has been blocked“ anzeigt" -updated: 2025-07-11 +updated: 2025-07-16 --- + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/de/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `Öffentliche IPs`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `Öffentliche IPs`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md index 1ef0963c7d5..5f188c09c1c 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-11 +updated: 2025-07-17 --- + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-au/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md index 6d0d292d6e6..962ddf8dde8 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-11 +updated: 2025-07-17 --- + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-gb/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md index ef2f7900aa7..25444240e0b 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-11 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-ie/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md index a1f8550afe4..c717e59e1a1 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-11 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-sg/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md index 6e44f08bc36..ca7c921a666 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2025-07-11 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md index 1cce85babbe..cd6c5528424 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance (EN) excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `IP públicas`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `IP públicas`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md index e24e1ba1203..23fc1491b50 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance (EN) excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/es/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `IP públicas`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `IP públicas`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md index 4ee76ce532b..9069eb8f6f0 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md @@ -1,9 +1,23 @@ --- title: Attacher une adresse Floating IP à une instance Public Cloud excerpt: Comprendre qu'est-ce qu’une Floating IP des services L3 et comment la configurer -updated: 2025-07-11 +updated: 2025-07-17 --- + + ## Objectif Les Floating IP sont des adresses IP publiques sur [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md index deb60dd942c..c9047b48e03 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md @@ -1,9 +1,23 @@ --- title: Attacher une adresse Floating IP à une instance Public Cloud excerpt: Comprendre qu'est-ce qu’une Floating IP des services L3 et comment la configurer -updated: 2025-07-11 +updated: 2025-07-17 --- + + ## Objectif Les Floating IP sont des adresses IP publiques sur [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md index 8be771963b2..31b8266249c 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance (EN) excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/it/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `IP pubblici`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `IP pubblici`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md index bfc53d1e1b9..2f1d7f51836 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance (EN) excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `Publiczne adresy IP`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `Publiczne adresy IP`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md index 98aedc093cd..1e193c137af 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md @@ -1,9 +1,23 @@ --- title: Attaching a Floating IP to a Public Cloud instance (EN) excerpt: Find out how a Floating IP address functions and how to configure it -updated: 2024-03-26 +updated: 2025-07-17 --- + + ## Objective Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). @@ -92,7 +106,7 @@ Next, we will use this Floating IP to connect to the instance (VM) from the outs >> >> Please note that the private network must be linked to a gateway. For more information, consult this guide: [Creating a private network with Gateway](/pages/public_cloud/public_cloud_network_services/getting-started-02-create-private-network-gateway). >> ->> In the public cloud section, click on `IP públicos`{.action} in the left-hand menu under **Network**. +>> In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. >> >> Click on `Floating IPs`{.action}, then on `Add a new IP`{.action}. >> @@ -131,7 +145,7 @@ This feature is currently only available via the [OpenStack API](#detachip). #### Deleting a Floating IP -In the public cloud section, click on `IP públicos`{.action} in the left-hand menu under **Network**. +In the public cloud section, click on `Public IPs`{.action} in the left-hand menu under **Network**. In the `Floating IP`{.action} tab, click on the `...`{.action} next to the corresponding IP and select `Delete`{.action}. @@ -352,7 +366,7 @@ $ openstack floating ip set --dns-domain #### Detaching a Floating IP -You can detach a Floating ip from your VM at anytime. +You can detach a Floating IP from your VM at anytime. ```bash $ openstack server remove floating ip vm4fip 169.254.10.25 @@ -385,6 +399,66 @@ $ openstack floating ip list /// +#### Via the Horizon interface + +/// details | Unfold this section + +The following steps describe how to attach a Floating IP to an existing instance. + +> [!primary] +> Before you proceed, make sure your instance is linked to a private network **only** and that the private network is linked to a Gateway. +> + +> [!tabs] +>> +>> Log into the Horizon interface, and ensure that you are in the correct region. You can verify this on the top left corner. +>> +>> ![Region selection](images/region2021.png){.thumbnail} +>> +>> In the left-hand menu, click on `Network`{.action} then on `Floating IPs`{.action}. +>> +>> ![network](images/network_floating_ip.png){.thumbnail} +>> +>> Click on `Associate`{.action} next to the corresponding instance. +>> +>> ![associate](images/associate_floating_ip.png){.thumbnail} +>> +>> A pop-up window will appear. Click on the drop-down arrow underneath `Port to be assiociated` and select the "port" or "instance" to attach the Floating IP to. +>> +>> ![associate](images/select_port.png){.thumbnail} +>> +>> Next, click on `Associate`{.action}. +>> +>> Once done, the Floating IP will be associated to the instance. +>> +>> ![linked](images/instance_floating_ip.png){.thumbnail} +>> +>> + +#### Detaching a Floating IP + +You can detach a Floating IP from your instance at anytime. + +Once you are connected to the Horizon interface, click on `Network`{.action}, then on `Floating IPs`{.action}. + +Click on `Disassociate`{.action} next to the corresponding IP. + +![disassociate](images/disassociate_floating_ip.png){.thumbnail} + +A pop-up window will appear prompting you to confirm the selection. Click on `Disassociate`{.action}. + +![confirm](images/confirm_disassociate_ip.png){.thumbnail} + +Once done, the Floating IP will be detached from the instance and returned to the pool of Floating IPs. + +#### Deleting a Floating IP + +To delete a Floating IP, click on the drop-down arrow next to the corresponding instance, then click on `Release Floating IP`{.action}. + +![delete](images/release_floating_ip.png){.thumbnail} + +/// + #### Via the OVHcloud API /// details | Unfold this section @@ -456,7 +530,7 @@ With the OVHcloud API, you can only attach a Floating IP to an existing instance #### Detaching a Floating IP -This feature is currently only available via the [OpenStack API](#detachip). +This feature is available via the [OpenStack API](#detachip) and the [Horizon interface](#disassociateip). #### Deleting a Floating IP From e5b128c7612704e8e0b7085399266a851e6186dd Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Thu, 17 Jul 2025 17:52:20 +0200 Subject: [PATCH 087/160] Duplication & date update --- .../lifecycle_policy/guide.de-de.md | 14 +++++++------- .../lifecycle_policy/guide.en-asia.md | 14 +++++++------- .../lifecycle_policy/guide.en-au.md | 14 +++++++------- .../lifecycle_policy/guide.en-ca.md | 14 +++++++------- .../lifecycle_policy/guide.en-gb.md | 2 +- .../lifecycle_policy/guide.en-ie.md | 14 +++++++------- .../lifecycle_policy/guide.en-sg.md | 14 +++++++------- .../lifecycle_policy/guide.en-us.md | 14 +++++++------- .../lifecycle_policy/guide.es-es.md | 14 +++++++------- .../lifecycle_policy/guide.es-us.md | 15 +++++++-------- .../lifecycle_policy/guide.fr-ca.md | 8 ++++---- .../lifecycle_policy/guide.fr-fr.md | 2 +- .../lifecycle_policy/guide.it-it.md | 14 +++++++------- .../lifecycle_policy/guide.pl-pl.md | 14 +++++++------- .../lifecycle_policy/guide.pt-pt.md | 14 +++++++------- 15 files changed, 90 insertions(+), 91 deletions(-) diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.de-de.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.de-de.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.de-de.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-asia.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-asia.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-asia.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-au.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-au.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-au.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ca.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ca.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ca.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-gb.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-gb.md index 1d7b847cd4f..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-gb.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-07-17 +updated: 2025-07-18 --- > [!warning] diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ie.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ie.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ie.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-sg.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-sg.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-sg.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-us.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-us.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-us.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-es.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-es.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-es.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-us.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-us.md index 9612067dd4f..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-us.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,10 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | - +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-ca.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-ca.md index 5b274e2a22d..dd810809759 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-ca.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Cycle de vie de la solution VMware on OVHcloud" excerpt: "VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -99,9 +99,9 @@ Le tableau suivant présente un résumé des différentes phases du cycle de vie | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Logiciels intégrés diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-fr.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-fr.md index 034db5ee378..dd810809759 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-fr.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Cycle de vie de la solution VMware on OVHcloud" excerpt: "VMware on OVHcloud" -updated: 2025-07-17 +updated: 2025-07-18 --- > [!warning] diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.it-it.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.it-it.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.it-it.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pl-pl.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pl-pl.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pl-pl.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software diff --git a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pt-pt.md b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pt-pt.md index f4d4cf465ad..cd4e4eb3302 100644 --- a/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pt-pt.md +++ b/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/lifecycle_policy/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Hosted Private Cloud VMware Lifecycle Policy" excerpt: "Lifecycle policy for VMware on OVHcloud" -updated: 2025-05-28 +updated: 2025-07-18 --- > [!warning] @@ -28,9 +28,9 @@ This lifecycle policy is provided to help clients understand the underlying reas **Hosted Private Cloud VMware on OVHcloud**: -- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). +- DC2011 & DC2013 (AMD Opteron, AMD Bulldozer). - DC2014 & DC2016 (AMD PileDriver). -- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). +- SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell). - SDDC2018 (Intel Broadwell, Intel Haswell). - Essentials (Intel Broadwell). - Premier (Intel Xeon Gold). @@ -57,7 +57,7 @@ The End of Sales is usually announced with a thirty (30) days minimum warning. A commercial range or version will typically reach its End of Growth five (5) years after the beginning of the General Availability phase. -#### End of Life +#### End of Life This refers to the date when a commercial range or version is being shut down. @@ -99,9 +99,9 @@ This table presents a summary of the different phases of the lifecycle of the se | DC2016 (AMD PileDriver) | 2016 | 2018-11-30 | 2022-02-28 | 2022-09-30 | | SDDC2014 & SDDC2016 (Intel Ivy Bridge, Intel Haswell) | 2016 | 2017-04-30 | 2026-03-30 | 2027-07-31 | | SDDC2018 (Intel Broadwell) | 2018 | 2018-11-30 | 2026-03-30 | 2027-07-31 | -| Essentials (Intel Broadwell) | 2020 | 2025-11-30 | 2026-03-30 | 2027-07-31 | -| Premier (Intel Xeon Gold) | 2020 | 2025-11-30 | | | -| Premier v2 (Intel Emerald Rapids) | 2025 | | | | +| Essentials (Intel Broadwell) | 2020 | 2026-01-15 | 2026-03-30 | 2027-07-31 | +| Premier (Intel Xeon Gold) | 2020 | 2026-01-15 | | | +| Gen2 hardware (Intel Emerald Rapids) | 2025 | 2026-01-15 | | | ## Integrated Software From 9ac9d228685b7fdc9d92aab77d93e168b539b7e3 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:07:19 +0200 Subject: [PATCH 088/160] Fix global links in Storage and backup file storage --- .../netapp_concepts_performances/guide.de-de.md | 6 +++--- .../netapp_concepts_performances/guide.en-asia.md | 6 +++--- .../netapp_concepts_performances/guide.en-au.md | 6 +++--- .../netapp_concepts_performances/guide.en-ca.md | 6 +++--- .../netapp_concepts_performances/guide.en-gb.md | 6 +++--- .../netapp_concepts_performances/guide.en-ie.md | 6 +++--- .../netapp_concepts_performances/guide.en-sg.md | 6 +++--- .../netapp_concepts_performances/guide.en-us.md | 6 +++--- .../netapp_concepts_performances/guide.es-es.md | 6 +++--- .../netapp_concepts_performances/guide.es-us.md | 6 +++--- .../netapp_concepts_performances/guide.fr-ca.md | 6 +++--- .../netapp_concepts_performances/guide.fr-fr.md | 6 +++--- .../netapp_concepts_performances/guide.it-it.md | 6 +++--- .../netapp_concepts_performances/guide.pl-pl.md | 6 +++--- .../netapp_concepts_performances/guide.pt-pt.md | 6 +++--- .../netapp_control_panel/guide.es-us.md | 8 ++++---- .../netapp_control_panel/guide.pl-pl.md | 2 +- .../netapp_control_panel/guide.pt-pt.md | 2 +- .../enterprise_file_storage/netapp_faq/guide.de-de.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.en-asia.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.en-au.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.es-es.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.es-us.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.fr-ca.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.it-it.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.pl-pl.md | 4 ++-- .../enterprise_file_storage/netapp_faq/guide.pt-pt.md | 4 ++-- .../netapp_nfs_client_considerations/guide.it-it.md | 2 +- .../netapp_quick_start/guide.de-de.md | 2 +- .../netapp_quick_start/guide.en-asia.md | 2 +- .../netapp_quick_start/guide.en-au.md | 2 +- .../netapp_quick_start/guide.en-ca.md | 2 +- .../netapp_quick_start/guide.en-gb.md | 2 +- .../netapp_quick_start/guide.en-ie.md | 2 +- .../netapp_quick_start/guide.en-sg.md | 2 +- .../netapp_quick_start/guide.en-us.md | 2 +- .../netapp_quick_start/guide.es-es.md | 2 +- .../netapp_quick_start/guide.es-us.md | 4 ++-- .../netapp_quick_start/guide.fr-ca.md | 4 ++-- .../netapp_quick_start/guide.fr-fr.md | 2 +- .../netapp_quick_start/guide.it-it.md | 2 +- .../netapp_quick_start/guide.pl-pl.md | 2 +- .../netapp_quick_start/guide.pt-pt.md | 2 +- .../netapp_revert_snapshot/guide.de-de.md | 4 ++-- .../netapp_revert_snapshot/guide.en-asia.md | 4 ++-- .../netapp_revert_snapshot/guide.en-au.md | 4 ++-- .../netapp_revert_snapshot/guide.en-ca.md | 4 ++-- .../netapp_revert_snapshot/guide.en-gb.md | 2 +- .../netapp_revert_snapshot/guide.en-ie.md | 2 +- .../netapp_revert_snapshot/guide.en-sg.md | 4 ++-- .../netapp_revert_snapshot/guide.en-us.md | 4 ++-- .../netapp_revert_snapshot/guide.es-es.md | 2 +- .../netapp_revert_snapshot/guide.es-us.md | 4 ++-- .../netapp_revert_snapshot/guide.fr-ca.md | 4 ++-- .../netapp_revert_snapshot/guide.fr-fr.md | 2 +- .../netapp_revert_snapshot/guide.it-it.md | 2 +- .../netapp_revert_snapshot/guide.pl-pl.md | 2 +- .../netapp_revert_snapshot/guide.pt-pt.md | 2 +- .../netapp_snapshot_policy/guide.de-de.md | 6 +++--- .../netapp_snapshot_policy/guide.en-asia.md | 6 +++--- .../netapp_snapshot_policy/guide.en-au.md | 6 +++--- .../netapp_snapshot_policy/guide.en-ca.md | 6 +++--- .../netapp_snapshot_policy/guide.en-gb.md | 6 +++--- .../netapp_snapshot_policy/guide.en-ie.md | 6 +++--- .../netapp_snapshot_policy/guide.en-sg.md | 6 +++--- .../netapp_snapshot_policy/guide.en-us.md | 6 +++--- .../netapp_snapshot_policy/guide.es-es.md | 6 +++--- .../netapp_snapshot_policy/guide.es-us.md | 6 +++--- .../netapp_snapshot_policy/guide.fr-ca.md | 6 +++--- .../netapp_snapshot_policy/guide.fr-fr.md | 6 +++--- .../netapp_snapshot_policy/guide.it-it.md | 6 +++--- .../netapp_snapshot_policy/guide.pl-pl.md | 6 +++--- .../netapp_snapshot_policy/guide.pt-pt.md | 6 +++--- .../netapp_volume_acl/guide.de-de.md | 2 +- .../netapp_volume_acl/guide.en-asia.md | 2 +- .../netapp_volume_acl/guide.en-au.md | 2 +- .../netapp_volume_acl/guide.en-ca.md | 2 +- .../netapp_volume_acl/guide.en-gb.md | 2 +- .../netapp_volume_acl/guide.en-ie.md | 2 +- .../netapp_volume_acl/guide.en-sg.md | 2 +- .../netapp_volume_acl/guide.en-us.md | 2 +- .../netapp_volume_acl/guide.es-es.md | 2 +- .../netapp_volume_acl/guide.es-us.md | 4 ++-- .../netapp_volume_acl/guide.fr-ca.md | 4 ++-- .../netapp_volume_acl/guide.fr-fr.md | 2 +- .../netapp_volume_acl/guide.it-it.md | 2 +- .../netapp_volume_acl/guide.pl-pl.md | 2 +- .../netapp_volume_acl/guide.pt-pt.md | 2 +- .../netapp_volume_snapshots/guide.de-de.md | 2 +- .../netapp_volume_snapshots/guide.en-asia.md | 2 +- .../netapp_volume_snapshots/guide.en-au.md | 2 +- .../netapp_volume_snapshots/guide.en-ca.md | 2 +- .../netapp_volume_snapshots/guide.en-gb.md | 2 +- .../netapp_volume_snapshots/guide.en-ie.md | 2 +- .../netapp_volume_snapshots/guide.en-sg.md | 2 +- .../netapp_volume_snapshots/guide.en-us.md | 2 +- .../netapp_volume_snapshots/guide.es-es.md | 2 +- .../netapp_volume_snapshots/guide.es-us.md | 4 ++-- .../netapp_volume_snapshots/guide.fr-ca.md | 4 ++-- .../netapp_volume_snapshots/guide.fr-fr.md | 2 +- .../netapp_volume_snapshots/guide.it-it.md | 2 +- .../netapp_volume_snapshots/guide.pl-pl.md | 2 +- .../netapp_volume_snapshots/guide.pt-pt.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.de-de.md | 2 +- .../netapp_volumes/guide.en-asia.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-au.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-ca.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-gb.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-ie.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-sg.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.en-us.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.es-es.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.es-us.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.fr-ca.md | 4 ++-- .../enterprise_file_storage/netapp_volumes/guide.fr-fr.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.it-it.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.pl-pl.md | 2 +- .../enterprise_file_storage/netapp_volumes/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.de-de.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-asia.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-au.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-ca.md | 6 +++--- .../file_storage/ha_nas/nas_cifs/guide.en-gb.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-ie.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-sg.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.en-us.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.es-es.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.es-us.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.fr-ca.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.fr-fr.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.it-it.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.pl-pl.md | 4 ++-- .../file_storage/ha_nas/nas_cifs/guide.pt-pt.md | 4 ++-- .../file_storage/ha_nas/nas_get_started/guide.de-de.md | 8 ++++---- .../file_storage/ha_nas/nas_get_started/guide.en-asia.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-au.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-ca.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-gb.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-ie.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-sg.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.en-us.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.es-es.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.es-us.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.fr-ca.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.fr-fr.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.it-it.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.pl-pl.md | 6 +++--- .../file_storage/ha_nas/nas_get_started/guide.pt-pt.md | 6 +++--- .../file_storage/ha_nas/nas_manage_acls/guide.de-de.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_manage_acls/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.de-de.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_migration/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.de-de.md | 2 +- .../ha_nas/nas_partitions_api/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_partitions_api/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.de-de.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_quick_api/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.de-de.md | 2 +- .../ha_nas/nas_snapshots_api/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_snapshots_api/guide.pt-pt.md | 2 +- 223 files changed, 357 insertions(+), 357 deletions(-) diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.de-de.md index 96b135cfb70..08a47ce69bc 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.de-de.md @@ -10,7 +10,7 @@ updated: 2022-11-30 ## Ziel -Auf dieser Seite finden Sie die Konzepte zur Bereitstellung, Überwachung und Überprüfung der Performance von [Enterprise File Storage](https://www.ovhcloud.com/de/storage-solutions/enterprise-file-storage/). +Auf dieser Seite finden Sie die Konzepte zur Bereitstellung, Überwachung und Überprüfung der Performance von [Enterprise File Storage](/links/storage/enterprise-file-storage). ## In der praktischen Anwendung @@ -31,7 +31,7 @@ Diese Information ist wichtig, wenn Sie Ihre Storage-Architektur entwerfen. Drei - **Beispiel 2**: Ihre Infrastruktur benötigt **4500 IOPS** und ein Datenvolumen von **1 TB**. Daher müssen Sie **2 TB** reservieren, um die erforderlichen **4500 IOPS** zu erreichen. In diesem Fall verfügen Sie über **8000 IOPS** über die im Voraus provisionierte Kapazität. Es geht also darum, Ihren Dienst überzuprovisionieren, um das gewünschte Leistungsniveau zu gewährleisten. -- **Beispiel 3**: Ihre Anwendung benötigt keine bestimmte Leistung, aber ein Speichervolumen von mehr als **60 TB**. In diesem Fall ist es ratsam, auf den kostengünstigeren Speicherdienst [HA-NAS](https://www.ovhcloud.com/de/storage-solutions/nas-ha/) zu wechseln, der Kapazitäten von mehr als 58 TB pro Dienst ermöglicht. +- **Beispiel 3**: Ihre Anwendung benötigt keine bestimmte Leistung, aber ein Speichervolumen von mehr als **60 TB**. In diesem Fall ist es ratsam, auf den kostengünstigeren Speicherdienst [HA-NAS](/links/storage/nas-ha) zu wechseln, der Kapazitäten von mehr als 58 TB pro Dienst ermöglicht. ### Volumes und Dienstqualität (QoS) @@ -74,6 +74,6 @@ Weitere Informationen finden Sie in [FIO-Dokumentation](https://fio.readthedocs. ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Treten Sie unserer Benutzergemeinschaft auf Discord bei: . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-asia.md index f4e0713b912..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-asia.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/asia/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/asia/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-au.md index 1e05e074a36..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-au.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en-au/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en-au/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ca.md index 5f5b026b32f..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ca.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en-ca/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en-ca/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-gb.md index 7e4943ee1ea..92cc3850931 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-gb.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en-gb/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60 TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en-gb/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60 TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ie.md index 8a6e2a322ac..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-ie.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en-ie/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en-ie/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-sg.md index 9efff3b40fc..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-sg.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en-sg/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en-sg/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-us.md index aa48fb5855f..0d66e790faf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.en-us.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objective -Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](https://www.ovhcloud.com/en/storage-solutions/enterprise-file-storage/). +Learn about the concepts of provisioning, tracking, and performance testing for [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instructions @@ -27,7 +27,7 @@ This information is important when you design your storage architecture. Let’s - **Example 2**: Your infrastructure requires **4500 IOPS** and a data volume of **1 TB**. To do this, you need to provision **2 TB** to get the **required 4500 IOPS**. Specifically, you will get **8000 IOPS** on provisioned capacity. This involves overprovisioning your service to ensure the level of performance you want. -- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](https://www.ovhcloud.com/en/storage-solutions/nas-ha/), which can reach capacities higher than 58 TB per service. +- **Example 3**: Your application does not require any particular performance but a storage volume of more than **60TB**. In this case, it is best to switch to the more economical storage service [HA-NAS](/links/storage/nas-ha), which can reach capacities higher than 58 TB per service. ### Volumes and quality of services (QoS) @@ -70,6 +70,6 @@ For more information, see [the FIO documentation](https://fio.readthedocs.io/en/ ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of Discord users: \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-es.md index ee63f7e5d35..aa760614349 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-es.md @@ -10,7 +10,7 @@ updated: 2022-11-30 ## Objetivo -Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](https://www.ovhcloud.com/es-es/storage-solutions/enterprise-file-storage/). +Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Procedimiento @@ -31,7 +31,7 @@ Esta información es importante al diseñar la arquitectura de almacenamiento. V - **Ejemplo n°2**: su infraestructura necesita **4500 IOPS** y un volumen de datos de **1 TB**. Para ello, debe aprovisionar **2 TB** para obtener las **4500 IOPS necesarias**. Más específicamente en este caso, disfrutará de **8000 IOPS** sobre la capacidad aprovisionada. Por lo tanto, el objetivo es recargar el servicio para garantizar el nivel de rendimiento deseado. -- **Ejemplo n°3**: su aplicación no necesita un rendimiento en particular, pero un volumen de almacenamiento de más de **60 TB**. En ese caso, es preferible optar por el servicio de almacenamiento [NAS-HA](https://www.ovhcloud.com/es-es/storage-solutions/nas-ha/), más económico y que permite alcanzar una capacidad superior a 58 TB por servicio. +- **Ejemplo n°3**: su aplicación no necesita un rendimiento en particular, pero un volumen de almacenamiento de más de **60 TB**. En ese caso, es preferible optar por el servicio de almacenamiento [NAS-HA](/links/storage/nas-ha), más económico y que permite alcanzar una capacidad superior a 58 TB por servicio. ### volúmenes y calidad de servicios (QoS) @@ -74,6 +74,6 @@ Más información sobre [la documentación de FIO](https://fio.readthedocs.io/en ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en Discord : diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-us.md index fba87eddb2b..aa760614349 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.es-us.md @@ -10,7 +10,7 @@ updated: 2022-11-30 ## Objetivo -Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](https://www.ovhcloud.com/es/storage-solutions/enterprise-file-storage/). +Descubra los conceptos relacionados con el aprovisionamiento, el seguimiento y la prueba del rendimiento de la solución [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Procedimiento @@ -31,7 +31,7 @@ Esta información es importante al diseñar la arquitectura de almacenamiento. V - **Ejemplo n°2**: su infraestructura necesita **4500 IOPS** y un volumen de datos de **1 TB**. Para ello, debe aprovisionar **2 TB** para obtener las **4500 IOPS necesarias**. Más específicamente en este caso, disfrutará de **8000 IOPS** sobre la capacidad aprovisionada. Por lo tanto, el objetivo es recargar el servicio para garantizar el nivel de rendimiento deseado. -- **Ejemplo n°3**: su aplicación no necesita un rendimiento en particular, pero un volumen de almacenamiento de más de **60 TB**. En ese caso, es preferible optar por el servicio de almacenamiento [NAS-HA](https://www.ovhcloud.com/es/storage-solutions/nas-ha/), más económico y que permite alcanzar una capacidad superior a 58 TB por servicio. +- **Ejemplo n°3**: su aplicación no necesita un rendimiento en particular, pero un volumen de almacenamiento de más de **60 TB**. En ese caso, es preferible optar por el servicio de almacenamiento [NAS-HA](/links/storage/nas-ha), más económico y que permite alcanzar una capacidad superior a 58 TB por servicio. ### volúmenes y calidad de servicios (QoS) @@ -74,6 +74,6 @@ Más información sobre [la documentación de FIO](https://fio.readthedocs.io/en ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en Discord : diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-ca.md index 601adf9c5d5..7470f41451d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-ca.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objectif -Découvrez les concepts liés au provisionnement, au suivi ainsi qu'au test des performances de la solution [Enterprise File Storage](https://www.ovhcloud.com/fr-ca/storage-solutions/enterprise-file-storage/). +Découvrez les concepts liés au provisionnement, au suivi ainsi qu'au test des performances de la solution [Enterprise File Storage](/links/storage/enterprise-file-storage). ## En pratique @@ -27,7 +27,7 @@ Cette information est importante lorsque vous concevez votre architecture de sto - **Exemple n°2** : votre infrastructure nécessite **4500 IOPS** et un volume de données de **1 To**. Pour cela, vous devez provisionner **2 To** pour obtenir les **4500 IOPS nécessaires**. Plus spécifiquement dans ce cas, vous bénéficierez de **8000 IOPS** sur la capacité provisionnée. Il s’agit donc de sur-provisionner votre service afin d’assurer le niveau de performances souhaité. -- **Exemple n°3** : votre application ne nécessite pas de performance en particulier mais un volume de stockage de plus de **60 To**. Dans ce cas, il est préférable de s’orienter vers le service de stockage [NAS-HA](https://www.ovhcloud.com/fr-ca/storage-solutions/nas-ha/), plus économique et permettant d’atteindre des capacités supérieures à 58 To par service. +- **Exemple n°3** : votre application ne nécessite pas de performance en particulier mais un volume de stockage de plus de **60 To**. Dans ce cas, il est préférable de s’orienter vers le service de stockage [NAS-HA](/links/storage/nas-ha), plus économique et permettant d’atteindre des capacités supérieures à 58 To par service. ### Volumes et qualité de services (QoS) @@ -70,7 +70,7 @@ Retrouvez plus d'informations sur [la documentation de FIO](https://fio.readthed ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre communauté d’utilisateurs sur Discord : diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-fr.md index 0cf9c92dc97..7470f41451d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.fr-fr.md @@ -6,7 +6,7 @@ updated: 2022-11-30 ## Objectif -Découvrez les concepts liés au provisionnement, au suivi ainsi qu'au test des performances de la solution [Enterprise File Storage](https://www.ovhcloud.com/fr/storage-solutions/enterprise-file-storage/). +Découvrez les concepts liés au provisionnement, au suivi ainsi qu'au test des performances de la solution [Enterprise File Storage](/links/storage/enterprise-file-storage). ## En pratique @@ -27,7 +27,7 @@ Cette information est importante lorsque vous concevez votre architecture de sto - **Exemple n°2** : votre infrastructure nécessite **4500 IOPS** et un volume de données de **1 To**. Pour cela, vous devez provisionner **2 To** pour obtenir les **4500 IOPS nécessaires**. Plus spécifiquement dans ce cas, vous bénéficierez de **8000 IOPS** sur la capacité provisionnée. Il s’agit donc de sur-provisionner votre service afin d’assurer le niveau de performances souhaité. -- **Exemple n°3** : votre application ne nécessite pas de performance en particulier mais un volume de stockage de plus de **60 To**. Dans ce cas, il est préférable de s’orienter vers le service de stockage [NAS-HA](https://www.ovhcloud.com/fr/storage-solutions/nas-ha/), plus économique et permettant d’atteindre des capacités supérieures à 58 To par service. +- **Exemple n°3** : votre application ne nécessite pas de performance en particulier mais un volume de stockage de plus de **60 To**. Dans ce cas, il est préférable de s’orienter vers le service de stockage [NAS-HA](/links/storage/nas-ha), plus économique et permettant d’atteindre des capacités supérieures à 58 To par service. ### Volumes et qualité de services (QoS) @@ -70,7 +70,7 @@ Retrouvez plus d'informations sur [la documentation de FIO](https://fio.readthed ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre communauté d’utilisateurs sur Discord : diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.it-it.md index f7425732085..384aac499b4 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.it-it.md @@ -11,7 +11,7 @@ updated: 2022-11-30 ## Obiettivo -Scopri i concetti di approvvigionamento, monitoraggio e test delle performance della soluzione [Enterprise File Storage](https://www.ovhcloud.com/it/storage-solutions/enterprise-file-storage/). +Scopri i concetti di approvvigionamento, monitoraggio e test delle performance della soluzione [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Procedura @@ -32,7 +32,7 @@ Questa informazione è importante quando progettate l'architettura di storage. P - **Esempio n°2**: la tua infrastruttura richiede **4500 IOPS** e un volume di dati di **1 TB**. Per effettuare questa operazione è necessario disporre **2 TB** per ottenere **4500 IOPS necessari**. In particolare, usufruisci di **8000 IOPS** sulla capacità attivata. Per garantire il livello di prestazioni desiderato, è necessario sovrintendere il servizio. -- **Esempio n. 3**: le performance delle applicazioni non sono particolarmente elevate ma un volume di storage superiore a **60 TB**. In questo caso, è preferibile orientarsi verso il servizio di archiviazione [NAS-HA](https://www.ovhcloud.com/it/storage-solutions/nas-ha/), più economico e che permette di raggiungere capacità superiori a 58 TB per servizio. +- **Esempio n. 3**: le performance delle applicazioni non sono particolarmente elevate ma un volume di storage superiore a **60 TB**. In questo caso, è preferibile orientarsi verso il servizio di archiviazione [NAS-HA](/links/storage/nas-ha), più economico e che permette di raggiungere capacità superiori a 58 TB per servizio. ### Volumi e qualità dei servizi (QoS) @@ -75,6 +75,6 @@ Per maggiori informazioni, consulta la [documentazione di FIO](https://fio.readt ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti su Discord: diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pl-pl.md index 2f8dcc1b613..d6a676586ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pl-pl.md @@ -10,7 +10,7 @@ updated: 2022-11-30 ## Wprowadzenie -Poznaj pojęcia związane z tworzeniem rezerw, monitorowaniem oraz testowaniem wydajności rozwiązania [Enterprise File Storage](https://www.ovhcloud.com/pl/storage-solutions/enterprise-file-storage/). +Poznaj pojęcia związane z tworzeniem rezerw, monitorowaniem oraz testowaniem wydajności rozwiązania [Enterprise File Storage](/links/storage/enterprise-file-storage). ## W praktyce @@ -31,7 +31,7 @@ Informacja ta jest ważna w przypadku architektury przestrzeni dyskowej. Przytoc - **Przykład nr 2**: Twoja infrastruktura wymaga **4500 IOPS** i ilości danych **1 TB**. W tym celu należy zapewnić zapasy **2 TB**, aby otrzymać **niezbędne 4500 IOPS**. W tym przypadku skorzystasz z **8000 IOPS** w przypadku wykorzystania dodatkowej pojemności. Chodzi zatem o nadmierne dostarczanie usługi, aby zapewnić pożądany poziom wydajności. -- **Przykład nr 3**: Twoja aplikacja nie wymaga szczególnie dużej wydajności, ale przestrzeni dyskowej większej niż **60 TB**. W takim przypadku lepiej jest wybrać usługę przestrzeni dyskowej [NAS-HA](https://www.ovhcloud.com/pl/storage-solutions/nas-ha/), która jest bardziej ekonomiczna i pozwala na osiągnięcie wydajności przekraczającej 58 TB na usługę. +- **Przykład nr 3**: Twoja aplikacja nie wymaga szczególnie dużej wydajności, ale przestrzeni dyskowej większej niż **60 TB**. W takim przypadku lepiej jest wybrać usługę przestrzeni dyskowej [NAS-HA](/links/storage/nas-ha), która jest bardziej ekonomiczna i pozwala na osiągnięcie wydajności przekraczającej 58 TB na usługę. ### Liczba woluminów i jakości usług (QoS) @@ -74,6 +74,6 @@ Więcej informacji znajduje się na stronie [dokumentacja FIO](https://fio.readt ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Przyłącz się do społeczności naszych użytkowników na Discord: diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pt-pt.md index 97af7e440f6..14fd3267852 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_concepts_performances/guide.pt-pt.md @@ -10,7 +10,7 @@ updated: 2022-11-30 ## Objetivo -Descubra os conceitos relacionados com o aprovisionamento, o acompanhamento e o teste de desempenho da solução [Enterprise File Storage](https://www.ovhcloud.com/pt/storage-solutions/enterprise-file-storage/). +Descubra os conceitos relacionados com o aprovisionamento, o acompanhamento e o teste de desempenho da solução [Enterprise File Storage](/links/storage/enterprise-file-storage). ## Instruções @@ -31,7 +31,7 @@ Esta informação é importante quando desenvolve a sua arquitetura de armazenam - **Exemplo n°2**: a sua infraestrutura requer **4500 IOPS** e um volume de dados de **1 TB**. Para isso, é necessário aprovisionar **2 TB** para obter os **4500 IOPS necessários**. Mais especificamente neste caso, beneficiará de **8000 IOPS** sobre a capacidade provisionada. Trata-se de aprovisionar o seu serviço de forma a assegurar o nível de desempenho desejado. -- **Exemplo n°3**: a sua aplicação não requer performance particular, mas um volume de armazenamento superior a **60 TB**. Neste caso, é preferível orientar-se para o serviço de armazenamento [NAS-HA](https://www.ovhcloud.com/pt/storage-solutions/nas-ha/), mais económico e que permite atingir capacidades superiores a 58 TB por serviço. +- **Exemplo n°3**: a sua aplicação não requer performance particular, mas um volume de armazenamento superior a **60 TB**. Neste caso, é preferível orientar-se para o serviço de armazenamento [NAS-HA](/links/storage/nas-ha), mais económico e que permite atingir capacidades superiores a 58 TB por serviço. ### volumes e qualidade de serviços (QoS) @@ -74,6 +74,6 @@ Encontre mais informações sobre [a documentação do FIO](https://fio.readthed ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores no Discord: diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.es-us.md index 34eb47cb57a..b1f0add05df 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.es-us.md @@ -16,12 +16,12 @@ Los servicios Enterprise File Storage pueden administrarse [a través de la API ## Requisitos -- Tener un servicio Enterprise File Storage en su cuenta de OVHcloud. El servicio puede contratarse desde la [página del producto](https://www.ovhcloud.com/es/storage-solutions/enterprise-file-storage/) o desde el [área de cliente de OVHcloud](https://www.ovh.com/manager/#/dedicated/netapp/new). -- Tienes acceso a tu [Panel de configuración de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). +- Tener un servicio Enterprise File Storage en su cuenta de OVHcloud. El servicio puede contratarse desde la [página del producto](/links/storage/enterprise-file-storage) o desde el [área de cliente de OVHcloud](https://www.ovh.com/manager/#/dedicated/netapp/new). +- Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). ## Procedimiento -Conéctese al [Panel de configuración de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) y seleccione `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Storage y Backup`{.action}, luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio de la lista. +Conéctese al [Panel de configuración de OVHcloud](/links/manager) y seleccione `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Storage y Backup`{.action}, luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio de la lista. ![Información general](images/manage_enterprise01.png){.thumbnail} @@ -148,6 +148,6 @@ Si no está familiarizado con la solución Enterprise File Storage, puede seguir [Enterprise File Storage - Gestión de snapshots de volúmenes](/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pl-pl.md index 917ddc97403..2ea2ebd7212 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pl-pl.md @@ -17,7 +17,7 @@ Usługi Enterprise File Storage mogą być zarządzane [za pośrednictwem API OV ## W praktyce -Zaloguj się do [Panelu client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i wybierz `Bare Metal Cloud`{.action} na górnym pasku nawigacji. Otwórz `Storage i Backup`{.action}, a następnie `Enterprise File Storage`{.action} w menu po lewej stronie i wybierz Twoją usługę z listy. +Zaloguj się do [Panelu client OVHcloud](/links/manager) i wybierz `Bare Metal Cloud`{.action} na górnym pasku nawigacji. Otwórz `Storage i Backup`{.action}, a następnie `Enterprise File Storage`{.action} w menu po lewej stronie i wybierz Twoją usługę z listy. ![Informacje ogólne](images/manage_enterprise01.png){.thumbnail} diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pt-pt.md index 769aacb3032..4400abd20d4 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_control_panel/guide.pt-pt.md @@ -212,7 +212,7 @@ Se não está familiarizado com a utilização da solução Enterprise File Stor [Enterprise File Storage - Gestão das snapshots de volumes](/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Se pretender usufruir de uma assistência na utilização e na configuração das suas soluções OVHcloud, consulte as nossas diferentes [ofertas de suporte](/links/support). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.de-de.md index 8ff4432e425..19ba646ee68 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.de-de.md @@ -28,7 +28,7 @@ Mit dieser Lösung können auch komplexere praktische Fälle wie "on-premise" Wo ### Kann Enterprise File Storage über das Kundencenter verwaltet werden? -Ja, diese Dienstleistung ist direkt über Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) erreichbar, im Bereich `Bare Metal Cloud`{.action}, dann `Storage und Backup`{.action}. +Ja, diese Dienstleistung ist direkt über Ihr [OVHcloud Kundencenter](/links/manager) erreichbar, im Bereich `Bare Metal Cloud`{.action}, dann `Storage und Backup`{.action}. ## Verfügbarkeit @@ -136,6 +136,6 @@ Enterprise File Storage ist ein Dienst, der monatlich nach Volumen abgerechnet w ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-asia.md index efe95f3aaca..6e388584e5f 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-asia.md @@ -24,7 +24,7 @@ This solution can also be used to address more complex, practical cases, such as ### Can Enterprise File Storage be managed from the OVHcloud Control Panel? -Yes, you can access this service directly from your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) by going to the `Bare Metal Cloud`{.action} section, then `Storage and Backup`{.action}. +Yes, you can access this service directly from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `Storage and Backup`{.action}. ## Availability @@ -132,6 +132,6 @@ Enterprise File Storage is a service that is billed monthly by volume (from 1 TB ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-au.md index f6de2e6e1b0..6e388584e5f 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.en-au.md @@ -24,7 +24,7 @@ This solution can also be used to address more complex, practical cases, such as ### Can Enterprise File Storage be managed from the OVHcloud Control Panel? -Yes, you can access this service directly from your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) by going to the `Bare Metal Cloud`{.action} section, then `Storage and Backup`{.action}. +Yes, you can access this service directly from your [OVHcloud Control Panel](/links/manager) by going to the `Bare Metal Cloud`{.action} section, then `Storage and Backup`{.action}. ## Availability @@ -132,6 +132,6 @@ Enterprise File Storage is a service that is billed monthly by volume (from 1 TB ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-es.md index ce5a043ddc6..93cd90dbc13 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-es.md @@ -28,7 +28,7 @@ Esta solución también permite dar respuesta a casos prácticos más complejos, ### ¿Se puede gestionar Enterprise File Storage desde el área de cliente? -Sí, puede acceder directamente a este servicio desde el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `Almacenamiento y Backup`{.action}". +Sí, puede acceder directamente a este servicio desde el [área de cliente de OVHcloud](/links/manager), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `Almacenamiento y Backup`{.action}". ## Disponibilidad @@ -136,6 +136,6 @@ Enterprise File Storage es un servicio con facturación mensual por volumen (de ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-us.md index 5e3624a9ecf..93cd90dbc13 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.es-us.md @@ -28,7 +28,7 @@ Esta solución también permite dar respuesta a casos prácticos más complejos, ### ¿Se puede gestionar Enterprise File Storage desde el área de cliente? -Sí, puede acceder directamente a este servicio desde el [área de cliente de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `Almacenamiento y Backup`{.action}". +Sí, puede acceder directamente a este servicio desde el [área de cliente de OVHcloud](/links/manager), en la sección `Bare Metal Cloud`{.action} y, seguidamente, en la sección `Almacenamiento y Backup`{.action}". ## Disponibilidad @@ -136,6 +136,6 @@ Enterprise File Storage es un servicio con facturación mensual por volumen (de ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.fr-ca.md index e4a8f6c68d2..6fedf972d73 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.fr-ca.md @@ -24,7 +24,7 @@ Cette solution permet également de répondre à des cas pratiques plus complexe ### Peut-on gérer Enterprise File Storage depuis l’espace client ? -Oui, ce service est directement accessible depuis votre [espace client OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), dans la rubrique `Bare Metal Cloud`{.action} puis `Storage et Backup`{.action}. +Oui, ce service est directement accessible depuis votre [espace client OVHcloud](/links/manager), dans la rubrique `Bare Metal Cloud`{.action} puis `Storage et Backup`{.action}. ## Disponibilité @@ -132,6 +132,6 @@ Enterprise File Storage est un service facturé mensuellement au volume (de 1 à ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.it-it.md index 16e41a63708..9982eb3861e 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.it-it.md @@ -28,7 +28,7 @@ Questa soluzione permette anche di rispondere a casi pratici più complessi, com ### È possibile gestire Enterprise File Storage dallo Spazio Cliente OVH? -Sì, il servizio è direttamente accessibile dallo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), nella sezione `Bare Metal Cloud`{.action}, poi `Storage e Backup`{.action}. +Sì, il servizio è direttamente accessibile dallo [Spazio Cliente OVHcloud](/links/manager), nella sezione `Bare Metal Cloud`{.action}, poi `Storage e Backup`{.action}. ## Disponibilità @@ -136,6 +136,6 @@ Enterprise File Storage è un servizio fatturato mensilmente al volume (da 1 a 5 ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pl-pl.md index 07155fed771..bd5f16193f2 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pl-pl.md @@ -28,7 +28,7 @@ Rozwiązanie to pozwala również na rozwiązanie bardziej złożonych problemó ### Czy można zarządzać Enterprise File Storage w Panelu klienta? -Tak, usługa ta jest dostępna bezpośrednio w [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), w sekcji `Bare Metal Cloud`{.action}, następnie `Storage i Backup`{.action}. +Tak, usługa ta jest dostępna bezpośrednio w [Panelu klienta OVHcloud](/links/manager), w sekcji `Bare Metal Cloud`{.action}, następnie `Storage i Backup`{.action}. ## Dostępność @@ -136,6 +136,6 @@ Enterprise File Storage to usługa płatna co miesiąc za wolumen (od 1 do 58 TB ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie. diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pt-pt.md index dc09bec1f64..1addf579e28 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_faq/guide.pt-pt.md @@ -28,7 +28,7 @@ Esta solução permite igualmente responder a casos práticos mais complexos, qu ### Posso gerir o Enterprise File Storage a partir da Área de Cliente? -Sim, este serviço está diretamente acessível a partir da sua [Área de Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), na secção `Bare Metal Cloud`{.action} e depois `Armazenamento e Backup`{.action}. +Sim, este serviço está diretamente acessível a partir da sua [Área de Cliente OVHcloud](/links/manager), na secção `Bare Metal Cloud`{.action} e depois `Armazenamento e Backup`{.action}. ## Disponibilidade @@ -136,6 +136,6 @@ Enterprise File Storage é um serviço faturado mensalmente ao volume (de 1 a 58 ## Saiba mais -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores em . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_nfs_client_considerations/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_nfs_client_considerations/guide.it-it.md index a172b04b460..830f921f475 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_nfs_client_considerations/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_nfs_client_considerations/guide.it-it.md @@ -52,6 +52,6 @@ Tuttavia, se si verificano errori di tipo "invalid device error" durante alcune ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra [Community di utenti](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.de-de.md index 62816db50fe..e90df3e9d40 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.de-de.md @@ -238,6 +238,6 @@ Sie können Ihr Volume mit folgender Route löschen: ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-asia.md index 00b9e3bee26..b66500b8e90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-asia.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-au.md index 8590fffdf65..b66500b8e90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-au.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ca.md index 70dd1a72ba7..b66500b8e90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ca.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-gb.md index a41f8978702..11bd1782183 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-gb.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ie.md index c3d8a609a8e..11bd1782183 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-ie.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-sg.md index a3d78a85c37..b66500b8e90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-sg.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-us.md index 4dfcd6ab053..b66500b8e90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.en-us.md @@ -234,6 +234,6 @@ You can remove your volume using the following route: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-es.md index c72890b007a..a39390c1457 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-es.md @@ -238,6 +238,6 @@ Puede eliminar el volumen utilizando la siguiente ruta de la API: ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-us.md index 203e3219757..222aad6ae3a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.es-us.md @@ -17,7 +17,7 @@ Esta guía explica cómo empezar con Enterprise File Storage. ## Requisitos - Tener contratado un plan Enterprise File Storage de OVHcloud. -- Estar conectado a la página de las [API de OVHcloud](https://ca.api.ovh.com/) +- Estar conectado a la página de las [API de OVHcloud](/links/api) - Saber [montar un NAS mediante NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_nfs) ## Lo esencial @@ -238,6 +238,6 @@ Puede eliminar el volumen utilizando la siguiente ruta de la API: ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-ca.md index 675396f18c1..8387ebce4b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide de démarrage rapide, découvrez comment débuter sur votre offre ## Prérequis - Disposer d'une offre OVHcloud Enterprise File Storage -- Être connecté sur la page des [API OVHcloud](https://ca.api.ovh.com/) +- Être connecté sur la page des [API OVHcloud](/links/api) - Savoir [monter un partage NFS](/pages/storage_and_backup/file_storage/ha_nas/nas_nfs) ## L'essentiel @@ -234,6 +234,6 @@ Vous pouvez supprimer votre volume à l'aide de la route API suivante : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-fr.md index 7cff55e13c7..731c36af002 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.fr-fr.md @@ -234,6 +234,6 @@ Vous pouvez supprimer votre volume à l'aide de la route API suivante : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.it-it.md index bc44856fc19..441f58bb00a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.it-it.md @@ -238,6 +238,6 @@ Puoi eliminare il tuo volume utilizzando la strada API seguente: ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pl-pl.md index 3409d3d7610..c44b2e729e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pl-pl.md @@ -238,6 +238,6 @@ Możesz usunąć wolumen za pomocą następującej drogi API: ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pt-pt.md index b6516ccbbd1..b348a7664ce 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_quick_start/guide.pt-pt.md @@ -238,6 +238,6 @@ Pode eliminar o seu volume através da seguinte rota API: ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores: . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.de-de.md index edb2cac796a..66b59b17ea4 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.de-de.md @@ -16,7 +16,7 @@ Sie können ein Volume mithilfe der Funktion *snapshot revert* auf den Stand des ## Voraussetzungen -- Sie nutzen [OVHcloud Enterprise File Storage](https://www.ovhcloud.com/en-gb/storage-solutions/enterprise-file-storage/) und verfügen über ein Volume. +- Sie nutzen [OVHcloud Enterprise File Storage](/links/storage/enterprise-file-storage) und verfügen über ein Volume. - Sie können sich in der [OVHcloud API-Konsole](https://api.ovh.com/) einloggen. ## Grundlagen @@ -149,6 +149,6 @@ Das Volume wird jetzt auf den ausgewählten Snapshot zurückgesetzt. ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-asia.md index aa7d37003ea..b4b681f72e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-asia.md @@ -13,7 +13,7 @@ In this guide, we will provide an overview of how you can revert a volume to its ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud API](https://ca.api.ovh.com/) +- Access to the [OVHcloud API](/links/api) ## Basics @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-au.md index de1ac892fa2..b4b681f72e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-au.md @@ -13,7 +13,7 @@ In this guide, we will provide an overview of how you can revert a volume to its ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud API](https://ca.api.ovh.com/) +- Access to the [OVHcloud API](/links/api) ## Basics @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ca.md index 33395a9b958..b4b681f72e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ca.md @@ -13,7 +13,7 @@ In this guide, we will provide an overview of how you can revert a volume to its ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud API](https://ca.api.ovh.com/) +- Access to the [OVHcloud API](/links/api) ## Basics @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-gb.md index 80e5390324b..ae642178443 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-gb.md @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ie.md index da667c0f701..ae642178443 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-ie.md @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-sg.md index f3d81d6b2fc..b4b681f72e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-sg.md @@ -13,7 +13,7 @@ In this guide, we will provide an overview of how you can revert a volume to its ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud API](https://ca.api.ovh.com/) +- Access to the [OVHcloud API](/links/api) ## Basics @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-us.md index 211e42f173a..b4b681f72e3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.en-us.md @@ -13,7 +13,7 @@ In this guide, we will provide an overview of how you can revert a volume to its ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud API](https://ca.api.ovh.com/) +- Access to the [OVHcloud API](/links/api) ## Basics @@ -145,6 +145,6 @@ The volume is now restored to the selected snapshot. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-es.md index 6ce6ffc46b8..9c9163d837e 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-es.md @@ -149,6 +149,6 @@ El volumen se restaurará en el snapshot seleccionado. ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-us.md index 37e0ad09118..21d5749d336 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.es-us.md @@ -17,7 +17,7 @@ Esta guía explica cómo restaurar un volumen a su último snapshot utilizando l ## Requisitos - Disponer de una solución OVHcloud Enterprise File Storage con un volumen -- Estar conectado a la [API de OVHcloud](https://ca.api.ovh.com/) +- Estar conectado a la [API de OVHcloud](/links/api) ## Principios básicos @@ -149,6 +149,6 @@ El volumen se restaurará en el snapshot seleccionado. ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-ca.md index 981996783ec..5e6e5b4eb2d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide, nous allons expliquer comment restaurer un volume à son dernier ## Prérequis - Disposer d'une offre OVHcloud Enterprise File Storage avec un volume -- Être connecté à l’[API OVHcloud](https://ca.api.ovh.com/) +- Être connecté à l’[API OVHcloud](/links/api) ## Principes de base @@ -145,6 +145,6 @@ Le volume est maintenant restauré au snapshot sélectionné. ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-fr.md index 1269e0d2c25..f8f533c3f58 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.fr-fr.md @@ -145,6 +145,6 @@ Le volume est maintenant restauré au snapshot sélectionné. ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.it-it.md index 94514023af1..b49a1ee0fb9 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.it-it.md @@ -149,6 +149,6 @@ A questo punto il volume verrà ripristinato allo Snapshot selezionato. ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all'indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pl-pl.md index 6ce87a7788b..688dbe2d185 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pl-pl.md @@ -149,6 +149,6 @@ Wolumen jest teraz przywracany do wybranego snapshota. ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pt-pt.md index dcd3183e42b..ceea6d66a16 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_revert_snapshot/guide.pt-pt.md @@ -149,6 +149,6 @@ O volume será restaurado para a snapshot selecionada. ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.de-de.md index ddc52228030..102231e5406 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.de-de.md @@ -15,7 +15,7 @@ In dieser Anleitung geben wir Ihnen einen Überblick über die Verwaltung Ihrer **Diese Anleitung erklärt, wie Sie eine Snapshot-Policy erstellen, auf Ihr Volume anwenden, auf Ihr Volume anwenden, modifizieren und löschen.** - Sie verfügen über einen OVHcloud Enterprise File Storage mit verfügbarem Volume. -- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). ## Grundlagen @@ -26,7 +26,7 @@ Eine Snapshot-Policy erlaubt es, die Erstellung von Snapshots anhand verschieden ## In der praktischen Anwendung -Loggen Sie sich in Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) ein und wählen Sie `Bare Metal Cloud`{.action} in der oberen Navigationsleiste aus. Öffnen Sie `Storage und Backup`{.action}, dann `Enterprise File Storage`{.action} im linken Menü und wählen Sie Ihre Dienstleistung in der Liste aus. +Loggen Sie sich in Ihr [OVHcloud Kundencenter](/links/manager) ein und wählen Sie `Bare Metal Cloud`{.action} in der oberen Navigationsleiste aus. Öffnen Sie `Storage und Backup`{.action}, dann `Enterprise File Storage`{.action} im linken Menü und wählen Sie Ihre Dienstleistung in der Liste aus. ### Snapshot-Policy erstellen @@ -90,6 +90,6 @@ So löschen Sie eine Snapshot-Policy: ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-asia.md index 28eb36066ae..ac7bc068589 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-asia.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-au.md index be3be23f60f..ac7bc068589 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-au.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ca.md index 095c5dc7971..38b6445f414 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ca.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-gb.md index 25ef8710a32..38b6445f414 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-gb.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ie.md index 3d03db28866..38b6445f414 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-ie.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-sg.md index 0d8f80eadf7..2662a6aa7e9 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-sg.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-us.md index 581b7b8e5c6..ac7bc068589 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.en-us.md @@ -12,7 +12,7 @@ Learn how to create a snapshot policy, apply it to your volume, modify and delet ## Requirements - An OVHcloud Enterprise File Storage service with an available volume -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) ## Basics @@ -22,7 +22,7 @@ A snapshot policy allows you to automate the snapshot creation using different p ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Bare Metal Cloud`{.action} in the top navigation bar. Open `Storage and Backup`{.action} and `Enterprise File Storage`{.action} in the left-hand menu, then select your service from the list. ### Creating your snapshot policy @@ -86,6 +86,6 @@ To delete a snapshot policy: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-es.md index ae7434945f1..c857ae87ee4 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-es.md @@ -17,7 +17,7 @@ Esta guía explica cómo gestionar las políticas de snapshots para los volúmen ## Requisitos - Un servicio Enterprise File Storage de OVHcloud con un volumen disponible -- Estar conectado a su [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Estar conectado a su [área de cliente de OVHcloud](/links/manager) ## Principios básicos @@ -27,7 +27,7 @@ Una política de snapshots permite automatizar la creación de snapshots utiliza ## Procedimiento -Conéctese a su [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) y seleccione la pestaña `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Almacenamiento y backup`{.action} y luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio en la lista. +Conéctese a su [área de cliente de OVHcloud](/links/manager) y seleccione la pestaña `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Almacenamiento y backup`{.action} y luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio en la lista. ### Crear una política de snapshots @@ -91,6 +91,6 @@ Para eliminar una política de snapshots: ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-us.md index e39e6cc14a4..c857ae87ee4 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.es-us.md @@ -17,7 +17,7 @@ Esta guía explica cómo gestionar las políticas de snapshots para los volúmen ## Requisitos - Un servicio Enterprise File Storage de OVHcloud con un volumen disponible -- Estar conectado a su [área de cliente de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Estar conectado a su [área de cliente de OVHcloud](/links/manager) ## Principios básicos @@ -27,7 +27,7 @@ Una política de snapshots permite automatizar la creación de snapshots utiliza ## Procedimiento -Conéctese a su [área de cliente de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) y seleccione la pestaña `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Almacenamiento y backup`{.action} y luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio en la lista. +Conéctese a su [área de cliente de OVHcloud](/links/manager) y seleccione la pestaña `Bare Metal Cloud`{.action} en la barra de navegación superior. Abra `Almacenamiento y backup`{.action} y luego `Enterprise File Storage`{.action} en el menú de la izquierda y seleccione su servicio en la lista. ### Crear una política de snapshots @@ -91,6 +91,6 @@ Para eliminar una política de snapshots: ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-ca.md index e01b09b4ff5..ac1609d2fe8 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide, nous allons vous donner un aperçu de la gestion de vos politique ## Prérequis - Un service Enterprise File Storage OVHcloud avec un volume disponible -- Être connecté à votre [espace client OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Être connecté à votre [espace client OVHcloud](/links/manager) ## Principes de base @@ -23,7 +23,7 @@ Une politique de snapshot permet d'automatiser la création de snapshots à l'ai ## En pratique -Connectez-vous à votre [espace client OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) et sélectionnez l'onglet `Bare Metal Cloud`{.action} dans la barre de navigation supérieure. Ouvrez `Storage et sauvegarde`{.action} puis `Enterprise File Storage`{.action} dans le menu de gauche et sélectionnez votre service dans la liste. +Connectez-vous à votre [espace client OVHcloud](/links/manager) et sélectionnez l'onglet `Bare Metal Cloud`{.action} dans la barre de navigation supérieure. Ouvrez `Storage et sauvegarde`{.action} puis `Enterprise File Storage`{.action} dans le menu de gauche et sélectionnez votre service dans la liste. ### Créer votre politique de snapshot @@ -87,6 +87,6 @@ Pour supprimer une politique de snapshot : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-fr.md index 3488036bb6c..ac1609d2fe8 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.fr-fr.md @@ -13,7 +13,7 @@ Dans ce guide, nous allons vous donner un aperçu de la gestion de vos politique ## Prérequis - Un service Enterprise File Storage OVHcloud avec un volume disponible -- Être connecté à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Être connecté à votre [espace client OVHcloud](/links/manager) ## Principes de base @@ -23,7 +23,7 @@ Une politique de snapshot permet d'automatiser la création de snapshots à l'ai ## En pratique -Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) et sélectionnez l'onglet `Bare Metal Cloud`{.action} dans la barre de navigation supérieure. Ouvrez `Storage et sauvegarde`{.action} puis `Enterprise File Storage`{.action} dans le menu de gauche et sélectionnez votre service dans la liste. +Connectez-vous à votre [espace client OVHcloud](/links/manager) et sélectionnez l'onglet `Bare Metal Cloud`{.action} dans la barre de navigation supérieure. Ouvrez `Storage et sauvegarde`{.action} puis `Enterprise File Storage`{.action} dans le menu de gauche et sélectionnez votre service dans la liste. ### Créer votre politique de snapshot @@ -87,6 +87,6 @@ Pour supprimer une politique de snapshot : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.it-it.md index 5c579f55c50..e9706f9f78a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.it-it.md @@ -17,7 +17,7 @@ Questa guida ti mostra la gestione delle politiche di Snapshot per i volumi Ente ## Prerequisiti - Un servizio Enterprise File Storage OVHcloud con un volume disponibile -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) ## Nozioni di base @@ -27,7 +27,7 @@ Una politica di Snapshot permette di automatizzare la creazione degli Snapshot u ## Procedura -Accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) e seleziona la scheda `Bare Metal Cloud`{.action} nella barra di navigazione superiore. Apri `Storage e Backup`{.action} poi `Enterprise File Storage`{.action} nel menu a sinistra e seleziona il servizio dalla lista. +Accedi allo [Spazio Cliente OVHcloud](/links/manager) e seleziona la scheda `Bare Metal Cloud`{.action} nella barra di navigazione superiore. Apri `Storage e Backup`{.action} poi `Enterprise File Storage`{.action} nel menu a sinistra e seleziona il servizio dalla lista. ### Crea la tua politica di Snapshot @@ -91,6 +91,6 @@ Per eliminare una politica di Snapshot: ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all'indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pl-pl.md index b815ff08807..4c373dc557e 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pl-pl.md @@ -17,7 +17,7 @@ W niniejszym przewodniku wyjaśnimy, jak zarządzać politykami wykonywania snap ## Wymagania początkowe - Usługa Enterprise File Storage od OVHcloud z dostępnym wolumenem -- Dostęp do [Panelu client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Dostęp do [Panelu client OVHcloud](/links/manager) ## Podstawowe zasady @@ -27,7 +27,7 @@ Polityka wykonywania snapshotów pozwala na zautomatyzowanie tworzenia snapshot ## W praktyce -Zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i na górnym pasku nawigacji wybierz zakładkę `Bare Metal Cloud`{.action}. Otwórz `Storage i Backup`{.action}, następnie `Enterprise File Storage`{.action} w menu po lewej stronie i wybierz swoją usługę z listy. +Zaloguj się do [Panelu klienta OVHcloud](/links/manager) i na górnym pasku nawigacji wybierz zakładkę `Bare Metal Cloud`{.action}. Otwórz `Storage i Backup`{.action}, następnie `Enterprise File Storage`{.action} w menu po lewej stronie i wybierz swoją usługę z listy. ### Utwórz politykę wykonywania snapshotów @@ -91,6 +91,6 @@ Aby usunąć politykę wykonywania snapshotów: ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pt-pt.md index 24744f69c52..c78febb1b0f 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_snapshot_policy/guide.pt-pt.md @@ -17,7 +17,7 @@ Neste guia, vamos dar-lhe uma visão geral da gestão das suas políticas de sna ## Requisitos - Um serviço Enterprise File Storage da OVHcloud com um volume disponível -- Ter acesso à [Área de Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). +- Ter acesso à [Área de Cliente OVHcloud](/links/manager). ## Princípios básicos @@ -27,7 +27,7 @@ Uma política de snapshot permite automatizar a criação de snapshots graças a ## Instruções -Aceda à [Área de Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) e selecione o separador `Bare Metal Cloud`{.action} na barra de navegação superior. Abra o `Armazenamento e backup`{.action} e depois o `Enterprise File Storage`{.action} no menu à esquerda e selecione o seu serviço na lista. +Aceda à [Área de Cliente OVHcloud](/links/manager) e selecione o separador `Bare Metal Cloud`{.action} na barra de navegação superior. Abra o `Armazenamento e backup`{.action} e depois o `Enterprise File Storage`{.action} no menu à esquerda e selecione o seu serviço na lista. ### Criar a política de snapshot @@ -91,6 +91,6 @@ Para eliminar uma política de snapshots: ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.de-de.md index 462361a3bac..d38a7e2bc90 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.de-de.md @@ -146,6 +146,6 @@ Sie erhalten `aclRuleId` bei Erstellung der ACL oder indem Sie bestehende ACLs I ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-asia.md index 9cb8760e1b2..bbe1f6a2c46 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-asia.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-au.md index 9bdeb59edd4..bbe1f6a2c46 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-au.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ca.md index 994b3430edf..bbe1f6a2c46 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ca.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-gb.md index db13acc4d7e..41f66fa0df1 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-gb.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ie.md index 5ecfe5d5946..41f66fa0df1 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-ie.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-sg.md index 37a4f1c7e68..bbe1f6a2c46 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-sg.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-us.md index 7e80fa6022d..bbe1f6a2c46 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.en-us.md @@ -142,6 +142,6 @@ You can get the `aclRuleId` either from the ACL creation body response or by lis ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-es.md index 8a6a9899b44..dd72a786e89 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-es.md @@ -146,6 +146,6 @@ Puede obtener el `aclRuleId` a partir de la respuesta obtenida al crear el ACL o ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Únase a nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-us.md index babd1c2630e..fc58104179a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.es-us.md @@ -17,7 +17,7 @@ Esta guía explica cómo gestionar las ACL de un volumen para la solución OVHcl ## Requisitos - Tener contratado un plan Enterprise File Storage de OVHcloud con un volumen. -- Estar conectado a la página de las [API de OVHcloud](https://ca.api.ovh.com/). +- Estar conectado a la página de las [API de OVHcloud](/links/api). ## Lo esencial @@ -146,6 +146,6 @@ Puede obtener el `aclRuleId` a partir de la respuesta obtenida al crear el ACL o ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Únase a nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-ca.md index 9c757209354..4cc9682be78 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide, découvrez comment gérer les ACL d'un volume pour l'offre OVHclo ## Prérequis - Disposer d'une offre OVHcloud Enterprise File Storage avec un volume -- Être connecté sur la page des [API OVHcloud](https://ca.api.ovh.com/) +- Être connecté sur la page des [API OVHcloud](/links/api) ## L'essentiel @@ -142,6 +142,6 @@ Vous pouvez obtenir le `aclRuleId` à partir de la réponse obtenue lors de cré ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-fr.md index 2fbad591535..2b3e75bc10a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.fr-fr.md @@ -142,6 +142,6 @@ Vous pouvez obtenir le `aclRuleId` à partir de la réponse obtenue lors de cré ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.it-it.md index 53dcf567294..9e6f2237567 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.it-it.md @@ -145,6 +145,6 @@ Puoi ottenere il `aclRuleId` a partire dalla risposta ottenuta durante la creazi ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pl-pl.md index 35cdb79c117..8b0021cca45 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pl-pl.md @@ -146,6 +146,6 @@ Możesz uzyskać `aclRuleId` na podstawie odpowiedzi uzyskanej podczas tworzenia ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pt-pt.md index 6459381dfcf..5f023f4c2b6 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_acl/guide.pt-pt.md @@ -146,6 +146,6 @@ Pode obter o `aclRuleId` a partir da resposta obtida aquando da criação do ACL ## Saiba mais -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.de-de.md index 793fd85b713..e40f794ae77 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.de-de.md @@ -171,6 +171,6 @@ Ersetzen Sie `serviceName` mit der ID Ihres Dienstes, `shareId` mit der Volume-I ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-asia.md index d3bd610a976..c4d17ac4b4d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-asia.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-au.md index dc69b47b5c9..c4d17ac4b4d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-au.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ca.md index 14ec3fe7548..c4d17ac4b4d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ca.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-gb.md index 0553aac23b3..e1b04ddb914 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-gb.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ie.md index eb2d3693083..e1b04ddb914 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-ie.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-sg.md index 6ec26327d8d..c4d17ac4b4d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-sg.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-us.md index b71ba0d65c7..c4d17ac4b4d 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.en-us.md @@ -167,6 +167,6 @@ Replace `serviceName` with the ID of your service, `shareId` with your volume ID ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-es.md index 6c73e31fa45..2b16b60df99 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-es.md @@ -171,6 +171,6 @@ Sustituya el `serviceName` por el ID del servicio, `shareId` por el ID del volum ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-us.md index a09e3067e04..49d96f7a22e 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.es-us.md @@ -17,7 +17,7 @@ Esta guía explica cómo gestionar los snapshots de los volúmenes de la soluci ## Requisitos - Tener contratado un plan Enterprise File Storage de OVHcloud con un volumen. -- Estar conectado a la página de las [API de OVHcloud](https://ca.api.ovh.com/) +- Estar conectado a la página de las [API de OVHcloud](/links/api) ## Lo esencial @@ -171,6 +171,6 @@ Sustituya el `serviceName` por el ID del servicio, `shareId` por el ID del volum ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-ca.md index 5a033528518..40b95657144 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide, découvrez comment gérer les snapshots des volumes pour l'offre ## Prérequis - Disposer d'une offre OVHcloud Enterprise File Storage avec un volume -- Être connecté sur la page des [API OVHcloud](https://ca.api.ovh.com/) +- Être connecté sur la page des [API OVHcloud](/links/api) ## L'essentiel @@ -167,6 +167,6 @@ Remplacez `serviceName` par l'ID de votre service, `shareId` par l'ID du volume ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-fr.md index 4be8ea20b6f..53c225d6304 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.fr-fr.md @@ -167,6 +167,6 @@ Remplacez `serviceName` par l'ID de votre service, `shareId` par l'ID du volume ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.it-it.md index 43801bfb5cf..3faf055b8a3 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.it-it.md @@ -171,6 +171,6 @@ Sostituisci `serviceName` con l'ID del tuo servizio, `shareId` con l'ID del volu ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pl-pl.md index cc0d8c41977..f049496a8a8 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pl-pl.md @@ -171,6 +171,6 @@ Zastąp `serviceName` ID Twojej usługi, `shareId` ID wolumenu i `snapshotId` ID ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pt-pt.md index 69e02a47037..9817b38e2c9 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volume_snapshots/guide.pt-pt.md @@ -171,6 +171,6 @@ Substitua o `serviceName` pelo ID do seu serviço, `shareId` pelo ID do volume e ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores: . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.de-de.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.de-de.md index c592637783a..0bf1dcea264 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.de-de.md @@ -185,6 +185,6 @@ Ersetzen Sie `serviceName` mit der ID Ihres Dienstes und `shareId` mit der ID de [Erste Schritte mit der OVHcloud API](/pages/manage_and_operate/api/first-steps) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-asia.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-asia.md index 274ba9d0525..d0d17060e6a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-asia.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-au.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-au.md index 692d3ed235a..d0d17060e6a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-au.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ca.md index cac70c16d80..d0d17060e6a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ca.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-gb.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-gb.md index 01be16487c4..df989ddb2a7 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-gb.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ie.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ie.md index 87653f83aa4..df989ddb2a7 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-ie.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-sg.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-sg.md index 60db512f982..d0d17060e6a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-sg.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-us.md index 4adfe262df9..d0d17060e6a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.en-us.md @@ -180,6 +180,6 @@ Replace `serviceName` with the ID of your service and `shareId` with your volume ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-es.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-es.md index 0a75384542b..4644234958a 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-es.md @@ -185,6 +185,6 @@ Sustituya el `serviceName` por el ID de su servicio y `shareId` por el ID del vo [Primeros pasos con las API de OVHcloud](/pages/manage_and_operate/api/first-steps) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-us.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-us.md index b0129185110..42893786d03 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.es-us.md @@ -185,6 +185,6 @@ Sustituya el `serviceName` por el ID de su servicio y `shareId` por el ID del vo [Primeros pasos con las API de OVHcloud](/pages/manage_and_operate/api/first-steps) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-ca.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-ca.md index 3e5237a7a27..e4f20e379f8 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans ce guide, découvrez comment gérer les volumes pour l'offre OVHcloud Enter ## Prérequis - Disposer d'une offre OVHcloud Enterprise File Storage -- Être connecté sur la page des [API OVHcloud](https://ca.api.ovh.com/) +- Être connecté sur la page des [API OVHcloud](/links/api) ## L'essentiel @@ -181,6 +181,6 @@ Remplacez `serviceName` par l'ID de votre service et `shareId` par l'ID du volum [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-fr.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-fr.md index 60bdced0ab0..d529a435b5b 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.fr-fr.md @@ -181,6 +181,6 @@ Remplacez `serviceName` par l'ID de votre service et `shareId` par l'ID du volum [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.it-it.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.it-it.md index f14a3c9b0d2..9eb498032b9 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.it-it.md @@ -185,6 +185,6 @@ Sostituisci `serviceName` con l'ID del tuo servizio e `shareId` con l'ID del vol [Iniziare a utilizzare le API OVHcloud](/pages/manage_and_operate/api/first-steps) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pl-pl.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pl-pl.md index da92c3cab1b..2d186665c01 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pl-pl.md @@ -185,6 +185,6 @@ Zamień `serviceName` na ID usługi i `shareId` na ID wolumenu do usunięcia. [Pierwsze kroki z API OVHcloud](/pages/manage_and_operate/api/first-steps) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na . diff --git a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pt-pt.md b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pt-pt.md index 5a6769dcf51..96f6090dcdf 100644 --- a/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/enterprise_file_storage/netapp_volumes/guide.pt-pt.md @@ -185,6 +185,6 @@ Substitua o `serviceName` pelo ID do seu serviço e `shareId` pelo ID do volume [Primeiros passos com as API OVHcloud](/pages/manage_and_operate/api/first-steps)(EN) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md index 8ba48ad0c97..0bb5a5dc905 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md @@ -14,7 +14,7 @@ Konfigurieren und mounten Sie einen OVHcloud HA-NAS-Speicherraum auf Ihrem Windo ## Voraussetzungen -- Sie haben einen [Dedicated Server](https://www.ovhcloud.com/de/bare-metal/) **oder** einen [VPS](https://www.ovhcloud.com/de/vps/) **oder** eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/) mit einer Windows-Distribution in Ihrem Kunden-Account. +- Sie haben einen [Dedicated Server](/links/bare-metal/bare-metal) **oder** einen [VPS](/links/bare-metal/vps) **oder** eine [Public Cloud Instanz](/links/public-cloud/public-cloud) mit einer Windows-Distribution in Ihrem Kunden-Account. - Sie verfügen über eine [HA-NAS Lösung](https://www.ovh.de/nas/). ### Einstellungen @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [Häufig gestellte Fragen zu HA-NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md index ea5f1a94578..ca54cdef32d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/asia/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/asia/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/asia/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.co.uk/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md index 2dfab20afa8..ca54cdef32d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en-au/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en-au/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en-au/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.co.uk/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md index 26dcaeca1d0..fe7db596527 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md @@ -10,8 +10,8 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en-ca/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en-ca/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en-ca/public-cloud/) with a Windows distribution -- a [HA-NAS solution](https://www.ovhcloud.com/en-ca/) +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution +- a [HA-NAS solution](/links/website) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md index 3bf3f8c12d7..ca54cdef32d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en-gb/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en-gb/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en-gb/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.co.uk/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md index a7de2699ce0..4142c3f26a3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en-ie/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en-ie/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en-ie/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.ie/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md index 2a57f71ba6c..ca54cdef32d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en-sg/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en-sg/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en-sg/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.co.uk/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md index 699a2be689c..1399c5c31cb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md @@ -10,7 +10,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements -- a [Dedicated Server](https://www.ovhcloud.com/en/bare-metal/) **or** a [VPS](https://www.ovhcloud.com/en/vps/) **or** a [Public Cloud Instance](https://www.ovhcloud.com/en/public-cloud/) with a Windows distribution +- a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution - a [HA-NAS solution](https://www.ovh.com/world/nas/) ### Settings @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Frequently Asked Questions](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md index 003e5ceb705..f9dfa1a8c5c 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md @@ -14,7 +14,7 @@ Configure e monte su espacio de almacenamiento NAS-HA OVHcloud en Windows Server ## Requisitos -- Un [servidor dedicado](https://www.ovhcloud.com/es-es/bare-metal/) **o** un [VPS](https://www.ovhcloud.com/es-es/vps/) **o** una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) con una distribución Windows. +- Un [servidor dedicado](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** una [instancia de Public Cloud](/links/public-cloud/public-cloud) con una distribución Windows. - Una oferta [NAS-HA](https://www.ovh.es/nas/). ### Configuración @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [Preguntas frecuentes sobre los NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md index 866886ad588..7a4075806ca 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md @@ -14,7 +14,7 @@ Configure e monte su espacio de almacenamiento NAS-HA OVHcloud en Windows Server ## Requisitos -- Un [servidor dedicado](https://www.ovhcloud.com/es/bare-metal/) **o** un [VPS](https://www.ovhcloud.com/es/vps/) **o** una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) con una distribución Windows. +- Un [servidor dedicado](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** una [instancia de Public Cloud](/links/public-cloud/public-cloud) con una distribución Windows. - Una oferta [NAS-HA](https://www.ovh.com/world/es/nas/). ### Configuración @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [Preguntas frecuentes sobre los NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md index ff4f7bc38db..032010baee8 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md @@ -10,7 +10,7 @@ Configurez et montez votre espace de stockage NAS-HA OVHcloud sur Windows Server ## Prérequis -- Un [serveur dédié](https://www.ovhcloud.com/fr-ca/bare-metal/) **ou** un [VPS](https://www.ovhcloud.com/fr-ca/vps/) **ou** une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) avec une distribution Windows. +- Un [serveur dédié](/links/bare-metal/bare-metal) **ou** un [VPS](/links/bare-metal/vps) **ou** une [instance Public Cloud](/links/public-cloud/public-cloud) avec une distribution Windows. - Une offre [NAS-HA](https://www.ovh.com/ca/fr/nas/). ### Configuration @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_NOM_PARTITION_1 [Les questions fréquentes concernant le NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md index c2381a35702..a42b9f61f64 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md @@ -10,7 +10,7 @@ Configurez et montez votre espace de stockage NAS-HA OVHcloud sur Windows Server ## Prérequis -- Un [serveur dédié](https://www.ovhcloud.com/fr/bare-metal/) **ou** un [VPS](https://www.ovhcloud.com/fr/vps/) **ou** une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) avec une distribution Windows. +- Un [serveur dédié](/links/bare-metal/bare-metal) **ou** un [VPS](/links/bare-metal/vps) **ou** une [instance Public Cloud](/links/public-cloud/public-cloud) avec une distribution Windows. - Une offre [NAS-HA](https://www.ovh.com/fr/nas/). ### Configuration @@ -43,6 +43,6 @@ net use z: \\10.16.101.8\zpool-000206_NOM_PARTITION_1 [Les questions fréquentes concernant le NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md index fe99c074bd1..931112a931f 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md @@ -14,7 +14,7 @@ Configura e monta il tuo spazio di storage NAS-HA OVHcloud su Windows Server tra ## Prerequisiti -- Un [server dedicato](https://www.ovhcloud.com/it/bare-metal/) **o** un [VPS](https://www.ovhcloud.com/it/vps/) **o** un'[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/) con distribuzione Windows. +- Un [server dedicato](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** un'[istanza Public Cloud](/links/public-cloud/public-cloud) con distribuzione Windows. - Un'offerta [NAS-HA](https://www.ovh.it/nas/). ### Configurazione @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [Domande frequenti sul NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md index e7411ec0816..8b33e9da0da 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md @@ -14,7 +14,7 @@ Konfiguracja i zamontowanie przestrzeni dyskowej NAS-HA OVHcloud na serwerze Win ## Wymagania początkowe -- Posiadanie [Serwer dedykowany](https://www.ovhcloud.com/pl/bare-metal/), **lub** [VPS](https://www.ovhcloud.com/pl/vps/) **lub** [instancja Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) z dystrybucją Windows. +- Posiadanie [Serwer dedykowany](/links/bare-metal/bare-metal), **lub** [VPS](/links/bare-metal/vps) **lub** [instancja Public Cloud](/links/public-cloud/public-cloud) z dystrybucją Windows. - Posiadanie usługi [NAS-HA](https://www.ovh.pl/nas/) ### Ustawienia @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [Najczęściej zadawane pytania dotyczące technologii NAS](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md index 80f35a332fa..1d256a111aa 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md @@ -14,7 +14,7 @@ Configure e monte o seu espaço de armazenamento NAS-HA OVHcloud no Windows Serv ## Requisitos -- Um [servidor dedicado](https://www.ovhcloud.com/pt/bare-metal/) **ou** um [VPS]https://www.ovhcloud.com/pt/vps/) **ou** uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) com uma distribuição Windows. +- Um [servidor dedicado](/links/bare-metal/bare-metal) **ou** um [VPS]https://www.ovhcloud.com/pt/vps/) **ou** uma [instância Public Cloud](/links/public-cloud/public-cloud) com uma distribuição Windows. - Uma oferta [NAS-HA](https://www.ovh.pt/nas/). ### Configuração @@ -47,6 +47,6 @@ net use z: \\10.16.101.8\zpool-000206_PARTITION_NAME_1 [NAS - Perguntas Frequentes](/pages/storage_and_backup/file_storage/ha_nas/nas_faq) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.de-de.md index f56eef06d7f..98974c76723 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.de-de.md @@ -15,12 +15,12 @@ Ein NAS (Network Attached Storage) ist ein Dateiserver, der mit einem Netzwerk v ## Voraussetzungen - Sie verfügen über eine IP-Adresse, die an einen OVHcloud Dienst angebunden ist (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud Instanz, etc.). -- Sie haben ein [OVHcloud HA-NAS](https://www.ovhcloud.com/de/storage-solutions/nas-ha/) in Ihrem Kunden-Account. -- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +- Sie haben ein [OVHcloud HA-NAS](/links/storage/nas-ha) in Ihrem Kunden-Account. +- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). ## In der praktischen Anwendung -Die Verwaltung Ihres HA-NAS erfolgt über das [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +Die Verwaltung Ihres HA-NAS erfolgt über das [OVHcloud Kundencenter](/links/manager). Klicken Sie nach dem Login auf `Bare Metal Cloud`{.action} und dann im linken Menü auf `NAS und CDN`{.action}. Klicken Sie auf Ihre Dienstleistung, um Zugriff auf das Verwaltungsinterface zu erhalten. @@ -116,6 +116,6 @@ Um eine Partition zu löschen, klicken Sie auf den `...`{.action} Button rechts ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md index 2253a0615f7..9b7dc2b0ab3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.co.uk/nas/) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md index ac5775ab1ae..9b7dc2b0ab3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.co.uk/nas/) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md index 7a355a8d911..72dd5e5e94e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.com/ca/en/nas/) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md index c89c3549834..9b7dc2b0ab3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.co.uk/nas/) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md index dd45a32b8df..8b29e5e2b92 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.ie/nas/) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md index 5c0746b7752..9b7dc2b0ab3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.co.uk/nas/) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md index 17c82357976..466b27b9b4c 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md @@ -12,11 +12,11 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) - A [HA-NAS solution](https://www.ovh.com/world/nas/) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} +- Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions -You can manage your HA-NAS via the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external}. +You can manage your HA-NAS via the [OVHcloud Control Panel](/links/manager){.external}. Once you have logged in, click on `Bare Metal Cloud`{.action}, then `NAS and CDN`{.action} in the menu on the left. Click on your service to access the administration menu. @@ -112,6 +112,6 @@ To delete a partition, click on the `...`{.action} button to the right of the ex ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md index 498ea7194ef..959dbe0dabd 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md @@ -16,11 +16,11 @@ El NAS (Network Attached Storage) es un servidor de archivos conectado a una red - Disponer de una dirección IP asociada a un servicio de OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instancia Public Cloud, etc.). - Tener un [NAS-HA](https://www.ovh.es/nas/) -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}. ## Procedimiento -El NAS-HA se gestiona desde el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}. +El NAS-HA se gestiona desde el [área de cliente de OVHcloud](/links/manager){.external}. Una vez que se haya conectado, haga clic en `Bare Metal Cloud`{.action} y, seguidamente, en `NAS y CDN`{.action} en el menú de la izquierda. Haga clic en su servicio para acceder al menú de administración. @@ -116,6 +116,6 @@ Para eliminar una partición, haga clic en el botón `(...)`{.action} situado a ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md index 7523ee9e742..c4239a28375 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md @@ -16,11 +16,11 @@ El NAS (Network Attached Storage) es un servidor de archivos conectado a una red - Disponer de una dirección IP asociada a un servicio de OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instancia Public Cloud, etc.). - Tener un [NAS-HA](https://www.ovh.com/world/es/nas/) -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}. ## Procedimiento -El NAS-HA se gestiona desde el [área de cliente de OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external}. +El NAS-HA se gestiona desde el [área de cliente de OVHcloud](/links/manager){.external}. Una vez que se haya conectado, haga clic en `Bare Metal Cloud`{.action} y, seguidamente, en `NAS y CDN`{.action} en el menú de la izquierda. Haga clic en su servicio para acceder al menú de administración. @@ -116,6 +116,6 @@ Para eliminar una partición, haga clic en el botón `(...)`{.action} situado a ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md index 9cc32c2f6cc..fa7ec17abb0 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md @@ -12,11 +12,11 @@ Le NAS (Network Attached Storage) est un serveur de fichiers relié à un résea - Disposer d'une adresse IP attachée à un service OVHcloud (Hosted Private Cloud, Serveur Dédié, VPS, Instance Public Cloud, etc...) - Disposer d'un [NAS-HA](https://www.ovh.com/ca/fr/nas/) -- Être connecté à votre [espace client OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external}. +- Être connecté à votre [espace client OVHcloud](/links/manager){.external}. ## En pratique -La gestion de votre NAS-HA s'effectue via l'[espace client OVHcloud](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external}. +La gestion de votre NAS-HA s'effectue via l'[espace client OVHcloud](/links/manager){.external}. Une fois connecté, cliquez sur `Bare Metal Cloud`{.action} puis sur `NAS and CDN`{.action} dans le menu à gauche. Cliquez sur votre service pour avoir accès au menu d'administration. @@ -112,6 +112,6 @@ Pour supprimer une partition, cliquez sur le bouton `(...)`{.action} situé à d ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md index ef546ae57d9..e58d7fc4db0 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md @@ -12,11 +12,11 @@ Le NAS (Network Attached Storage) est un serveur de fichiers relié à un résea - Disposer d'une adresse IP attachée à un service OVHcloud (Hosted Private Cloud, Serveur Dédié, VPS, Instance Public Cloud, Offre Internet, etc...) - Disposer d'un [NAS-HA](https://www.ovh.com/fr/nas/) -- Être connecté à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external}. +- Être connecté à votre [espace client OVHcloud](/links/manager){.external}. ## En pratique -La gestion de votre NAS-HA s'effectue via l'[espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external}. +La gestion de votre NAS-HA s'effectue via l'[espace client OVHcloud](/links/manager){.external}. Une fois connecté, cliquez sur `Bare Metal Cloud`{.action} puis sur `NAS and CDN`{.action} dans le menu à gauche. Cliquez sur votre service pour avoir accès au menu d'administration. @@ -112,6 +112,6 @@ Pour supprimer une partition, cliquez sur le bouton `(...)`{.action} situé à d ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md index ad7d214d147..4cce8310c8f 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md @@ -16,11 +16,11 @@ Il NAS (Network Attached Storage) è un server di file collegato ad una rete la - Disporre di un indirizzo IP associato a un servizio OVHcloud (Hosted Private Cloud, Server Dedicato, VPS, Istanza Public Cloud, ecc...) - Disporre di un [NAS-HA](https://www.ovh.it/nas/) -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} ## Procedura -Il NAS-HA è gestito dallo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}. +Il NAS-HA è gestito dallo [Spazio Cliente OVHcloud](/links/manager){.external}. Una volta connesso, clicca su `Bare Metal Cloud`{.action} e poi su `NAS e CDN`{.action} nel menu a sinistra. Clicca sul tuo servizio per accedere al menu di amministrazione. @@ -116,6 +116,6 @@ Per eliminare una partizione, clicca sul pulsante `(...)`{.action} situato a des ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md index d02aced0b36..f032f87e513 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md @@ -16,11 +16,11 @@ NAS (Network Attached Storage) jest serwerem plików podłączonym do sieci, kt - Posiadanie adresu IP powiązanego z usługą OVHcloud (Hosted Private Cloud, Serwer dedykowany, VPS, Instancja Public Cloud, itp.) - Posiadanie usługi [NAS-HA](https://www.ovh.pl/nas/) -- Dostęp do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}. +- Dostęp do [Panelu klienta OVHcloud](/links/manager){.external}. ## W praktyce -Zarządzanie usługą NAS-HA odbywa się w [Panelu klienta](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}. +Zarządzanie usługą NAS-HA odbywa się w [Panelu klienta](/links/manager){.external}. Po zalogowaniu kliknij `Bare Metal Cloud`{.action}, a następnie `NAS i CDN`{.action} w menu po lewej stronie. Kliknij Twoją usługę, aby uzyskać dostęp do menu administracyjnego. @@ -116,6 +116,6 @@ Aby usunąć partycję, kliknij przycisk `(...)`{.action} znajdujący się po pr ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md index d442a68c8e7..1cee901b9b7 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md @@ -16,11 +16,11 @@ O NAS (Network Attached Storage) é um servidor de ficheiros ligado a uma rede c - Dispor de um endereço IP associado a um serviço OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instância Public Cloud, etc...) - Dispor de um [NAS-HA](https://www.ovh.pt/nas/) -- Ter acesso à [Área de Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external}. +- Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external}. ## Instruções -A gestão do NAS-HA é realizada através da Área de [Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external}. +A gestão do NAS-HA é realizada através da Área de [Cliente OVHcloud](/links/manager){.external}. Uma vez ligado, clique em `Bare Metal Cloud`{.action} e, a seguir, em `NAS e CDN`{.action} no menu à esquerda. Clique no serviço para aceder ao menu de administração. @@ -116,6 +116,6 @@ Para eliminar uma partição, clique no botão `(...)`{.action} situado à direi ## Saiba mais -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores em . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.de-de.md index 8378ee463e3..c54e887cdf1 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.de-de.md @@ -167,6 +167,6 @@ Um eine IP-Adresse oder einen Adressbereich aus der ACL zu löschen, verwenden S [NAS auf Windows Server über CIFS mounten](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-asia.md index 86064d15ff5..9df36ca5e70 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-asia.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-au.md index 1a7b0dc4ad1..9df36ca5e70 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-au.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ca.md index a15e54520e8..f8d007f0903 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ca.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-gb.md index 52ea8844ea8..9df36ca5e70 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-gb.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ie.md index e595044fc75..282546784dd 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-ie.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-sg.md index 2e63a596384..9df36ca5e70 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-sg.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-us.md index 618f4717779..a87ff5b6d14 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.en-us.md @@ -163,6 +163,6 @@ To delete an IP address or address range from the ACL, use the following route: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-es.md index 82f986d24e8..dad53217c49 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-es.md @@ -167,6 +167,6 @@ Para eliminar una dirección IP o un rango de direcciones de la ACL, utilice la [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-us.md index e0ae52ea677..2edb778bc73 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.es-us.md @@ -167,6 +167,6 @@ Para eliminar una dirección IP o un rango de direcciones de la ACL, utilice la [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-ca.md index faa293eda5f..d87a09868e3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-ca.md @@ -163,6 +163,6 @@ Pour supprimer une adresse IP ou une plage d'adresses de l'ACL, utilisez la rout [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-fr.md index 40c258309e2..6ac81f51a4c 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.fr-fr.md @@ -163,6 +163,6 @@ Pour supprimer une adresse IP ou une plage d'adresses de l'ACL, utilisez la rout [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.it-it.md index 891a7491704..792ab1cdf29 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.it-it.md @@ -167,6 +167,6 @@ Per eliminare un indirizzo IP o una gamma di indirizzi dell'ACL, utilizza questa [Configura il tuo NAS su Windows Server tramite CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pl-pl.md index a80d45e4612..8ca0d177431 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pl-pl.md @@ -167,6 +167,6 @@ Aby usunąć adres IP lub zakres adresów ACL, użyj następującej drogi: [Skonfigurować NAS na serwerze Windows poprzez CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Przyłącz się do społeczności naszych użytkowników na stronie . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pt-pt.md index 444ba2306d0..395797db62a 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_manage_acls/guide.pt-pt.md @@ -167,6 +167,6 @@ Para eliminar um endereço IP ou um intervalo de endereços do ACL, utilize a se [Configure o seu NAS no Windows Server através do CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores em . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.de-de.md index c3c38e4cbe1..4dfd8a07ddb 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.de-de.md @@ -42,6 +42,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-asia.md index ac167517739..f9093e74658 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-asia.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-au.md index 314225b54cb..f9093e74658 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-au.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ca.md index 86699800497..f9093e74658 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ca.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-gb.md index 28c6f8248c6..f9093e74658 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-gb.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ie.md index a1f90fb9b41..f9093e74658 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-ie.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-sg.md index 8f7c65da3cb..f9093e74658 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-sg.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-us.md index 3087d821e8b..f9093e74658 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.en-us.md @@ -38,6 +38,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-es.md index e20395832cc..335111c929a 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-es.md @@ -44,6 +44,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en [https://community.ovh.com/en/](https://community.ovh.com/en/){.external}. \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-us.md index 5af3a46fa03..335111c929a 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.es-us.md @@ -44,6 +44,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en [https://community.ovh.com/en/](https://community.ovh.com/en/){.external}. \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-ca.md index 9e6ff91a461..497cdac0350 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-ca.md @@ -40,6 +40,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-fr.md index 1bf72568b3a..497cdac0350 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.fr-fr.md @@ -40,6 +40,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.it-it.md index d46d40a30cb..f1f242a958c 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.it-it.md @@ -44,6 +44,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo [https://community.ovh.com/en/](https://community.ovh.com/en/){.external}. \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pl-pl.md index ed830827ebb..0f4b4056f3f 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pl-pl.md @@ -44,6 +44,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie [ https://community.ovh.com/en/](https://community.ovh.com/en/){.external} \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pt-pt.md index 62cd059ce3c..4321528d44d 100755 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_migration/guide.pt-pt.md @@ -44,6 +44,6 @@ rsync -Pva /mnt/SrcNas /mnt/DstNas ## Saiba mais -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com a nossa comunidade de utilizadores: [https://community.ovh.com/en/](https://community.ovh.com/en/){.external}. \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.de-de.md index 4bcf0e0c496..9d14a707029 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.de-de.md @@ -282,6 +282,6 @@ Verwenden Sie die folgende Route, um eine Partition zu löschen: [NAS auf Windows Server über CIFS mounten](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-asia.md index 30ef06b3344..0374e9c891e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-asia.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-au.md index d0da60300ac..0374e9c891e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-au.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ca.md index d01ab3e7295..57c2a46fabf 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ca.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-gb.md index 9576bde62fb..0374e9c891e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-gb.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ie.md index be114293366..09826f67d12 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-ie.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-sg.md index a0df37247bd..0374e9c891e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-sg.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-us.md index 6f46b6b3872..7e8dc62a0fc 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.en-us.md @@ -278,6 +278,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-es.md index 5ab6588e17c..a6f62e2a974 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-es.md @@ -282,6 +282,6 @@ Utilice la siguiente ruta para eliminar una partición: [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-us.md index 48bf9b5446f..763ddfac11b 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.es-us.md @@ -282,6 +282,6 @@ Utilice la siguiente ruta para eliminar una partición: [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-ca.md index 1b829506860..b4d57c936d7 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-ca.md @@ -278,6 +278,6 @@ Utilisez la route suivante pour supprimer une partition : [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-fr.md index 9e89e89957d..0519634907c 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.fr-fr.md @@ -278,6 +278,6 @@ Utilisez la route suivante pour supprimer une partition : [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.it-it.md index 2ac7cde5975..cbd65260381 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.it-it.md @@ -282,6 +282,6 @@ Per eliminare una partizione, utilizza questa pagina: [Configura il tuo NAS su Windows Server tramite CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pl-pl.md index 6657de29080..a35368b6a76 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pl-pl.md @@ -282,6 +282,6 @@ Użyj następującej drogi, aby usunąć partycję: [Skonfigurować NAS na serwerze Windows poprzez CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Przyłącz się do społeczności naszych użytkowników na stronie . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pt-pt.md index 9246afeb2d8..843ee5ab001 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_partitions_api/guide.pt-pt.md @@ -282,6 +282,6 @@ Utilize a seguinte rota para eliminar uma partição: [Configure o seu NAS no Windows Server através do CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores em . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.de-de.md index 87b0be477a9..a85237fa272 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.de-de.md @@ -208,6 +208,6 @@ Verwenden Sie die folgende Route, um eine Partition zu löschen: [NAS auf Windows Server über CIFS mounten](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-asia.md index b6c3d98aedc..586e976fa7e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-asia.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-au.md index c92d71f4967..586e976fa7e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-au.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ca.md index ec36d16c622..125851e2486 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ca.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-gb.md index 47b8338f5a7..586e976fa7e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-gb.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ie.md index 5dde9ea9b4c..10aedba42e2 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-ie.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-sg.md index a21366f23a9..586e976fa7e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-sg.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-us.md index 74a061ff307..125cb404fa1 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.en-us.md @@ -204,6 +204,6 @@ Use the following route to delete a partition: [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-es.md index 5e0e7275d3d..636e76232eb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-es.md @@ -208,6 +208,6 @@ Utilice la siguiente ruta para eliminar una partition: [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-us.md index 5dd87512e1c..0e127d5906d 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.es-us.md @@ -208,6 +208,6 @@ Utilice la siguiente ruta para eliminar una partition: [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-ca.md index 302984e573e..e1f9a9b9984 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-ca.md @@ -204,6 +204,6 @@ Utilisez la route suivante pour supprimer une partition : [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-fr.md index 5bfeda7b0c8..472ac9e3874 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.fr-fr.md @@ -204,6 +204,6 @@ Utilisez la route suivante pour supprimer une partition : [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.it-it.md index 051569ce06a..19f62b47486 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.it-it.md @@ -208,6 +208,6 @@ Per eliminare una partizione, utilizza questa pagina: [Configura il tuo NAS su Windows Server tramite CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pl-pl.md index 346a2852636..a738cc95f44 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pl-pl.md @@ -208,6 +208,6 @@ Użyj następującej drogi, aby usunąć partycję: [Skonfigurować NAS na serwerze Windows poprzez CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Przyłącz się do społeczności naszych użytkowników na stronie . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pt-pt.md index 920475cbb3d..a46a94982c1 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_quick_api/guide.pt-pt.md @@ -208,6 +208,6 @@ Utilize a seguinte rota para eliminar uma partição: [Configure o seu NAS no Windows Server através do CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores em . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.de-de.md index 8720866c017..bbe1131b715 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.de-de.md @@ -295,6 +295,6 @@ Zusätzliche Hilfe finden Sie unter "[Weiterführende Informationen](#gofurther) [NAS auf Windows Server über CIFS mounten](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer Community gehen Sie auf . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-asia.md index 20123b06699..d254bfb41c4 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-asia.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-au.md index 2d152a5f9e0..d254bfb41c4 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-au.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ca.md index 22c4a071ed5..a616db9c0ea 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ca.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-gb.md index d9cef6f1d5d..d254bfb41c4 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-gb.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ie.md index 37bf11b1a99..f791327ce10 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-ie.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-sg.md index 8868fbbde50..d254bfb41c4 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-sg.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-us.md index 08faa08e649..b5e30e865c3 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.en-us.md @@ -291,6 +291,6 @@ You can find more information in the [Go further](#gofurther) section of this gu [Mount your NAS on Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-es.md index 3672a9fbff8..6a798f68aa8 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-es.md @@ -295,6 +295,6 @@ Para más información, consulte el apartado [Más información](#gofurther) de [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-us.md index e3f9b57743c..dfdc3912f4a 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.es-us.md @@ -295,6 +295,6 @@ Para más información, consulte el apartado [Más información](#gofurther) de [Montar un NAS en Windows Server a través de CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-ca.md index 53dd533c996..7245734ca88 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-ca.md @@ -291,6 +291,6 @@ Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-fr.md index 3d11ee5acc3..d72953a5fcd 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.fr-fr.md @@ -291,6 +291,6 @@ Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. [Montez votre NAS sur Windows Server via CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.it-it.md index 5127596512c..b858a33b201 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.it-it.md @@ -295,6 +295,6 @@ Per maggiori informazioni consulta la sezione [Per saperne di più](#gofurther) [Configura il tuo NAS su Windows Server tramite CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pl-pl.md index 4d98f8ab023..44875fa0723 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pl-pl.md @@ -295,6 +295,6 @@ Więcej informacji znajduje się w sekcji [Sprawdź również](#gofurther) ten p [Skonfigurować NAS na serwerze Windows poprzez CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Przyłącz się do społeczności naszych użytkowników na stronie . \ No newline at end of file diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pt-pt.md index 8cf87fbe4bc..422e1428bd4 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_snapshots_api/guide.pt-pt.md @@ -295,6 +295,6 @@ Para mais informações, aceda à secção [Quer saber mais](#gofurther). [Configure o seu NAS no Windows Server através do CIFS](/pages/storage_and_backup/file_storage/ha_nas/nas_cifs) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Junte-se à nossa comunidade de utilizadores em . \ No newline at end of file From 4038bd3732ece69dd4c211dcf99359d7b9feb332 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:07:47 +0200 Subject: [PATCH 089/160] Fix global links in Storage and backup object storage --- .../object_storage/pca_create_container/guide.en-ie.md | 4 ++-- .../object_storage/pca_cyberduck/guide.de-de.md | 2 +- .../object_storage/pca_cyberduck/guide.en-asia.md | 2 +- .../object_storage/pca_cyberduck/guide.en-au.md | 2 +- .../object_storage/pca_cyberduck/guide.en-ca.md | 2 +- .../object_storage/pca_cyberduck/guide.en-gb.md | 2 +- .../object_storage/pca_cyberduck/guide.en-ie.md | 4 ++-- .../object_storage/pca_cyberduck/guide.en-sg.md | 2 +- .../object_storage/pca_cyberduck/guide.en-us.md | 2 +- .../object_storage/pca_cyberduck/guide.fr-ca.md | 2 +- .../object_storage/pca_cyberduck/guide.fr-fr.md | 2 +- .../object_storage/pca_cyberduck/guide.pt-pt.md | 2 +- .../object_storage/pca_unlock/guide.en-ie.md | 4 ++-- .../object_storage/pcs_create_container/guide.en-ie.md | 4 ++-- .../pcs_manage_object_storage_with_cyberduck/guide.de-de.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-asia.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-au.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-ca.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-gb.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-ie.md | 4 ++-- .../pcs_manage_object_storage_with_cyberduck/guide.en-sg.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.en-us.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.fr-ca.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.fr-fr.md | 2 +- .../pcs_manage_object_storage_with_cyberduck/guide.pt-pt.md | 2 +- .../object_storage/s3_nextcloud/guide.de-de.md | 2 +- .../object_storage/s3_nextcloud/guide.en-asia.md | 2 +- .../object_storage/s3_nextcloud/guide.en-au.md | 2 +- .../object_storage/s3_nextcloud/guide.en-ca.md | 2 +- .../object_storage/s3_nextcloud/guide.en-gb.md | 2 +- .../object_storage/s3_nextcloud/guide.en-ie.md | 2 +- .../object_storage/s3_nextcloud/guide.en-sg.md | 2 +- .../object_storage/s3_nextcloud/guide.en-us.md | 2 +- .../object_storage/s3_nextcloud/guide.es-es.md | 2 +- .../object_storage/s3_nextcloud/guide.es-us.md | 2 +- .../object_storage/s3_nextcloud/guide.fr-ca.md | 2 +- .../object_storage/s3_nextcloud/guide.fr-fr.md | 2 +- .../object_storage/s3_nextcloud/guide.it-it.md | 2 +- .../object_storage/s3_nextcloud/guide.pl-pl.md | 2 +- .../object_storage/s3_nextcloud/guide.pt-pt.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md | 2 +- .../object_storage/s3_s3cmd/guide.en-asia.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md | 2 +- .../storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.de-de.md | 2 +- .../object_storage/s3_veeam/guide.en-asia.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-au.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-ca.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-gb.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-ie.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-sg.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.en-us.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.es-es.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.es-us.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.fr-ca.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.fr-fr.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.it-it.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.pl-pl.md | 2 +- .../storage_and_backup/object_storage/s3_veeam/guide.pt-pt.md | 2 +- 70 files changed, 75 insertions(+), 75 deletions(-) diff --git a/pages/storage_and_backup/object_storage/pca_create_container/guide.en-ie.md b/pages/storage_and_backup/object_storage/pca_create_container/guide.en-ie.md index 1b2b22cc4e8..bd52c4117e8 100644 --- a/pages/storage_and_backup/object_storage/pca_create_container/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/pca_create_container/guide.en-ie.md @@ -19,13 +19,13 @@ The first step is to create a container that will hold your files. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Creating a Public Cloud Archive container from the customer area -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then, click on `Cloud Archive`{.action} in the left-hand navigation bar under "Storage". +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then, click on `Cloud Archive`{.action} in the left-hand navigation bar under "Storage". If this is your first container : diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.de-de.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.de-de.md index 5c38d464bb4..b277065a810 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.de-de.md @@ -19,7 +19,7 @@ CyberDuck ist eine solche Lösung und ist einfach konfigurierbar. Es sind noch w > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. > -> Diese Anleitung soll Sie bei allgemeinen Aufgaben so weit wie möglich unterstützen. Bei Schwierigkeiten kontaktieren Sie bitte einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) und/oder stellen Ihre Fragen in der [OVHcloud Community](https://community.ovh.com/en/). +> Diese Anleitung soll Sie bei allgemeinen Aufgaben so weit wie möglich unterstützen. Bei Schwierigkeiten kontaktieren Sie bitte einen [spezialisierten Dienstleister](/links/partner) und/oder stellen Ihre Fragen in der [OVHcloud Community](https://community.ovh.com/en/). > ## Voraussetzungen diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-asia.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-asia.md index 3680cc75651..e396824428b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-asia.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-au.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-au.md index fd0e55a0c11..c3243946264 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-au.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ca.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ca.md index b1e77781f00..e396824428b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ca.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-gb.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-gb.md index 02122e381c0..e396824428b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-gb.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ie.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ie.md index 94748624d37..e396824428b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-ie.md @@ -18,13 +18,13 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements - [Cyberduck](https://cyberduck.io/) installed on your computer. -- your username (*OS_USERNAME*) and project credentials (*OS_PROJECT_NAME* or *OS_TENANT_NAME*). Retrieve them by downloading the OpenRC file from the [Users and Roles](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables#step-1-retrieve-the-variables) menu in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +- your username (*OS_USERNAME*) and project credentials (*OS_PROJECT_NAME* or *OS_TENANT_NAME*). Retrieve them by downloading the OpenRC file from the [Users and Roles](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables#step-1-retrieve-the-variables) menu in the [OVHcloud Control Panel](/links/manager). - your OpenStack user password. In case you have forgotten your OpenStack user password, you can change it by following [this guide](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-sg.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-sg.md index 876bd2a7126..e396824428b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-sg.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-us.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-us.md index d740801f748..c3243946264 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.en-us.md @@ -18,7 +18,7 @@ Other interfaces can be found on the Internet and configuration is similar to th > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-ca.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-ca.md index 70a5f6403c1..8d01429d74b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-ca.md @@ -18,7 +18,7 @@ D'autres interfaces sont elles aussi disponibles, leur configuration est similai > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr-ca/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-fr.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-fr.md index 88b0f36c086..8d01429d74b 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.fr-fr.md @@ -18,7 +18,7 @@ D'autres interfaces sont elles aussi disponibles, leur configuration est similai > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.pt-pt.md b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.pt-pt.md index a724fd7d965..466e17fab8a 100644 --- a/pages/storage_and_backup/object_storage/pca_cyberduck/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/pca_cyberduck/guide.pt-pt.md @@ -22,7 +22,7 @@ Estão também disponíveis outras interfaces, cuja configuração é semelhante > > A responsabilidade sobre a configuração e a gestão dos serviços que a OVHcloud disponibiliza recai sobre o utilizador. Assim, deverá certificar-se de que estes funcionam corretamente. > -> Este guia explica como implementar algumas medidas para otimizar a performance e a segurança do seu sistema. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](https://partner.ovhcloud.com/pt/directory/) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção «Quer saber mais?» deste guia. +> Este guia explica como implementar algumas medidas para otimizar a performance e a segurança do seu sistema. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](/links/partner) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção «Quer saber mais?» deste guia. > ## Requisitos diff --git a/pages/storage_and_backup/object_storage/pca_unlock/guide.en-ie.md b/pages/storage_and_backup/object_storage/pca_unlock/guide.en-ie.md index 1c74196ebf5..08c992413f4 100644 --- a/pages/storage_and_backup/object_storage/pca_unlock/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/pca_unlock/guide.en-ie.md @@ -13,7 +13,7 @@ Since cold storage data is supposed to be rarely accessed, a retrieval request i ## Requirements - Unfreezing via the OVHcloud Control Panel: - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) + - Access to the [OVHcloud Control Panel](/links/manager) - Unfreezing via python-swiftclient: - [Preparing an environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) by installing python-swiftclient - [Setting OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -22,7 +22,7 @@ Since cold storage data is supposed to be rarely accessed, a retrieval request i ### Unfreezing your object from the Control Panel -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), open your `Public Cloud`{.action} project and click on `Cloud Archive`{.action} in the left-hand menu. +In the [OVHcloud Control Panel](/links/manager), open your `Public Cloud`{.action} project and click on `Cloud Archive`{.action} in the left-hand menu. To unfreeze the archive, click on the button `...`{.action} to the right of your archive, then `Unfreeze`{.action} to start the retrieval process. diff --git a/pages/storage_and_backup/object_storage/pcs_create_container/guide.en-ie.md b/pages/storage_and_backup/object_storage/pcs_create_container/guide.en-ie.md index 3b4e69395f3..79dccbc413b 100644 --- a/pages/storage_and_backup/object_storage/pcs_create_container/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/pcs_create_container/guide.en-ie.md @@ -19,7 +19,7 @@ The first step is to create a container that will hold your files. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) If you use Horizon : @@ -29,7 +29,7 @@ If you use Horizon : ### Creating an Object Storage container from the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then, click on `Object Storage`{.action} in the left-hand navigation bar under "Storage". +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then, click on `Object Storage`{.action} in the left-hand navigation bar under "Storage". Finally, click `Create an object container`{.action}. If this is your first container: diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.de-de.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.de-de.md index 1105f23aaf4..7080318d9f7 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.de-de.md @@ -24,7 +24,7 @@ Es sind aber auch weitere Interfaces verfügbar und im Internet leicht auffindba > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. > -> Diese Anleitung soll Sie bei allgemeinen Aufgaben so weit wie möglich unterstützen. Bei Schwierigkeiten kontaktieren Sie bitte einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) und/oder stellen Ihre Fragen in der [OVHcloud Community](https://community.ovh.com/en/). +> Diese Anleitung soll Sie bei allgemeinen Aufgaben so weit wie möglich unterstützen. Bei Schwierigkeiten kontaktieren Sie bitte einen [spezialisierten Dienstleister](/links/partner) und/oder stellen Ihre Fragen in der [OVHcloud Community](https://community.ovh.com/en/). > ## Voraussetzungen diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-asia.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-asia.md index 4c3403c0e11..a1eda90b8ed 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-asia.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-au.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-au.md index 1ade8af00e3..85bff37044b 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-au.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ca.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ca.md index 444bb17cbe3..a1eda90b8ed 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ca.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-gb.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-gb.md index 2a14c9d500b..a1eda90b8ed 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-gb.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ie.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ie.md index 95c5e85d63d..5f39c99c096 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-ie.md @@ -16,13 +16,13 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements - [Cyberduck](https://cyberduck.io/) installed on your computer. -- your username (*OS_USERNAME*) and project credentials (*OS_PROJECT_NAME* or *OS_TENANT_NAME*). Retrieve them by downloading the OpenRC file from the [Users and Roles](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables#step-1-retrieve-the-variables) menu in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +- your username (*OS_USERNAME*) and project credentials (*OS_PROJECT_NAME* or *OS_TENANT_NAME*). Retrieve them by downloading the OpenRC file from the [Users and Roles](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables#step-1-retrieve-the-variables) menu in the [OVHcloud Control Panel](/links/manager). - your OpenStack user password. In case you have forgotten your OpenStack user password, you can change it by following [this guide](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-sg.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-sg.md index 0f52a96957d..a1eda90b8ed 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-sg.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-us.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-us.md index fcfa08e738a..85bff37044b 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.en-us.md @@ -16,7 +16,7 @@ If you're not familiar with managing storage through command lines, there are so > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-ca.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-ca.md index b67a2f808e2..005b30a5327 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-ca.md @@ -16,7 +16,7 @@ Si vous n'êtes pas familiarisé avec la gestion du stockage en ligne de command > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr-ca/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-fr.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-fr.md index 1b1f363e6e7..005b30a5327 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.fr-fr.md @@ -16,7 +16,7 @@ Si vous n'êtes pas familiarisé avec la gestion du stockage en ligne de command > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.pt-pt.md b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.pt-pt.md index d39d04de761..e3c8cfdb1f1 100644 --- a/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/pcs_manage_object_storage_with_cyberduck/guide.pt-pt.md @@ -20,7 +20,7 @@ Se não está familiarizado com a gestão do armazenamento em linha de comandos, > > A responsabilidade sobre a configuração e a gestão dos serviços que a OVHcloud disponibiliza recai sobre o utilizador. Assim, deverá certificar-se de que estes funcionam corretamente. > -> Este guia explica como implementar algumas medidas para otimizar a performance e a segurança do seu sistema. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](https://partner.ovhcloud.com/pt/directory/) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção «Quer saber mais?» deste guia. +> Este guia explica como implementar algumas medidas para otimizar a performance e a segurança do seu sistema. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](/links/partner) e/ou que contacte o editor do serviço. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção «Quer saber mais?» deste guia. > ## Requisitos diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md index 9299fe40b7e..8a4d5d935bd 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md index 34b13cff453..c84fbe1a19a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md index 80867c63f9a..70694a46f0f 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md index 80867c63f9a..70694a46f0f 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md index 03825dfd815..c58a53c31c2 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md @@ -14,7 +14,7 @@ Nextcloud est une suite de logiciels client-serveur pour créer et utiliser des > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md index a54b0de4331..1f559d530a6 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md @@ -14,7 +14,7 @@ Nextcloud est une suite de logiciels client-serveur pour créer et utiliser des > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md index d1177f5d11a..a59bd6dda03 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md index c29863b38a0..7f23319566e 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md index 6a3f3b59512..9fc0abca9b7 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md @@ -14,7 +14,7 @@ Nextcloud is a suite of client-server software for creating and using file hosti > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md index b07ee5e50b9..6126ca5cd1a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md index 78ad092acec..c4a3f19a391 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md index 016f9ebe383..1ec518dce4a 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md index b14510ad8d8..c13241d3000 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md index b14510ad8d8..c13241d3000 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md index 1a949c2b4f3..d4997f8b2b7 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md @@ -14,7 +14,7 @@ S3cmd est un outil de ligne de commande gratuit et un client de gestion des donn > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md index 1a949c2b4f3..d4997f8b2b7 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md @@ -14,7 +14,7 @@ S3cmd est un outil de ligne de commande gratuit et un client de gestion des donn > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md index 09f1183d2da..c27b880a2af 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md index 77902fd3bfc..06aa606e6b1 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md index fdd6802cd3e..2d98789033b 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md @@ -14,7 +14,7 @@ S3cmd is a free command line tool and client for managing data in storage spaces > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.de-de.md index c69850057d7..76ce75ad92a 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.de-de.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-asia.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-asia.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-au.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-au.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ca.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ca.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-gb.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-gb.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ie.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-ie.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-sg.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-sg.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-us.md index 4d26f527b99..f7e2ab05af5 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.en-us.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.es-es.md index 4598f4471d9..bca4ea7c029 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.es-es.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.es-us.md index 4598f4471d9..bca4ea7c029 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.es-us.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-ca.md index 366248fb8b3..f8028223352 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-ca.md @@ -11,7 +11,7 @@ Ce guide a pour objectif de vous montrer comment configurer Veeam pour utiliser > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-fr.md index 366248fb8b3..f8028223352 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.fr-fr.md @@ -11,7 +11,7 @@ Ce guide a pour objectif de vous montrer comment configurer Veeam pour utiliser > > OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > -> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. +> Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section « Aller plus loin » de ce guide. > ## Prérequis diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.it-it.md index 99388b97ad0..de0ad6f3cf2 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.it-it.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.pl-pl.md index 552045eb672..bf82efcbf9a 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.pl-pl.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements diff --git a/pages/storage_and_backup/object_storage/s3_veeam/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_veeam/guide.pt-pt.md index 137a475f626..32878c39294 100644 --- a/pages/storage_and_backup/object_storage/s3_veeam/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_veeam/guide.pt-pt.md @@ -11,7 +11,7 @@ This guide is intended to show you how to configure Veeam to use your Object Sto > > OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on . OVHcloud cannot provide you with technical support in this regard. > ## Requirements From ae433d5d556de1ba887a98c3fcf4479ca3f18226 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:19:25 +0200 Subject: [PATCH 090/160] Fix global links in Public cloud ai machine learning --- .../cli_10_howto_install_cli/guide.de-de.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-asia.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-au.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-ca.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-ie.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-sg.md | 4 ++-- .../cli_10_howto_install_cli/guide.en-us.md | 4 ++-- .../cli_10_howto_install_cli/guide.es-es.md | 4 ++-- .../cli_10_howto_install_cli/guide.es-us.md | 4 ++-- .../cli_10_howto_install_cli/guide.fr-ca.md | 4 ++-- .../cli_10_howto_install_cli/guide.fr-fr.md | 4 ++-- .../cli_10_howto_install_cli/guide.it-it.md | 4 ++-- .../cli_10_howto_install_cli/guide.pl-pl.md | 4 ++-- .../cli_10_howto_install_cli/guide.pt-pt.md | 4 ++-- .../cli_11_howto_run_notebook_cli/guide.de-de.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-asia.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-au.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-ca.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-ie.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-sg.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.en-us.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.es-es.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.es-us.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.fr-ca.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.fr-fr.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.it-it.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.pl-pl.md | 2 +- .../cli_11_howto_run_notebook_cli/guide.pt-pt.md | 2 +- .../cli_12_howto_run_job_cli/guide.de-de.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-asia.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-au.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-ca.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-ie.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-sg.md | 2 +- .../cli_12_howto_run_job_cli/guide.en-us.md | 2 +- .../cli_12_howto_run_job_cli/guide.es-es.md | 2 +- .../cli_12_howto_run_job_cli/guide.es-us.md | 2 +- .../cli_12_howto_run_job_cli/guide.fr-ca.md | 2 +- .../cli_12_howto_run_job_cli/guide.fr-fr.md | 2 +- .../cli_12_howto_run_job_cli/guide.it-it.md | 2 +- .../cli_12_howto_run_job_cli/guide.pl-pl.md | 2 +- .../cli_12_howto_run_job_cli/guide.pt-pt.md | 2 +- .../cli_14_howto_cli_sharing/guide.de-de.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-asia.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-au.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-ca.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-ie.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-sg.md | 2 +- .../cli_14_howto_cli_sharing/guide.en-us.md | 2 +- .../cli_14_howto_cli_sharing/guide.es-es.md | 2 +- .../cli_14_howto_cli_sharing/guide.es-us.md | 2 +- .../cli_14_howto_cli_sharing/guide.fr-ca.md | 2 +- .../cli_14_howto_cli_sharing/guide.fr-fr.md | 2 +- .../cli_14_howto_cli_sharing/guide.it-it.md | 2 +- .../cli_14_howto_cli_sharing/guide.pl-pl.md | 2 +- .../cli_14_howto_cli_sharing/guide.pt-pt.md | 2 +- .../cli_15_commands_reference/guide.de-de.md | 2 +- .../cli_15_commands_reference/guide.en-asia.md | 2 +- .../cli_15_commands_reference/guide.en-au.md | 2 +- .../cli_15_commands_reference/guide.en-ca.md | 2 +- .../cli_15_commands_reference/guide.en-ie.md | 2 +- .../cli_15_commands_reference/guide.en-sg.md | 2 +- .../cli_15_commands_reference/guide.en-us.md | 2 +- .../cli_15_commands_reference/guide.es-es.md | 2 +- .../cli_15_commands_reference/guide.es-us.md | 2 +- .../cli_15_commands_reference/guide.fr-ca.md | 2 +- .../cli_15_commands_reference/guide.fr-fr.md | 2 +- .../cli_15_commands_reference/guide.it-it.md | 2 +- .../cli_15_commands_reference/guide.pl-pl.md | 2 +- .../cli_15_commands_reference/guide.pt-pt.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.de-de.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-asia.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-au.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-ca.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-ie.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-sg.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.en-us.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.es-es.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.es-us.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.fr-ca.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.fr-fr.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.it-it.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.pl-pl.md | 2 +- .../cli_17_how_to_cli_data_notebooks/guide.pt-pt.md | 2 +- .../cli_18_howto_deploy_app/guide.de-de.md | 2 +- .../cli_18_howto_deploy_app/guide.en-asia.md | 2 +- .../cli_18_howto_deploy_app/guide.en-au.md | 2 +- .../cli_18_howto_deploy_app/guide.en-ca.md | 2 +- .../cli_18_howto_deploy_app/guide.en-ie.md | 2 +- .../cli_18_howto_deploy_app/guide.en-sg.md | 2 +- .../cli_18_howto_deploy_app/guide.en-us.md | 2 +- .../cli_18_howto_deploy_app/guide.es-es.md | 2 +- .../cli_18_howto_deploy_app/guide.es-us.md | 2 +- .../cli_18_howto_deploy_app/guide.fr-ca.md | 2 +- .../cli_18_howto_deploy_app/guide.fr-fr.md | 2 +- .../cli_18_howto_deploy_app/guide.it-it.md | 2 +- .../cli_18_howto_deploy_app/guide.pl-pl.md | 2 +- .../cli_18_howto_deploy_app/guide.pt-pt.md | 2 +- .../deploy_guide_01_capabilities/guide.de-de.md | 2 +- .../deploy_guide_01_capabilities/guide.en-asia.md | 2 +- .../deploy_guide_01_capabilities/guide.en-au.md | 2 +- .../deploy_guide_01_capabilities/guide.en-ca.md | 2 +- .../deploy_guide_01_capabilities/guide.en-ie.md | 2 +- .../deploy_guide_01_capabilities/guide.en-sg.md | 2 +- .../deploy_guide_01_capabilities/guide.en-us.md | 2 +- .../deploy_guide_01_capabilities/guide.es-es.md | 2 +- .../deploy_guide_01_capabilities/guide.es-us.md | 2 +- .../deploy_guide_01_capabilities/guide.fr-ca.md | 2 +- .../deploy_guide_01_capabilities/guide.fr-fr.md | 2 +- .../deploy_guide_01_capabilities/guide.it-it.md | 2 +- .../deploy_guide_01_capabilities/guide.pl-pl.md | 2 +- .../deploy_guide_01_capabilities/guide.pt-pt.md | 2 +- .../deploy_guide_04_scaling_strategies/guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.en-au.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.en-ca.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.en-ie.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.en-sg.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.en-us.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.es-es.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.es-us.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.fr-ca.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.fr-fr.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.it-it.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.pl-pl.md | 6 +++--- .../deploy_guide_04_scaling_strategies/guide.pt-pt.md | 6 +++--- .../deploy_guide_05_app_portfolio/guide.de-de.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-asia.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-au.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-ca.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-ie.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-sg.md | 2 +- .../deploy_guide_05_app_portfolio/guide.en-us.md | 2 +- .../deploy_guide_05_app_portfolio/guide.es-es.md | 2 +- .../deploy_guide_05_app_portfolio/guide.es-us.md | 2 +- .../deploy_guide_05_app_portfolio/guide.fr-ca.md | 2 +- .../deploy_guide_05_app_portfolio/guide.fr-fr.md | 2 +- .../deploy_guide_05_app_portfolio/guide.it-it.md | 2 +- .../deploy_guide_05_app_portfolio/guide.pl-pl.md | 2 +- .../deploy_guide_05_app_portfolio/guide.pt-pt.md | 2 +- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../deploy_guide_09_concepts_apps/guide.de-de.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-asia.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-au.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-ca.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-ie.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-sg.md | 2 +- .../deploy_guide_09_concepts_apps/guide.en-us.md | 2 +- .../deploy_guide_09_concepts_apps/guide.es-es.md | 2 +- .../deploy_guide_09_concepts_apps/guide.es-us.md | 2 +- .../deploy_guide_09_concepts_apps/guide.fr-ca.md | 2 +- .../deploy_guide_09_concepts_apps/guide.fr-fr.md | 2 +- .../deploy_guide_09_concepts_apps/guide.it-it.md | 2 +- .../deploy_guide_09_concepts_apps/guide.pl-pl.md | 2 +- .../deploy_guide_09_concepts_apps/guide.pt-pt.md | 2 +- .../deploy_tuto_10_locust/guide.de-de.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-asia.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-au.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-ca.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-ie.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-sg.md | 8 ++++---- .../deploy_tuto_10_locust/guide.en-us.md | 8 ++++---- .../deploy_tuto_10_locust/guide.es-es.md | 8 ++++---- .../deploy_tuto_10_locust/guide.es-us.md | 8 ++++---- .../deploy_tuto_10_locust/guide.fr-ca.md | 8 ++++---- .../deploy_tuto_10_locust/guide.fr-fr.md | 8 ++++---- .../deploy_tuto_10_locust/guide.it-it.md | 8 ++++---- .../deploy_tuto_10_locust/guide.pl-pl.md | 8 ++++---- .../deploy_tuto_10_locust/guide.pt-pt.md | 8 ++++---- .../gi_02_concepts_data/guide.de-de.md | 4 ++-- .../gi_02_concepts_data/guide.en-asia.md | 4 ++-- .../gi_02_concepts_data/guide.en-au.md | 4 ++-- .../gi_02_concepts_data/guide.en-ca.md | 4 ++-- .../gi_02_concepts_data/guide.en-ie.md | 4 ++-- .../gi_02_concepts_data/guide.en-sg.md | 4 ++-- .../gi_02_concepts_data/guide.en-us.md | 4 ++-- .../gi_02_concepts_data/guide.es-es.md | 4 ++-- .../gi_02_concepts_data/guide.es-us.md | 4 ++-- .../gi_02_concepts_data/guide.fr-ca.md | 4 ++-- .../gi_02_concepts_data/guide.fr-fr.md | 4 ++-- .../gi_02_concepts_data/guide.it-it.md | 4 ++-- .../gi_02_concepts_data/guide.pl-pl.md | 4 ++-- .../gi_02_concepts_data/guide.pt-pt.md | 4 ++-- .../gi_05_ovhai_cheatsheet/guide.de-de.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-asia.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-au.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-ca.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-ie.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-sg.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.en-us.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.es-es.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.es-us.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.fr-ca.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.fr-fr.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.it-it.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.pl-pl.md | 2 +- .../gi_05_ovhai_cheatsheet/guide.pt-pt.md | 2 +- .../gi_06_dashboard_getting_started/guide.de-de.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-asia.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-au.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-ca.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-ie.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-sg.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.en-us.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.es-es.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.es-us.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.fr-ca.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.fr-fr.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.it-it.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.pl-pl.md | 6 +++--- .../gi_06_dashboard_getting_started/guide.pt-pt.md | 6 +++--- .../notebook_guide_capabilities/guide.de-de.md | 2 +- .../notebook_guide_capabilities/guide.en-asia.md | 2 +- .../notebook_guide_capabilities/guide.en-au.md | 2 +- .../notebook_guide_capabilities/guide.en-ca.md | 2 +- .../notebook_guide_capabilities/guide.en-ie.md | 2 +- .../notebook_guide_capabilities/guide.en-sg.md | 2 +- .../notebook_guide_capabilities/guide.en-us.md | 2 +- .../notebook_guide_capabilities/guide.es-es.md | 2 +- .../notebook_guide_capabilities/guide.es-us.md | 2 +- .../notebook_guide_capabilities/guide.fr-ca.md | 2 +- .../notebook_guide_capabilities/guide.fr-fr.md | 2 +- .../notebook_guide_capabilities/guide.it-it.md | 2 +- .../notebook_guide_capabilities/guide.pl-pl.md | 2 +- .../notebook_guide_capabilities/guide.pt-pt.md | 2 +- .../notebook_guide_concepts_notebooks/guide.de-de.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-asia.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-au.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-ca.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-ie.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-sg.md | 2 +- .../notebook_guide_concepts_notebooks/guide.en-us.md | 2 +- .../notebook_guide_concepts_notebooks/guide.es-es.md | 2 +- .../notebook_guide_concepts_notebooks/guide.es-us.md | 2 +- .../notebook_guide_concepts_notebooks/guide.fr-ca.md | 2 +- .../notebook_guide_concepts_notebooks/guide.fr-fr.md | 2 +- .../notebook_guide_concepts_notebooks/guide.it-it.md | 2 +- .../notebook_guide_concepts_notebooks/guide.pl-pl.md | 2 +- .../notebook_guide_concepts_notebooks/guide.pt-pt.md | 2 +- .../notebook_guide_troubleshooting/guide.de-de.md | 2 +- .../notebook_guide_troubleshooting/guide.en-asia.md | 2 +- .../notebook_guide_troubleshooting/guide.en-au.md | 2 +- .../notebook_guide_troubleshooting/guide.en-ca.md | 2 +- .../notebook_guide_troubleshooting/guide.en-ie.md | 2 +- .../notebook_guide_troubleshooting/guide.en-sg.md | 2 +- .../notebook_guide_troubleshooting/guide.en-us.md | 2 +- .../notebook_guide_troubleshooting/guide.es-es.md | 2 +- .../notebook_guide_troubleshooting/guide.es-us.md | 2 +- .../notebook_guide_troubleshooting/guide.fr-ca.md | 2 +- .../notebook_guide_troubleshooting/guide.fr-fr.md | 2 +- .../notebook_guide_troubleshooting/guide.it-it.md | 2 +- .../notebook_guide_troubleshooting/guide.pl-pl.md | 2 +- .../notebook_guide_troubleshooting/guide.pt-pt.md | 2 +- .../notebook_guide_workspace/guide.de-de.md | 4 ++-- .../notebook_guide_workspace/guide.en-asia.md | 4 ++-- .../notebook_guide_workspace/guide.en-au.md | 4 ++-- .../notebook_guide_workspace/guide.en-ca.md | 4 ++-- .../notebook_guide_workspace/guide.en-ie.md | 4 ++-- .../notebook_guide_workspace/guide.en-sg.md | 4 ++-- .../notebook_guide_workspace/guide.en-us.md | 4 ++-- .../notebook_guide_workspace/guide.es-es.md | 4 ++-- .../notebook_guide_workspace/guide.es-us.md | 4 ++-- .../notebook_guide_workspace/guide.fr-ca.md | 4 ++-- .../notebook_guide_workspace/guide.fr-fr.md | 4 ++-- .../notebook_guide_workspace/guide.it-it.md | 4 ++-- .../notebook_guide_workspace/guide.pl-pl.md | 4 ++-- .../notebook_guide_workspace/guide.pt-pt.md | 4 ++-- .../notebook_tuto_02_tensorboard/guide.de-de.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-asia.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-au.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-ca.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-ie.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-sg.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.en-us.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.es-es.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.es-us.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.fr-ca.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.fr-fr.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.it-it.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.pl-pl.md | 6 +++--- .../notebook_tuto_02_tensorboard/guide.pt-pt.md | 6 +++--- .../notebook_tuto_04_yolov5/guide.de-de.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-asia.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-au.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-ca.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-ie.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-sg.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.en-us.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.es-es.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.es-us.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.it-it.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_04_yolov5/guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-ie.md | 10 +++++----- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 10 +++++----- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.de-de.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-asia.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-au.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-ca.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-ie.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-sg.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.en-us.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.es-es.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.es-us.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.it-it.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_08_speech_to_text/guide.pt-pt.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.de-de.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-asia.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-au.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-ca.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-ie.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-sg.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.en-us.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.es-es.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.es-us.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.it-it.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_09_spam_classifier/guide.pt-pt.md | 10 +++++----- .../notebook_tuto_10_create_chatbot/guide.de-de.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-asia.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-au.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-ca.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-ie.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-sg.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.en-us.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.es-es.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.es-us.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.fr-ca.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.fr-fr.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.it-it.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.pl-pl.md | 4 ++-- .../notebook_tuto_10_create_chatbot/guide.pt-pt.md | 4 ++-- .../notebook_tuto_11_yolov7/guide.de-de.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-asia.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-au.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-ca.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-ie.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-sg.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.en-us.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.es-es.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.es-us.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.it-it.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_11_yolov7/guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-ie.md | 10 +++++----- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 10 +++++----- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.en-au.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.en-ca.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.en-ie.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.en-sg.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.en-us.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.es-es.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.es-us.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.it-it.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_13_fine_tune_llama_v2/guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-ie.md | 10 +++++----- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 10 +++++----- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-ie.md | 10 +++++----- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 10 +++++----- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-ie.md | 10 +++++----- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 10 +++++----- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.de-de.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.en-asia.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.en-au.md | 6 +++--- .../notebook_tuto_16_mlflow/guide.en-ca.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.en-ie.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.en-sg.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.en-us.md | 6 +++--- .../notebook_tuto_16_mlflow/guide.es-es.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.es-us.md | 4 ++-- .../notebook_tuto_16_mlflow/guide.fr-ca.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.fr-fr.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.it-it.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.pl-pl.md | 10 +++++----- .../notebook_tuto_16_mlflow/guide.pt-pt.md | 10 +++++----- .../training_guide_01_capabilities/guide.de-de.md | 2 +- .../training_guide_01_capabilities/guide.en-asia.md | 2 +- .../training_guide_01_capabilities/guide.en-au.md | 2 +- .../training_guide_01_capabilities/guide.en-ca.md | 2 +- .../training_guide_01_capabilities/guide.en-ie.md | 2 +- .../training_guide_01_capabilities/guide.en-sg.md | 2 +- .../training_guide_01_capabilities/guide.en-us.md | 2 +- .../training_guide_01_capabilities/guide.es-es.md | 2 +- .../training_guide_01_capabilities/guide.es-us.md | 2 +- .../training_guide_01_capabilities/guide.fr-ca.md | 2 +- .../training_guide_01_capabilities/guide.fr-fr.md | 2 +- .../training_guide_01_capabilities/guide.it-it.md | 2 +- .../training_guide_01_capabilities/guide.pl-pl.md | 2 +- .../training_guide_01_capabilities/guide.pt-pt.md | 2 +- .../training_guide_03_concepts_jobs/guide.de-de.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-asia.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-au.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-ca.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-ie.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-sg.md | 2 +- .../training_guide_03_concepts_jobs/guide.en-us.md | 2 +- .../training_guide_03_concepts_jobs/guide.es-es.md | 2 +- .../training_guide_03_concepts_jobs/guide.es-us.md | 2 +- .../training_guide_03_concepts_jobs/guide.fr-ca.md | 2 +- .../training_guide_03_concepts_jobs/guide.fr-fr.md | 2 +- .../training_guide_03_concepts_jobs/guide.it-it.md | 2 +- .../training_guide_03_concepts_jobs/guide.pl-pl.md | 2 +- .../training_guide_03_concepts_jobs/guide.pt-pt.md | 2 +- .../training_tuto_04_vscode_remote/guide.de-de.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-asia.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-au.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-ca.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-ie.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-sg.md | 2 +- .../training_tuto_04_vscode_remote/guide.en-us.md | 2 +- .../training_tuto_04_vscode_remote/guide.es-es.md | 2 +- .../training_tuto_04_vscode_remote/guide.es-us.md | 2 +- .../training_tuto_04_vscode_remote/guide.fr-ca.md | 2 +- .../training_tuto_04_vscode_remote/guide.fr-fr.md | 2 +- .../training_tuto_04_vscode_remote/guide.it-it.md | 2 +- .../training_tuto_04_vscode_remote/guide.pl-pl.md | 2 +- .../training_tuto_04_vscode_remote/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- 546 files changed, 1421 insertions(+), 1421 deletions(-) diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.de-de.md index 727a66bebb7..e8518f8bcbf 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.de-de.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-asia.md index e9b428c2022..e8518f8bcbf 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-asia.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-au.md index fde6a969186..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-au.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ca.md index c2496d55937..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ca.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ie.md index 09ad6524b69..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-ie.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-sg.md index 351f8a0935b..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-sg.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-us.md index dd6d6e30006..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.en-us.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-es.md index 2682e91c780..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-es.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-us.md index 8fc07268b5f..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.es-us.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-ca.md index 1e7696fcac9..954d65e725f 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-ca.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-fr.md index e8e7e97a2c8..954d65e725f 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.fr-fr.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.it-it.md index 2f069ad40c5..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.it-it.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pl-pl.md index a24f3c51c82..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pl-pl.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pt-pt.md index 30e5de4ebd1..854faf87a03 100644 --- a/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli/guide.pt-pt.md @@ -10,7 +10,7 @@ This guide covers the installation of the **ovhai** CLI. The CLI is the recommen ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - **AI Training activated** for your account, see [how to submit a job Step 2](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job) - a user for AI Tools, see [how to create a user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -98,4 +98,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.de-de.md index 8dc827fc0fc..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.de-de.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-asia.md index b5072129a48..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-asia.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-au.md index 1dbb9eebac2..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-au.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ca.md index be27968fae2..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ca.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ie.md index db3e60d0646..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-ie.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-sg.md index 3a0755de9b9..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-sg.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-us.md index 654e6fb6ad4..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.en-us.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-es.md index 7af89bef5a5..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-es.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-us.md index edf1c0f019b..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.es-us.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-ca.md index 19115395966..d44b7f308d8 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-ca.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-fr.md index 3dd4bf06dcb..d44b7f308d8 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.fr-fr.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.it-it.md index 60f0a2cce1b..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.it-it.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pl-pl.md index c39c1620e5c..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pl-pl.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pt-pt.md index 83d70f1e03a..68200dd88aa 100644 --- a/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli/guide.pt-pt.md @@ -321,7 +321,7 @@ Learn how to access your Object Storage data and Git repositories from your note Learn how to share your notebooks with other people [here](/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.de-de.md index 0e16373a6cf..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.de-de.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-asia.md index c7f83c46d29..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-asia.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-au.md index 69f76b2e55a..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-au.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ca.md index 446cc382837..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ca.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ie.md index 1417ecbe10b..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ie.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-sg.md index 8b356dbe6d6..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-sg.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-us.md index a15c069a7bf..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-us.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-es.md index 9a0a7ccf86e..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-es.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-us.md index 6313e735200..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-us.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-ca.md index 1283900ee41..2c3d808e0bc 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-ca.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-fr.md index 57c92b8660f..2c3d808e0bc 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.fr-fr.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.it-it.md index d26956fabe3..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.it-it.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pl-pl.md index 6a3a3b6303d..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pl-pl.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pt-pt.md index d89e3ff46c2..9d11e042809 100644 --- a/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.pt-pt.md @@ -212,7 +212,7 @@ For more information about the job and its lifecycle refer to the [jobs page](/p To know more about the CLI and available commands to interact with your job check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.de-de.md index ecb0e45c560..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.de-de.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-asia.md index 3cce796b418..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-asia.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-au.md index 8585feedf4f..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-au.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ca.md index 1b7ac3eb6f7..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ca.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ie.md index 24978108a4c..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-ie.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-sg.md index 1b0a579692a..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-sg.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-us.md index 180243deb01..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.en-us.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-es.md index 706c30e60cd..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-es.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-us.md index 74c4d3008c1..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.es-us.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-ca.md index 3d960ec4909..a4be468dad1 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-ca.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-fr.md index 170afa4407b..a4be468dad1 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.fr-fr.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.it-it.md index ba609eb4252..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.it-it.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pl-pl.md index f1a7264839c..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pl-pl.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pt-pt.md index 2a9b72ae78f..19b8cb696ae 100644 --- a/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_14_howto_cli_sharing/guide.pt-pt.md @@ -273,7 +273,7 @@ Status: Anyone can now access the notebook by pasting the URL shown in the `ovhai notebook get` output in their browser. In this example, the `Url` is `https://8e3ac445-0b47-4eea-9269-19a36b7213c7.notebook.gra.ai.cloud.ovh.net`. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.de-de.md index 256c1a55863..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.de-de.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-asia.md index 0cb8a64e6a3..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-asia.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-au.md index a1d8410fd1e..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-au.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ca.md index e923e683c88..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ca.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ie.md index bd377f863b2..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-ie.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-sg.md index 2e2940e5c68..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-sg.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-us.md index b4116e1cdd0..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.en-us.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-es.md index 6fd1ffb2865..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-es.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-us.md index 9d9c0a5db7c..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.es-us.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-ca.md index 83c7b21974d..5aff06c2e84 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-ca.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-fr.md index db1e27ae71b..5aff06c2e84 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.fr-fr.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.it-it.md index 34446278a8a..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.it-it.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pl-pl.md index e55a6e4fa69..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pl-pl.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pt-pt.md index b8e5b8d803a..a310dcb5ec0 100644 --- a/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_15_commands_reference/guide.pt-pt.md @@ -219,7 +219,7 @@ ovhai config set > `` is the new region name (`GRA` or `BHS`), in which you want to be placed. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.de-de.md index b709ededdc5..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.de-de.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-asia.md index 0c8ce690b42..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-asia.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-au.md index 99138c583c7..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-au.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ca.md index 677786706c7..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ca.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ie.md index 01702d18814..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-ie.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-sg.md index 45645edb391..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-sg.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-us.md index ada70b8964f..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.en-us.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-es.md index a02daa3ec65..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-es.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-us.md index 2db8742c97c..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.es-us.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-ca.md index 5fae3a1f10e..6b0079450d9 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-ca.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-fr.md index 7a98f24f3a4..6b0079450d9 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.fr-fr.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.it-it.md index 891fde36d18..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.it-it.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pl-pl.md index 2a7a9623fd2..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pl-pl.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pt-pt.md index 74311d1029f..fe333d3e491 100644 --- a/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks/guide.pt-pt.md @@ -129,7 +129,7 @@ $ ovhai notebook patch -v my-dataset@GRA:/workspace/datasets:rw > This is the same option as the `run` command above. You can choose to mount the volume in read-only or read & write mode and mount multiple volumes. > -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.de-de.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.de-de.md index 64c0568e0d7..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.de-de.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-asia.md index 5b3f2f0bd8b..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-asia.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-au.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-au.md index 36fb33649fb..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-au.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ca.md index 46a84cc645c..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ca.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ie.md index b6291e7909a..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-ie.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-sg.md index 8d10b321c6b..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-sg.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-us.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-us.md index fa091e0630d..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.en-us.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-es.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-es.md index 4a8fff8faab..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-es.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-us.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-us.md index 80245b5c89c..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.es-us.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-ca.md index ce75fd435de..dd3d4737c13 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-ca.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-fr.md index 84e56856f1b..dd3d4737c13 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.fr-fr.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.it-it.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.it-it.md index a7925386aea..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.it-it.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pl-pl.md index 87a88b978ba..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pl-pl.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pt-pt.md index 187792cd0c9..33d1b525e43 100644 --- a/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/cli_18_howto_deploy_app/guide.pt-pt.md @@ -277,7 +277,7 @@ ovhai app run /: \ To know more about the CLI and available commands to interact with your app check out the [overview of `ovhai`](/pages/public_cloud/ai_machine_learning/cli_15_commands_reference). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.de-de.md index dd39316b3b5..00e222ec6a8 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.de-de.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-asia.md index 31b12df6cbc..9cfedc1efe5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-asia.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-au.md index 83f0d232337..be9fab5b47d 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-au.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ca.md index 3d44e58115d..2512e2a727a 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ca.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ie.md index a6050bd5143..6d7447a4eca 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-ie.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-sg.md index 3e1c49b35cb..e46afb18e04 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-sg.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-us.md index 5f10162f530..d11afac3841 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.en-us.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-es.md index 75880df1c89..f6820de963f 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-es.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-us.md index 490a43485fa..5377ba34ec6 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.es-us.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-ca.md index 8b00c3112e9..6a4761a41b7 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-ca.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-fr.md index 4c32d596bc8..676f88d0a8f 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.fr-fr.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.it-it.md index 74ea3ecfe42..da23f9dc544 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.it-it.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pl-pl.md index 194dbb88e31..7c7cf5374fe 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pl-pl.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pt-pt.md index 65d5d60686c..26d0eb750c7 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_01_capabilities/guide.pt-pt.md @@ -202,7 +202,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Deploy documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback We would love to help answer questions and appreciate any feedback you may have. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.de-de.md index 879b947fd1a..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.de-de.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-asia.md index 1a033e1ff55..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-asia.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-au.md index ba0d5b2c66b..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-au.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ca.md index deba224bc68..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ca.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ie.md index 8a14af90613..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-ie.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-sg.md index 82775611dba..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-sg.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-us.md index e5d401d67e0..db40c1e89eb 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.en-us.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-es.md index 9a2dd6dee7b..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-es.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-us.md index 2e4679708f8..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.es-us.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-ca.md index 736a5248809..71ceaae08f8 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-ca.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-fr.md index 3cb17f1de53..71ceaae08f8 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.fr-fr.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.it-it.md index 6f9d8cf37c5..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.it-it.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pl-pl.md index b1346c66638..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pl-pl.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pt-pt.md index e2c89029174..0e9245d3044 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_04_scaling_strategies/guide.pt-pt.md @@ -16,12 +16,12 @@ This guide covers the use of the different scaling strategies for AI Deploy. The ## Requirements - a **Public Cloud** project -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- access to the [OVHcloud Control Panel](/links/manager) - start deploying an app and get to **Step 3**: `Resources` ## Scaling principles -In the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), it is possible to select the **resources** in `Step 3` of the app deployment. +In the [OVHcloud Control Panel](/links/manager), it is possible to select the **resources** in `Step 3` of the app deployment. This step allows you to choose between two scaling strategies: **static scaling** and **autoscaling**. @@ -106,4 +106,4 @@ In this example, the app will be scaled up when the average RAM usage across all Please feel free to send us your questions, feedback and suggestions to help our team improve the service on the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.de-de.md index 570b68f98ab..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.de-de.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-asia.md index 97ebe81d890..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-asia.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-au.md index 57581744652..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-au.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ca.md index 023c3096f34..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ca.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ie.md index 7dd16834cd4..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-ie.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-sg.md index ae5da8bb8b3..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-sg.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-us.md index 1283dba61f4..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.en-us.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-es.md index 8039535473c..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-es.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-us.md index 7cf4be742a5..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.es-us.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-ca.md index 1c069bec339..8735504c998 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-ca.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-fr.md index 6cbd718758a..8735504c998 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.fr-fr.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.it-it.md index 5671e2b45da..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.it-it.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pl-pl.md index 6ab9f7d6c7d..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pl-pl.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pt-pt.md index 9e2c7a9ce29..27b5fc23522 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio/guide.pt-pt.md @@ -143,7 +143,7 @@ Here are some examples of AI apps we propose: - Deploy an interactive app for EDA and prediction using Streamlit - Deploy and call a spam classifier with FastAPI -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.de-de.md index 744e100c73e..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.de-de.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-asia.md index 77cf1e4ad56..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-asia.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-au.md index eaac5bd303d..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-au.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ca.md index 214ab461eed..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ca.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ie.md index 7f3df028693..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-ie.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-sg.md index 628bd05ce05..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-sg.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-us.md index 0d15493e14f..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.en-us.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-es.md index 511253fd11e..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-es.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-us.md index 4fd0b213ba0..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.es-us.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-ca.md index 2a703ab88ff..ad77b23e69f 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-ca.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-fr.md index 6798af150bf..ad77b23e69f 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.fr-fr.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.it-it.md index c73b089e06d..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.it-it.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pl-pl.md index 45861b496de..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pl-pl.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pt-pt.md index e4af923a37a..fd73bde23f1 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_08_update_custom_docker_image/guide.pt-pt.md @@ -14,7 +14,7 @@ While our app is running, it is likely that we will have to **update our Docker ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- Access to the [OVHcloud Control Panel](/links/manager) - A [Public Cloud project](/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project) - A [user for AI Deploy](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) - [Docker](https://www.docker.com/get-started) installed on your local computer or a virtual machine @@ -60,7 +60,7 @@ Our app is still in a `RUNNING` state, which means that it is currently deployed However, if we **stop and restart** the app, the image used will be the one indicated when the app was initially launched, which means the one available at `registry_address.ovh.net/my_ai_app:v1.0.0` in our case. As this image has been updated and the old one has been deleted, the last version (updated one) will now be used by the app. -This stop & restart operation can be performed from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: +This stop & restart operation can be performed from the [OVHcloud Control Panel](/links/manager) (UI) by clicking the `...` button, next to your app, as shown on the screenshot below: ![image](images/stop_start_app_control-panel.png){.thumbnail} @@ -101,7 +101,7 @@ Learn how to use public and private registries when working with OVHcloud AI Too Discover some AI Deploy apps we built with API or Web frontend via our [Apps portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.de-de.md index ebca775b1c5..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.de-de.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-asia.md index 4a779a9230f..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-asia.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-au.md index 48206dd268b..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-au.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ca.md index d51d196be06..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ca.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ie.md index f06f5d3f134..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-ie.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-sg.md index a22e3729245..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-sg.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-us.md index 29d3fcf0cfa..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.en-us.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-es.md index b002845eff9..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-es.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-us.md index 80e5ac2154d..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.es-us.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-ca.md index d24c6bc3df6..b2a99061493 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-ca.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-fr.md index a50e0292622..b2a99061493 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.fr-fr.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.it-it.md index e5123de0ec9..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.it-it.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pl-pl.md index e59864da987..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pl-pl.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pt-pt.md index 6a3c57ef46d..1130d04b7ab 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_guide_09_concepts_apps/guide.pt-pt.md @@ -54,7 +54,7 @@ During its lifetime, the app will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit an app](/pages/public_cloud/ai_machine_learning/deploy_guide_02_getting_started). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.de-de.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.de-de.md index bc900ba9e93..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.de-de.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-asia.md index b854437d45d..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-asia.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-au.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-au.md index fb7df6054e7..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-au.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ca.md index 6aada278cd3..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ca.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ie.md index 25ff8953bea..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-ie.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-sg.md index bbd8b0d75fe..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-sg.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-us.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-us.md index b4aa9daff5f..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.en-us.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-es.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-es.md index 2009c2949ad..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-es.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-us.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-us.md index 8147f252952..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.es-us.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-ca.md index 69ffd092ffd..d3774640c9e 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-ca.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-fr.md index 59b5be74738..d3774640c9e 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.fr-fr.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.it-it.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.it-it.md index c98f73325ec..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.it-it.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pl-pl.md index 2856a4e78d3..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pl-pl.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pt-pt.md index b53a4f11699..31ac9a98fb5 100644 --- a/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/deploy_tuto_10_locust/guide.pt-pt.md @@ -20,8 +20,8 @@ In this tutorial, we will use one of them and interpret the results. ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An app with an API running in AI Deploy on your Public Cloud project. - A python environment, with enough CPU and RAM and internet access (a virtual machine is recommended). @@ -44,7 +44,7 @@ Feel free to deploy any app and API that you would like to load test, as long as For this tutorial, we will load test a spam classifier API from the [AI Deploy app portfolio](/pages/public_cloud/ai_machine_learning/deploy_guide_05_app_portfolio). This API takes sentences (emails) as input text, and outputs a spam probability score. -You can deploy this API easily from the [OVHcloud control panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. +You can deploy this API easily from the [OVHcloud control panel](/links/manager) or [OVHcloud CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). A good strategy is to deploy with autoscaling, with minimum and maximum replicas. This way we will monitor the growth of used replicas. Here is the CLI command used to deploy it, with autoscaling going from 1 to 5 replicas and a CPU threshold of 75%: @@ -244,7 +244,7 @@ Locust official documentation : [Locust.io](https://docs.locust.io/en/stable/) Comparison of load testing tools : [Comparison of load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools/) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.de-de.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.de-de.md index 243295f7a48..296abf167dd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.de-de.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-asia.md index 92e59dd3031..0a9367f7ff2 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-asia.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-au.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-au.md index f8b39946ad7..0a9367f7ff2 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-au.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ca.md index 8c76c0c5922..e7177edb30f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ca.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ie.md index aa6ac80008b..e7177edb30f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-ie.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-sg.md index ee437595091..e7177edb30f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-sg.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-us.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-us.md index 17c050fcffc..e7177edb30f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.en-us.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ User can enable a `cache` feature that allow jobs and notebooks to re-use availa - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-es.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-es.md index 7bf3aa5f55a..296abf167dd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-es.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-us.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-us.md index ef688f925cf..0f66c401d7e 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.es-us.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-ca.md index 418a25cf04b..14297fd2d63 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-ca.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-fr.md index 6365340e272..14297fd2d63 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.fr-fr.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.it-it.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.it-it.md index 5fd8507cbf4..296abf167dd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.it-it.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pl-pl.md index 9e00f38673e..296abf167dd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pl-pl.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pt-pt.md index 7275f9ad198..296abf167dd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/gi_02_concepts_data/guide.pt-pt.md @@ -17,7 +17,7 @@ updated: 2022-04-11 There are two ways to manage your data: - You can upload and download data from your local environment using the CLI, see [how to install `ovhai` CLI](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli). Next, find out how to [manage your data with the CLI](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). -- You can use the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). +- You can use the [OVHcloud Control Panel](/links/manager), see [create data container](/pages/storage_and_backup/object_storage/pcs_create_container). ## How it works @@ -107,7 +107,7 @@ Users can enable a `cache` feature that allow jobs and notebooks to re-use avail - You can check how to [launch an AI Training job with attached volumes](/pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.de-de.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.de-de.md index a346f1d7cd5..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.de-de.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-asia.md index e2607a51c07..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-asia.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-au.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-au.md index 3ae97aa859c..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-au.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ca.md index f6ec1ef76cf..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ca.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ie.md index b367689a91d..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-ie.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-sg.md index 2af8512ffed..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-sg.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-us.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-us.md index d2a938ae9a9..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.en-us.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-es.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-es.md index 2cb7cda4692..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-es.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-us.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-us.md index 7690e4a0abd..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.es-us.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-ca.md index 29137da9263..6888a41303c 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-ca.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-fr.md index 0bd497e8eff..6888a41303c 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.fr-fr.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.it-it.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.it-it.md index 66f45e765bf..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.it-it.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pl-pl.md index e2c88560274..fbaf1ba1ba3 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pl-pl.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pt-pt.md index 5e79f6ed1ee..ba20b29181a 100644 --- a/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet/guide.pt-pt.md @@ -20,4 +20,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.de-de.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.de-de.md index 770a8004de1..a840093bb37 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.de-de.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-asia.md index 4e73252b0fc..c89e63eeabd 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-asia.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-au.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-au.md index b9436072288..26d822f2a4c 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-au.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ca.md index 767534255b8..2e8941d9160 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ca.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ie.md index b6f054cf6c5..973098ff5cf 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-ie.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-sg.md index a45f3612c1c..e88ddfa9ca8 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-sg.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-us.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-us.md index f35c12036eb..e2dfeadf786 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.en-us.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-es.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-es.md index bb9b2b07327..1c7d6969a76 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-es.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-us.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-us.md index f5d36a3568b..3b96f3e3cc6 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.es-us.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-ca.md index 3607f18375a..67b7188538f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-ca.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-fr.md index fc14227de65..f749a14c7fe 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.fr-fr.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.it-it.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.it-it.md index 0f75cf19f48..899d83ad209 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.it-it.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pl-pl.md index 155a5d2d10e..792a8f77f8f 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pl-pl.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pt-pt.md index c0bf40eb3b2..fbde00ed150 100644 --- a/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/gi_06_dashboard_getting_started/guide.pt-pt.md @@ -12,8 +12,8 @@ This guide explains how to get started with the OVHcloud AI Dashboard, a consoli ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -72,4 +72,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.de-de.md index 20d3036ba44..f52f1948806 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.de-de.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-asia.md index e04169f589b..957f01d7c92 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-asia.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-au.md index bd3c423692c..76f237c456d 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-au.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ca.md index 1b467e4ab1d..5cab2446690 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ca.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ie.md index efbbefb18ad..c9fe7130dac 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-ie.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-sg.md index 26c0f13ec69..6acf13478a3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-sg.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-us.md index 504a7785f80..61925fa1766 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.en-us.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-es.md index 0d91420d7f2..40171c98b71 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-es.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-us.md index f6109d86b23..26454535067 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.es-us.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-ca.md index ef9de5fceb9..ef784d01665 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-ca.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-fr.md index 41e3ef1cb5b..d217efb83f6 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.fr-fr.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.it-it.md index f49cfe58861..2db7059c1f5 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.it-it.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pl-pl.md index af4611b0c7a..12dcb7d6ee7 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pl-pl.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pt-pt.md index 9cf669a9a71..1490c685e48 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_capabilities/guide.pt-pt.md @@ -194,7 +194,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Notebooks documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.de-de.md index 6a37682ffc8..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.de-de.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-asia.md index 356b9379670..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-asia.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-au.md index c70753b21d0..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-au.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ca.md index 25c3a4a9293..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ca.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ie.md index 6eef9985aab..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-ie.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-sg.md index 09574739c14..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-sg.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-us.md index 2d5fbb03deb..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.en-us.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-es.md index 9aff3037383..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-es.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-us.md index 5f0fb0e184e..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.es-us.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-ca.md index e48b12de534..a842f586f26 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-ca.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-fr.md index 7bb5efc46bb..a842f586f26 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.fr-fr.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.it-it.md index 55557ecf9da..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.it-it.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pl-pl.md index e9d7aecd998..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pl-pl.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pt-pt.md index f8d637eafa5..a3efa46bf61 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_concepts_notebooks/guide.pt-pt.md @@ -56,7 +56,7 @@ During its lifetime, the notebook will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to create a notebook](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.de-de.md index 0f5eccbf84e..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.de-de.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-asia.md index 63bb352ee4f..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-asia.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-au.md index afc450c416f..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-au.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ca.md index 6c557c80e2d..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ca.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ie.md index 8bd595954eb..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-ie.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-sg.md index af747ba725d..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-sg.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-us.md index 6f53fac8889..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.en-us.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-es.md index 8ec51477f1b..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-es.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-us.md index 119fb766a0e..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.es-us.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-ca.md index 4d067f6f2ef..45c89dcfe0a 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-ca.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-fr.md index 91e8ad73b57..45c89dcfe0a 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.fr-fr.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.it-it.md index fdfcb6ed1b3..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.it-it.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pl-pl.md index 9553d7e6a1d..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pl-pl.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pt-pt.md index d19b56e6260..6900dc15eff 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_troubleshooting/guide.pt-pt.md @@ -194,4 +194,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.de-de.md index 9e04a7d2faa..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.de-de.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/de/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-asia.md index ce5e004f3a8..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-asia.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/asia/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-au.md index 10a49dc9f79..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-au.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/en-au/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ca.md index 386f3b96743..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ca.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/en-ca/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ie.md index c8088eb393a..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-ie.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/en-ie/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-sg.md index c66188ce90d..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-sg.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/en-sg/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-us.md index 6cfeb0744f6..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.en-us.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/en/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-es.md index 2f620210049..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-es.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/es-es/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-us.md index bdeaecc9424..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.es-us.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/es/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-ca.md index f364b375e41..40365771fd9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-ca.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/fr-ca/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-fr.md index 06966cf94e7..40365771fd9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.fr-fr.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/fr/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.it-it.md index 59198f86409..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.it-it.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/it/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pl-pl.md index 4346156304a..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pl-pl.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/pl/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pt-pt.md index a798c409755..044866f56aa 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_guide_workspace/guide.pt-pt.md @@ -57,7 +57,7 @@ If you run the `ls -a` command in your notebook's `/workspace` directory, you wi ### Workspace billing -The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](https://www.ovhcloud.com/pt/public-cloud/prices/#439) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). +The first 10GB of the `/workspace` directory are free during 30 consecutive days. After this period, the [price of OVHcloud Object Storage](/links/public-cloud/prices-object-storage) is applied for each GB. To learn how we bill AI Notebooks, refer to the [Billing and lifecycle documentation](/pages/public_cloud/ai_machine_learning/notebook_guide_billing_concept). ## Feedback @@ -65,4 +65,4 @@ Please send us your questions, feedback and suggestions to improve the service: - On the OVHcloud [Discord server](https://discord.gg/ovhcloud) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.de-de.md index 43cef229260..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.de-de.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-asia.md index ddc303f86c9..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-asia.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-au.md index 7d668866cd9..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-au.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ca.md index 0cca246e712..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ca.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ie.md index 589528a0693..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-ie.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-sg.md index 97c13270796..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-sg.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-us.md index 7a0dca02e02..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.en-us.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-es.md index bbc0c479792..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-es.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-us.md index b274d15fcaa..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.es-us.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-ca.md index 8a124028d97..6ab0fd32231 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-ca.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-fr.md index 3a46aebc38e..6ab0fd32231 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.fr-fr.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.it-it.md index d8b06b21073..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.it-it.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pl-pl.md index b246996b77d..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pl-pl.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pt-pt.md index a3b3e233021..30c50a96153 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_02_tensorboard/guide.pt-pt.md @@ -18,7 +18,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- access to the [OVHcloud Control Panel](/links/manager) - an AI Notebooks project created inside a Public Cloud project - a user for AI Notebooks @@ -26,7 +26,7 @@ The tutorial presents a simple example of launching **TensorBoard** in a noteboo ### Launch and access Jupyter notebook -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), just create a new notebook and select **TensorFlow** docker image. +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just create a new notebook and select **TensorFlow** docker image. If you want to launch it with the [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli), just choose the name of your notebook (``) and the number of GPUs (``) your want and use the following command: @@ -59,7 +59,7 @@ A preview of this notebook can be found on [GitHub](https://github.com/ovh/ai-tr - Another way to track your training with an AI notebook is to use **Weights & Biases**. Follow this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases). - If you want to launch **TensorBoard** in a job, please refer to this [documentation](/pages/public_cloud/ai_machine_learning/training_tuto_05_tensorboard). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.de-de.md index c9d95fed56c..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.de-de.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-asia.md index a71f2c25cb5..65baa81b7c0 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-asia.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-au.md index 505847efb93..78fe773cbf3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-au.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ca.md index a541eb27ee8..78fe773cbf3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ie.md index 455ad366536..78fe773cbf3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-ie.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-sg.md index ec2ef110875..78fe773cbf3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-sg.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-us.md index a2a7b5e704b..78fe773cbf3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.en-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -104,7 +104,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-es.md index 56a211355e9..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-es.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-us.md index 58d72cf40e7..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.es-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-ca.md index b49d9a8b3fe..073206479f9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-fr.md index 07283332144..073206479f9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.fr-fr.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.it-it.md index 9b8e24170fb..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.it-it.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pl-pl.md index 6ea4babc960..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pl-pl.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pt-pt.md index d7d058d1521..5e83573b3dc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5/guide.pt-pt.md @@ -14,8 +14,8 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt); -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A user for AI Notebooks; - Your own dataset. @@ -23,7 +23,7 @@ It is based on the YOLOv5 open source repository by [Ultralytics](https://github ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -42,7 +42,7 @@ ovhai bucket object upload @ You need to attach a volume if your data is in your OVHcloud object storage and you want to use it during your experiment, or if you need to save the results of your work in the object storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -103,7 +103,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv5 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_04_flask_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.de-de.md index ecd80d3792e..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.de-de.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de); -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-asia.md index 736a4b81881..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-asia.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia); -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-au.md index 1a89710c736..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-au.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au); -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ca.md index 107cdfa711c..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ca.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca); -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ie.md index ad5b1d3cf5b..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-ie.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie); -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-sg.md index 0bbaece9c3e..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-sg.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg); -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-us.md index 484efbb228c..d8022812948 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.en-us.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we); -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -161,7 +161,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-es.md index e4dc1b9382e..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-es.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es); -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-us.md index 4b4fc8c8de5..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.es-us.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws); -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-ca.md index 93822369016..e8de7c02fcc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-ca.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc); -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-fr.md index f969acb2285..e8de7c02fcc 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.fr-fr.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr); -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.it-it.md index 88689a63746..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.it-it.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it); -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pl-pl.md index 5d81d0874e5..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pl-pl.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl); -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pt-pt.md index 4fb8f483510..41b482c9287 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis/guide.pt-pt.md @@ -39,8 +39,8 @@ We will also use a model to classify the Tweets according to their topic: a *Zer ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt); -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Public Cloud user with the ability to start AI Notebooks; - A Hugging Face account (if you want!). @@ -55,7 +55,7 @@ Beforehand, if you want to store your data (Tweets) in an **object container**, ### Uploading your dataset on Public Cloud Storage -If you want to upload it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. +If you want to upload it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage`{.action} > `Create an object container`{.action}. ![image](images/new-object-container.png){.thumbnail} @@ -160,7 +160,7 @@ A preview of the three notebooks can be found on GitHub [here](https://github.co - You can also deploy a **Flask** app to classify text sentiments with **Hugging Face** models. Check this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_06_flask_hugging_face). - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.de-de.md index 0296cb4e5e5..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.de-de.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-asia.md index dc95eca8efc..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-asia.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-au.md index ba930b0146c..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-au.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ca.md index f60fd96c164..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ca.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ie.md index 5343128be7d..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-ie.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-sg.md index caeb8d328ba..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-sg.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-us.md index c4d84c95980..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.en-us.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-es.md index 0b2edfea26a..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-es.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-us.md index 6e505513632..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.es-us.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-ca.md index 932d6b7ca7c..7a1aa8c7fcb 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-ca.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-fr.md index 37afcacddda..7a1aa8c7fcb 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.fr-fr.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.it-it.md index 03661b07b1d..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.it-it.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pl-pl.md index 277b1bd42d3..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pl-pl.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pt-pt.md index 8063a5736b0..5f8c41bd687 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_07_transfer_learning_resnet50_image_classification/guide.pt-pt.md @@ -43,8 +43,8 @@ ResNet has many variants that work on the same concept but have different number ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [user](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) for AI Notebooks ## Instructions @@ -59,11 +59,11 @@ First, you have to create 2 object containers in your OVHcloud **Object Storage* > To know more about how to **push your data to Object Storage**, please refer to the dedicated [documentation](/pages/public_cloud/ai_machine_learning/cli_16_commands_reference_data). > -Then, you can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +Then, you can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -147,7 +147,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you want to deploy a Gradio app for **Image classification** or **Sketch recognition**, check out this [documentation](/pages/public_cloud/ai_machine_learning/deploy_tuto_05_gradio_sketch_recognition). - If you are interested in **Computer Vision**, familiarise yourself with Object Detection by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_04_yolov5). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.de-de.md index 4b59a08f318..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.de-de.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-asia.md index 2303fec4137..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-asia.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-au.md index c2231ebaec1..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-au.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ca.md index b21e6850788..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ca.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ie.md index 68729c14052..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-ie.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-sg.md index 259c549add7..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-sg.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-us.md index 4bf58875181..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.en-us.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-es.md index ab8d66add61..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-es.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-us.md index 024aa09c118..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.es-us.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-ca.md index 2f206d02287..bce7a39767e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-ca.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-fr.md index dbeb08ad653..bce7a39767e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.fr-fr.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.it-it.md index c2909b40701..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.it-it.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pl-pl.md index cc741c62002..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pl-pl.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pt-pt.md index 202d5ce23aa..65ecea65710 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text/guide.pt-pt.md @@ -25,19 +25,19 @@ This documentation allows you to test and launch **3 AI Notebooks** allowing you ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/tree/main/notebooks/natural-language-processing/speech-to-text/miniconda). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -113,7 +113,7 @@ Once the repository has been cloned, find your notebook by following this path: - With NLP, you can do **sentiment analysis**. For more information, click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_05_hugging_face_sentiment_analysis). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.de-de.md index 5513450025c..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.de-de.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-asia.md index d74bdd3fdac..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-asia.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-au.md index 9bcaa011cce..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-au.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ca.md index e608b7108d2..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ca.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ie.md index 4a6b165520d..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-ie.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-sg.md index eeb5cbacff8..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-sg.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-us.md index 7a6ce4a8f17..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.en-us.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-es.md index 391f6df7b0e..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-es.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-us.md index 8dcbe3d713a..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.es-us.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-ca.md index 0b458398874..318b78d71b9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-ca.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-fr.md index bf2d6239337..318b78d71b9 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.fr-fr.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.it-it.md index 7d75e1a56da..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.it-it.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pl-pl.md index cdb74ca19b5..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pl-pl.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pt-pt.md index f855cd5fb83..4286d697f11 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_09_spam_classifier/guide.pt-pt.md @@ -19,17 +19,17 @@ At the end of this tutorial, you will have learnt the principal methods to build ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch your notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Miniconda" via UI -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -96,7 +96,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - If you are interested in **NLP** (Natural Language Processing), familiarise yourself with speech to text by following this [tutorial](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.de-de.md index c5bbc862d22..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.de-de.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-asia.md index cedfdecb647..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-asia.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-au.md index 2226153406a..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-au.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ca.md index 3df02092249..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ca.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ie.md index 5a8e1aa2846..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-ie.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-sg.md index 0f611419202..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-sg.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-us.md index ca3f918204f..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.en-us.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-es.md index 3fb73babe5b..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-es.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-us.md index 6b5a1bc0d10..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.es-us.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-ca.md index 4e1477d24c0..3e6230ddc82 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-ca.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-fr.md index e8446b0215a..3e6230ddc82 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.fr-fr.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.it-it.md index 61d301ec464..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.it-it.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pl-pl.md index 4b772aa6bcc..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pl-pl.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pt-pt.md index 45221cc04c7..500998be31e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_10_create_chatbot/guide.pt-pt.md @@ -12,7 +12,7 @@ We will use the famous open source framework [Rasa](https://rasa.community/) to ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - A [user for AI Notebooks](/pages/public_cloud/ai_machine_learning/gi_01_manage_users) @@ -112,7 +112,7 @@ If you want to train a Rasa chatbot with the tool AI Training, please refer to t [How to train a chatbot with docker and AI Training](/pages/public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.de-de.md index 0bc7a2bf765..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.de-de.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-asia.md index 4e638601ee8..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-asia.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-au.md index 63cba38377b..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-au.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ca.md index ae7d1faf56a..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ie.md index 682d611777c..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-ie.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-sg.md index 43b91a24efd..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-sg.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-us.md index c07376dbd16..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.en-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-es.md index fb5d8bb310d..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-es.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-us.md index 4fcdca4e7eb..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.es-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-ca.md index c24b1ec33d4..6e2134bb5d4 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-fr.md index 0d83ec8df93..6e2134bb5d4 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.fr-fr.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.it-it.md index ed317ec4d14..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.it-it.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pl-pl.md index ce5158a5e34..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pl-pl.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pt-pt.md index 814188cc9d4..d0eed58af8e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7/guide.pt-pt.md @@ -14,8 +14,8 @@ It is based on the YOLOv7 open source [repository](https://github.com/WongKinYiu ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [American Sign Language Letters Dataset](https://public.roboflow.com/object-detection/american-sign-language-letters/1) @@ -32,7 +32,7 @@ This tutorial is based on the [American Sign Language Letters Dataset](https://p ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -64,7 +64,7 @@ ovhai bucket create asl-volov7-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -106,7 +106,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to observe the evolution of your metrics during the training of your model? Click [here](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases)! - Do you want to use your YOLOv7 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_13_streamlit_yolov7). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.de-de.md index e7f4e758300..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.de-de.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-asia.md index 0ed26ab7c12..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-asia.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-au.md index e3b9f339916..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-au.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ca.md index c77c419c425..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ca.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ie.md index 9ca0cd10632..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-ie.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-sg.md index 9d13f646580..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-sg.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-us.md index 460700f21ff..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.en-us.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-es.md index 4ae5240a31f..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-es.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-us.md index fc71e16c7db..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.es-us.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-ca.md index 981c2f8c2fe..dcd1d7f6b56 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-ca.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-fr.md index 9bf8776d3de..dcd1d7f6b56 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.fr-fr.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.it-it.md index 3ce696d1118..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.it-it.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pl-pl.md index cebbdb57318..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pl-pl.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pt-pt.md index 0e16b417b45..ae4448e2b99 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors/guide.pt-pt.md @@ -23,20 +23,20 @@ At the end of this tutorial, you will have learnt the principal methods to **seg ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). Direct link to the full code can be found [here](https://github.com/ovh/ai-training-examples/blob/main/notebooks/computer-vision/image-segmentation/tensorflow/brain-tumor-segmentation-unet/notebook_image_segmentation_unet.ipynb). ### Launching a Jupyter notebook with "Tensorflow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -104,7 +104,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.de-de.md index 5d03b695c5c..1c0d88ac93c 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.de-de.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-asia.md index caaf37deb8d..2b3677557c8 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-asia.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-au.md index 88368bbd634..514fa02c15c 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-au.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ca.md index 8799cbd8b2d..299d40ddc36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ca.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ie.md index 1e8274e86ad..b3903cc5b65 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-ie.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-sg.md index 9b3873db4af..1cdfc0a6390 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-sg.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-us.md index 1b90b80e622..002be28097e 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.en-us.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-es.md index 7418cbd3ea3..a60f4b26bb1 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-es.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-us.md index dff04668132..40d4769f2b2 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.es-us.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-ca.md index 580cf26c16e..c67fc82f539 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-ca.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-fr.md index d1b802d2e3b..be2d8b23da3 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.fr-fr.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.it-it.md index efe296a9d01..21cf5460ebb 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.it-it.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pl-pl.md index 05d8ea27336..831ab6ca0e2 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pl-pl.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pt-pt.md index 8d236c73856..093154fdee4 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_13_fine_tune_llama_v2/guide.pt-pt.md @@ -14,19 +14,19 @@ The purpose of this tutorial is to show you how it is possible to fine-tune LLaM ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks To access LLaMA 2 models, you will also need to follow the requirements indicated in the notebook. ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -88,7 +88,7 @@ In the meantime, we invite you to take a look at our other NLP tutorials: - [Discover speech to text powers and use them to generate video subtitles, meeting scripts and summaries](/pages/public_cloud/ai_machine_learning/notebook_tuto_08_speech_to_text) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.de-de.md index 7b483f92e17..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.de-de.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-asia.md index 0dc900ffa31..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-asia.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-au.md index b70e3266be3..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-au.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ca.md index 55120177c00..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ca.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ie.md index 35d8ce40cd6..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-ie.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-sg.md index 75e68d38890..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-sg.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-us.md index 298e1391e71..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.en-us.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-es.md index 9c18c8d7bb2..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-es.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-us.md index 7398d5d095c..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.es-us.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-ca.md index 8da20451c95..a0f1461183f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-ca.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-fr.md index feea34165bd..a0f1461183f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.fr-fr.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.it-it.md index f5da6d9fa82..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.it-it.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pl-pl.md index 754f9b2c692..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pl-pl.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pt-pt.md index cd5544dabe5..dcb7146721f 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_14_image-generation-dcgan/guide.pt-pt.md @@ -23,18 +23,18 @@ At the end of this tutorial, you will have learnt the concepts of generative mod ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -100,7 +100,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Train YOLOv7 for American Sign Language recognition](/pages/public_cloud/ai_machine_learning/notebook_tuto_11_yolov7) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.de-de.md index e09dc5c2651..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.de-de.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-asia.md index c7354dae7cf..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-asia.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-au.md index 66be2729d36..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-au.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ca.md index c74ca9fde1a..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ca.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ie.md index bd8baa3c9a1..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-ie.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-sg.md index 2dea4ed5611..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-sg.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-us.md index 48f35a0db1b..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.en-us.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-es.md index 770e71eb988..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-es.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-us.md index 920fb4d29dc..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.es-us.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-ca.md index c35c440286d..6dd67ed475a 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-ca.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-fr.md index 25fea7b1f6c..6dd67ed475a 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.fr-fr.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.it-it.md index 0272e400183..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.it-it.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pl-pl.md index 03156737066..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pl-pl.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pt-pt.md index aa4c05b2469..5bc3c578656 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_finetune_export_onnx_model/guide.pt-pt.md @@ -38,18 +38,18 @@ Exporting your model in ONNX format allows you to **optimize the inference** of ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Kaggle](https://www.kaggle.com/) account to download the dataset ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the ovhai [CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "Conda" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -108,7 +108,7 @@ There are many other tasks that exist in the computer vision field. Check our ot - [Perform Brain tumor segmentation using U-Net](/pages/public_cloud/ai_machine_learning/notebook_tuto_12_image-segmentation-unet-tumors) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.de-de.md index 65d8733aef7..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.de-de.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-asia.md index 10efbf57179..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-asia.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-au.md index 017e0d1c6f3..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-au.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ca.md index b66d509ff61..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ie.md index b299640a46f..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-ie.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-sg.md index 096c09bcee9..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-sg.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-us.md index d9354dbd8bc..d1ec2ea1d36 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.en-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-es.md index d862af8194f..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-es.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-us.md index 9fabdb919b5..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.es-us.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-ca.md index 1302c073a90..14944068649 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-ca.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-fr.md index cd15164d961..14944068649 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.fr-fr.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.it-it.md index 5e2e76fcdf2..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.it-it.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pl-pl.md index 31fe2c46416..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pl-pl.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pt-pt.md index c1bd687545e..ebdea12f481 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_15_rock-paper-scissors/guide.pt-pt.md @@ -14,8 +14,8 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks - A [Public Roboflow](https://public.roboflow.com/) account to access and download the [Rock Paper Scissors Dataset](https://universe.roboflow.com/roboflow-58fyf/rock-paper-scissors-sxsw) @@ -30,7 +30,7 @@ This tutorial is based on the [Rock Paper Scissors SXSW Computer Vision Project ### Create Object Storage containers -If you want to create it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. +If you want to create it from the [OVHcloud Control Panel](/links/manager), go to the Object Storage section and create a new object container by clicking `Object Storage` > `Create an object container`. ![image](images/new-object-container.png){.thumbnail} @@ -62,7 +62,7 @@ ovhai bucket create rock-paper-scissors-model You need to attach a volume if your data is in your OVHcloud Object Storage and you want to use it during your experiment, or if you need to save the results of your work in the Object Storage. For more information on data, volumes and permissions, see [our guide on data](/pages/public_cloud/ai_machine_learning/cli_17_how_to_cli_data_notebooks). -If you want to launch it from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). +If you want to launch it from the [OVHcloud Control Panel](/links/manager), just follow this [guide](/pages/public_cloud/ai_machine_learning/notebook_guide_introduction_definition). 1. `Name your notebook` 2. `Choose Jupyterlab editor` @@ -105,7 +105,7 @@ A preview of this notebook can be found on GitHub [here](https://github.com/ovh/ - Do you want to train your YOLOv8 model? [Here it is](/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors). - Do you want to use your YOLOv8 model in an app? [Here it is](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.de-de.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.de-de.md index 40c2faa6a6d..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.de-de.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-asia.md index 2eba9de19f4..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-asia.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-au.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-au.md index 2bbe5a9350b..420b0e0ff76 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-au.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) - An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-au//public-cloud/) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ca.md index 624fa41f45f..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ca.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ie.md index 8f6de334b9e..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-ie.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-sg.md index 95974844bf8..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-sg.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-us.md index adc4db5e415..e3645d4632c 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.en-us.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) - An AI Notebooks project created inside a [Public Cloud project]https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-es.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-es.md index 6eeda2b4b77..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-es.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-us.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-us.md index 565cdcd819f..4bd8cfc1544 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.es-us.md @@ -38,7 +38,7 @@ The different models will be tracked and compared thanks to **MLflow** in order - Access to the [OVHcloud Control Panel]( https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions @@ -113,7 +113,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-ca.md index d681a890ac2..16b0daaa4af 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-ca.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-fr.md index 0c3160d33fe..16b0daaa4af 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.fr-fr.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.it-it.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.it-it.md index 1fa78c14e77..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.it-it.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pl-pl.md index 4d4824c97fd..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pl-pl.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pt-pt.md index 8dca7bf8dac..b38fe759edf 100644 --- a/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/notebook_tuto_16_mlflow/guide.pt-pt.md @@ -36,17 +36,17 @@ The different models will be tracked and compared thanks to **MLflow** in order ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- An AI Notebooks project created inside a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- An AI Notebooks project created inside a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A user for AI Notebooks ## Instructions -You can launch the notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). +You can launch the notebook from the [OVHcloud Control Panel](/links/manager) or via the [ovhai CLI](/pages/public_cloud/ai_machine_learning/cli_11_howto_run_notebook_cli). ### Launching a Jupyter notebook with "TensorFlow" via UI (Control Panel) -To launch your notebook from the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), refer to the following steps. +To launch your notebook from the [OVHcloud Control Panel](/links/manager), refer to the following steps. #### Code editor @@ -110,7 +110,7 @@ There are many other methods to track your ML model. Check our other tutorials t - [Weights & Biases integration](/pages/public_cloud/ai_machine_learning/notebook_tuto_03_weight_biases) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.de-de.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.de-de.md index d08ea933df8..f05e7c50432 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.de-de.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-asia.md index b3d1cd24e43..23bb24c2cea 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-asia.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-au.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-au.md index 734542c893e..6a8ef02f8ee 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-au.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ca.md index cfa24f44676..7980e1566bb 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ca.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ie.md index 9bebafca6ee..35bc5cd27b3 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-ie.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-sg.md index a2a090fbb55..46f39acfdfd 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-sg.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-us.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-us.md index 3688b1ca2af..d463fae2e2f 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.en-us.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-es.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-es.md index a91583215d9..2a9472c4191 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-es.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-us.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-us.md index f2b6025bd15..937fe949f34 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.es-us.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-ca.md index 57610db31ba..2de008d85ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-ca.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-fr.md index 4ad0ee39423..993a37747df 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.fr-fr.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.it-it.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.it-it.md index 3b89178c4b4..dae5c7d4e6b 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.it-it.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pl-pl.md index 5bf311f349c..8521b5f0abc 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pl-pl.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pt-pt.md index 054d3a30a96..e3f20fc69ef 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_01_capabilities/guide.pt-pt.md @@ -195,7 +195,7 @@ Each Public Cloud project grants a customer by default a maximum of 4 GPUs used Browse the full [AI Training documentation](/products/public-cloud-ai-and-machine-learning) to further understand the main concepts and get started. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.de-de.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.de-de.md index b76e6c193ac..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.de-de.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-asia.md index 46a82fc2d6a..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-asia.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-au.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-au.md index 8a50a1be5f6..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-au.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ca.md index 27e0fc39c16..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ca.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ie.md index 4c6d6a1d5f7..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-ie.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-sg.md index 70012b619dd..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-sg.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-us.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-us.md index 12fdb34007e..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.en-us.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-es.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-es.md index c9bca9e3432..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-es.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-us.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-us.md index d74cf141c5e..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.es-us.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-ca.md index e096584d739..f420ebd662c 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-ca.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-fr.md index f9e4014d843..f420ebd662c 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.fr-fr.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.it-it.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.it-it.md index 8e2ec2ca8a3..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.it-it.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pl-pl.md index dea6f3d05a6..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pl-pl.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pt-pt.md index 013deb2ec5e..3c81553cc5e 100644 --- a/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/training_guide_03_concepts_jobs/guide.pt-pt.md @@ -54,7 +54,7 @@ During its lifetime the job will transit between the following states: - You can check the [OVHcloud documentation on how to create a data container](/pages/storage_and_backup/object_storage/pcs_create_container). - You can check the [OVHcloud documentation on how to submit a job](/pages/public_cloud/ai_machine_learning/training_guide_02_howto_submit_job). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.de-de.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.de-de.md index 2bd48889c32..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.de-de.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-asia.md index 0d9501a46f4..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-asia.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-au.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-au.md index ce7db34cb35..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-au.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ca.md index cc07a85644e..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ca.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ie.md index f5479d3da2d..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-ie.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-sg.md index 12548a396e7..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-sg.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-us.md index 5e24f4b69b6..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.en-us.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-es.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-es.md index e96a2682e0b..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-es.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-us.md index 289ce0035c1..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.es-us.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-ca.md index 36f9764f749..c6c7d4134d6 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-ca.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-fr.md index fdb021ad6d2..c6c7d4134d6 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.fr-fr.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.it-it.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.it-it.md index 4ba4caf955c..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.it-it.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pl-pl.md index c3e47610e53..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pl-pl.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pt-pt.md index 47dcc25f12c..c0cd39010b2 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote/guide.pt-pt.md @@ -69,7 +69,7 @@ Enjoy. - Check how to run Tensorflow code with GPUs [here](/pages/public_cloud/ai_machine_learning/training_tuto_03_tensorflow_gpu). - You can compare AI models based on resource consumption, accuracy and training time. Refer to this [tutorial](/pages/public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.de-de.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.de-de.md index 544240ab61a..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.de-de.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-asia.md index 430793aa4b3..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-asia.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-au.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-au.md index e7f64c4c89a..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-au.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ca.md index 41fb47313e8..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ca.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ie.md index 51c14dc56db..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-ie.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-sg.md index 0fc3fcacee2..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-sg.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-us.md index a3f5720e270..2ad24e80d87 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.en-us.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-es.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-es.md index 5c6d779451e..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-es.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-us.md index f15f28c4780..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.es-us.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-ca.md index f1466dfe8a7..f1177ffb9aa 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-ca.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-fr.md index aad19dea43b..f1177ffb9aa 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.fr-fr.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.it-it.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.it-it.md index 84e3c1ebfbe..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.it-it.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pl-pl.md index 2262c5c6785..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pl-pl.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pt-pt.md index 0fce9bc68f2..908e8a784ac 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_08_train_marine_mammal_sound/guide.pt-pt.md @@ -18,7 +18,7 @@ You can see the Notebook step in the tutorial: [Audio analysis and classificatio ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- Access to the [OVHcloud Control Panel](/links/manager) - A Public Cloud project created - The ovhai CLI interface installed on your system (more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)) - [Docker](https://www.docker.com/get-started) installed and configured to build images. diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.de-de.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.de-de.md index 7f97a32280d..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.de-de.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.de-de.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-asia.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-asia.md index abe6f92cd8c..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-asia.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-asia.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-au.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-au.md index bd20da69f86..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-au.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-au.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ca.md index 0bb99ccd616..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ca.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ie.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ie.md index beacf7a2839..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ie.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-ie.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-sg.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-sg.md index 3d21d3a3d2a..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-sg.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-sg.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-us.md index 02beb023037..3bb2dc70784 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.en-us.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-es.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-es.md index bb2c927a7fa..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-es.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-es.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-us.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-us.md index 7d62a96c0ae..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-us.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.es-us.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-ca.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-ca.md index e73de5ddde7..be30cce5477 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-ca.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-ca.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-fr.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-fr.md index 8034632402e..be30cce5477 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-fr.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.fr-fr.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.it-it.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.it-it.md index 9ca5fce4e58..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.it-it.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.it-it.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pl-pl.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pl-pl.md index 4ee9037250c..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pl-pl.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pl-pl.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback diff --git a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pt-pt.md b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pt-pt.md index 4cac3f19165..1a8264640c1 100644 --- a/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pt-pt.md +++ b/pages/public_cloud/ai_machine_learning/training_tuto_09_train_rock-paper-scissors/guide.pt-pt.md @@ -19,7 +19,7 @@ It is based on the YOLOv8 open source [repository](https://github.com/ultralytic ## Requirements -- You have access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). +- You have access to the [OVHcloud Control Panel](/links/manager). - You have created a Public Cloud project. - The ovhai CLI interface is installed on your system (find more information [here](/pages/public_cloud/ai_machine_learning/cli_10_howto_install_cli)). - You have [Docker](https://www.docker.com/get-started) installed and configured to build images. @@ -277,7 +277,7 @@ All the source code is available on the [OVHcloud GitHub organization](https://g To create the application using the trained model, you can follow this tutorial: [Deploy an app for playing "rock paper scissors"](/pages/public_cloud/ai_machine_learning/deploy_tuto_15_rock_paper_scissors). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. ## Feedback From 3fbdd645ea57b765dce3d0f021d28fcb2ca7bfb7 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:19:51 +0200 Subject: [PATCH 091/160] Fix global links in Public cloud compute --- .../guide.de-de.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../compute/apps_first_steps/guide.en-asia.md | 2 +- .../compute/apps_first_steps/guide.en-au.md | 2 +- .../compute/apps_first_steps/guide.en-ca.md | 2 +- .../compute/apps_first_steps/guide.en-sg.md | 2 +- .../compute/apps_first_steps/guide.en-us.md | 2 +- .../compute/apps_first_steps/guide.fr-ca.md | 2 +- .../change_project_contacts/guide.en-asia.md | 2 +- .../compute/change_project_contacts/guide.en-au.md | 2 +- .../compute/change_project_contacts/guide.en-ca.md | 2 +- .../compute/change_project_contacts/guide.en-gb.md | 2 +- .../compute/change_project_contacts/guide.en-ie.md | 2 +- .../compute/change_project_contacts/guide.en-sg.md | 2 +- .../compute/change_project_contacts/guide.en-us.md | 2 +- .../compute/change_project_contacts/guide.es-es.md | 2 +- .../compute/change_project_contacts/guide.es-us.md | 2 +- .../compute/change_project_contacts/guide.fr-ca.md | 2 +- .../compute/change_project_contacts/guide.fr-fr.md | 2 +- .../compute/change_project_contacts/guide.it-it.md | 2 +- .../compute/change_project_contacts/guide.pl-pl.md | 2 +- .../compute/change_project_contacts/guide.pt-pt.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../create-volume-from-snapshot/guide.en-asia.md | 2 +- .../create-volume-from-snapshot/guide.en-au.md | 2 +- .../create-volume-from-snapshot/guide.en-ca.md | 2 +- .../create-volume-from-snapshot/guide.en-gb.md | 2 +- .../create-volume-from-snapshot/guide.en-ie.md | 2 +- .../create-volume-from-snapshot/guide.en-sg.md | 2 +- .../create-volume-from-snapshot/guide.en-us.md | 2 +- .../create-volume-from-snapshot/guide.es-es.md | 2 +- .../create-volume-from-snapshot/guide.es-us.md | 2 +- .../create-volume-from-snapshot/guide.fr-ca.md | 2 +- .../create-volume-from-snapshot/guide.fr-fr.md | 2 +- .../create-volume-from-snapshot/guide.it-it.md | 2 +- .../create-volume-from-snapshot/guide.pl-pl.md | 2 +- .../create-volume-from-snapshot/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.en-asia.md | 14 +++++++------- .../guide.en-au.md | 14 +++++++------- .../guide.en-ca.md | 14 +++++++------- .../guide.en-gb.md | 14 +++++++------- .../guide.en-ie.md | 14 +++++++------- .../guide.en-sg.md | 14 +++++++------- .../guide.en-us.md | 14 +++++++------- .../guide.fr-ca.md | 12 ++++++------ .../install_plesk_on_an_instance/guide.pl-pl.md | 2 +- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../rescue_mode_metal_instance/guide.de-de.md | 2 +- .../rescue_mode_metal_instance/guide.en-ca.md | 2 +- .../rescue_mode_metal_instance/guide.en-gb.md | 2 +- .../rescue_mode_metal_instance/guide.en-ie.md | 2 +- .../rescue_mode_metal_instance/guide.en-us.md | 2 +- .../rescue_mode_metal_instance/guide.es-es.md | 2 +- .../rescue_mode_metal_instance/guide.es-us.md | 2 +- .../rescue_mode_metal_instance/guide.fr-ca.md | 2 +- .../rescue_mode_metal_instance/guide.fr-fr.md | 2 +- .../rescue_mode_metal_instance/guide.it-it.md | 2 +- .../rescue_mode_metal_instance/guide.pl-pl.md | 2 +- .../rescue_mode_metal_instance/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pt-pt.md | 2 +- .../resize_instance_manager/guide.en-asia.md | 2 +- .../compute/resize_instance_manager/guide.en-au.md | 2 +- .../compute/resize_instance_manager/guide.en-ca.md | 2 +- .../compute/resize_instance_manager/guide.en-gb.md | 2 +- .../compute/resize_instance_manager/guide.en-ie.md | 2 +- .../compute/resize_instance_manager/guide.en-sg.md | 2 +- .../compute/resize_instance_manager/guide.en-us.md | 2 +- .../compute/resize_instance_manager/guide.es-es.md | 2 +- .../compute/resize_instance_manager/guide.es-us.md | 2 +- .../compute/resize_instance_manager/guide.fr-ca.md | 2 +- .../compute/resize_instance_manager/guide.fr-fr.md | 2 +- .../compute/resize_instance_manager/guide.it-it.md | 2 +- .../compute/resize_instance_manager/guide.pl-pl.md | 2 +- .../compute/resize_instance_manager/guide.pt-pt.md | 2 +- .../resize_instance_openstack/guide.de-de.md | 2 +- .../resize_instance_openstack/guide.en-asia.md | 2 +- .../resize_instance_openstack/guide.en-au.md | 2 +- .../resize_instance_openstack/guide.en-ca.md | 2 +- .../resize_instance_openstack/guide.en-gb.md | 2 +- .../resize_instance_openstack/guide.en-ie.md | 2 +- .../resize_instance_openstack/guide.en-sg.md | 2 +- .../resize_instance_openstack/guide.en-us.md | 2 +- .../resize_instance_openstack/guide.es-es.md | 2 +- .../resize_instance_openstack/guide.es-us.md | 2 +- .../resize_instance_openstack/guide.fr-ca.md | 2 +- .../resize_instance_openstack/guide.fr-fr.md | 2 +- .../resize_instance_openstack/guide.it-it.md | 2 +- .../resize_instance_openstack/guide.pt-pt.md | 2 +- .../compute/save_an_instance/guide.en-asia.md | 2 +- .../compute/save_an_instance/guide.en-au.md | 2 +- .../compute/save_an_instance/guide.en-ca.md | 2 +- .../compute/save_an_instance/guide.en-gb.md | 2 +- .../compute/save_an_instance/guide.en-ie.md | 2 +- .../compute/save_an_instance/guide.en-sg.md | 2 +- .../compute/save_an_instance/guide.en-us.md | 2 +- .../compute/save_an_instance/guide.es-es.md | 2 +- .../compute/save_an_instance/guide.es-us.md | 2 +- .../compute/save_an_instance/guide.fr-ca.md | 2 +- .../compute/save_an_instance/guide.fr-fr.md | 2 +- .../compute/save_an_instance/guide.it-it.md | 2 +- .../compute/save_an_instance/guide.pl-pl.md | 2 +- .../compute/save_an_instance/guide.pt-pt.md | 2 +- .../compute/setup_security_group/guide.en-asia.md | 2 +- .../compute/setup_security_group/guide.en-au.md | 2 +- .../compute/setup_security_group/guide.en-ca.md | 2 +- .../compute/setup_security_group/guide.en-gb.md | 2 +- .../compute/setup_security_group/guide.en-ie.md | 2 +- .../compute/setup_security_group/guide.en-sg.md | 2 +- .../compute/setup_security_group/guide.en-us.md | 2 +- .../compute/setup_security_group/guide.es-es.md | 2 +- .../compute/setup_security_group/guide.es-us.md | 2 +- .../compute/setup_security_group/guide.fr-ca.md | 2 +- .../compute/setup_security_group/guide.fr-fr.md | 2 +- .../compute/setup_security_group/guide.it-it.md | 2 +- .../compute/setup_security_group/guide.pl-pl.md | 2 +- .../compute/setup_security_group/guide.pt-pt.md | 2 +- .../share_images_between_projects/guide.de-de.md | 2 +- .../share_images_between_projects/guide.en-asia.md | 2 +- .../share_images_between_projects/guide.en-au.md | 2 +- .../share_images_between_projects/guide.en-ca.md | 2 +- .../share_images_between_projects/guide.en-gb.md | 2 +- .../share_images_between_projects/guide.en-ie.md | 2 +- .../share_images_between_projects/guide.en-sg.md | 2 +- .../share_images_between_projects/guide.en-us.md | 2 +- .../share_images_between_projects/guide.es-es.md | 2 +- .../share_images_between_projects/guide.es-us.md | 2 +- .../share_images_between_projects/guide.fr-ca.md | 2 +- .../share_images_between_projects/guide.fr-fr.md | 2 +- .../share_images_between_projects/guide.it-it.md | 2 +- .../share_images_between_projects/guide.pl-pl.md | 2 +- .../share_images_between_projects/guide.pt-pt.md | 2 +- .../compute/switch_volume_type/guide.de-de.md | 2 +- .../compute/switch_volume_type/guide.en-asia.md | 2 +- .../compute/switch_volume_type/guide.en-au.md | 2 +- .../compute/switch_volume_type/guide.en-ca.md | 2 +- .../compute/switch_volume_type/guide.en-gb.md | 2 +- .../compute/switch_volume_type/guide.en-ie.md | 2 +- .../compute/switch_volume_type/guide.en-sg.md | 2 +- .../compute/switch_volume_type/guide.en-us.md | 2 +- .../compute/switch_volume_type/guide.es-es.md | 2 +- .../compute/switch_volume_type/guide.es-us.md | 2 +- .../compute/switch_volume_type/guide.fr-ca.md | 2 +- .../compute/switch_volume_type/guide.fr-fr.md | 2 +- .../compute/switch_volume_type/guide.it-it.md | 2 +- .../compute/switch_volume_type/guide.pl-pl.md | 2 +- .../compute/switch_volume_type/guide.pt-pt.md | 2 +- .../guide.it-it.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../compute/volume-backup/guide.de-de.md | 2 +- .../compute/volume-backup/guide.en-asia.md | 2 +- .../compute/volume-backup/guide.en-au.md | 2 +- .../compute/volume-backup/guide.en-ca.md | 2 +- .../compute/volume-backup/guide.en-gb.md | 2 +- .../compute/volume-backup/guide.en-ie.md | 2 +- .../compute/volume-backup/guide.en-sg.md | 2 +- .../compute/volume-backup/guide.en-us.md | 2 +- .../compute/volume-backup/guide.es-es.md | 2 +- .../compute/volume-backup/guide.es-us.md | 2 +- .../compute/volume-backup/guide.fr-ca.md | 2 +- .../compute/volume-backup/guide.fr-fr.md | 2 +- .../compute/volume-backup/guide.it-it.md | 2 +- .../compute/volume-backup/guide.pl-pl.md | 2 +- .../compute/volume-backup/guide.pt-pt.md | 2 +- 238 files changed, 292 insertions(+), 292 deletions(-) diff --git a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md index 60dad5e88c7..215be9fe22b 100644 --- a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md +++ b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md @@ -17,7 +17,7 @@ In diesem Fall müssen Sie die Lizenz manuell aktivieren, um Zugriff auf alle Wi ## Voraussetzungen -- Sie haben ein [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud/){.external} in Ihrem Kunden-Account. +- Sie haben ein [Public Cloud Projekt](/links/public-cloud/public-cloud){.external} in Ihrem Kunden-Account. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). - Sie haben einen [OpenStack User erstellt](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). diff --git a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-es.md b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-es.md index d4eb206c5e7..ecc496ad519 100644 --- a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-es.md +++ b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-es.md @@ -17,7 +17,7 @@ En ese caso, deberá activar la licencia manualmente para poder acceder a todos ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Estar conectado al [área de cliente de OVHcloud](/links/manager) - [Haber creado un usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) diff --git a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-us.md b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-us.md index b6d17f03c4c..db530630da4 100644 --- a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-us.md +++ b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.es-us.md @@ -17,7 +17,7 @@ En ese caso, deberá activar la licencia manualmente para poder acceder a todos ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Estar conectado al [área de cliente de OVHcloud](/links/manager) - [Haber creado un usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) diff --git a/pages/public_cloud/compute/apps_first_steps/guide.en-asia.md b/pages/public_cloud/compute/apps_first_steps/guide.en-asia.md index b2b759400dc..29e5434f29c 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.en-asia.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.en-asia.md @@ -26,7 +26,7 @@ Using the [OVHcloud Control Panel](/links/manager) / API or the OpenStack Horizo Once the instance has been installed with your chosen pre-installed application, you can retrieve your login details via the OVHcloud API only. -1. Log in to the [API console here](https://ca.api.ovh.com/). +1. Log in to the [API console here](/links/api). 2. Then go to [here](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST). > API call diff --git a/pages/public_cloud/compute/apps_first_steps/guide.en-au.md b/pages/public_cloud/compute/apps_first_steps/guide.en-au.md index 8484f3c6657..c8004635b9a 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.en-au.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.en-au.md @@ -26,7 +26,7 @@ Using the [OVHcloud Control Panel](/links/manager) / API or the OpenStack Horizo Once the instance has been installed with your chosen pre-installed application, you can retrieve your login details via the OVHcloud API only. -1. Log in to the [API console here](https://ca.api.ovh.com/). +1. Log in to the [API console here](/links/api). 2. Then go to [here](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST). > API call diff --git a/pages/public_cloud/compute/apps_first_steps/guide.en-ca.md b/pages/public_cloud/compute/apps_first_steps/guide.en-ca.md index 8484f3c6657..c8004635b9a 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.en-ca.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.en-ca.md @@ -26,7 +26,7 @@ Using the [OVHcloud Control Panel](/links/manager) / API or the OpenStack Horizo Once the instance has been installed with your chosen pre-installed application, you can retrieve your login details via the OVHcloud API only. -1. Log in to the [API console here](https://ca.api.ovh.com/). +1. Log in to the [API console here](/links/api). 2. Then go to [here](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST). > API call diff --git a/pages/public_cloud/compute/apps_first_steps/guide.en-sg.md b/pages/public_cloud/compute/apps_first_steps/guide.en-sg.md index 8484f3c6657..c8004635b9a 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.en-sg.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.en-sg.md @@ -26,7 +26,7 @@ Using the [OVHcloud Control Panel](/links/manager) / API or the OpenStack Horizo Once the instance has been installed with your chosen pre-installed application, you can retrieve your login details via the OVHcloud API only. -1. Log in to the [API console here](https://ca.api.ovh.com/). +1. Log in to the [API console here](/links/api). 2. Then go to [here](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST). > API call diff --git a/pages/public_cloud/compute/apps_first_steps/guide.en-us.md b/pages/public_cloud/compute/apps_first_steps/guide.en-us.md index 4bf1499c84c..fb4187e8112 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.en-us.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.en-us.md @@ -26,7 +26,7 @@ Using the [OVHcloud Control Panel](/links/manager) / API or the OpenStack Horizo Once the instance has been installed with your chosen pre-installed application, you can retrieve your login details via the OVHcloud API only. -1. Log in to the [API console here](https://ca.api.ovh.com/). +1. Log in to the [API console here](/links/api). 2. Then go to [here](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST). > API call diff --git a/pages/public_cloud/compute/apps_first_steps/guide.fr-ca.md b/pages/public_cloud/compute/apps_first_steps/guide.fr-ca.md index 60b05c23bcc..d450ea7daac 100644 --- a/pages/public_cloud/compute/apps_first_steps/guide.fr-ca.md +++ b/pages/public_cloud/compute/apps_first_steps/guide.fr-ca.md @@ -26,7 +26,7 @@ Depuis [l'espace client OVHcloud](/links/manager), les API OVHcloud ou de l'API Une fois l'instance créée et une application préinstallée choisie, vous pouvez récupérer vos informations de connexion uniquement via l'API OVHcloud. -1. Connectez-vous à la [console API](https://ca.api.ovh.com/) +1. Connectez-vous à la [console API](/links/api) 2. Utilisez ensuite [cet appel API](https://ca.api.ovh.com/console/#/cloud/project/%7BserviceName%7D/instance/%7BinstanceId%7D/applicationAccess#POST) > Appel API diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-asia.md b/pages/public_cloud/compute/change_project_contacts/guide.en-asia.md index e708fb55383..ddb6ba05303 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-asia.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-asia.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-au.md b/pages/public_cloud/compute/change_project_contacts/guide.en-au.md index ff664e6b37c..ddb6ba05303 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-au.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-au.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-ca.md b/pages/public_cloud/compute/change_project_contacts/guide.en-ca.md index 4c974d615bf..ddb6ba05303 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-ca.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-ca.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-gb.md b/pages/public_cloud/compute/change_project_contacts/guide.en-gb.md index 39954989332..49aef42e651 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-gb.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-gb.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-ie.md b/pages/public_cloud/compute/change_project_contacts/guide.en-ie.md index 06fe8e043c5..49aef42e651 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-ie.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-ie.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-sg.md b/pages/public_cloud/compute/change_project_contacts/guide.en-sg.md index eaf5c191765..ddb6ba05303 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-sg.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-sg.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.en-us.md b/pages/public_cloud/compute/change_project_contacts/guide.en-us.md index 1abd89737f9..ddb6ba05303 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.en-us.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.en-us.md @@ -13,7 +13,7 @@ Modifying these contacts enables you to separate the technical management of ser ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) - Admin and billing contacts in the same OVHcloud subsidiary diff --git a/pages/public_cloud/compute/change_project_contacts/guide.es-es.md b/pages/public_cloud/compute/change_project_contacts/guide.es-es.md index 5716aecb8b8..daacb5d865c 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.es-es.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.es-es.md @@ -17,7 +17,7 @@ La modificación de estos contactos permite disociar la gestión técnica de la ## Requisitos -- Tener un proyecto de [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Tener un proyecto de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). - Contactos de administrador y facturación en la misma filial de OVHcloud. diff --git a/pages/public_cloud/compute/change_project_contacts/guide.es-us.md b/pages/public_cloud/compute/change_project_contacts/guide.es-us.md index 54676802c84..967b3b37c86 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.es-us.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.es-us.md @@ -17,7 +17,7 @@ La modificación de estos contactos permite disociar la gestión técnica de la ## Requisitos -- Tener un proyecto de [Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Tener un proyecto de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). - Contactos de administrador y facturación en la misma filial de OVHcloud. diff --git a/pages/public_cloud/compute/change_project_contacts/guide.fr-ca.md b/pages/public_cloud/compute/change_project_contacts/guide.fr-ca.md index ce947bd113d..99245b94ee0 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.fr-ca.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.fr-ca.md @@ -13,7 +13,7 @@ La modification de ces contacts permet de dissocier la gestion technique de la g ## Prérequis -- Avoir un projet [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Avoir un projet [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) - Contacts administrateur et facturation dans la même filiale OVHcloud diff --git a/pages/public_cloud/compute/change_project_contacts/guide.fr-fr.md b/pages/public_cloud/compute/change_project_contacts/guide.fr-fr.md index 2a7cec8473b..2d3c3c2bbb7 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.fr-fr.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.fr-fr.md @@ -13,7 +13,7 @@ La modification de ces contacts permet de dissocier la gestion technique de la g ## Prérequis -- Avoir un projet [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Avoir un projet [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) - Contacts administrateur et facturation dans la même filiale OVHcloud diff --git a/pages/public_cloud/compute/change_project_contacts/guide.it-it.md b/pages/public_cloud/compute/change_project_contacts/guide.it-it.md index 26a919ac95f..9923c4d2f13 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.it-it.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.it-it.md @@ -17,7 +17,7 @@ La modifica di questi contatti permette di dissociare la gestione tecnica dalla ## Prerequisiti -- Disporre di un progetto [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel proprio account OVHcloud +- Disporre di un progetto [Public Cloud](/links/public-cloud/public-cloud) nel proprio account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) - Contatti amministratore e fatturazione nella stessa filiale OVHcloud diff --git a/pages/public_cloud/compute/change_project_contacts/guide.pl-pl.md b/pages/public_cloud/compute/change_project_contacts/guide.pl-pl.md index 886636a4df9..03d2a2582df 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.pl-pl.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.pl-pl.md @@ -17,7 +17,7 @@ Zmiana tych kontaktów pozwala na oddzielenie zarządzania technicznego i księg ## Wymagania początkowe -- Posiadanie projektu [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na koncie OVHcloud +- Posiadanie projektu [Public Cloud](/links/public-cloud/public-cloud) na koncie OVHcloud - Dostęp do [Panelu klienta OVHcloud](/links/manager) - Kontakt administracyjny i księgowy w tym samym oddziale OVHcloud diff --git a/pages/public_cloud/compute/change_project_contacts/guide.pt-pt.md b/pages/public_cloud/compute/change_project_contacts/guide.pt-pt.md index fbe25bbe712..ad4fc109a5b 100644 --- a/pages/public_cloud/compute/change_project_contacts/guide.pt-pt.md +++ b/pages/public_cloud/compute/change_project_contacts/guide.pt-pt.md @@ -17,7 +17,7 @@ A modificação destes contactos permite dissociar a gestão técnica da gestão ## Requisitos -- Ter um projeto [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud +- Ter um projeto [Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud - Ter acesso à [Área de Cliente OVHcloud](/links/manager) - Contactos de administrador e faturação na mesma filial OVHcloud diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-asia.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-asia.md index 44d4759c9dc..93ea43e3c21 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-asia.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-asia.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-au.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-au.md index 5f5c622e602..93ea43e3c21 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-au.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-au.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ca.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ca.md index cbd3b2df22b..93ea43e3c21 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ca.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ie.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ie.md index b676a63f14f..93ea43e3c21 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-ie.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-sg.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-sg.md index f777b0e6c01..a140497a173 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-sg.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-sg.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-us.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-us.md index 90973706ac9..7724be41c09 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-us.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.en-us.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objective -With the cloud-init module, you can configure your [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. +With the cloud-init module, you can configure your [Public Cloud instance](/links/public-cloud/public-cloud){.external} when you create it, and each time you reboot it. Consequently, if you wish to reconfigure your hostname, because of an error when creating your instance or to reconfigure your email server, you will need to disable the Cloud-init module. This will configure the hostname so that it is not re-established. **This guide will show you how to reconfigure cloud-init so that you can modify your instance’s hostname.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-es.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-es.md index 5aaf06282e9..3cb4c03f521 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-es.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-es.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objetivo -El módulo **cloud-init** permite configurar una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/){.external} al crearla, pero también cada vez que se reinicie. Por eso, si quiere volver a configurar el hostname, bien porque se produjo un error al crear la instancia, o bien para reconfigurar el servidor de correo, deberá desactivar primero el módulo cloud-init, que es el encargado de configurar el hostname para que no se restablezca. +El módulo **cloud-init** permite configurar una [instancia de Public Cloud](/links/public-cloud/public-cloud){.external} al crearla, pero también cada vez que se reinicie. Por eso, si quiere volver a configurar el hostname, bien porque se produjo un error al crear la instancia, o bien para reconfigurar el servidor de correo, deberá desactivar primero el módulo cloud-init, que es el encargado de configurar el hostname para que no se restablezca. **Esta guía explica cómo reconfigurar cloud-init para poder cambiar el hostname de una instancia.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-us.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-us.md index b66bbf8777a..3cb4c03f521 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-us.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.es-us.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objetivo -El módulo **cloud-init** permite configurar una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/){.external} al crearla, pero también cada vez que se reinicie. Por eso, si quiere volver a configurar el hostname, bien porque se produjo un error al crear la instancia, o bien para reconfigurar el servidor de correo, deberá desactivar primero el módulo cloud-init, que es el encargado de configurar el hostname para que no se restablezca. +El módulo **cloud-init** permite configurar una [instancia de Public Cloud](/links/public-cloud/public-cloud){.external} al crearla, pero también cada vez que se reinicie. Por eso, si quiere volver a configurar el hostname, bien porque se produjo un error al crear la instancia, o bien para reconfigurar el servidor de correo, deberá desactivar primero el módulo cloud-init, que es el encargado de configurar el hostname para que no se restablezca. **Esta guía explica cómo reconfigurar cloud-init para poder cambiar el hostname de una instancia.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-ca.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-ca.md index 86e7f735694..03d13bfb661 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-ca.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objectif -Le module Cloud-init permet de configurer votre [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/){.external} lors de sa création, mais aussi à chaque redémarrage. Par conséquent, si vous souhaitez reconfigurer votre hostname, à cause d'une erreur lors de la création de votre instance ou pour reconfigurer votre serveur e-mail, il vous sera nécessaire de désactiver le module Cloud-init. Celui-ci se charge de configurer le hostname afin que celui ci ne soit pas rétabli. +Le module Cloud-init permet de configurer votre [instance Public Cloud](/links/public-cloud/public-cloud){.external} lors de sa création, mais aussi à chaque redémarrage. Par conséquent, si vous souhaitez reconfigurer votre hostname, à cause d'une erreur lors de la création de votre instance ou pour reconfigurer votre serveur e-mail, il vous sera nécessaire de désactiver le module Cloud-init. Celui-ci se charge de configurer le hostname afin que celui ci ne soit pas rétabli. **Ce guide vous explique comment reconfigurer cloud-init afin d'être en mesure de modifier le hostname de votre instance.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-fr.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-fr.md index 4a9805ff1d0..864644a86bf 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.fr-fr.md @@ -6,7 +6,7 @@ updated: 2025-03-20 ## Objectif -Le module Cloud-init permet de configurer votre [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/){.external} lors de sa création, mais aussi à chaque redémarrage. Par conséquent, si vous souhaitez reconfigurer votre hostname, à cause d'une erreur lors de la création de votre instance ou pour reconfigurer votre serveur e-mail, il vous sera nécessaire de désactiver le module Cloud-init. Celui-ci se charge de configurer le hostname afin que celui ci ne soit pas rétabli. +Le module Cloud-init permet de configurer votre [instance Public Cloud](/links/public-cloud/public-cloud){.external} lors de sa création, mais aussi à chaque redémarrage. Par conséquent, si vous souhaitez reconfigurer votre hostname, à cause d'une erreur lors de la création de votre instance ou pour reconfigurer votre serveur e-mail, il vous sera nécessaire de désactiver le module Cloud-init. Celui-ci se charge de configurer le hostname afin que celui ci ne soit pas rétabli. **Ce guide vous explique comment reconfigurer cloud-init afin d'être en mesure de modifier le hostname de votre instance.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.it-it.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.it-it.md index 426107295f4..ad00fa6c8ae 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.it-it.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.it-it.md @@ -10,7 +10,7 @@ updated: 2025-03-20 ## Obiettivo -Nel momento in cui crei un’[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/){.external}, così come ad ogni riavvio, puoi configurarla grazie al modulo Cloud-init. Di conseguenza, se si desidera riconfigurare l'hostname, a causa di un errore durante la creazione dell'istanza o per riconfigurare il server di posta elettronica, è necessario disabilitare il modulo Cloud-init. Questo è responsabile della configurazione dell'hostname in modo che non venga ripristinato. +Nel momento in cui crei un’[istanza Public Cloud](/links/public-cloud/public-cloud){.external}, così come ad ogni riavvio, puoi configurarla grazie al modulo Cloud-init. Di conseguenza, se si desidera riconfigurare l'hostname, a causa di un errore durante la creazione dell'istanza o per riconfigurare il server di posta elettronica, è necessario disabilitare il modulo Cloud-init. Questo è responsabile della configurazione dell'hostname in modo che non venga ripristinato. **Questa guida spiega come riconfigurare cloud-init in modo da poter cambiare l'hostname dell'istanza.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pl-pl.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pl-pl.md index 001cb6a14f7..68eb12f1ed3 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pl-pl.md @@ -10,7 +10,7 @@ updated: 2025-03-20 ## Wprowadzenie -Moduł Cloud-init pozwala na skonfigurowanie [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/){.external} podczas jej tworzenia oraz podczas każdego restartu. Jeśli chcesz ponownie skonfigurować hostname, na przykład na skutek błędu podczas tworzenia instancji lub aby zmienić konfigurację serwera mailowego, musisz wyłączyć moduł Cloud-init, który zajmuje się konfiguracją hostname, aby nie został on przywrócony. +Moduł Cloud-init pozwala na skonfigurowanie [instancji Public Cloud](/links/public-cloud/public-cloud){.external} podczas jej tworzenia oraz podczas każdego restartu. Jeśli chcesz ponownie skonfigurować hostname, na przykład na skutek błędu podczas tworzenia instancji lub aby zmienić konfigurację serwera mailowego, musisz wyłączyć moduł Cloud-init, który zajmuje się konfiguracją hostname, aby nie został on przywrócony. **Przewodnik ten wyjaśnia, jak skonfigurować Cloud-init, aby móc zmienić hostname instancji.** diff --git a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pt-pt.md b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pt-pt.md index 09abe5297b1..1866cbda94d 100644 --- a/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/changing_the_hostname_of_an_instance/guide.pt-pt.md @@ -10,7 +10,7 @@ updated: 2025-03-20 ## Sumário -O módulo Cloud-init permite configurar a [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/){.external} quando é criada, mas também em cada reinicialização. Por isso, se pretender reconfigurar o hostname devido a um erro durante a criação da instância ou para reconfigurar o seu servidor de e-mail, terá de desativar o módulo Cloud-init. Este último encarrega-se de configurar o hostname de modo que não seja restabelecido. +O módulo Cloud-init permite configurar a [instância Public Cloud](/links/public-cloud/public-cloud){.external} quando é criada, mas também em cada reinicialização. Por isso, se pretender reconfigurar o hostname devido a um erro durante a criação da instância ou para reconfigurar o seu servidor de e-mail, terá de desativar o módulo Cloud-init. Este último encarrega-se de configurar o hostname de modo que não seja restabelecido. **Este manual explica como reconfigurar o Cloud-init, de forma a poder modificar o hostname da instância.** diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-asia.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-asia.md index eda830adc1c..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-asia.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-asia.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-au.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-au.md index d2f7210c58c..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-au.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-au.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ca.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ca.md index e8bb436b570..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ca.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ca.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-gb.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-gb.md index 7b881ea67fe..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-gb.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-gb.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ie.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ie.md index d01356e1fd6..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ie.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-ie.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-sg.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-sg.md index 8f443824655..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-sg.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-sg.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-us.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-us.md index 415891e567d..0491307604f 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-us.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.en-us.md @@ -19,7 +19,7 @@ This may be useful in the following cases: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/){.external} in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud){.external} in your OVHcloud account - A volume snapshot in the same OpenStack region - Administrative access (sudo) to your instance via SSH or RDP diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-es.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-es.md index e4ed06d44a9..c2a46946aa6 100755 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-es.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-es.md @@ -23,7 +23,7 @@ Esto puede ser útil en los siguientes casos: ## Requisitos - Estar conectado al [área de cliente de OVHcloud](/links/manager){.external}. -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/){.external} en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud){.external} en su cuenta de OVHcloud. - Tener una copia de seguridad del disco en la misma región de OpenStack. - Tener acceso a su instancia por SSH como administrador (sudo). diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-us.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-us.md index 2cddcf669aa..c2a46946aa6 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-us.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.es-us.md @@ -23,7 +23,7 @@ Esto puede ser útil en los siguientes casos: ## Requisitos - Estar conectado al [área de cliente de OVHcloud](/links/manager){.external}. -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/){.external} en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud){.external} en su cuenta de OVHcloud. - Tener una copia de seguridad del disco en la misma región de OpenStack. - Tener acceso a su instancia por SSH como administrador (sudo). diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-ca.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-ca.md index 648cebd58f0..209cc105829 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-ca.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-ca.md @@ -19,7 +19,7 @@ Cela peut être utile dans les cas suivants : ## Prérequis - Être connecté votre [espace client OVHcloud](/links/manager). -- Avoir une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/){.external} dans votre compte OVHcloud. +- Avoir une [instance Public Cloud](/links/public-cloud/public-cloud){.external} dans votre compte OVHcloud. - Avoir une sauvegarde disque dans la même région OpenStack. - Avoir accès à votre instance via SSH en tant qu'administrateur (sudo). diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-fr.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-fr.md index 75477f6509a..209cc105829 100644 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-fr.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.fr-fr.md @@ -19,7 +19,7 @@ Cela peut être utile dans les cas suivants : ## Prérequis - Être connecté votre [espace client OVHcloud](/links/manager). -- Avoir une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/){.external} dans votre compte OVHcloud. +- Avoir une [instance Public Cloud](/links/public-cloud/public-cloud){.external} dans votre compte OVHcloud. - Avoir une sauvegarde disque dans la même région OpenStack. - Avoir accès à votre instance via SSH en tant qu'administrateur (sudo). diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.it-it.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.it-it.md index bbf3bf1a139..5a5b51d7810 100755 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.it-it.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.it-it.md @@ -23,7 +23,7 @@ Ciò può essere utile nei seguenti casi: ## Prerequisiti - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} -- Disporre di un'[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/){.external} sul proprio account OVHcloud +- Disporre di un'[istanza Public Cloud](/links/public-cloud/public-cloud){.external} sul proprio account OVHcloud - Disco nella stessa Region OpenStack - Avere accesso alla tua istanza via SSH come amministratore (sudo) diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.pl-pl.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.pl-pl.md index afb6e170139..3fdd2bd2c37 100755 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.pl-pl.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.pl-pl.md @@ -23,7 +23,7 @@ Może to być przydatne w następujących przypadkach: ## Wymagania początkowe - Dostęp do [Panelu klienta OVHcloud](/links/manager){.external} -- Posiadanie [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/){.external} na koncie OVHcloud +- Posiadanie [instancji Public Cloud](/links/public-cloud/public-cloud){.external} na koncie OVHcloud - Posiadanie kopii zapasowej dysku w tym samym regionie OpenStack - Dostęp do instancji przez SSH jako administrator (sudo) diff --git a/pages/public_cloud/compute/create-volume-from-snapshot/guide.pt-pt.md b/pages/public_cloud/compute/create-volume-from-snapshot/guide.pt-pt.md index 18edd1dac8b..d537ecb6442 100755 --- a/pages/public_cloud/compute/create-volume-from-snapshot/guide.pt-pt.md +++ b/pages/public_cloud/compute/create-volume-from-snapshot/guide.pt-pt.md @@ -23,7 +23,7 @@ Tal pode ser útil nos seguintes casos: ## Requisitos - Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external}. -- Ter uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/){.external} na sua conta OVHcloud. +- Ter uma [instância Public Cloud](/links/public-cloud/public-cloud){.external} na sua conta OVHcloud. - Ter um backup de disco na mesma região OpenStack. - Ter acesso à instância via SSH enquanto administrador (sudo). diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.de-de.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.de-de.md index e1b3a2d58d7..5d7f9bb5ced 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.de-de.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.de-de.md @@ -16,7 +16,7 @@ Sie können Ihre Public Cloud Instanzen in Ihrem [Kundencenter](/links/manager) ## Voraussetzungen -- Sie haben ein [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud/) in Ihrem OVHcloud Kunden-Account. +- Sie haben ein [Public Cloud Projekt](/links/public-cloud/public-cloud) in Ihrem OVHcloud Kunden-Account. - Sie haben eine [Public Cloud Instanz](/pages/public_cloud/compute/public-cloud-first-steps) in Ihrem Projekt erstellt. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-asia.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-asia.md index f8f72d6cd8f..754d8ca3c74 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-asia.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-asia.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-au.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-au.md index b0f239438d2..754d8ca3c74 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-au.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-au.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ca.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ca.md index 3950a64be37..830e2ecd72b 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ca.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-gb.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-gb.md index 108573744cc..830e2ecd72b 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-gb.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-gb.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ie.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ie.md index 36f06393b9c..830e2ecd72b 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-ie.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-sg.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-sg.md index 69ea15ec87c..754d8ca3c74 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-sg.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-sg.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-us.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-us.md index 28042ccc864..8072a64a840 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-us.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.en-us.md @@ -12,7 +12,7 @@ You can manage your Public Cloud instances in the [OVHcloud Control Panel](/link ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-es.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-es.md index b969b2aab81..25f335a2f8b 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-es.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-es.md @@ -16,7 +16,7 @@ Puede gestionar sus instancias de Public Cloud desde el [área de cliente de OVH ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Una [instancia de Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) en su proyecto - Tienes acceso a tu [área de cliente de OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-us.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-us.md index 0aacebe18be..25f335a2f8b 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-us.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.es-us.md @@ -16,7 +16,7 @@ Puede gestionar sus instancias de Public Cloud desde el [área de cliente de OVH ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Una [instancia de Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) en su proyecto - Tienes acceso a tu [área de cliente de OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-ca.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-ca.md index ea5c06bfcc4..648ff38dde0 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-ca.md @@ -12,7 +12,7 @@ Vous pouvez gérer vos instances Public Cloud dans votre [espace client OVHcloud ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Une [instance Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) dans votre projet - Être connecté à votre [espace client OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-fr.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-fr.md index 98495c44edc..5ebb177f994 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.fr-fr.md @@ -12,7 +12,7 @@ Vous pouvez gérer vos instances Public Cloud dans votre [espace client OVHcloud ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Une [instance Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) dans votre projet - Être connecté à votre [espace client OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.it-it.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.it-it.md index efac433c782..74f493ed6e6 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.it-it.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.it-it.md @@ -16,7 +16,7 @@ Le istanze Public Cloud possono essere gestite direttamente dallo [Spazio Client ## Prerequisiti -- Un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud +- Un [progetto Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud - Un'[istanza Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) nel tuo progetto - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pl-pl.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pl-pl.md index c4912b57eaf..1472a50dbba 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pl-pl.md @@ -16,7 +16,7 @@ Możesz zarządzać instancjami Public Cloud w [Panelu klienta OVHcloud](/links/ ## Wymagania początkowe -- Projekt [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Projekt [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Instancja [Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) w Twoim projekcie - Dostęp do [Panelu klienta OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pt-pt.md b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pt-pt.md index 99514eb0829..f3bcb576464 100644 --- a/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/first_steps_with_public_cloud_instance/guide.pt-pt.md @@ -16,7 +16,7 @@ Pode gerir as suas instâncias Public Cloud na sua [Área de Cliente OVHcloud](/ ## Requisitos -- Um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud +- Um [projeto Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud - Uma [instância Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) no seu projeto - Ter acesso à [Área de Cliente OVHcloud](/links/manager) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-asia.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-asia.md index 426fa21fc9f..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-asia.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-asia.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-au.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-au.md index 20b93b95a4c..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-au.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-au.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ca.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ca.md index 99ccea37d6e..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ca.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ca.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-gb.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-gb.md index b704a0286c1..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-gb.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-gb.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ie.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ie.md index b1cd622fbad..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ie.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-ie.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-sg.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-sg.md index 1354fe6af53..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-sg.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-sg.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-us.md b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-us.md index 75569cecbb9..db5a1cddbfb 100644 --- a/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-us.md +++ b/pages/public_cloud/compute/increase_the_size_of_an_additional_disk/guide.en-us.md @@ -26,7 +26,7 @@ If you have reached the maximum capacity on your additional disk, you can add mo ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your Public Cloud project +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your Public Cloud project - An [additional disk](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your project - Access to the [OVHcloud Control Panel](/links/manager) - Administrative (sudo) access to your instance via SSH (Linux) or RDP (Windows) diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-asia.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-asia.md index 3c0d4796daf..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-asia.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-asia.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/asia/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/asia/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/asia/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/asia/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/asia/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/asia/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-au.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-au.md index d02aa3a9864..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-au.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-au.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en-au/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en-au/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en-au/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en-au/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en-au/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en-au/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ca.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ca.md index 762ea2f770c..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ca.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ca.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en-ca/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en-ca/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en-ca/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en-ca/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-gb.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-gb.md index b91811d04a3..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-gb.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-gb.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en-gb/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en-gb/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en-gb/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en-gb/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ie.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ie.md index f061e36964d..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ie.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-ie.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en-ie/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en-ie/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en-ie/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en-ie/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-sg.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-sg.md index 2f3acc2593e..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-sg.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-sg.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en-sg/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en-sg/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en-sg/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en-sg/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-us.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-us.md index 231b0e03f70..fa617c65910 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-us.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.en-us.md @@ -6,14 +6,14 @@ updated: 2019-04-10 - Level: Intermediate - OS used: Ubuntu 18.04 -- Infrastructure used: B2-15 [Public Cloud Instance](https://www.ovhcloud.com/en/public-cloud/){.external} +- Infrastructure used: B2-15 [Public Cloud Instance](/links/public-cloud/public-cloud){.external} - Additional information: If you have intensive storage requirements, it is recommended to use a high-performance additional disk or object storage > [!warning] > > While OVHcloud provides you with the devices, the responsibility for their security rests solely in your hands. Since we have no access to these machines, we are not their administrators. It is your responsibility to manage the software, and apply proper security measures on an ongoing basis. > -> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. +> This tutorial is designed to help you with the most common tasks. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of security measures on a server. > ## Objective @@ -32,10 +32,10 @@ Before following this tutorial, please refer to these guides: ## Requirements -- A [Public Cloud Instance](https://www.ovhcloud.com/en/public-cloud/prices/){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed +- A [Public Cloud Instance](/links/public-cloud/prices){.external} in the [OVHcloud Control Panel](/links/manager){.external} with Ubuntu 18.04 installed - Root SSH access on the Instance -- [Object Storage](https://www.ovhcloud.com/en/public-cloud/object-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) -- [High-performance additional disk](https://www.ovhcloud.com/en/public-cloud/block-storage/){.external} in the same datacentre as your Public Cloud Instance (optional) +- [Object Storage](/links/public-cloud/object-storage){.external} in the same datacentre as your Public Cloud Instance (optional) +- [High-performance additional disk](/links/public-cloud/block-storage){.external} in the same datacentre as your Public Cloud Instance (optional) ## Instructions @@ -224,14 +224,14 @@ There are advantages and disadvantages to using local disk storage to store your Using OpenStack Object Storage by OVHcloud, you can store your files externally, with no limit on the total volume of data or how long you store it for. Furthermore, OVHcloud guarantees 100% data durability, and replicates your data in three different locations, delivering exceptional value for money. -Find out more about [OVHcloud Object Storage](https://www.ovhcloud.com/en/public-cloud/object-storage/){.external}. +Find out more about [OVHcloud Object Storage](/links/public-cloud/object-storage){.external}. Read out guide to using Object Storage for ownCloud: [Object Storage for ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Using an additional disk as storage (optional) As with Object Storage, the advantage of using an additional disk is that you are less restricted by storage problems. You can also increase the size of an additional disk after its creation, up to 10TB. -Find out more about [Public Cloud additional disks](https://www.ovhcloud.com/en/public-cloud/block-storage/){.external}. +Find out more about [Public Cloud additional disks](/links/public-cloud/block-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.fr-ca.md b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.fr-ca.md index bf597b0393c..35dcd854faf 100644 --- a/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/install-owncloud-on-a-public-cloud-instance/guide.fr-ca.md @@ -6,7 +6,7 @@ updated: 2019-04-10 - Niveau : Intermédiaire - Système d’exploitation utilisé : Ubuntu 18.04 -- Infrastructure utilisée : B2-15 [Instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/){.external} +- Infrastructure utilisée : B2-15 [Instance Public Cloud](/links/public-cloud/public-cloud){.external} - Information supplémentaire : Si vous avez des besoins de stockage intensifs, il est recommandé d'utiliser un disque ou un objet de stockage supplémentaire de haute performance. > [!warning] @@ -32,10 +32,10 @@ Avant de suivre ce tutoriel, veuillez vous référer à ces guides : ## Prérequis -- Avoir une [instance de Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/){.external} dans [l’espace client d’OVH](/links/manager){.external} avec Ubuntu 18.04 installé +- Avoir une [instance de Public Cloud](/links/public-cloud/public-cloud){.external} dans [l’espace client d’OVH](/links/manager){.external} avec Ubuntu 18.04 installé - Accès root SSH sur l'Instance -- [ Stockage d'objets](https://www.ovhcloud.com/fr-ca/public-cloud/object-storage/){.external} dans le même datacenter que votre Public Cloud Instance (facultatif) -- [Disque supplémentaire de haute performance](https://www.ovhcloud.com/fr-ca/public-cloud/block-storage/){.external} dans le même datacenter que votre instance de Public Cloud (en option) +- [ Stockage d'objets](/links/public-cloud/object-storage){.external} dans le même datacenter que votre Public Cloud Instance (facultatif) +- [Disque supplémentaire de haute performance](/links/public-cloud/block-storage){.external} dans le même datacenter que votre instance de Public Cloud (en option) ## Instructions Dans cette section, vous trouverez des instructions étape par étape pour installer ownCloud sur votre Instance de Public Cloud d’OVH. @@ -199,13 +199,13 @@ Il y a des avantages et des inconvénients à utiliser le stockage sur disque lo En utilisant l’Object Storage OpenStack d’OVH, vous pouvez stocker vos fichiers en externe, sans limite sur le volume total des données ou la durée de stockage. De plus, OVH garantit une durabilité des données à 100 % et réplique vos données sur trois sites différents, pour un rapport qualité/prix exceptionnel. -En savoir plus sur [l’Object Storage d’OVH](https://www.ovhcloud.com/fr-ca/public-cloud/object-storage/){.external}. +En savoir plus sur [l’Object Storage d’OVH](/links/public-cloud/object-storage){.external}. Lire le guide d'utilisation de l’Object Storage pour ownCloud : [Object Storage pour ownCloud](/pages/storage_and_backup/object_storage/pcs_configure_owncloud_with_object_storage){.external}. ### Utilisation d'un disque supplémentaire comme stockage (facultatif) Comme pour l'Object storage, l'avantage d'utiliser un disque supplémentaire est que vous êtes moins limité par les problèmes de stockage. Vous pouvez également augmenter la taille d'un disque supplémentaire après sa création, jusqu'à 10 To. -En savoir plus sur [les disques supplémentaires du Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/object-storage/){.external}. +En savoir plus sur [les disques supplémentaires du Public Cloud](/links/public-cloud/object-storage){.external}. > [!warning] > diff --git a/pages/public_cloud/compute/install_plesk_on_an_instance/guide.pl-pl.md b/pages/public_cloud/compute/install_plesk_on_an_instance/guide.pl-pl.md index cf71ae68304..0ad341e3bc0 100644 --- a/pages/public_cloud/compute/install_plesk_on_an_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/install_plesk_on_an_instance/guide.pl-pl.md @@ -6,7 +6,7 @@ updated: 2025-04-08 ## Wprowadzenie -Plesk to prosty w użytkowaniu interfejs administracyjny dla serwerów dedykowanych. Można go zainstalować i z niego korzystać na jednej z instancji [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/){.external}. +Plesk to prosty w użytkowaniu interfejs administracyjny dla serwerów dedykowanych. Można go zainstalować i z niego korzystać na jednej z instancji [Public Cloud](/links/public-cloud/public-cloud){.external}. **Dowiedz się, jak wdrożyć Plesk na instancji Public Cloud.** diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-asia.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-asia.md index c07f8ed6fde..9472835f45a 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-asia.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-asia.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-au.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-au.md index 524872dfb11..9472835f45a 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-au.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-au.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ca.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ca.md index 3d8df38be21..9ecf93f5631 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ca.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-gb.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-gb.md index cd64d7ef58e..81d81d90aa5 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-gb.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-gb.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ie.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ie.md index 90777572e60..bc040d156a0 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-ie.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-sg.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-sg.md index 3abcd27309a..40fb5c41c69 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-sg.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-sg.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-us.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-us.md index 3138aa1daa5..c2b63bc9e95 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-us.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.en-us.md @@ -15,12 +15,12 @@ This tutorial provides the basic steps for a manual installation of WordPress on > [!warning] >This guide will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) with Debian or Ubuntu installed - Access to the [OVHcloud Control Panel](/links/manager) - Administrative access (sudo) to your instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-es.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-es.md index a0c05c3d093..270bcdff85c 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-es.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-es.md @@ -25,7 +25,7 @@ Este tutorial explica cómo instalar WordPress manualmente en una instancia de P ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tener una [instancia de Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) con Debian o Ubuntu instalado. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). - Acceso de administrador (sudo) a su instancia a través de SSH. diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-us.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-us.md index decd64338e7..e82f653d471 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-us.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.es-us.md @@ -25,7 +25,7 @@ Este tutorial explica cómo instalar WordPress manualmente en una instancia de P ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tener una [instancia de Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) con Debian o Ubuntu instalado. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). - Acceso de administrador (sudo) a su instancia a través de SSH. diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-ca.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-ca.md index d8f95117759..30513f6e618 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-ca.md @@ -14,7 +14,7 @@ Ce tutoriel fournit les étapes de base pour une installation manuelle de WordPr ## Prérequis -- Un projet [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Un projet [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Avoir une [instance Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) avec Debian ou Ubuntu installé - Être connecté à votre [espace client OVHcloud](/links/manager) - Disposer d’un accès administratif (sudo) à votre instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-fr.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-fr.md index 4a1a3d77c16..8890f095a2e 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.fr-fr.md @@ -14,7 +14,7 @@ Ce tutoriel fournit les étapes de base pour une installation manuelle de WordPr ## Prérequis -- Un projet [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Un projet [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Avoir une [instance Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) avec Debian ou Ubuntu installé - Être connecté à votre [espace client OVHcloud](/links/manager) - Disposer d’un accès administratif (sudo) à votre instance via SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.it-it.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.it-it.md index 1272dd5ff95..4cf2639d0d9 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.it-it.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.it-it.md @@ -25,7 +25,7 @@ Questa guida ti mostra gli step fondamentali per l'installazione manuale di Word ## Prerequisiti -- Un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud. +- Un [progetto Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud. - Disporre di un'[istanza Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) con Debian o Ubuntu installato. - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager). - Un accesso amministratore (sudo) alla tua istanza via SSH. diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pl-pl.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pl-pl.md index 0e1dbc9b57e..f0a14faa5b2 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pl-pl.md @@ -25,7 +25,7 @@ Tutorial ten przedstawia podstawowe etapy ręcznej instalacji WordPressa na inst ## Wymagania początkowe -- Projekt [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Projekt [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Posiadanie zainstalowanej [instancji Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) z systemem Debian lub Ubuntu - Dostęp do [Panelu client OVHcloud](/links/manager) - Dostęp administratora (sudo) do Twojej instancji przez SSH diff --git a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pt-pt.md b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pt-pt.md index 88325f549a1..f7544895989 100644 --- a/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/install_wordpress_on_an_instance/guide.pt-pt.md @@ -25,7 +25,7 @@ Este tutorial fornece as etapas de base para uma instalação manual do WordPres ## Requisitos -- Um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud. +- Um [projeto Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud. - Ter uma [instância Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) com Debian ou Ubuntu instalado. - Ter acesso à [Área de Cliente OVHcloud](/links/manager). - Um acesso administrador (sudo) à sua instância através de SSH. diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.de-de.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.de-de.md index 012a37618d4..c5fba42e597 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.de-de.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.de-de.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ca.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ca.md index ed07a049c7e..ae9bfbcdac7 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ca.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-gb.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-gb.md index 4c350d2b851..ae9bfbcdac7 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-gb.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-gb.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ie.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ie.md index 476e04b614a..ae9bfbcdac7 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-ie.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-us.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-us.md index 79fb4a41430..ae9bfbcdac7 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-us.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.en-us.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-es.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-es.md index 28ed7d2d8a8..71b06be071c 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-es.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-es.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-us.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-us.md index 8b3902b9a9e..71b06be071c 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-us.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.es-us.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-ca.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-ca.md index f3ae88f2ab3..bf1fbcac998 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-ca.md @@ -17,7 +17,7 @@ Contrairement aux autres instances Public Cloud pour lesquelles le mode rescue p ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Une [instance Metal Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) dans votre projet. ## En pratique diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-fr.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-fr.md index e953b73b383..830e71dd1e8 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.fr-fr.md @@ -17,7 +17,7 @@ Contrairement aux autres instances Public Cloud pour lesquelles le mode rescue p ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Une [instance Metal Public Cloud](/pages/public_cloud/compute/public-cloud-first-steps) dans votre projet. ## En pratique diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.it-it.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.it-it.md index 1261e1cb63d..186753b2007 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.it-it.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.it-it.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pl-pl.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pl-pl.md index 5eb5c1dee3f..2edb2dd5689 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pl-pl.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pt-pt.md b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pt-pt.md index a1aa31195bb..a15fb923fd2 100644 --- a/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/rescue_mode_metal_instance/guide.pt-pt.md @@ -17,7 +17,7 @@ Unlike other Public Cloud Instances where the rescue mode can be activated from ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [Public Cloud Metal instance](/pages/public_cloud/compute/public-cloud-first-steps) in your project ## Instructions diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.de-de.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.de-de.md index cbeaf872225..9d3a4da7ddc 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.de-de.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.de-de.md @@ -14,7 +14,7 @@ In dieser Anleitung erfahren Sie, wie Sie Ihr Dateisystem nach der Installation ## Voraussetzungen -- Sie haben eine Instanz mit FreeBSD 12 in Ihrem [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud/) oder einen [VPS](https://www.ovhcloud.com/de/vps/) mit FreeBSD 12 +- Sie haben eine Instanz mit FreeBSD 12 in Ihrem [Public Cloud Projekt](/links/public-cloud/public-cloud) oder einen [VPS](/links/bare-metal/vps) mit FreeBSD 12 - Sie haben die Instanz / den VPS kürzlich installiert oder [angepasst](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-asia.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-asia.md index a7fc974a9b0..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-asia.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-asia.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/asia/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-au.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-au.md index d466463018f..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-au.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-au.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en-au/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ca.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ca.md index 428628a5478..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ca.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ca.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en-ca/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-gb.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-gb.md index cb0986b7ba7..decc89dcd27 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-gb.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-gb.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en-gb/vps) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](https://www.ovhcloud.com/en-gb/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ie.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ie.md index ccb1ad0b2a7..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ie.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-ie.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en-ie/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-sg.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-sg.md index 83f60e9af8d..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-sg.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-sg.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en-sg/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-us.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-us.md index 5782fd1708d..fabbc510c51 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-us.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.en-us.md @@ -10,7 +10,7 @@ The purpose of this guide is to explain how to resize your file system after ins ## Requirements -- Having an instance with FreeBSD 12 in your [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) or a [Virtual Private Server](https://www.ovhcloud.com/en/vps/) with FreeBSD 12 +- Having an instance with FreeBSD 12 in your [Public Cloud project](/links/public-cloud/public-cloud) or a [Virtual Private Server](/links/bare-metal/vps) with FreeBSD 12 - Having freshly installed the instance/VPS or having resized it > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-es.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-es.md index e497a400855..fe4681d5227 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-es.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-es.md @@ -14,7 +14,7 @@ Esta guía explica cómo redimensionar el sistema de archivos después de la ins ## Requisitos - * Tener una instancia con FreeBSD 12 en su proyecto de [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) o un [VPS](https://www.ovhcloud.com/es-es/vps/) con FreeBSD 12. + * Tener una instancia con FreeBSD 12 en su proyecto de [Public Cloud](/links/public-cloud/public-cloud) o un [VPS](/links/bare-metal/vps) con FreeBSD 12. * Haber instalado recientemente la instancia/VPS o [haberla redimensionado.](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-us.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-us.md index 765dbd67731..fe4681d5227 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-us.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.es-us.md @@ -14,7 +14,7 @@ Esta guía explica cómo redimensionar el sistema de archivos después de la ins ## Requisitos - * Tener una instancia con FreeBSD 12 en su proyecto de [Public Cloud](https://www.ovhcloud.com/es/public-cloud/) o un [VPS](https://www.ovhcloud.com/es/vps/) con FreeBSD 12. + * Tener una instancia con FreeBSD 12 en su proyecto de [Public Cloud](/links/public-cloud/public-cloud) o un [VPS](/links/bare-metal/vps) con FreeBSD 12. * Haber instalado recientemente la instancia/VPS o [haberla redimensionado.](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-ca.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-ca.md index 66447daf882..ef7d924fede 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-ca.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-ca.md @@ -10,7 +10,7 @@ Ce guide a pour but de vous expliquer comment redimensionner votre système de f ## Prérequis - * Avoir une instance avec FreeBSD 12 dans votre projet [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) ou un [VPS](https://www.ovhcloud.com/fr-ca/vps/) sous FreeBSD 12 + * Avoir une instance avec FreeBSD 12 dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ou un [VPS](/links/bare-metal/vps) sous FreeBSD 12 * Avoir récemment installé l'instance/le VPS ou [l'avoir redimensionnée](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-fr.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-fr.md index fb334930bc4..ef7d924fede 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-fr.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.fr-fr.md @@ -10,7 +10,7 @@ Ce guide a pour but de vous expliquer comment redimensionner votre système de f ## Prérequis - * Avoir une instance avec FreeBSD 12 dans votre projet [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) ou un [VPS](https://www.ovhcloud.com/fr/vps/) sous FreeBSD 12 + * Avoir une instance avec FreeBSD 12 dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ou un [VPS](/links/bare-metal/vps) sous FreeBSD 12 * Avoir récemment installé l'instance/le VPS ou [l'avoir redimensionnée](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.it-it.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.it-it.md index 456536edf79..2f6c877da85 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.it-it.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.it-it.md @@ -14,7 +14,7 @@ Questa guida ti mostra come ridimensionare il tuo file system dopo l'installazio ## Prerequisiti - * Disporre di un'istanza con FreeBSD 12 nel tuo progetto [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) o di un [VPS](https://www.ovhcloud.com/it/vps/) con FreeBSD 12 + * Disporre di un'istanza con FreeBSD 12 nel tuo progetto [Public Cloud](/links/public-cloud/public-cloud) o di un [VPS](/links/bare-metal/vps) con FreeBSD 12 * Aver installato di recente l'istanza/il VPS o [averne ridimensionato il volume](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.pt-pt.md b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.pt-pt.md index aa684500d63..d5775b04798 100644 --- a/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.pt-pt.md +++ b/pages/public_cloud/compute/resize_freebsd_file_system_after_install/guide.pt-pt.md @@ -14,7 +14,7 @@ Este manual explica como redimensionar o sistema de ficheiros após a instalaç ## Requisitos - * Ter uma instância com FreeBSD 12 no seu projeto [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) ou um [VPS](https://www.ovhcloud.com/pt/vps/) com FreeBSD 12 + * Ter uma instância com FreeBSD 12 no seu projeto [Public Cloud](/links/public-cloud/public-cloud) ou um [VPS](/links/bare-metal/vps) com FreeBSD 12 * * Ter instalado recentemente a instância/o VPS ou [ter redimensionado](/pages/public_cloud/compute/resize_of_an_instance) > [!primary] diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-asia.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-asia.md index f8a04fae2ff..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-asia.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-asia.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-au.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-au.md index 09d409fd408..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-au.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-au.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-ca.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-ca.md index a5dc1d6c4a2..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-ca.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-ca.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-gb.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-gb.md index cf574940a28..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-gb.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-gb.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-ie.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-ie.md index 94407c4ad50..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-ie.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-ie.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-sg.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-sg.md index 149e67ff873..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-sg.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-sg.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.en-us.md b/pages/public_cloud/compute/resize_instance_manager/guide.en-us.md index 1942c78dc4d..e134e718932 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.en-us.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.en-us.md @@ -23,7 +23,7 @@ As a result of increased activity, or simply new needs, your instance may not be ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Access to the OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.es-es.md b/pages/public_cloud/compute/resize_instance_manager/guide.es-es.md index 73e26ed0af2..09940250b38 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.es-es.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.es-es.md @@ -27,7 +27,7 @@ En algunos casos, bien debido a un aumento de la actividad o a sus nuevas necesi ## Requisitos -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.es-us.md b/pages/public_cloud/compute/resize_instance_manager/guide.es-us.md index 88ed377f414..09940250b38 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.es-us.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.es-us.md @@ -27,7 +27,7 @@ En algunos casos, bien debido a un aumento de la actividad o a sus nuevas necesi ## Requisitos -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.fr-ca.md b/pages/public_cloud/compute/resize_instance_manager/guide.fr-ca.md index a212171ef6d..63944576008 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.fr-ca.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.fr-ca.md @@ -23,7 +23,7 @@ En raison d'une activité accrue, ou simplement de nouveaux besoins, votre insta ## Prérequis -- Avoir [créé une instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Avoir [créé une instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) ## En pratique diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.fr-fr.md b/pages/public_cloud/compute/resize_instance_manager/guide.fr-fr.md index 037237aefc6..63944576008 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.fr-fr.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.fr-fr.md @@ -23,7 +23,7 @@ En raison d'une activité accrue, ou simplement de nouveaux besoins, votre insta ## Prérequis -- Avoir [créé une instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Avoir [créé une instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) ## En pratique diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.it-it.md b/pages/public_cloud/compute/resize_instance_manager/guide.it-it.md index d6ba6578d24..138421594e6 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.it-it.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.it-it.md @@ -27,7 +27,7 @@ In seguito allo sviluppo della tua attività o semplicemente all’evoluzione de ## Prerequisiti -- Disporre di un'istanza [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) sul proprio account OVHcloud +- Disporre di un'istanza [Public Cloud](/links/public-cloud/public-cloud) sul proprio account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) ## Procedura diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.pl-pl.md b/pages/public_cloud/compute/resize_instance_manager/guide.pl-pl.md index 2acc4f492e3..7f0888b2069 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.pl-pl.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.pl-pl.md @@ -27,7 +27,7 @@ Jeśli Twoja działalność się rozwija i zapotrzebowanie na zasoby wzrasta, mo ## Wymagania początkowe -- Posiadanie [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Posiadanie [instancji Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Dostęp do [Panelu client OVHcloud](/links/manager) ## W praktyce diff --git a/pages/public_cloud/compute/resize_instance_manager/guide.pt-pt.md b/pages/public_cloud/compute/resize_instance_manager/guide.pt-pt.md index f84cf346ee4..96cc4446243 100644 --- a/pages/public_cloud/compute/resize_instance_manager/guide.pt-pt.md +++ b/pages/public_cloud/compute/resize_instance_manager/guide.pt-pt.md @@ -28,7 +28,7 @@ No seguimento de um crescimento da sua atividade, ou simplesmente porque tem nov ## Requisitos -- Ter uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud. +- Ter uma [instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud. - Ter acesso à [Área de Cliente OVHcloud](/links/manager). ## Instruções diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.de-de.md b/pages/public_cloud/compute/resize_instance_openstack/guide.de-de.md index fc02e35583e..2db12df7c6c 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.de-de.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.de-de.md @@ -24,7 +24,7 @@ Ihre Instanz kann aufgrund erhöhter Aktivität oder einfach aufgrund neuer Anfo ## Voraussetzungen -- Sie verfügen über eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/). +- Sie verfügen über eine [Public Cloud Instanz](/links/public-cloud/public-cloud). - Sie haben einen [OpenStack User erstellt](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). - Sie haben [OpenStack CLI auf Ihrem System installiert](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api). - Sie haben die [OpenStack Umgebungsvariablen konfiguriert](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables). diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-asia.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-asia.md index d3717eb378a..11ba956761a 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-asia.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-asia.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-au.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-au.md index 30146a67505..b01047ecec5 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-au.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-au.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-ca.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-ca.md index 54c9786ac90..8c5d37725c1 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-ca.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-ca.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-gb.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-gb.md index bf8379cd11e..ce39a8aeff0 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-gb.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-gb.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-ie.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-ie.md index 401093b3016..f275a393aad 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-ie.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-ie.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-sg.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-sg.md index 6a78ee99c60..2b81cedb570 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-sg.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-sg.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.en-us.md b/pages/public_cloud/compute/resize_instance_openstack/guide.en-us.md index 813dd6d083e..6be83dbc843 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.en-us.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.en-us.md @@ -20,7 +20,7 @@ As a result of increased activity, or simply to address new needs, your instance ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - An [OpenStack CLI ready environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.es-es.md b/pages/public_cloud/compute/resize_instance_openstack/guide.es-es.md index a85145b0edc..b16162fdf77 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.es-es.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.es-es.md @@ -24,7 +24,7 @@ Debido al aumento de la actividad, o simplemente para responder a nuevas necesid ## Requisitos -- Una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud +- Una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Un [usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Disponga de un [entorno OpenStack preparado para CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Haber definido las [variables de entorno OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.es-us.md b/pages/public_cloud/compute/resize_instance_openstack/guide.es-us.md index 1d808445aaa..41d7b31f389 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.es-us.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.es-us.md @@ -24,7 +24,7 @@ Debido al aumento de la actividad, o simplemente para responder a nuevas necesid ## Requisitos -- Una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud +- Una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Un [usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Disponga de un [entorno OpenStack preparado para CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Haber definido las [variables de entorno OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.fr-ca.md b/pages/public_cloud/compute/resize_instance_openstack/guide.fr-ca.md index 271bde555ea..74e2ee4d257 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.fr-ca.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.fr-ca.md @@ -20,7 +20,7 @@ En raison d'une activité accrue, ou simplement pour répondre à de nouveaux be ## Prérequis -- Une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Un [utilisateur OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Avoir un [environnement OpenStack préparé pour le CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Avoir défini les [variables d'environnement OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.fr-fr.md b/pages/public_cloud/compute/resize_instance_openstack/guide.fr-fr.md index 1c844cae36a..34770b8d772 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.fr-fr.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.fr-fr.md @@ -20,7 +20,7 @@ En raison d'une activité accrue, ou simplement pour répondre à de nouveaux be ## Prérequis -- Une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Un [utilisateur OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Avoir un [environnement OpenStack préparé pour le CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Avoir défini les [variables d'environnement OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.it-it.md b/pages/public_cloud/compute/resize_instance_openstack/guide.it-it.md index bed71dcc28d..faa21209561 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.it-it.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.it-it.md @@ -24,7 +24,7 @@ A causa di un aumento dell'attività o semplicemente per rispondere a nuove esig ## Prerequisiti -- Disporre di un'istanza [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) sul proprio account OVHcloud +- Disporre di un'istanza [Public Cloud](/links/public-cloud/public-cloud) sul proprio account OVHcloud - Un [utente OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Disporre di un [ambiente OpenStack predisposto per la CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Aver definito le [variabili d’ambiente OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/resize_instance_openstack/guide.pt-pt.md b/pages/public_cloud/compute/resize_instance_openstack/guide.pt-pt.md index bb7db9fbc0c..159582f0b4e 100644 --- a/pages/public_cloud/compute/resize_instance_openstack/guide.pt-pt.md +++ b/pages/public_cloud/compute/resize_instance_openstack/guide.pt-pt.md @@ -24,7 +24,7 @@ Devido a uma atividade acrescida, ou simplesmente para responder a novas necessi ## Requisitos -- Uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud +- Uma [instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud - Um [utilizador OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Ter um [ambiente OpenStack preparado para CLI](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - Ter definido as [variáveis de ambiente do OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-asia.md b/pages/public_cloud/compute/save_an_instance/guide.en-asia.md index e2feab8dd94..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-asia.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-asia.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-au.md b/pages/public_cloud/compute/save_an_instance/guide.en-au.md index c99fcfe7667..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-au.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-au.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-ca.md b/pages/public_cloud/compute/save_an_instance/guide.en-ca.md index 7019acde837..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-ca.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-ca.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-gb.md b/pages/public_cloud/compute/save_an_instance/guide.en-gb.md index 464a8130c70..8f00564365a 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-gb.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-gb.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-ie.md b/pages/public_cloud/compute/save_an_instance/guide.en-ie.md index bd0a9d4f7fe..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-ie.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-ie.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-sg.md b/pages/public_cloud/compute/save_an_instance/guide.en-sg.md index c69d96553d0..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-sg.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-sg.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.en-us.md b/pages/public_cloud/compute/save_an_instance/guide.en-us.md index de9e22cf3bd..b58f2b7ad81 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.en-us.md +++ b/pages/public_cloud/compute/save_an_instance/guide.en-us.md @@ -12,7 +12,7 @@ You can create a single backup of an instance or configure a schedule in order t ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/compute/save_an_instance/guide.es-es.md b/pages/public_cloud/compute/save_an_instance/guide.es-es.md index e3ec50da197..8ed8026d1d1 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.es-es.md +++ b/pages/public_cloud/compute/save_an_instance/guide.es-es.md @@ -16,7 +16,7 @@ Puede crear una copia de seguridad única de una instancia o configurar una plan ## Requisitos -- Tener una instancia de [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Tener una instancia de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [área de cliente de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/compute/save_an_instance/guide.es-us.md b/pages/public_cloud/compute/save_an_instance/guide.es-us.md index 114131c1a14..cde3ff606b6 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.es-us.md +++ b/pages/public_cloud/compute/save_an_instance/guide.es-us.md @@ -16,7 +16,7 @@ Puede crear una copia de seguridad única de una instancia o configurar una plan ## Requisitos -- Tener una instancia de [Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Tener una instancia de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [área de cliente de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/compute/save_an_instance/guide.fr-ca.md b/pages/public_cloud/compute/save_an_instance/guide.fr-ca.md index 668e0ab2a6a..b927916929d 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.fr-ca.md +++ b/pages/public_cloud/compute/save_an_instance/guide.fr-ca.md @@ -12,7 +12,7 @@ Vous pouvez créer une sauvegarde unique d'une instance ou configurer un plannin ## Prérequis -- Avoir une instance [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Avoir une instance [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). ## En pratique diff --git a/pages/public_cloud/compute/save_an_instance/guide.fr-fr.md b/pages/public_cloud/compute/save_an_instance/guide.fr-fr.md index ab27515244b..b927916929d 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.fr-fr.md +++ b/pages/public_cloud/compute/save_an_instance/guide.fr-fr.md @@ -12,7 +12,7 @@ Vous pouvez créer une sauvegarde unique d'une instance ou configurer un plannin ## Prérequis -- Avoir une instance [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Avoir une instance [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). ## En pratique diff --git a/pages/public_cloud/compute/save_an_instance/guide.it-it.md b/pages/public_cloud/compute/save_an_instance/guide.it-it.md index 888be08764e..60d49724c16 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.it-it.md +++ b/pages/public_cloud/compute/save_an_instance/guide.it-it.md @@ -16,7 +16,7 @@ Crea un backup unico di un'istanza o configura una pianificazione per automatizz ## Prerequisiti -- Disporre di un'istanza [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) sul proprio account OVHcloud +- Disporre di un'istanza [Public Cloud](/links/public-cloud/public-cloud) sul proprio account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) ## Procedura diff --git a/pages/public_cloud/compute/save_an_instance/guide.pl-pl.md b/pages/public_cloud/compute/save_an_instance/guide.pl-pl.md index 617fe339dbb..3d13e675c13 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.pl-pl.md +++ b/pages/public_cloud/compute/save_an_instance/guide.pl-pl.md @@ -16,7 +16,7 @@ Możesz utworzyć kopię zapasową instancji lub skonfigurować harmonogram, aby ## Wymagania początkowe -- Posiadanie instancji [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Posiadanie instancji [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Dostęp do [Panelu client OVHcloud](/links/manager) ## W praktyce diff --git a/pages/public_cloud/compute/save_an_instance/guide.pt-pt.md b/pages/public_cloud/compute/save_an_instance/guide.pt-pt.md index e5933b2cab2..e3767ecae80 100644 --- a/pages/public_cloud/compute/save_an_instance/guide.pt-pt.md +++ b/pages/public_cloud/compute/save_an_instance/guide.pt-pt.md @@ -16,7 +16,7 @@ Pode criar um backup único de uma instância ou configurar um planeamento para ## Requisitos -- Ter uma instância [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud. +- Ter uma instância [Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud. - Ter acesso à [Área de Cliente OVHcloud](/links/manager). ## Instruções diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-asia.md b/pages/public_cloud/compute/setup_security_group/guide.en-asia.md index abaa3e274e6..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-asia.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-asia.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-au.md b/pages/public_cloud/compute/setup_security_group/guide.en-au.md index 3d88dd8e182..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-au.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-au.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-ca.md b/pages/public_cloud/compute/setup_security_group/guide.en-ca.md index f9bf0940ca7..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-ca.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-ca.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-gb.md b/pages/public_cloud/compute/setup_security_group/guide.en-gb.md index 1add659ea1c..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-gb.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-gb.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-ie.md b/pages/public_cloud/compute/setup_security_group/guide.en-ie.md index 994c869ba4c..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-ie.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-ie.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-sg.md b/pages/public_cloud/compute/setup_security_group/guide.en-sg.md index c9f6da195ac..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-sg.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-sg.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.en-us.md b/pages/public_cloud/compute/setup_security_group/guide.en-us.md index 33d4e6b1d80..4c309ca84b7 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.en-us.md +++ b/pages/public_cloud/compute/setup_security_group/guide.en-us.md @@ -12,7 +12,7 @@ For security reasons, you can configure and use filtering rules that will define ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/). +- A [Public Cloud project](/links/public-cloud/public-cloud). - Access to the [Horizon interface](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instructions diff --git a/pages/public_cloud/compute/setup_security_group/guide.es-es.md b/pages/public_cloud/compute/setup_security_group/guide.es-es.md index fe5638c7047..d6846264fa1 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.es-es.md +++ b/pages/public_cloud/compute/setup_security_group/guide.es-es.md @@ -16,7 +16,7 @@ Por motivos de seguridad, es posible configurar y utilizar reglas de filtrado qu ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) - [Estar conectado a Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Procedimiento diff --git a/pages/public_cloud/compute/setup_security_group/guide.es-us.md b/pages/public_cloud/compute/setup_security_group/guide.es-us.md index 7c1a5ce0949..d6846264fa1 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.es-us.md +++ b/pages/public_cloud/compute/setup_security_group/guide.es-us.md @@ -16,7 +16,7 @@ Por motivos de seguridad, es posible configurar y utilizar reglas de filtrado qu ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) - [Estar conectado a Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Procedimiento diff --git a/pages/public_cloud/compute/setup_security_group/guide.fr-ca.md b/pages/public_cloud/compute/setup_security_group/guide.fr-ca.md index a223d93030c..a2655f0694a 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.fr-ca.md +++ b/pages/public_cloud/compute/setup_security_group/guide.fr-ca.md @@ -12,7 +12,7 @@ Pour des raisons de sécurité, il est possible de configurer et d'utiliser des ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/). +- Un [projet Public Cloud](/links/public-cloud/public-cloud). - [Être connecté à l'interface Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). ## En pratique diff --git a/pages/public_cloud/compute/setup_security_group/guide.fr-fr.md b/pages/public_cloud/compute/setup_security_group/guide.fr-fr.md index 7b75541032b..a2655f0694a 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.fr-fr.md +++ b/pages/public_cloud/compute/setup_security_group/guide.fr-fr.md @@ -12,7 +12,7 @@ Pour des raisons de sécurité, il est possible de configurer et d'utiliser des ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/). +- Un [projet Public Cloud](/links/public-cloud/public-cloud). - [Être connecté à l'interface Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). ## En pratique diff --git a/pages/public_cloud/compute/setup_security_group/guide.it-it.md b/pages/public_cloud/compute/setup_security_group/guide.it-it.md index 7c467a86a44..31cdb3ef1b0 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.it-it.md +++ b/pages/public_cloud/compute/setup_security_group/guide.it-it.md @@ -16,7 +16,7 @@ Per motivi di sicurezza, è possibile configurare e utilizzare regole di filtrag ## Prerequisiti -- Un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/) +- Un [progetto Public Cloud](/links/public-cloud/public-cloud) - [Essere connesso all'interfaccia Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Procedura diff --git a/pages/public_cloud/compute/setup_security_group/guide.pl-pl.md b/pages/public_cloud/compute/setup_security_group/guide.pl-pl.md index 2c9a2d1c43d..9c6873718d8 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.pl-pl.md +++ b/pages/public_cloud/compute/setup_security_group/guide.pl-pl.md @@ -16,7 +16,7 @@ Ze względów bezpieczeństwa możesz konfigurować i używać reguł filtrowani ## Wymagania początkowe -- Projekt [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) +- Projekt [Public Cloud](/links/public-cloud/public-cloud) - [Dostęp do interfejsu Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## W praktyce diff --git a/pages/public_cloud/compute/setup_security_group/guide.pt-pt.md b/pages/public_cloud/compute/setup_security_group/guide.pt-pt.md index 1c165f110b1..53776273e08 100644 --- a/pages/public_cloud/compute/setup_security_group/guide.pt-pt.md +++ b/pages/public_cloud/compute/setup_security_group/guide.pt-pt.md @@ -16,7 +16,7 @@ Por razões de segurança, é possível configurar e utilizar regras de filtrage ## Requisitos -- Um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) +- Um [projeto Public Cloud](/links/public-cloud/public-cloud) - [Ter acesso à interface Horizon](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) ## Instruções diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.de-de.md b/pages/public_cloud/compute/share_images_between_projects/guide.de-de.md index 2ffaa6cc2fa..3ef9f3e9c11 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.de-de.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.de-de.md @@ -27,7 +27,7 @@ Weitere Informationen finden Sie in der offiziellen [OpenStack Dokumentation](ht ## Voraussetzungen - Sie haben [Ihre Umgebung für die Verwendung der OpenStack API vorbereitet](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api). -- Sie haben eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/) in Ihrem Account erstellt. +- Sie haben eine [Public Cloud Instanz](/links/public-cloud/public-cloud) in Ihrem Account erstellt. - Sie haben einen [OpenStack User erstellt](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-asia.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-asia.md index a4a7e287470..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-asia.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-asia.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-au.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-au.md index 9ab31f09994..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-au.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-au.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-ca.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-ca.md index 11a6ed4fa99..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-ca.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-ca.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-gb.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-gb.md index e070aac0f7e..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-gb.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-gb.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-ie.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-ie.md index d02c5c49556..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-ie.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-ie.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-sg.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-sg.md index 5e1aa948d9b..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-sg.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-sg.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.en-us.md b/pages/public_cloud/compute/share_images_between_projects/guide.en-us.md index 208b03b6b74..047b060637f 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.en-us.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.en-us.md @@ -32,7 +32,7 @@ Before following these steps, it is recommended that you first read this guide: You will also need the following: -- a [Public Cloud Instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- a [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - an [OpenStack user](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.es-es.md b/pages/public_cloud/compute/share_images_between_projects/guide.es-es.md index 7ad6c9c6727..bc73d0a2d1b 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.es-es.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.es-es.md @@ -32,7 +32,7 @@ Antes de seguir estos pasos, le recomendamos que consulte esta guía: También necesitará: -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud; +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud; - [Haber creado un usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.es-us.md b/pages/public_cloud/compute/share_images_between_projects/guide.es-us.md index 77e30966098..82d2733b107 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.es-us.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.es-us.md @@ -32,7 +32,7 @@ Antes de seguir estos pasos, le recomendamos que consulte esta guía: También necesitará: -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud; +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud; - [Haber creado un usuario de OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.fr-ca.md b/pages/public_cloud/compute/share_images_between_projects/guide.fr-ca.md index 6f8dd573d91..d5f84f1c031 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.fr-ca.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.fr-ca.md @@ -32,7 +32,7 @@ Avant de suivre ces étapes, il est recommandé de consulter d'abord ce guide : Vous aurez également besoin de : -- posséder une [Instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud ; +- posséder une [Instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud ; - Un utilisateur [OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) créé dans votre projet ; > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.fr-fr.md b/pages/public_cloud/compute/share_images_between_projects/guide.fr-fr.md index 2c0ea6e7c43..c8b2c721fc7 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.fr-fr.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.fr-fr.md @@ -32,7 +32,7 @@ Avant de suivre ces étapes, il est recommandé de consulter d'abord ce guide : Vous aurez également besoin de : -- posséder une [Instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud ; +- posséder une [Instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud ; - Un utilisateur [OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) créé dans votre projet ; > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.it-it.md b/pages/public_cloud/compute/share_images_between_projects/guide.it-it.md index 328613373a0..45ad0ea8b76 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.it-it.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.it-it.md @@ -32,7 +32,7 @@ Prima di seguire questi passaggi, ti consigliamo di consultare questa guida: Avrai anche bisogno di: -- Disporre di un’[Istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/) iscritta nel proprio account OVHcloud +- Disporre di un’[Istanza Public Cloud](/links/public-cloud/public-cloud) iscritta nel proprio account OVHcloud - [Aver creato un utente OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.pl-pl.md b/pages/public_cloud/compute/share_images_between_projects/guide.pl-pl.md index bc9a1cd1160..0c3174a69aa 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.pl-pl.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.pl-pl.md @@ -32,7 +32,7 @@ Przed wykonaniem tych kroków, należy najpierw zapoznać się z treścią przew Będziesz również potrzebował: -- Posiadanie [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na koncie OVHcloud; +- Posiadanie [instancji Public Cloud](/links/public-cloud/public-cloud) na koncie OVHcloud; - [Utworzenie użytkownika OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/share_images_between_projects/guide.pt-pt.md b/pages/public_cloud/compute/share_images_between_projects/guide.pt-pt.md index 7edd72f3e30..6dd9365f6a2 100644 --- a/pages/public_cloud/compute/share_images_between_projects/guide.pt-pt.md +++ b/pages/public_cloud/compute/share_images_between_projects/guide.pt-pt.md @@ -32,7 +32,7 @@ Antes de seguir estes passos, recomendamos que consulte primeiro este guia: Necessitará igualmente de: -- Dispor de uma [Instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud +- Dispor de uma [Instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud - [Ter criado um utilizador OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) > [!primary] diff --git a/pages/public_cloud/compute/switch_volume_type/guide.de-de.md b/pages/public_cloud/compute/switch_volume_type/guide.de-de.md index b2d04cad429..6b0902be392 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.de-de.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.de-de.md @@ -15,7 +15,7 @@ In dieser Anleitung wird erläutert, wie Sie einen Block Storage Volume vom Typ ## Voraussetzungen - Sie haben Zugriff auf das [Horizon Interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon). -- Sie haben ein [Block Storage Volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) in Ihrem [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud/) erstellt. +- Sie haben ein [Block Storage Volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) in Ihrem [Public Cloud Projekt](/links/public-cloud/public-cloud) erstellt. ## In der praktischen Anwendung diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-asia.md b/pages/public_cloud/compute/switch_volume_type/guide.en-asia.md index 195bdfe082c..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-asia.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-asia.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-au.md b/pages/public_cloud/compute/switch_volume_type/guide.en-au.md index 1802417ad12..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-au.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-au.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-ca.md b/pages/public_cloud/compute/switch_volume_type/guide.en-ca.md index f6742b7fd62..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-ca.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-ca.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-gb.md b/pages/public_cloud/compute/switch_volume_type/guide.en-gb.md index 184b64e4c85..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-gb.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-gb.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-ie.md b/pages/public_cloud/compute/switch_volume_type/guide.en-ie.md index 39fce34d713..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-ie.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-ie.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-sg.md b/pages/public_cloud/compute/switch_volume_type/guide.en-sg.md index 3b3169617e3..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-sg.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-sg.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.en-us.md b/pages/public_cloud/compute/switch_volume_type/guide.en-us.md index 3b3169617e3..7d09142f506 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.en-us.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.en-us.md @@ -11,7 +11,7 @@ The purpose of this guide is to show you how to change a block storage volume ty ## Requirements - [Access to the Horizon interface](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/switch_volume_type/guide.es-es.md b/pages/public_cloud/compute/switch_volume_type/guide.es-es.md index e81c83210e2..cde3df06c4c 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.es-es.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.es-es.md @@ -15,7 +15,7 @@ El objetivo de esta guía es mostrarle cómo cambiar un tipo de volumen Block St ## Requisitos - [Conectarse a Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Un volumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) +- Un volumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto [Public Cloud](/links/public-cloud/public-cloud) ## Procedimiento diff --git a/pages/public_cloud/compute/switch_volume_type/guide.es-us.md b/pages/public_cloud/compute/switch_volume_type/guide.es-us.md index 79fa3e25192..cde3df06c4c 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.es-us.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.es-us.md @@ -15,7 +15,7 @@ El objetivo de esta guía es mostrarle cómo cambiar un tipo de volumen Block St ## Requisitos - [Conectarse a Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Un volumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto [Public Cloud](https://www.ovhcloud.com/es/public-cloud/) +- Un volumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto [Public Cloud](/links/public-cloud/public-cloud) ## Procedimiento diff --git a/pages/public_cloud/compute/switch_volume_type/guide.fr-ca.md b/pages/public_cloud/compute/switch_volume_type/guide.fr-ca.md index 09b85942698..935c6ce13b7 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.fr-ca.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.fr-ca.md @@ -11,7 +11,7 @@ L'objectif de ce guide est de vous montrer comment changer un type de volume Blo ## Prérequis - [Accéder à l'interface Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) +- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ## En pratique diff --git a/pages/public_cloud/compute/switch_volume_type/guide.fr-fr.md b/pages/public_cloud/compute/switch_volume_type/guide.fr-fr.md index a826b80742f..935c6ce13b7 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.fr-fr.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.fr-fr.md @@ -11,7 +11,7 @@ L'objectif de ce guide est de vous montrer comment changer un type de volume Blo ## Prérequis - [Accéder à l'interface Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) +- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ## En pratique diff --git a/pages/public_cloud/compute/switch_volume_type/guide.it-it.md b/pages/public_cloud/compute/switch_volume_type/guide.it-it.md index 3a33f0fe7cf..a660e668f94 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.it-it.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.it-it.md @@ -15,7 +15,7 @@ L’obiettivo di questa guida è mostrarti come modificare un tipo di volume Blo ## Prerequisiti - [Accedere all'interfaccia Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creato nel tuo progetto [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) +- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creato nel tuo progetto [Public Cloud](/links/public-cloud/public-cloud) ## Procedura diff --git a/pages/public_cloud/compute/switch_volume_type/guide.pl-pl.md b/pages/public_cloud/compute/switch_volume_type/guide.pl-pl.md index bb3dbcbfc34..4a0303f7c1f 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.pl-pl.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.pl-pl.md @@ -15,7 +15,7 @@ Celem niniejszego przewodnika jest pokazanie, jak zmienić rodzaj wolumenu Block ## Wymagania początkowe - [Dostęp do interfejsu Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Wolumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) utworzony w Twoim projekcie [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) +- Wolumen [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) utworzony w Twoim projekcie [Public Cloud](/links/public-cloud/public-cloud) ## W praktyce diff --git a/pages/public_cloud/compute/switch_volume_type/guide.pt-pt.md b/pages/public_cloud/compute/switch_volume_type/guide.pt-pt.md index 13ab04d8bd6..d5e85a367e6 100644 --- a/pages/public_cloud/compute/switch_volume_type/guide.pt-pt.md +++ b/pages/public_cloud/compute/switch_volume_type/guide.pt-pt.md @@ -15,7 +15,7 @@ O objetivo deste guia é mostrar-lhe como alterar um tipo de volume Block Storag ## Requisitos - [Aceder à interface Horizon](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon) -- Um volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) criado no seu projeto [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) +- Um volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) criado no seu projeto [Public Cloud](/links/public-cloud/public-cloud) ## Instruções diff --git a/pages/public_cloud/compute/transfer_volume_backup_from_one_datacentre_to_another/guide.it-it.md b/pages/public_cloud/compute/transfer_volume_backup_from_one_datacentre_to_another/guide.it-it.md index 0e4cae4c5c5..8d238a2c594 100644 --- a/pages/public_cloud/compute/transfer_volume_backup_from_one_datacentre_to_another/guide.it-it.md +++ b/pages/public_cloud/compute/transfer_volume_backup_from_one_datacentre_to_another/guide.it-it.md @@ -6,7 +6,7 @@ updated: 2024-01-11 ## Obiettivo -In alcuni casi potrebbe essere necessario spostare volumi aggiuntivi da una Region OpenStack a un'altra, perché è disponibile una nuova Region o perché si desidera migrare da [OVHcloud Labs](https://labs.ovh.com/) al [Public Cloud](https://www.ovhcloud.com/it/public-cloud/). +In alcuni casi potrebbe essere necessario spostare volumi aggiuntivi da una Region OpenStack a un'altra, perché è disponibile una nuova Region o perché si desidera migrare da [OVHcloud Labs](https://labs.ovh.com/) al [Public Cloud](/links/public-cloud/public-cloud). **Questa guida ti mostra come migrare un backup di un volume da una Region OpenStack ad un'altra.** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.de-de.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.de-de.md index ae9cc8ed4d3..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.de-de.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.de-de.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-asia.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-asia.md index e902364fd19..5b72c33683e 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-asia.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-asia.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-au.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-au.md index 5bd5b116b83..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-au.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-au.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ca.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ca.md index 2b3f14fbdf7..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ca.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ca.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-gb.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-gb.md index a9f2eeb053b..2f0df01c326 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-gb.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-gb.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ie.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ie.md index fea486db859..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ie.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-ie.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-sg.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-sg.md index 33aaf1b62a3..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-sg.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-sg.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-us.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-us.md index fbaf089dbe2..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-us.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.en-us.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-es.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-es.md index aee7104f784..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-es.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-es.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-us.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-us.md index 23b39eef2b5..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-us.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.es-us.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-ca.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-ca.md index cbe9d6f8a71..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-ca.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-ca.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-fr.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-fr.md index b59b0adca34..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-fr.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.fr-fr.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.it-it.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.it-it.md index fdb112eb3f2..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.it-it.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.it-it.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pl-pl.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pl-pl.md index fd268171e70..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pl-pl.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pl-pl.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pt-pt.md b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pt-pt.md index ceec7fa8287..217c9798400 100644 --- a/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pt-pt.md +++ b/pages/public_cloud/compute/use_object_storage_pulumi_backend_state/guide.pt-pt.md @@ -16,7 +16,7 @@ In this tutorial you will: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud Instance](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud Instance](/links/public-cloud/public-cloud) in your OVHcloud account - [Pulumi CLI](https://www.pulumi.com/docs/install/){.external} installed **Before you begin** diff --git a/pages/public_cloud/compute/volume-backup/guide.de-de.md b/pages/public_cloud/compute/volume-backup/guide.de-de.md index 1930b5f6680..79a922841c2 100644 --- a/pages/public_cloud/compute/volume-backup/guide.de-de.md +++ b/pages/public_cloud/compute/volume-backup/guide.de-de.md @@ -30,7 +30,7 @@ Volume Snapshot und Volume Backup ermöglichen: ## Voraussetzungen - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). -- Sie haben ein [Block Storage Volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) in Ihrem [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud/) erstellt. +- Sie haben ein [Block Storage Volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) in Ihrem [Public Cloud Projekt](/links/public-cloud/public-cloud) erstellt. ## In der praktischen Anwendung diff --git a/pages/public_cloud/compute/volume-backup/guide.en-asia.md b/pages/public_cloud/compute/volume-backup/guide.en-asia.md index 896cf074914..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-asia.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-asia.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-au.md b/pages/public_cloud/compute/volume-backup/guide.en-au.md index 2226bd40eb3..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-au.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-au.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-ca.md b/pages/public_cloud/compute/volume-backup/guide.en-ca.md index 10926400d98..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-ca.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-ca.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-gb.md b/pages/public_cloud/compute/volume-backup/guide.en-gb.md index e90d7e7515d..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-gb.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-gb.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-ie.md b/pages/public_cloud/compute/volume-backup/guide.en-ie.md index 187255e16eb..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-ie.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-ie.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-sg.md b/pages/public_cloud/compute/volume-backup/guide.en-sg.md index d81e2e83c62..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-sg.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-sg.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.en-us.md b/pages/public_cloud/compute/volume-backup/guide.en-us.md index a5c44873fc0..bfc3eee0e05 100644 --- a/pages/public_cloud/compute/volume-backup/guide.en-us.md +++ b/pages/public_cloud/compute/volume-backup/guide.en-us.md @@ -24,7 +24,7 @@ Both volume snapshot and volume backup allow you to: ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) +- A [Block Storage volume](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) created in your [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/compute/volume-backup/guide.es-es.md b/pages/public_cloud/compute/volume-backup/guide.es-es.md index 3abdeb87257..669ea865dfe 100644 --- a/pages/public_cloud/compute/volume-backup/guide.es-es.md +++ b/pages/public_cloud/compute/volume-backup/guide.es-es.md @@ -30,7 +30,7 @@ El volumen de snapshot y el volumen de backup le permiten: ## Requisitos - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager). -- Un volumen de [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto de [Public Cloud.](https://www.ovhcloud.com/es-es/public-cloud/) +- Un volumen de [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto de [Public Cloud.](/links/public-cloud/public-cloud) ## Procedimiento diff --git a/pages/public_cloud/compute/volume-backup/guide.es-us.md b/pages/public_cloud/compute/volume-backup/guide.es-us.md index fdd874b63d8..aa11c031092 100644 --- a/pages/public_cloud/compute/volume-backup/guide.es-us.md +++ b/pages/public_cloud/compute/volume-backup/guide.es-us.md @@ -30,7 +30,7 @@ El volumen de snapshot y el volumen de backup le permiten: ## Requisitos - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager). -- Un volumen de [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto de [Public Cloud](https://www.ovhcloud.com/es/public-cloud/). +- Un volumen de [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creado en su proyecto de [Public Cloud](/links/public-cloud/public-cloud). ## Procedimiento diff --git a/pages/public_cloud/compute/volume-backup/guide.fr-ca.md b/pages/public_cloud/compute/volume-backup/guide.fr-ca.md index b584a1c6c05..c0111f49ad0 100644 --- a/pages/public_cloud/compute/volume-backup/guide.fr-ca.md +++ b/pages/public_cloud/compute/volume-backup/guide.fr-ca.md @@ -26,7 +26,7 @@ Le Volume Snapshot et le Volume Backup vous permettent de : ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager) -- Un volume [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) +- Un volume [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ## En pratique diff --git a/pages/public_cloud/compute/volume-backup/guide.fr-fr.md b/pages/public_cloud/compute/volume-backup/guide.fr-fr.md index e617a41dc5a..b39cc15ad3a 100644 --- a/pages/public_cloud/compute/volume-backup/guide.fr-fr.md +++ b/pages/public_cloud/compute/volume-backup/guide.fr-fr.md @@ -26,7 +26,7 @@ Le Volume Snapshot et le Volume Backup vous permettent de : ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager) -- Un volume [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) +- Un volume [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) créé dans votre projet [Public Cloud](/links/public-cloud/public-cloud) ## En pratique diff --git a/pages/public_cloud/compute/volume-backup/guide.it-it.md b/pages/public_cloud/compute/volume-backup/guide.it-it.md index 41b77848d4f..350ced193ed 100644 --- a/pages/public_cloud/compute/volume-backup/guide.it-it.md +++ b/pages/public_cloud/compute/volume-backup/guide.it-it.md @@ -30,7 +30,7 @@ Il Volume Snapshot e il Volume Backup ti permettono di: ## Prerequisiti - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) -- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creato nel tuo progetto [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) +- Un volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) creato nel tuo progetto [Public Cloud](/links/public-cloud/public-cloud) ## Procedura diff --git a/pages/public_cloud/compute/volume-backup/guide.pl-pl.md b/pages/public_cloud/compute/volume-backup/guide.pl-pl.md index 82d56ec0080..fd705b66d66 100644 --- a/pages/public_cloud/compute/volume-backup/guide.pl-pl.md +++ b/pages/public_cloud/compute/volume-backup/guide.pl-pl.md @@ -30,7 +30,7 @@ Wolumen Snapshot oraz Backup Wolumenu pozwalają na: ## Wymagania początkowe - Zalogowanie do [Panelu klienta OVHcloud](/links/manager) -- Wolumen [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) utworzony w Twoim projekcie [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) +- Wolumen [Block storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) utworzony w Twoim projekcie [Public Cloud](/links/public-cloud/public-cloud) ## W praktyce diff --git a/pages/public_cloud/compute/volume-backup/guide.pt-pt.md b/pages/public_cloud/compute/volume-backup/guide.pt-pt.md index 5c99b8e4e59..eee9b3829a5 100644 --- a/pages/public_cloud/compute/volume-backup/guide.pt-pt.md +++ b/pages/public_cloud/compute/volume-backup/guide.pt-pt.md @@ -30,7 +30,7 @@ O Volume Snapshot e o Volume Backup permitem-lhe: ## Requisitos - Estar ligado à [Área de Cliente OVHcloud](/links/manager). -- Um volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) criado no seu projeto [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/). +- Um volume [Block Storage](/pages/public_cloud/compute/create_and_configure_an_additional_disk_on_an_instance) criado no seu projeto [Public Cloud](/links/public-cloud/public-cloud). ## Instruções From e989ca7d642472a994202554c3008cff3a8a9c18 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:20:45 +0200 Subject: [PATCH 092/160] Fix global links in Public cloud containers orchestration --- .../add-ip-restrictions/guide.de-de.md | 10 +++++----- .../add-ip-restrictions/guide.en-asia.md | 10 +++++----- .../add-ip-restrictions/guide.en-au.md | 10 +++++----- .../add-ip-restrictions/guide.en-ca.md | 10 +++++----- .../add-ip-restrictions/guide.en-gb.md | 10 +++++----- .../add-ip-restrictions/guide.en-ie.md | 10 +++++----- .../add-ip-restrictions/guide.en-sg.md | 10 +++++----- .../add-ip-restrictions/guide.en-us.md | 10 +++++----- .../add-ip-restrictions/guide.es-es.md | 10 +++++----- .../add-ip-restrictions/guide.es-us.md | 10 +++++----- .../add-ip-restrictions/guide.fr-ca.md | 10 +++++----- .../add-ip-restrictions/guide.fr-fr.md | 10 +++++----- .../add-ip-restrictions/guide.it-it.md | 10 +++++----- .../add-ip-restrictions/guide.pl-pl.md | 10 +++++----- .../add-ip-restrictions/guide.pt-pt.md | 10 +++++----- .../apiserver-flags-configuration/guide.de-de.md | 2 +- .../apiserver-flags-configuration/guide.en-asia.md | 2 +- .../apiserver-flags-configuration/guide.en-au.md | 2 +- .../apiserver-flags-configuration/guide.en-ca.md | 2 +- .../apiserver-flags-configuration/guide.en-gb.md | 2 +- .../apiserver-flags-configuration/guide.en-ie.md | 2 +- .../apiserver-flags-configuration/guide.en-sg.md | 2 +- .../apiserver-flags-configuration/guide.en-us.md | 2 +- .../apiserver-flags-configuration/guide.es-es.md | 2 +- .../apiserver-flags-configuration/guide.es-us.md | 2 +- .../apiserver-flags-configuration/guide.fr-ca.md | 2 +- .../apiserver-flags-configuration/guide.fr-fr.md | 2 +- .../apiserver-flags-configuration/guide.it-it.md | 2 +- .../apiserver-flags-configuration/guide.pl-pl.md | 2 +- .../apiserver-flags-configuration/guide.pt-pt.md | 2 +- .../automatically-label-taint-node-pool/guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-au.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-ca.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-gb.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-ie.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-sg.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.en-us.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.es-es.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.es-us.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.fr-ca.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.fr-fr.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.it-it.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.pl-pl.md | 8 ++++---- .../automatically-label-taint-node-pool/guide.pt-pt.md | 8 ++++---- .../available-upcoming-features/guide.de-de.md | 2 +- .../available-upcoming-features/guide.en-asia.md | 2 +- .../available-upcoming-features/guide.en-au.md | 2 +- .../available-upcoming-features/guide.en-ca.md | 2 +- .../available-upcoming-features/guide.en-gb.md | 2 +- .../available-upcoming-features/guide.en-ie.md | 2 +- .../available-upcoming-features/guide.en-sg.md | 2 +- .../available-upcoming-features/guide.en-us.md | 2 +- .../available-upcoming-features/guide.es-es.md | 2 +- .../available-upcoming-features/guide.es-us.md | 2 +- .../available-upcoming-features/guide.fr-ca.md | 2 +- .../available-upcoming-features/guide.fr-fr.md | 2 +- .../available-upcoming-features/guide.it-it.md | 2 +- .../available-upcoming-features/guide.pl-pl.md | 2 +- .../available-upcoming-features/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.de-de.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-asia.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-au.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-ca.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-gb.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-ie.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-sg.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.en-us.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.es-es.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.es-us.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.fr-ca.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.fr-fr.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.it-it.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.pl-pl.md | 2 +- .../backup-restore-pv-volume-snapshot/guide.pt-pt.md | 2 +- .../change-security-update/guide.de-de.md | 4 ++-- .../change-security-update/guide.en-asia.md | 4 ++-- .../change-security-update/guide.en-au.md | 4 ++-- .../change-security-update/guide.en-ca.md | 4 ++-- .../change-security-update/guide.en-gb.md | 4 ++-- .../change-security-update/guide.en-ie.md | 4 ++-- .../change-security-update/guide.en-sg.md | 4 ++-- .../change-security-update/guide.en-us.md | 4 ++-- .../change-security-update/guide.es-es.md | 4 ++-- .../change-security-update/guide.es-us.md | 4 ++-- .../change-security-update/guide.fr-ca.md | 4 ++-- .../change-security-update/guide.fr-fr.md | 4 ++-- .../change-security-update/guide.it-it.md | 4 ++-- .../change-security-update/guide.pl-pl.md | 4 ++-- .../change-security-update/guide.pt-pt.md | 4 ++-- .../cluster-autoscaler-example/guide.de-de.md | 4 ++-- .../cluster-autoscaler-example/guide.en-asia.md | 4 ++-- .../cluster-autoscaler-example/guide.en-au.md | 4 ++-- .../cluster-autoscaler-example/guide.en-ca.md | 4 ++-- .../cluster-autoscaler-example/guide.en-gb.md | 4 ++-- .../cluster-autoscaler-example/guide.en-ie.md | 4 ++-- .../cluster-autoscaler-example/guide.en-sg.md | 4 ++-- .../cluster-autoscaler-example/guide.en-us.md | 4 ++-- .../cluster-autoscaler-example/guide.es-es.md | 4 ++-- .../cluster-autoscaler-example/guide.es-us.md | 4 ++-- .../cluster-autoscaler-example/guide.fr-ca.md | 4 ++-- .../cluster-autoscaler-example/guide.fr-fr.md | 4 ++-- .../cluster-autoscaler-example/guide.it-it.md | 4 ++-- .../cluster-autoscaler-example/guide.pl-pl.md | 4 ++-- .../cluster-autoscaler-example/guide.pt-pt.md | 4 ++-- .../configuring-cluster-autoscaler/guide.de-de.md | 2 +- .../configuring-cluster-autoscaler/guide.en-asia.md | 2 +- .../configuring-cluster-autoscaler/guide.en-au.md | 2 +- .../configuring-cluster-autoscaler/guide.en-ca.md | 2 +- .../configuring-cluster-autoscaler/guide.en-gb.md | 2 +- .../configuring-cluster-autoscaler/guide.en-ie.md | 2 +- .../configuring-cluster-autoscaler/guide.en-sg.md | 2 +- .../configuring-cluster-autoscaler/guide.en-us.md | 2 +- .../configuring-cluster-autoscaler/guide.es-es.md | 2 +- .../configuring-cluster-autoscaler/guide.es-us.md | 2 +- .../configuring-cluster-autoscaler/guide.fr-ca.md | 2 +- .../configuring-cluster-autoscaler/guide.fr-fr.md | 2 +- .../configuring-cluster-autoscaler/guide.it-it.md | 2 +- .../configuring-cluster-autoscaler/guide.pl-pl.md | 2 +- .../configuring-cluster-autoscaler/guide.pt-pt.md | 2 +- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../configuring-oidc-provider-config/guide.de-de.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-asia.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-au.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-ca.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-gb.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-ie.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-sg.md | 10 +++++----- .../configuring-oidc-provider-config/guide.en-us.md | 10 +++++----- .../configuring-oidc-provider-config/guide.es-es.md | 10 +++++----- .../configuring-oidc-provider-config/guide.es-us.md | 10 +++++----- .../configuring-oidc-provider-config/guide.fr-ca.md | 10 +++++----- .../configuring-oidc-provider-config/guide.fr-fr.md | 10 +++++----- .../configuring-oidc-provider-config/guide.it-it.md | 10 +++++----- .../configuring-oidc-provider-config/guide.pl-pl.md | 10 +++++----- .../configuring-oidc-provider-config/guide.pt-pt.md | 10 +++++----- .../customizing-coredns/guide.de-de.md | 2 +- .../customizing-coredns/guide.en-asia.md | 2 +- .../customizing-coredns/guide.en-au.md | 2 +- .../customizing-coredns/guide.en-ca.md | 2 +- .../customizing-coredns/guide.en-gb.md | 2 +- .../customizing-coredns/guide.en-ie.md | 2 +- .../customizing-coredns/guide.en-sg.md | 2 +- .../customizing-coredns/guide.en-us.md | 2 +- .../customizing-coredns/guide.es-es.md | 2 +- .../customizing-coredns/guide.es-us.md | 2 +- .../customizing-coredns/guide.fr-ca.md | 2 +- .../customizing-coredns/guide.fr-fr.md | 2 +- .../customizing-coredns/guide.it-it.md | 2 +- .../customizing-coredns/guide.pl-pl.md | 2 +- .../customizing-coredns/guide.pt-pt.md | 2 +- .../customizing-kubeproxy/guide.de-de.md | 4 ++-- .../customizing-kubeproxy/guide.en-asia.md | 4 ++-- .../customizing-kubeproxy/guide.en-au.md | 4 ++-- .../customizing-kubeproxy/guide.en-ca.md | 4 ++-- .../customizing-kubeproxy/guide.en-gb.md | 4 ++-- .../customizing-kubeproxy/guide.en-ie.md | 4 ++-- .../customizing-kubeproxy/guide.en-sg.md | 4 ++-- .../customizing-kubeproxy/guide.en-us.md | 4 ++-- .../customizing-kubeproxy/guide.es-es.md | 4 ++-- .../customizing-kubeproxy/guide.es-us.md | 4 ++-- .../customizing-kubeproxy/guide.fr-ca.md | 4 ++-- .../customizing-kubeproxy/guide.fr-fr.md | 4 ++-- .../customizing-kubeproxy/guide.it-it.md | 4 ++-- .../customizing-kubeproxy/guide.pl-pl.md | 4 ++-- .../customizing-kubeproxy/guide.pt-pt.md | 4 ++-- .../datacenters-nodes-storage-flavors/guide.de-de.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-asia.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-au.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-ca.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-gb.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-ie.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-sg.md | 2 +- .../datacenters-nodes-storage-flavors/guide.en-us.md | 2 +- .../datacenters-nodes-storage-flavors/guide.es-es.md | 2 +- .../datacenters-nodes-storage-flavors/guide.es-us.md | 2 +- .../datacenters-nodes-storage-flavors/guide.fr-ca.md | 2 +- .../datacenters-nodes-storage-flavors/guide.fr-fr.md | 2 +- .../datacenters-nodes-storage-flavors/guide.it-it.md | 2 +- .../datacenters-nodes-storage-flavors/guide.pl-pl.md | 2 +- .../datacenters-nodes-storage-flavors/guide.pt-pt.md | 2 +- .../deploying-an-application/guide.de-de.md | 2 +- .../deploying-an-application/guide.en-asia.md | 2 +- .../deploying-an-application/guide.en-au.md | 2 +- .../deploying-an-application/guide.en-ca.md | 2 +- .../deploying-an-application/guide.en-gb.md | 2 +- .../deploying-an-application/guide.en-ie.md | 2 +- .../deploying-an-application/guide.en-sg.md | 2 +- .../deploying-an-application/guide.en-us.md | 2 +- .../deploying-an-application/guide.es-es.md | 2 +- .../deploying-an-application/guide.es-us.md | 2 +- .../deploying-an-application/guide.fr-ca.md | 2 +- .../deploying-an-application/guide.fr-fr.md | 2 +- .../deploying-an-application/guide.it-it.md | 2 +- .../deploying-an-application/guide.pl-pl.md | 2 +- .../deploying-an-application/guide.pt-pt.md | 2 +- .../deploying-gpu-application/guide.de-de.md | 4 ++-- .../deploying-gpu-application/guide.en-asia.md | 4 ++-- .../deploying-gpu-application/guide.en-au.md | 4 ++-- .../deploying-gpu-application/guide.en-ca.md | 4 ++-- .../deploying-gpu-application/guide.en-gb.md | 4 ++-- .../deploying-gpu-application/guide.en-ie.md | 4 ++-- .../deploying-gpu-application/guide.en-sg.md | 4 ++-- .../deploying-gpu-application/guide.en-us.md | 4 ++-- .../deploying-gpu-application/guide.es-es.md | 2 +- .../deploying-gpu-application/guide.es-us.md | 4 ++-- .../deploying-gpu-application/guide.fr-ca.md | 4 ++-- .../deploying-gpu-application/guide.fr-fr.md | 4 ++-- .../deploying-gpu-application/guide.it-it.md | 4 ++-- .../deploying-gpu-application/guide.pl-pl.md | 4 ++-- .../deploying-gpu-application/guide.pt-pt.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.de-de.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-asia.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-au.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-ca.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-gb.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-ie.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-sg.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.en-us.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.es-es.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.es-us.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.fr-ca.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.fr-fr.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.it-it.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.pl-pl.md | 4 ++-- .../encrypt-secret-with-kubeseal/guide.pt-pt.md | 4 ++-- .../managed_kubernetes/etcd-quota-error/guide.de-de.md | 2 +- .../etcd-quota-error/guide.en-asia.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-au.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-ca.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-gb.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-ie.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-sg.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.en-us.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.es-es.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.es-us.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.fr-ca.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.fr-fr.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.it-it.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.pl-pl.md | 2 +- .../managed_kubernetes/etcd-quota-error/guide.pt-pt.md | 2 +- .../managed_kubernetes/exposed-apis/guide.de-de.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-asia.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-au.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-ca.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-gb.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-ie.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-sg.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.en-us.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.es-es.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.es-us.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.fr-ca.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.fr-fr.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.it-it.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.pl-pl.md | 4 ++-- .../managed_kubernetes/exposed-apis/guide.pt-pt.md | 4 ++-- .../fix-persistent-volumes-permissions/guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-au.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-ca.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-gb.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-ie.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-sg.md | 2 +- .../fix-persistent-volumes-permissions/guide.en-us.md | 2 +- .../fix-persistent-volumes-permissions/guide.es-es.md | 2 +- .../fix-persistent-volumes-permissions/guide.es-us.md | 2 +- .../fix-persistent-volumes-permissions/guide.fr-ca.md | 2 +- .../fix-persistent-volumes-permissions/guide.fr-fr.md | 2 +- .../fix-persistent-volumes-permissions/guide.it-it.md | 2 +- .../fix-persistent-volumes-permissions/guide.pl-pl.md | 2 +- .../fix-persistent-volumes-permissions/guide.pt-pt.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-au.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-ca.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-gb.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-ie.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-sg.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.en-us.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.es-es.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.es-us.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.fr-ca.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.fr-fr.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.it-it.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.pl-pl.md | 2 +- .../formating-nvme-disks-on-iops-nodes/guide.pt-pt.md | 2 +- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../installing-agones/guide.de-de.md | 2 +- .../installing-agones/guide.en-asia.md | 2 +- .../installing-agones/guide.en-au.md | 2 +- .../installing-agones/guide.en-ca.md | 2 +- .../installing-agones/guide.en-gb.md | 2 +- .../installing-agones/guide.en-ie.md | 2 +- .../installing-agones/guide.en-sg.md | 2 +- .../installing-agones/guide.en-us.md | 2 +- .../installing-agones/guide.es-es.md | 2 +- .../installing-agones/guide.es-us.md | 2 +- .../installing-agones/guide.fr-ca.md | 2 +- .../installing-agones/guide.fr-fr.md | 2 +- .../installing-agones/guide.it-it.md | 2 +- .../installing-agones/guide.pl-pl.md | 2 +- .../installing-agones/guide.pt-pt.md | 2 +- .../installing-artifactory/guide.de-de.md | 2 +- .../installing-artifactory/guide.en-asia.md | 2 +- .../installing-artifactory/guide.en-au.md | 2 +- .../installing-artifactory/guide.en-ca.md | 2 +- .../installing-artifactory/guide.en-gb.md | 2 +- .../installing-artifactory/guide.en-ie.md | 2 +- .../installing-artifactory/guide.en-sg.md | 2 +- .../installing-artifactory/guide.en-us.md | 2 +- .../installing-artifactory/guide.es-es.md | 2 +- .../installing-artifactory/guide.es-us.md | 2 +- .../installing-artifactory/guide.fr-ca.md | 2 +- .../installing-artifactory/guide.fr-fr.md | 2 +- .../installing-artifactory/guide.it-it.md | 2 +- .../installing-artifactory/guide.pl-pl.md | 2 +- .../installing-artifactory/guide.pt-pt.md | 2 +- .../installing-cert-manager/guide.de-de.md | 2 +- .../installing-cert-manager/guide.en-asia.md | 2 +- .../installing-cert-manager/guide.en-au.md | 2 +- .../installing-cert-manager/guide.en-ca.md | 2 +- .../installing-cert-manager/guide.en-gb.md | 2 +- .../installing-cert-manager/guide.en-ie.md | 2 +- .../installing-cert-manager/guide.en-sg.md | 2 +- .../installing-cert-manager/guide.en-us.md | 2 +- .../installing-cert-manager/guide.es-es.md | 2 +- .../installing-cert-manager/guide.es-us.md | 2 +- .../installing-cert-manager/guide.fr-ca.md | 2 +- .../installing-cert-manager/guide.fr-fr.md | 2 +- .../installing-cert-manager/guide.it-it.md | 2 +- .../installing-cert-manager/guide.pl-pl.md | 2 +- .../installing-cert-manager/guide.pt-pt.md | 2 +- .../installing-go-operator/guide.de-de.md | 2 +- .../installing-go-operator/guide.en-asia.md | 2 +- .../installing-go-operator/guide.en-au.md | 2 +- .../installing-go-operator/guide.en-ca.md | 2 +- .../installing-go-operator/guide.en-gb.md | 2 +- .../installing-go-operator/guide.en-ie.md | 2 +- .../installing-go-operator/guide.en-sg.md | 2 +- .../installing-go-operator/guide.en-us.md | 2 +- .../installing-go-operator/guide.es-es.md | 2 +- .../installing-go-operator/guide.es-us.md | 2 +- .../installing-go-operator/guide.fr-ca.md | 2 +- .../installing-go-operator/guide.fr-fr.md | 2 +- .../installing-go-operator/guide.it-it.md | 2 +- .../installing-go-operator/guide.pl-pl.md | 2 +- .../installing-go-operator/guide.pt-pt.md | 2 +- .../installing-helm-operator/guide.de-de.md | 2 +- .../installing-helm-operator/guide.en-asia.md | 2 +- .../installing-helm-operator/guide.en-au.md | 2 +- .../installing-helm-operator/guide.en-ca.md | 2 +- .../installing-helm-operator/guide.en-gb.md | 2 +- .../installing-helm-operator/guide.en-ie.md | 2 +- .../installing-helm-operator/guide.en-sg.md | 2 +- .../installing-helm-operator/guide.en-us.md | 2 +- .../installing-helm-operator/guide.es-es.md | 2 +- .../installing-helm-operator/guide.es-us.md | 2 +- .../installing-helm-operator/guide.fr-ca.md | 2 +- .../installing-helm-operator/guide.fr-fr.md | 2 +- .../installing-helm-operator/guide.it-it.md | 2 +- .../installing-helm-operator/guide.pl-pl.md | 2 +- .../installing-helm-operator/guide.pt-pt.md | 2 +- .../managed_kubernetes/installing-helm/guide.de-de.md | 2 +- .../installing-helm/guide.en-asia.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-au.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-ca.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-gb.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-ie.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-sg.md | 2 +- .../managed_kubernetes/installing-helm/guide.en-us.md | 2 +- .../managed_kubernetes/installing-helm/guide.es-es.md | 2 +- .../managed_kubernetes/installing-helm/guide.es-us.md | 2 +- .../managed_kubernetes/installing-helm/guide.fr-ca.md | 2 +- .../managed_kubernetes/installing-helm/guide.fr-fr.md | 2 +- .../managed_kubernetes/installing-helm/guide.it-it.md | 2 +- .../managed_kubernetes/installing-helm/guide.pl-pl.md | 2 +- .../managed_kubernetes/installing-helm/guide.pt-pt.md | 2 +- .../managed_kubernetes/installing-istio/guide.de-de.md | 2 +- .../installing-istio/guide.en-asia.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-au.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-ca.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-gb.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-ie.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-sg.md | 2 +- .../managed_kubernetes/installing-istio/guide.en-us.md | 2 +- .../managed_kubernetes/installing-istio/guide.es-es.md | 2 +- .../managed_kubernetes/installing-istio/guide.es-us.md | 2 +- .../managed_kubernetes/installing-istio/guide.fr-ca.md | 2 +- .../managed_kubernetes/installing-istio/guide.fr-fr.md | 2 +- .../managed_kubernetes/installing-istio/guide.it-it.md | 2 +- .../managed_kubernetes/installing-istio/guide.pl-pl.md | 2 +- .../managed_kubernetes/installing-istio/guide.pt-pt.md | 2 +- .../installing-jenkins/guide.de-de.md | 2 +- .../installing-jenkins/guide.en-asia.md | 2 +- .../installing-jenkins/guide.en-au.md | 2 +- .../installing-jenkins/guide.en-ca.md | 2 +- .../installing-jenkins/guide.en-gb.md | 2 +- .../installing-jenkins/guide.en-ie.md | 2 +- .../installing-jenkins/guide.en-sg.md | 2 +- .../installing-jenkins/guide.en-us.md | 2 +- .../installing-jenkins/guide.es-es.md | 2 +- .../installing-jenkins/guide.es-us.md | 2 +- .../installing-jenkins/guide.fr-ca.md | 2 +- .../installing-jenkins/guide.fr-fr.md | 2 +- .../installing-jenkins/guide.it-it.md | 2 +- .../installing-jenkins/guide.pl-pl.md | 2 +- .../installing-jenkins/guide.pt-pt.md | 2 +- .../installing-keycloak/guide.de-de.md | 6 +++--- .../installing-keycloak/guide.en-asia.md | 6 +++--- .../installing-keycloak/guide.en-au.md | 6 +++--- .../installing-keycloak/guide.en-ca.md | 6 +++--- .../installing-keycloak/guide.en-gb.md | 6 +++--- .../installing-keycloak/guide.en-ie.md | 6 +++--- .../installing-keycloak/guide.en-sg.md | 6 +++--- .../installing-keycloak/guide.en-us.md | 6 +++--- .../installing-keycloak/guide.es-es.md | 6 +++--- .../installing-keycloak/guide.es-us.md | 6 +++--- .../installing-keycloak/guide.fr-ca.md | 6 +++--- .../installing-keycloak/guide.fr-fr.md | 6 +++--- .../installing-keycloak/guide.it-it.md | 6 +++--- .../installing-keycloak/guide.pl-pl.md | 6 +++--- .../installing-keycloak/guide.pt-pt.md | 6 +++--- .../installing-knative/guide.de-de.md | 4 ++-- .../installing-knative/guide.en-asia.md | 4 ++-- .../installing-knative/guide.en-au.md | 4 ++-- .../installing-knative/guide.en-ca.md | 4 ++-- .../installing-knative/guide.en-gb.md | 4 ++-- .../installing-knative/guide.en-ie.md | 4 ++-- .../installing-knative/guide.en-sg.md | 4 ++-- .../installing-knative/guide.en-us.md | 4 ++-- .../installing-knative/guide.es-es.md | 2 +- .../installing-knative/guide.es-us.md | 4 ++-- .../installing-knative/guide.fr-ca.md | 4 ++-- .../installing-knative/guide.fr-fr.md | 4 ++-- .../installing-knative/guide.it-it.md | 4 ++-- .../installing-knative/guide.pl-pl.md | 4 ++-- .../installing-knative/guide.pt-pt.md | 4 ++-- .../installing-kubernetes-dashboard/guide.de-de.md | 2 +- .../installing-kubernetes-dashboard/guide.en-asia.md | 2 +- .../installing-kubernetes-dashboard/guide.en-au.md | 2 +- .../installing-kubernetes-dashboard/guide.en-ca.md | 2 +- .../installing-kubernetes-dashboard/guide.en-gb.md | 2 +- .../installing-kubernetes-dashboard/guide.en-ie.md | 2 +- .../installing-kubernetes-dashboard/guide.en-sg.md | 2 +- .../installing-kubernetes-dashboard/guide.en-us.md | 2 +- .../installing-kubernetes-dashboard/guide.es-es.md | 2 +- .../installing-kubernetes-dashboard/guide.es-us.md | 2 +- .../installing-kubernetes-dashboard/guide.fr-ca.md | 2 +- .../installing-kubernetes-dashboard/guide.fr-fr.md | 2 +- .../installing-kubernetes-dashboard/guide.it-it.md | 2 +- .../installing-kubernetes-dashboard/guide.pl-pl.md | 2 +- .../installing-kubernetes-dashboard/guide.pt-pt.md | 2 +- .../installing-kyverno/guide.de-de.md | 4 ++-- .../installing-kyverno/guide.en-asia.md | 4 ++-- .../installing-kyverno/guide.en-au.md | 4 ++-- .../installing-kyverno/guide.en-ca.md | 4 ++-- .../installing-kyverno/guide.en-gb.md | 4 ++-- .../installing-kyverno/guide.en-ie.md | 4 ++-- .../installing-kyverno/guide.en-sg.md | 4 ++-- .../installing-kyverno/guide.en-us.md | 4 ++-- .../installing-kyverno/guide.es-es.md | 4 ++-- .../installing-kyverno/guide.es-us.md | 4 ++-- .../installing-kyverno/guide.fr-ca.md | 4 ++-- .../installing-kyverno/guide.fr-fr.md | 4 ++-- .../installing-kyverno/guide.it-it.md | 4 ++-- .../installing-kyverno/guide.pl-pl.md | 4 ++-- .../installing-kyverno/guide.pt-pt.md | 4 ++-- .../installing-popeye/guide.de-de.md | 2 +- .../installing-popeye/guide.en-asia.md | 2 +- .../installing-popeye/guide.en-au.md | 2 +- .../installing-popeye/guide.en-ca.md | 2 +- .../installing-popeye/guide.en-gb.md | 2 +- .../installing-popeye/guide.en-ie.md | 2 +- .../installing-popeye/guide.en-sg.md | 2 +- .../installing-popeye/guide.en-us.md | 2 +- .../installing-popeye/guide.es-es.md | 2 +- .../installing-popeye/guide.es-us.md | 2 +- .../installing-popeye/guide.fr-ca.md | 2 +- .../installing-popeye/guide.fr-fr.md | 2 +- .../installing-popeye/guide.it-it.md | 2 +- .../installing-popeye/guide.pl-pl.md | 2 +- .../installing-popeye/guide.pt-pt.md | 2 +- .../managed_kubernetes/installing-trivy/guide.de-de.md | 4 ++-- .../installing-trivy/guide.en-asia.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-au.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-ca.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-gb.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-ie.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-sg.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.en-us.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.es-es.md | 2 +- .../managed_kubernetes/installing-trivy/guide.es-us.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.fr-ca.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.fr-fr.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.it-it.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.pl-pl.md | 4 ++-- .../managed_kubernetes/installing-trivy/guide.pt-pt.md | 4 ++-- .../installing-wordpress/guide.de-de.md | 2 +- .../installing-wordpress/guide.en-asia.md | 2 +- .../installing-wordpress/guide.en-au.md | 2 +- .../installing-wordpress/guide.en-ca.md | 2 +- .../installing-wordpress/guide.en-gb.md | 2 +- .../installing-wordpress/guide.en-ie.md | 2 +- .../installing-wordpress/guide.en-sg.md | 2 +- .../installing-wordpress/guide.en-us.md | 2 +- .../installing-wordpress/guide.es-es.md | 2 +- .../installing-wordpress/guide.es-us.md | 2 +- .../installing-wordpress/guide.fr-ca.md | 2 +- .../installing-wordpress/guide.fr-fr.md | 2 +- .../installing-wordpress/guide.it-it.md | 2 +- .../installing-wordpress/guide.pl-pl.md | 2 +- .../installing-wordpress/guide.pt-pt.md | 2 +- .../label-nodeaffinity-node-pools/guide.de-de.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-asia.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-au.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-ca.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-gb.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-ie.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-sg.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.en-us.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.es-es.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.es-us.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.fr-ca.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.fr-fr.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.it-it.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.pl-pl.md | 8 ++++---- .../label-nodeaffinity-node-pools/guide.pt-pt.md | 8 ++++---- .../managed-kubernetes-objects/guide.de-de.md | 2 +- .../managed-kubernetes-objects/guide.en-asia.md | 2 +- .../managed-kubernetes-objects/guide.en-au.md | 2 +- .../managed-kubernetes-objects/guide.en-ca.md | 2 +- .../managed-kubernetes-objects/guide.en-gb.md | 2 +- .../managed-kubernetes-objects/guide.en-ie.md | 2 +- .../managed-kubernetes-objects/guide.en-sg.md | 2 +- .../managed-kubernetes-objects/guide.en-us.md | 2 +- .../managed-kubernetes-objects/guide.es-es.md | 2 +- .../managed-kubernetes-objects/guide.es-us.md | 2 +- .../managed-kubernetes-objects/guide.fr-ca.md | 2 +- .../managed-kubernetes-objects/guide.fr-fr.md | 2 +- .../managed-kubernetes-objects/guide.it-it.md | 2 +- .../managed-kubernetes-objects/guide.pl-pl.md | 2 +- .../managed-kubernetes-objects/guide.pt-pt.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-au.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-ca.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-gb.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-ie.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-sg.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.en-us.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.es-es.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.es-us.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.fr-ca.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.fr-fr.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.it-it.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.pl-pl.md | 2 +- .../monitoring-apps-grafana-prometheus/guide.pt-pt.md | 2 +- .../monitoring-gpu-application/guide.de-de.md | 2 +- .../monitoring-gpu-application/guide.en-asia.md | 2 +- .../monitoring-gpu-application/guide.en-au.md | 2 +- .../monitoring-gpu-application/guide.en-ca.md | 2 +- .../monitoring-gpu-application/guide.en-gb.md | 2 +- .../monitoring-gpu-application/guide.en-ie.md | 2 +- .../monitoring-gpu-application/guide.en-sg.md | 2 +- .../monitoring-gpu-application/guide.en-us.md | 2 +- .../monitoring-gpu-application/guide.es-es.md | 2 +- .../monitoring-gpu-application/guide.es-us.md | 2 +- .../monitoring-gpu-application/guide.fr-ca.md | 2 +- .../monitoring-gpu-application/guide.fr-fr.md | 2 +- .../monitoring-gpu-application/guide.it-it.md | 2 +- .../monitoring-gpu-application/guide.pl-pl.md | 2 +- .../monitoring-gpu-application/guide.pt-pt.md | 2 +- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../resetting-a-cluster/guide.de-de.md | 6 +++--- .../resetting-a-cluster/guide.en-asia.md | 6 +++--- .../resetting-a-cluster/guide.en-au.md | 6 +++--- .../resetting-a-cluster/guide.en-ca.md | 6 +++--- .../resetting-a-cluster/guide.en-gb.md | 6 +++--- .../resetting-a-cluster/guide.en-ie.md | 6 +++--- .../resetting-a-cluster/guide.en-sg.md | 6 +++--- .../resetting-a-cluster/guide.en-us.md | 6 +++--- .../resetting-a-cluster/guide.es-es.md | 6 +++--- .../resetting-a-cluster/guide.es-us.md | 6 +++--- .../resetting-a-cluster/guide.fr-ca.md | 6 +++--- .../resetting-a-cluster/guide.fr-fr.md | 6 +++--- .../resetting-a-cluster/guide.it-it.md | 6 +++--- .../resetting-a-cluster/guide.pl-pl.md | 6 +++--- .../resetting-a-cluster/guide.pt-pt.md | 6 +++--- .../resizing-persistent-volumes/guide.de-de.md | 2 +- .../resizing-persistent-volumes/guide.en-asia.md | 2 +- .../resizing-persistent-volumes/guide.en-au.md | 2 +- .../resizing-persistent-volumes/guide.en-ca.md | 2 +- .../resizing-persistent-volumes/guide.en-gb.md | 2 +- .../resizing-persistent-volumes/guide.en-ie.md | 2 +- .../resizing-persistent-volumes/guide.en-sg.md | 2 +- .../resizing-persistent-volumes/guide.en-us.md | 2 +- .../resizing-persistent-volumes/guide.es-es.md | 2 +- .../resizing-persistent-volumes/guide.es-us.md | 2 +- .../resizing-persistent-volumes/guide.fr-ca.md | 2 +- .../resizing-persistent-volumes/guide.fr-fr.md | 2 +- .../resizing-persistent-volumes/guide.it-it.md | 2 +- .../resizing-persistent-volumes/guide.pl-pl.md | 2 +- .../resizing-persistent-volumes/guide.pt-pt.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-au.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-ca.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-gb.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-ie.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-sg.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.en-us.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.es-es.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.es-us.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.fr-ca.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.fr-fr.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.it-it.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.pl-pl.md | 2 +- .../securing-nginx-ingress-cert-manager/guide.pt-pt.md | 2 +- .../setting-up-a-persistent-volume/guide.de-de.md | 2 +- .../setting-up-a-persistent-volume/guide.en-asia.md | 2 +- .../setting-up-a-persistent-volume/guide.en-au.md | 2 +- .../setting-up-a-persistent-volume/guide.en-ca.md | 2 +- .../setting-up-a-persistent-volume/guide.en-gb.md | 2 +- .../setting-up-a-persistent-volume/guide.en-ie.md | 2 +- .../setting-up-a-persistent-volume/guide.en-sg.md | 2 +- .../setting-up-a-persistent-volume/guide.en-us.md | 2 +- .../setting-up-a-persistent-volume/guide.es-es.md | 2 +- .../setting-up-a-persistent-volume/guide.es-us.md | 2 +- .../setting-up-a-persistent-volume/guide.fr-ca.md | 2 +- .../setting-up-a-persistent-volume/guide.fr-fr.md | 2 +- .../setting-up-a-persistent-volume/guide.it-it.md | 2 +- .../setting-up-a-persistent-volume/guide.pl-pl.md | 2 +- .../setting-up-a-persistent-volume/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../sticky-session-nginx-ingress/guide.de-de.md | 2 +- .../sticky-session-nginx-ingress/guide.en-asia.md | 2 +- .../sticky-session-nginx-ingress/guide.en-au.md | 2 +- .../sticky-session-nginx-ingress/guide.en-ca.md | 2 +- .../sticky-session-nginx-ingress/guide.en-gb.md | 2 +- .../sticky-session-nginx-ingress/guide.en-ie.md | 2 +- .../sticky-session-nginx-ingress/guide.en-sg.md | 2 +- .../sticky-session-nginx-ingress/guide.en-us.md | 2 +- .../sticky-session-nginx-ingress/guide.es-es.md | 2 +- .../sticky-session-nginx-ingress/guide.es-us.md | 2 +- .../sticky-session-nginx-ingress/guide.fr-ca.md | 2 +- .../sticky-session-nginx-ingress/guide.fr-fr.md | 2 +- .../sticky-session-nginx-ingress/guide.it-it.md | 2 +- .../sticky-session-nginx-ingress/guide.pl-pl.md | 2 +- .../sticky-session-nginx-ingress/guide.pt-pt.md | 2 +- .../taint-drain-node-pools/guide.de-de.md | 6 +++--- .../taint-drain-node-pools/guide.en-asia.md | 6 +++--- .../taint-drain-node-pools/guide.en-au.md | 6 +++--- .../taint-drain-node-pools/guide.en-ca.md | 6 +++--- .../taint-drain-node-pools/guide.en-gb.md | 6 +++--- .../taint-drain-node-pools/guide.en-ie.md | 6 +++--- .../taint-drain-node-pools/guide.en-sg.md | 6 +++--- .../taint-drain-node-pools/guide.en-us.md | 6 +++--- .../taint-drain-node-pools/guide.es-es.md | 6 +++--- .../taint-drain-node-pools/guide.es-us.md | 6 +++--- .../taint-drain-node-pools/guide.fr-ca.md | 6 +++--- .../taint-drain-node-pools/guide.fr-fr.md | 6 +++--- .../taint-drain-node-pools/guide.it-it.md | 6 +++--- .../taint-drain-node-pools/guide.pl-pl.md | 6 +++--- .../taint-drain-node-pools/guide.pt-pt.md | 6 +++--- .../managed_kubernetes/tracing-jaeger/guide.de-de.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-asia.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-au.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-ca.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-gb.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-ie.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-sg.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.en-us.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.es-es.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.es-us.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.fr-ca.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.fr-fr.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.it-it.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.pl-pl.md | 4 ++-- .../managed_kubernetes/tracing-jaeger/guide.pt-pt.md | 4 ++-- .../traffic-management-with-istio/guide.de-de.md | 2 +- .../traffic-management-with-istio/guide.en-asia.md | 2 +- .../traffic-management-with-istio/guide.en-au.md | 2 +- .../traffic-management-with-istio/guide.en-ca.md | 2 +- .../traffic-management-with-istio/guide.en-gb.md | 2 +- .../traffic-management-with-istio/guide.en-ie.md | 2 +- .../traffic-management-with-istio/guide.en-sg.md | 2 +- .../traffic-management-with-istio/guide.en-us.md | 2 +- .../traffic-management-with-istio/guide.es-es.md | 2 +- .../traffic-management-with-istio/guide.es-us.md | 2 +- .../traffic-management-with-istio/guide.fr-ca.md | 2 +- .../traffic-management-with-istio/guide.fr-fr.md | 2 +- .../traffic-management-with-istio/guide.it-it.md | 2 +- .../traffic-management-with-istio/guide.pl-pl.md | 2 +- .../traffic-management-with-istio/guide.pt-pt.md | 2 +- .../upgrading-kubernetes-version/guide.de-de.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-asia.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-au.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-ca.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-gb.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-ie.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-sg.md | 6 +++--- .../upgrading-kubernetes-version/guide.en-us.md | 6 +++--- .../upgrading-kubernetes-version/guide.es-es.md | 4 ++-- .../upgrading-kubernetes-version/guide.es-us.md | 6 +++--- .../upgrading-kubernetes-version/guide.fr-ca.md | 6 +++--- .../upgrading-kubernetes-version/guide.fr-fr.md | 6 +++--- .../upgrading-kubernetes-version/guide.it-it.md | 6 +++--- .../upgrading-kubernetes-version/guide.pl-pl.md | 6 +++--- .../upgrading-kubernetes-version/guide.pt-pt.md | 6 +++--- .../using-cluster-autoscaler/guide.de-de.md | 4 ++-- .../using-cluster-autoscaler/guide.en-asia.md | 4 ++-- .../using-cluster-autoscaler/guide.en-au.md | 4 ++-- .../using-cluster-autoscaler/guide.en-ca.md | 4 ++-- .../using-cluster-autoscaler/guide.en-gb.md | 4 ++-- .../using-cluster-autoscaler/guide.en-ie.md | 4 ++-- .../using-cluster-autoscaler/guide.en-sg.md | 4 ++-- .../using-cluster-autoscaler/guide.en-us.md | 4 ++-- .../using-cluster-autoscaler/guide.es-es.md | 4 ++-- .../using-cluster-autoscaler/guide.es-us.md | 4 ++-- .../using-cluster-autoscaler/guide.fr-ca.md | 4 ++-- .../using-cluster-autoscaler/guide.fr-fr.md | 4 ++-- .../using-cluster-autoscaler/guide.it-it.md | 4 ++-- .../using-cluster-autoscaler/guide.pl-pl.md | 4 ++-- .../using-cluster-autoscaler/guide.pt-pt.md | 4 ++-- .../managed_kubernetes/using-codefresh/guide.de-de.md | 2 +- .../using-codefresh/guide.en-asia.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-au.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-ca.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-gb.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-ie.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-sg.md | 2 +- .../managed_kubernetes/using-codefresh/guide.en-us.md | 2 +- .../managed_kubernetes/using-codefresh/guide.es-es.md | 2 +- .../managed_kubernetes/using-codefresh/guide.es-us.md | 2 +- .../managed_kubernetes/using-codefresh/guide.fr-ca.md | 2 +- .../managed_kubernetes/using-codefresh/guide.fr-fr.md | 2 +- .../managed_kubernetes/using-codefresh/guide.it-it.md | 2 +- .../managed_kubernetes/using-codefresh/guide.pl-pl.md | 2 +- .../managed_kubernetes/using-codefresh/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../managed_kubernetes/using-vrack/guide.de-de.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-asia.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-au.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-ca.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-gb.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-ie.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-sg.md | 2 +- .../managed_kubernetes/using-vrack/guide.en-us.md | 2 +- .../managed_kubernetes/using-vrack/guide.es-es.md | 2 +- .../managed_kubernetes/using-vrack/guide.es-us.md | 2 +- .../managed_kubernetes/using-vrack/guide.fr-ca.md | 2 +- .../managed_kubernetes/using-vrack/guide.fr-fr.md | 2 +- .../managed_kubernetes/using-vrack/guide.it-it.md | 2 +- .../managed_kubernetes/using-vrack/guide.pl-pl.md | 2 +- .../managed_kubernetes/using-vrack/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../vrack-example-k8s-and-pci/guide.de-de.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-asia.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-au.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-ca.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-gb.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-ie.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-sg.md | 2 +- .../vrack-example-k8s-and-pci/guide.en-us.md | 2 +- .../vrack-example-k8s-and-pci/guide.es-es.md | 2 +- .../vrack-example-k8s-and-pci/guide.es-us.md | 2 +- .../vrack-example-k8s-and-pci/guide.fr-ca.md | 2 +- .../vrack-example-k8s-and-pci/guide.fr-fr.md | 2 +- .../vrack-example-k8s-and-pci/guide.it-it.md | 2 +- .../vrack-example-k8s-and-pci/guide.pl-pl.md | 2 +- .../vrack-example-k8s-and-pci/guide.pt-pt.md | 2 +- .../vrack-k8s-custom-gateway/guide.de-de.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-asia.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-au.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-ca.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-gb.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-ie.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-sg.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.en-us.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.es-es.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.es-us.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.fr-ca.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.fr-fr.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.it-it.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.pl-pl.md | 4 ++-- .../vrack-k8s-custom-gateway/guide.pt-pt.md | 4 ++-- .../add-ip-restrictions/guide.de-de.md | 6 +++--- .../add-ip-restrictions/guide.en-asia.md | 6 +++--- .../add-ip-restrictions/guide.en-au.md | 6 +++--- .../add-ip-restrictions/guide.en-ca.md | 6 +++--- .../add-ip-restrictions/guide.en-gb.md | 6 +++--- .../add-ip-restrictions/guide.en-ie.md | 6 +++--- .../add-ip-restrictions/guide.en-sg.md | 6 +++--- .../add-ip-restrictions/guide.en-us.md | 6 +++--- .../add-ip-restrictions/guide.es-es.md | 4 ++-- .../add-ip-restrictions/guide.es-us.md | 6 +++--- .../add-ip-restrictions/guide.fr-ca.md | 6 +++--- .../add-ip-restrictions/guide.fr-fr.md | 6 +++--- .../add-ip-restrictions/guide.it-it.md | 6 +++--- .../add-ip-restrictions/guide.pl-pl.md | 6 +++--- .../add-ip-restrictions/guide.pt-pt.md | 6 +++--- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../connecting-to-the-ui/guide.de-de.md | 2 +- .../connecting-to-the-ui/guide.en-asia.md | 2 +- .../connecting-to-the-ui/guide.en-au.md | 2 +- .../connecting-to-the-ui/guide.en-ca.md | 2 +- .../connecting-to-the-ui/guide.en-gb.md | 2 +- .../connecting-to-the-ui/guide.en-ie.md | 2 +- .../connecting-to-the-ui/guide.en-sg.md | 2 +- .../connecting-to-the-ui/guide.en-us.md | 2 +- .../connecting-to-the-ui/guide.es-es.md | 2 +- .../connecting-to-the-ui/guide.es-us.md | 2 +- .../connecting-to-the-ui/guide.fr-ca.md | 2 +- .../connecting-to-the-ui/guide.fr-fr.md | 2 +- .../connecting-to-the-ui/guide.it-it.md | 2 +- .../connecting-to-the-ui/guide.pl-pl.md | 2 +- .../connecting-to-the-ui/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../creating-a-private-registry/guide.de-de.md | 2 +- .../creating-a-private-registry/guide.en-asia.md | 2 +- .../creating-a-private-registry/guide.en-au.md | 2 +- .../creating-a-private-registry/guide.en-ca.md | 2 +- .../creating-a-private-registry/guide.en-gb.md | 2 +- .../creating-a-private-registry/guide.en-ie.md | 2 +- .../creating-a-private-registry/guide.en-sg.md | 2 +- .../creating-a-private-registry/guide.en-us.md | 2 +- .../creating-a-private-registry/guide.es-es.md | 2 +- .../creating-a-private-registry/guide.es-us.md | 2 +- .../creating-a-private-registry/guide.fr-ca.md | 2 +- .../creating-a-private-registry/guide.fr-fr.md | 2 +- .../creating-a-private-registry/guide.it-it.md | 2 +- .../creating-a-private-registry/guide.pl-pl.md | 2 +- .../creating-a-private-registry/guide.pt-pt.md | 2 +- .../creating-mks-kubernetes-cluster/guide.de-de.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-asia.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-au.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-ca.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-gb.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-ie.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-sg.md | 2 +- .../creating-mks-kubernetes-cluster/guide.en-us.md | 2 +- .../creating-mks-kubernetes-cluster/guide.es-es.md | 2 +- .../creating-mks-kubernetes-cluster/guide.es-us.md | 2 +- .../creating-mks-kubernetes-cluster/guide.fr-ca.md | 2 +- .../creating-mks-kubernetes-cluster/guide.fr-fr.md | 2 +- .../creating-mks-kubernetes-cluster/guide.it-it.md | 2 +- .../creating-mks-kubernetes-cluster/guide.pl-pl.md | 2 +- .../creating-mks-kubernetes-cluster/guide.pt-pt.md | 2 +- .../edit-config-kubernetes-cluster/guide.de-de.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-asia.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-au.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-ca.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-gb.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-ie.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-sg.md | 2 +- .../edit-config-kubernetes-cluster/guide.en-us.md | 2 +- .../edit-config-kubernetes-cluster/guide.es-es.md | 2 +- .../edit-config-kubernetes-cluster/guide.es-us.md | 2 +- .../edit-config-kubernetes-cluster/guide.fr-ca.md | 2 +- .../edit-config-kubernetes-cluster/guide.fr-fr.md | 2 +- .../edit-config-kubernetes-cluster/guide.it-it.md | 2 +- .../edit-config-kubernetes-cluster/guide.pl-pl.md | 2 +- .../edit-config-kubernetes-cluster/guide.pt-pt.md | 2 +- .../getting-started/guide.de-de.md | 2 +- .../getting-started/guide.en-asia.md | 2 +- .../getting-started/guide.en-au.md | 2 +- .../getting-started/guide.en-ca.md | 2 +- .../getting-started/guide.en-gb.md | 2 +- .../getting-started/guide.en-ie.md | 2 +- .../getting-started/guide.en-sg.md | 2 +- .../getting-started/guide.en-us.md | 2 +- .../getting-started/guide.es-es.md | 2 +- .../getting-started/guide.es-us.md | 2 +- .../getting-started/guide.fr-ca.md | 2 +- .../getting-started/guide.fr-fr.md | 2 +- .../getting-started/guide.it-it.md | 2 +- .../getting-started/guide.pl-pl.md | 2 +- .../getting-started/guide.pt-pt.md | 2 +- 1050 files changed, 1660 insertions(+), 1660 deletions(-) diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.de-de.md index ef1afdc0040..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.de-de.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/de/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-asia.md index 7f1b9f3876f..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-asia.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-au.md index f445b8bb297..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-au.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-au/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ca.md index 375ee753dcd..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ca.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-gb.md index c775d3065e0..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-gb.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-gb/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ie.md index 4bc9b277e41..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-ie.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ie/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-sg.md index b8b881aa6e4..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-sg.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-sg/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-us.md index 0ce8a717cbe..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.en-us.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-es.md index 1cf40f1c851..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-es.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es-es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-us.md index b32d81d7be2..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.es-us.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-ca.md index 4972ef9911e..323caa8467e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-ca.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-fr.md index cf3b1b9ea58..323caa8467e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.fr-fr.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.it-it.md index b7eb3130c85..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.it-it.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/it/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pl-pl.md index d340398bebf..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pl-pl.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pl/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pt-pt.md index 8721233f8d5..ad9d0624686 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/add-ip-restrictions/guide.pt-pt.md @@ -12,15 +12,15 @@ This guide will cover the feature that allows you to manage access to the API se ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Instructions ### Add IP restrictions through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -292,8 +292,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pt/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.de-de.md index 4a985a9b025..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.de-de.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-asia.md index dcc951a5f2f..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-asia.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-au.md index a0e265a0d24..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-au.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ca.md index fbf76c1cc6a..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ca.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-gb.md index 09569b843e4..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-gb.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ie.md index 4f12db05a8b..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-ie.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-sg.md index 519291808d5..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-sg.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-us.md index 72c6f0f1b89..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.en-us.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-es.md index 24ce7dd9d31..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-es.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-us.md index f65c4d5b925..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.es-us.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-ca.md index 7b50a8dbf75..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-ca.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-fr.md index 0409cff684d..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.fr-fr.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.it-it.md index de505d60c6f..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.it-it.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pl-pl.md index 35419df05da..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pl-pl.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pt-pt.md index 4b01f0cd866..df4e0fac0f5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/apiserver-flags-configuration/guide.pt-pt.md @@ -488,6 +488,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.de-de.md index dfa4cf9a455..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.de-de.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-asia.md index d532a922f55..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-asia.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-au.md index 336f19bdefb..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-au.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ca.md index a633ea7e0d6..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ca.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-gb.md index 85789bd51be..d56309fc023 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-gb.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ie.md index eac6a610526..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-ie.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-sg.md index 997c7d16104..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-sg.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-us.md index d7185ab8c93..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.en-us.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-es.md index f7b970a8eb3..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-es.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-us.md index 5c8dd1b995c..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.es-us.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-ca.md index 588768457d5..637ec9e1187 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-ca.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-fr.md index 0ae94c1cca6..637ec9e1187 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.fr-fr.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.it-it.md index 294c8f521fa..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.it-it.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pl-pl.md index 4143b0e7d38..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pl-pl.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pt-pt.md index f496931b8cd..aed15a171bd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/automatically-label-taint-node-pool/guide.pt-pt.md @@ -43,8 +43,8 @@ Thanks to the `Node Pool's template`, you will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -605,8 +605,8 @@ with the following information: ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.de-de.md index 7536d90d7ed..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.de-de.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-asia.md index bbd2d210bc5..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-asia.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-au.md index be0189dd11c..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-au.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ca.md index 5348cfc8a78..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ca.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-gb.md index 37b29890d0b..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-gb.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ie.md index 58bcc1d11c5..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-ie.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-sg.md index 4b295720477..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-sg.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-us.md index b7a2ea159b0..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.en-us.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-es.md index 97d62f121d8..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-es.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-us.md index 81fd46834eb..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.es-us.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-ca.md index f91d55066d9..a08f623cb0a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-ca.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-fr.md index d21841ac669..a08f623cb0a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.fr-fr.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.it-it.md index 0d01db7780b..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.it-it.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pl-pl.md index 28549c75eb6..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pl-pl.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pt-pt.md index 70a89b16807..9320251c787 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/available-upcoming-features/guide.pt-pt.md @@ -15,6 +15,6 @@ The roadmap and changelog of OVHcloud Managed Kubernetes and all our Public Clou ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.de-de.md index 17ce4afa358..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.de-de.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-asia.md index 4b108358fee..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-asia.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-au.md index 4b4bda347c0..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-au.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ca.md index 58a40a72829..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ca.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-gb.md index 1e08e671bb1..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-gb.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ie.md index cf85b4c701f..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-ie.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-sg.md index 26926b29bfa..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-sg.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-us.md index c459e1c335a..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.en-us.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-es.md index 0cd5778fa78..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-es.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-us.md index c945d5e73a2..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.es-us.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-ca.md index 7e040a45544..b5674d4be9e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-ca.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-fr.md index d7117cbfd24..b5674d4be9e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.fr-fr.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.it-it.md index 42d31b9ef0e..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.it-it.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pl-pl.md index 34f1230655b..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pl-pl.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pt-pt.md index c2b75a82419..921d03e1ce6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-and-restore-cluster-using-cloudcasa/guide.pt-pt.md @@ -294,6 +294,6 @@ Now you can sit back and relax, knowing that you can now take ad-hoc or schedule In case you have questions, you can read the [FAQ page](https://cloudcasa.io/faq/) and access the [dedicated forum](https://cloudcasa.io/forum/forum/cloudcasa/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.de-de.md index 786cb6a2d1b..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.de-de.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-asia.md index 72363644eda..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-asia.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-au.md index 43b603847dc..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-au.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ca.md index 95d9240e8b6..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ca.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-gb.md index 0e63ec76223..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-gb.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ie.md index cc267a06787..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-ie.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-sg.md index f5e1ab9261b..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-sg.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-us.md index 014acd11dcf..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.en-us.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-es.md index 9353bf6e82e..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-es.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-us.md index c09d1829979..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.es-us.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-ca.md index 55c40754754..fc4db570edd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-ca.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-fr.md index 8e4aff888c7..fc4db570edd 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.fr-fr.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.it-it.md index cfa19693cfc..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.it-it.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pl-pl.md index 4a7dd31edb9..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pl-pl.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pt-pt.md index 77466ad8f80..bb844d941ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/backup-restore-pv-volume-snapshot/guide.pt-pt.md @@ -368,6 +368,6 @@ kubectl delete namespace nginx-example ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.de-de.md index 725f8aba9ba..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.de-de.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-asia.md index 9d687be35e2..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-asia.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-au.md index 440287db0ea..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-au.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ca.md index 1fdbc491248..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ca.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-gb.md index 7e2f9f09894..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-gb.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ie.md index cbc082e2462..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-ie.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-sg.md index 5bef5390b93..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-sg.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-us.md index b9971eeccd1..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.en-us.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-es.md index fc093e0bc87..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-es.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-us.md index e8adc9a3560..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.es-us.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-ca.md index 24ce51926e5..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-ca.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-fr.md index cc650782fe1..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.fr-fr.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.it-it.md index a7f3cbaa796..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.it-it.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pl-pl.md index 52b5cc6a581..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pl-pl.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pt-pt.md index b6693998845..c8685bab926 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/change-security-update/guide.pt-pt.md @@ -39,7 +39,7 @@ The OVHcloud Managed Kubernetes service provides you Kubernetes clusters without ### Configure security update policy through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -417,6 +417,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.de-de.md index a6cb4b328b3..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.de-de.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-asia.md index be8fd2e68a6..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-asia.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-au.md index e9ca17562c6..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-au.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ca.md index b45b4aa6251..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ca.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-gb.md index 2d71d8d2c24..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-gb.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ie.md index 5c9a87efabe..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-ie.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-sg.md index d78e70906c5..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-sg.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-us.md index f3685d3f05c..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.en-us.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-es.md index 2fc1f737f78..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-es.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-us.md index 0f604e396c8..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.es-us.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-ca.md index a59f9be2145..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-ca.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-fr.md index 565d82a06b0..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.fr-fr.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.it-it.md index 34d4247f88b..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.it-it.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pl-pl.md index b9699577063..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pl-pl.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pt-pt.md index b4f0a9ee2c3..48d1105a0f8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/cluster-autoscaler-example/guide.pt-pt.md @@ -33,7 +33,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > The source code of the following example is available in the public Github repository [public-cloud-examples](https://github.com/ovh/public-cloud-examples/tree/main/containers-orchestration/managed-kubernetes/autoscaler) -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). ## Deploying a test workload @@ -308,6 +308,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.de-de.md index 775fbd9a9f2..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.de-de.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-asia.md index d077c926486..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-asia.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-au.md index 2dada1e2afc..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-au.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ca.md index 763871c83e1..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ca.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-gb.md index 7918fad2893..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-gb.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ie.md index 0ced914056e..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-ie.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-sg.md index dcdcd2fd057..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-sg.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-us.md index 977a36d381f..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.en-us.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-es.md index 04e0ec9908f..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-es.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-us.md index 224c13cc0b8..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.es-us.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-ca.md index 4aedb98571e..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-ca.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-fr.md index b81ada3ae53..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.fr-fr.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.it-it.md index d81fdf8284b..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.it-it.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pl-pl.md index 45f0f633a19..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pl-pl.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pt-pt.md index 063bd51c952..2f328b8b1d6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-cluster-autoscaler/guide.pt-pt.md @@ -127,6 +127,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.de-de.md index bb875c42d38..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.de-de.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-asia.md index 4a80373dfcc..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-asia.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-au.md index 3407886b8d3..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-au.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ca.md index 63488a824a7..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ca.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-gb.md index bb7c9392114..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-gb.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ie.md index fce7471aa6f..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-ie.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-sg.md index 566763c3b18..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-sg.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-us.md index 6790f7821b6..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.en-us.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-es.md index 3fae1b8c74e..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-es.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-us.md index 4fd8ad12c42..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.es-us.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-ca.md index 2ba5d772be5..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-ca.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-fr.md index 6ccc9f8926a..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.fr-fr.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.it-it.md index 3b2dcd59b65..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.it-it.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pl-pl.md index 3d96e1612df..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pl-pl.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pt-pt.md index 6f5ea210f59..048e95c0bdc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-kubectl-on-an-ovh-managed-kubernetes-cluster/guide.pt-pt.md @@ -12,8 +12,8 @@ This guide will cover how to retrieve the `kubectl` configuration file to intera ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - You must have an OVHcloud Managed Kubernetes cluster. - You must have the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/overview/){.external} command-line tool installed. @@ -23,7 +23,7 @@ You can find the detailed installation instructions for `kubectl` in Kubernetes' ### Step 1 - Configure the default settings for kubectl -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -112,6 +112,6 @@ Or you can install and use [kubectx](https://github.com/ahmetb/kubectx). To deploy your first application on your Kubernetes cluster, we suggest you refer to our guide to [Deploying an application](/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.de-de.md index 0c9e2959cb1..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.de-de.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/de/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-asia.md index e318d992d9a..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-asia.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-au.md index 1e21dc9568f..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-au.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-au/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ca.md index e200f61177f..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ca.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-gb.md index dc37577428c..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-gb.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-gb/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ie.md index 09912656239..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-ie.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ie/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-sg.md index 1830d02283f..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-sg.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-sg/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-us.md index df159580fbb..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.en-us.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-es.md index c1c51a1a23d..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-es.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es-es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-us.md index b85aa890567..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.es-us.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-ca.md index bb8194b1220..e4099fb6701 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-ca.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-fr.md index 5c8095774b3..e4099fb6701 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.fr-fr.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.it-it.md index 98a05ab12ae..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.it-it.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/it/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pl-pl.md index e68be33b8e2..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pl-pl.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pl/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pt-pt.md index 62503c0d583..423870dce9d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/configuring-oidc-provider-config/guide.pt-pt.md @@ -14,8 +14,8 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Kubernetes cluster ## Warning @@ -27,7 +27,7 @@ In this guide you will be able to configure your OIDC provider through the OVHcl ### Configure OIDC provider through the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -472,8 +472,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pt/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.de-de.md index 923f154ce0e..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.de-de.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-asia.md index 729e9623e58..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-asia.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-au.md index a412a790428..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-au.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ca.md index e4da5966085..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ca.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-gb.md index c67327c29f2..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-gb.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ie.md index a13611c4862..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-ie.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-sg.md index f93f1e97185..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-sg.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-us.md index 353edb1f50a..66c88eebaa6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.en-us.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-es.md index 5418683ddc7..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-es.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-us.md index 92ca21f1581..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.es-us.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-ca.md index 87084fb93e5..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-ca.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-fr.md index 9aa18d3c962..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.fr-fr.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.it-it.md index 9faa739652d..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.it-it.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pl-pl.md index 577c32e1df3..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pl-pl.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pt-pt.md index b72873d1678..bd796b63caf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-coredns/guide.pt-pt.md @@ -155,6 +155,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to read our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.de-de.md index 6841b79dedb..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.de-de.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/de/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-asia.md index 9ce9f139544..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-asia.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-au.md index b49fa20c2dc..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-au.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-au/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ca.md index a9facaefe2e..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ca.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-gb.md index 864ee02ddf4..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-gb.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-gb/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ie.md index fcfe05cf165..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-ie.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ie/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-sg.md index 262fe962c95..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-sg.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-sg/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-us.md index 08fa6e7bcd5..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.en-us.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-es.md index 53860087fdf..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-es.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es-es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-us.md index 146447ac2c7..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.es-us.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-ca.md index b0aa664bb69..7630c5bb7f3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-ca.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-fr.md index b1d64009d7e..7630c5bb7f3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.fr-fr.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.it-it.md index 25e656b22ef..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.it-it.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/it/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pl-pl.md index b9812f6add5..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pl-pl.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pl/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pt-pt.md index e972cb6f049..6559e42714c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/customizing-kubeproxy/guide.pt-pt.md @@ -643,8 +643,8 @@ Destroy complete! Resources: 1 destroyed. ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pt/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.de-de.md index 1934f5f10a6..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.de-de.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/de/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-asia.md index d46c2bef20b..7cf1395681d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-asia.md @@ -40,7 +40,7 @@ Here is a comparative table of flavours available by region: | `T1-*` | BHS5 / GRA5 / GRA7 / GRA11 | | | | | | | | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/asia/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-au.md index bc3626283a9..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-au.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en-au/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ca.md index af96590a774..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ca.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en-ca/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-gb.md index ac506ece0f5..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-gb.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en-gb/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ie.md index f79a3453360..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-ie.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en-ie/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-sg.md index bd87e6ae228..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-sg.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en-sg/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-us.md index 42162f28287..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.en-us.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/en/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-es.md index 267306d89f7..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-es.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/es-es/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-us.md index 76d394ffb2e..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.es-us.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/es/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-ca.md index 2c2f0a582d7..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-ca.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/fr-ca/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-fr.md index 645a6314e00..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.fr-fr.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/fr/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.it-it.md index cec5db53420..bc15506e3e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.it-it.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/it/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pl-pl.md index f972102b0a2..7cf1395681d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pl-pl.md @@ -40,7 +40,7 @@ Here is a comparative table of flavours available by region: | `T1-*` | BHS5 / GRA5 / GRA7 / GRA11 | | | | | | | | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/pl/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pt-pt.md index 88b7b371e4f..958fd7cfe59 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/datacenters-nodes-storage-flavors/guide.pt-pt.md @@ -41,7 +41,7 @@ Here is a comparative table of flavours available by region: | `T2-*` | BHS5 / DE1 / GRA5 / GRA7 / GRA9 / GRA11 / UK1 / WAW1 | | | | | | | Each family offers contains different flavors, consisting of a five amount of vCores, RAM and local storage. -For more information, please refer to the following page: [OVHcloud Public Cloud instances](https://www.ovhcloud.com/pt/public-cloud/prices/) +For more information, please refer to the following page: [OVHcloud Public Cloud instances](/links/public-cloud/prices) Note that we are both compatible with the standard and flex variations (Flex offering the same disk size for each flavor). Note however that Managed Kubernetes Service does not currently offer worker nodes resize. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.de-de.md index f47080bf498..226132b0e69 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.de-de.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-asia.md index e7537acf20d..9b3bdb1b7a2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-asia.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-au.md index bb642301ca2..1517e6c7e01 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-au.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ca.md index 61e465d3558..47100344cb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ca.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-gb.md index e3c35f9550d..942cbaf8e92 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-gb.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ie.md index 38ef52e8e39..ffcc75f45f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-ie.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-sg.md index d54151366cb..6b9437daea5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-sg.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-us.md index 79c1076044a..1e775fda633 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.en-us.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-es.md index d0cab28c5cd..1793872186f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-es.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-us.md index b9fdc7386b4..34e3a3b9666 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.es-us.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-ca.md index b5372a8f617..813e6d161e3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-ca.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-fr.md index 7c21fb92fcb..c0051480710 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.fr-fr.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.it-it.md index d5b586ea5a7..5911c02fe13 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.it-it.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pl-pl.md index 7fd982fb160..146128dfd68 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pl-pl.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pt-pt.md index 04a109c6444..961a8615f1a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-an-application/guide.pt-pt.md @@ -219,6 +219,6 @@ No resources found in hello-app namespace. To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.de-de.md index 3184173f6f9..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.de-de.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-asia.md index 247d41c5841..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-asia.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-au.md index 6abb47b33f5..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-au.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ca.md index 18b8eb70b79..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ca.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-gb.md index 463a66b4e71..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-gb.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ie.md index b8cdb34b67c..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-ie.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-sg.md index 7e7e8c34b89..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-sg.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-us.md index 75ab5cfc6cb..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.en-us.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-es.md index 81a86f6331e..4b2391eb1f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-es.md @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-us.md index ea977f05492..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.es-us.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-ca.md index 34768220adb..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-ca.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-fr.md index b4fcc8107d0..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.fr-fr.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.it-it.md index aa1a27c378a..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.it-it.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pl-pl.md index 8d1b7943773..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pl-pl.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pt-pt.md index 43dd09f1f8e..2d829a8c0d9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/deploying-gpu-application/guide.pt-pt.md @@ -39,7 +39,7 @@ If you already have an OVHcloud Kubernetes cluster with a node pool with `t1` fl ### Autoscaling GPU Node Pool creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -254,6 +254,6 @@ Our first GPU workload is just started up and has done its task in our OVHcloud To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.de-de.md index 2837bad0f38..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.de-de.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-asia.md index ff466aaf923..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-asia.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-au.md index acbb2bbe9ca..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-au.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ca.md index 4f5b2832b63..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ca.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-gb.md index 312215c1366..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-gb.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ie.md index f832bc8945f..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-ie.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-sg.md index 32800fc0caf..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-sg.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-us.md index 29d0b4074c6..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.en-us.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-es.md index 1b8ab8c9141..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-es.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-us.md index d8f8ed6cb43..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.es-us.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-ca.md index 612551d741d..dbca29bce0f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-ca.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-fr.md index 4c35ad3959d..dbca29bce0f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.fr-fr.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.it-it.md index 6fd110e9ce6..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.it-it.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pl-pl.md index cefc0c6deec..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pl-pl.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pt-pt.md index 8412437f46d..bae92586760 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/encrypt-secret-with-kubeseal/guide.pt-pt.md @@ -18,7 +18,7 @@ In this guide you will: - Deploy Sealed Secrets in your OVHcloud Managed Kubernetes - Generate and deploy a SealedSecret -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Kubernetes Secrets @@ -404,6 +404,6 @@ helm uninstall sealed-secrets-controller sealed-secrets/sealed-secrets --namespa ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.de-de.md index 06e81f26c86..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.de-de.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-asia.md index 84df7b77ddc..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-asia.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-au.md index c5b33611b40..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-au.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ca.md index 0c9a11a9aec..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ca.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-gb.md index d9bc1b11d3e..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-gb.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ie.md index 5cecf9cefa5..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-ie.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-sg.md index 4f1e77ac82d..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-sg.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-us.md index d815832cd69..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.en-us.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-es.md index 0e96b3f44bd..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-es.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-us.md index db69af93021..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.es-us.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-ca.md index a99e5025172..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-ca.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-fr.md index b3a8cd8a3c2..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.fr-fr.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.it-it.md index b687e515271..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.it-it.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pl-pl.md index 582612cf1a1..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pl-pl.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pt-pt.md index 12f4ad8e76d..3d81794be41 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/etcd-quota-error/guide.pt-pt.md @@ -199,6 +199,6 @@ Running the command may take several seconds, depending on your Kubernetes clust To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes doc site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.de-de.md index cce2f42765c..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.de-de.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-asia.md index 4909739161e..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-asia.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-au.md index d991d263a87..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-au.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ca.md index a4f60b536d5..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ca.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-gb.md index 1ca256bee1a..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-gb.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ie.md index 5350234dd9e..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-ie.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-sg.md index b492f3bf8e2..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-sg.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-us.md index 5bb48a05573..fefcdd35b11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.en-us.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-es.md index e12d485e198..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-es.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-us.md index 4b01df2a46c..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.es-us.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-ca.md index b1ed958d06b..bf42a212141 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-ca.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-fr.md index c625cce1b58..bf42a212141 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.fr-fr.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.it-it.md index be052a8479d..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.it-it.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pl-pl.md index dbede6bae88..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pl-pl.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pt-pt.md index e86fc1d88aa..1cafc994aa0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/exposed-apis/guide.pt-pt.md @@ -8,7 +8,7 @@ ou can find here some details on the APIs: the one we expose on OVHcloud and the ## OVHcloud API -We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](https://ca.api.ovh.com/). +We have added a [Kubernetes section](https://ca.api.ovh.com/console/#/cloud/project/{serviceName}/kube) to the [OVHcloud API](/links/api). Using it allows you to add and remove nodes, update and reset your clusters or get `kubectl` configuration. > [!primary] @@ -38,6 +38,6 @@ Feature gates: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.de-de.md index 249011d5626..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.de-de.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-asia.md index a198ab39982..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-asia.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-au.md index a7125fed248..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-au.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ca.md index ea73a1fbc16..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ca.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-gb.md index 5a9f2ba6cbc..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-gb.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ie.md index 491637105e7..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-ie.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-sg.md index b514c99eea1..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-sg.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-us.md index 9c7a64ef4fc..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.en-us.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-es.md index ad060ffa6ec..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-es.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-us.md index 4db5e3ca8b3..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.es-us.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-ca.md index 8a2178c5946..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-ca.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-fr.md index d8255a849dc..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.fr-fr.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.it-it.md index 1f125451b73..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.it-it.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pl-pl.md index 379286ca473..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pl-pl.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pt-pt.md index 2b35d2e6ab1..54cc30e217d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/fix-persistent-volumes-permissions/guide.pt-pt.md @@ -106,6 +106,6 @@ my-first-k8s-wordpress-2-mariadb-0 1/1 Running 0 To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.de-de.md index 96c94506839..ed7fbd151e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.de-de.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-asia.md index 42d7cda35bf..c6b2d901ead 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-asia.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-au.md index 4633239ba41..2f419ab247e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-au.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ca.md index 86548353822..05e097d74d4 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ca.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-gb.md index d3ab2adf346..84363e66e22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-gb.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ie.md index d332d2e15e5..e7c3fe967a3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-ie.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-sg.md index 2025278f831..d5b44ac3d83 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-sg.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-us.md index 9bebdab445f..064b4725f50 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.en-us.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-es.md index 3a84be581ea..7966b66ff11 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-es.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-us.md index b6590a51db1..ad520dbd14a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.es-us.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-ca.md index c5dbb0ff2aa..54d5049c057 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-ca.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-fr.md index cbb15151452..943b1d34981 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.fr-fr.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.it-it.md index 0703838116b..33604936a25 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.it-it.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pl-pl.md index a8a5d11b889..f7ff3700157 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pl-pl.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pt-pt.md index 831d7280f20..80b18f107ca 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/formating-nvme-disks-on-iops-nodes/guide.pt-pt.md @@ -380,6 +380,6 @@ kubectl delete -f format-nvme-configmap.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.de-de.md index f6e91d82aec..634e23780e7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.de-de.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-asia.md index bb461b212ed..b93951abe08 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-asia.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-au.md index b525d215377..61c7e775e09 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-au.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ca.md index 793d0ac3408..342a6309a43 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ca.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-gb.md index 131ae7051c5..f0dccbe1afa 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-gb.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ie.md index b13561c6b22..7be01465889 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-ie.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-sg.md index f5c62d630d2..f9534ef310f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-sg.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-us.md index 4621520340a..c2c242dcd8b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.en-us.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-es.md index ac4b4f4bbb3..f249c8f8d48 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-es.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-us.md index e61cb1a4191..2a3094a0fb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.es-us.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-ca.md index 29b60695112..e036ecb1111 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-ca.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-fr.md index 436905fa395..e08d9370894 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.fr-fr.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.it-it.md index 95b2f6135e1..7c712363289 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.it-it.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pl-pl.md index f00da3aaa55..dfcff60eca2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pl-pl.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pt-pt.md index 675337c877d..d0e538db2ca 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform/guide.pt-pt.md @@ -103,7 +103,7 @@ To follow this guide, you will need: #### Step 1 - Access the Audit Logs section of your Managed Kubernetes Service cluster -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -239,6 +239,6 @@ To delete your subscription you can use the dedicated section in the OVHcloud Co ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.de-de.md index 572ef2433b5..a0c6b9d712e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.de-de.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-asia.md index f960b23cd31..fab217db766 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-asia.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-au.md index 8e9ac31e7e4..026f497021b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-au.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ca.md index 483ef1d2670..0e81f1c1030 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ca.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-gb.md index c06311343e2..d33cbc40284 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-gb.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ie.md index b7930432ded..7a103e3735e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-ie.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-sg.md index 009965ef545..cd978e8a393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-sg.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-us.md index 4a081e47ac6..79812d4cee1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.en-us.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-es.md index 025c981dd1d..f5bf2bd58ac 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-es.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-us.md index 0923858e552..d2dbe7c8861 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.es-us.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-ca.md index 588338b4fbf..da6f06e8c88 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-ca.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-fr.md index 4407c4e8f02..190b3fa88a1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.fr-fr.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.it-it.md index b76f8d7ecea..555cc4555ea 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.it-it.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pl-pl.md index 849b920ecaf..d34663df15e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pl-pl.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pt-pt.md index fb9734c8523..2c6e356d425 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/getting-source-ip-behind-loadbalancer/guide.pt-pt.md @@ -479,6 +479,6 @@ The precedent method should work in a similar way for any Ingress Controller. We ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.de-de.md index 5bef2d0bf8f..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.de-de.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-asia.md index 092c8f22aba..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-asia.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-au.md index 45e77c4ee26..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-au.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ca.md index dac99bab605..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ca.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-gb.md index 7a16ac5f193..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-gb.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ie.md index 9a4fa75161f..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-ie.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-sg.md index 777a42f5356..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-sg.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-us.md index ef14b8cf942..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.en-us.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-es.md index 79ab77ec49b..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-es.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-us.md index 174cd74786f..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.es-us.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-ca.md index d417265ee3a..550745c0d38 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-ca.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-fr.md index 2a0b0586fbf..550745c0d38 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.fr-fr.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.it-it.md index c633bc9f977..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.it-it.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pl-pl.md index 2e25a3789bb..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pl-pl.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pt-pt.md index cc21b73a9b6..55a1a2ae9c1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-agones/guide.pt-pt.md @@ -294,6 +294,6 @@ kubectl delete clusterrolebinding cluster-admin-binding ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.de-de.md index d2dc6e91b41..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.de-de.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-asia.md index 0e43782f0de..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-asia.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-au.md index 7158944d8dd..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-au.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ca.md index 21d2529a552..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ca.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-gb.md index 0db110a8fcf..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-gb.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ie.md index ac10890f339..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-ie.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-sg.md index c980fe294e1..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-sg.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-us.md index 909feabca8a..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.en-us.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-es.md index 6c6f556e402..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-es.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-us.md index cccd53a4376..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.es-us.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-ca.md index 97b82d2aea1..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-ca.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-fr.md index 697ac58aede..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.fr-fr.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.it-it.md index 3bc9bc62fdf..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.it-it.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pl-pl.md index 1c34e9e8dcf..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pl-pl.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pt-pt.md index abe2e8d2d2f..29cceec932e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-artifactory/guide.pt-pt.md @@ -205,6 +205,6 @@ To have an overview of the OVHcloud Managed Kubernetes service, you can go to th To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.de-de.md index 25a9dba8ea2..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.de-de.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-asia.md index 0f71d0c64c2..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-asia.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-au.md index f39618f1a71..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-au.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ca.md index 019f225625e..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ca.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-gb.md index d5314c1d54f..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-gb.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ie.md index 7b58d81f171..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-ie.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-sg.md index 03d88784c21..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-sg.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-us.md index 24780c19647..650f7107cb3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.en-us.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-es.md index d5b45a37996..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-es.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-us.md index 038bc526e4f..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.es-us.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-ca.md index 2a0f6160001..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-ca.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-fr.md index 53db708442d..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.fr-fr.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.it-it.md index 93b628a7c78..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.it-it.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pl-pl.md index e80315c681c..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pl-pl.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pt-pt.md index 36a41b5a8f7..a3a446af474 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-cert-manager/guide.pt-pt.md @@ -184,6 +184,6 @@ Please refer to our tutorial on [How to secure a Nginx Ingress with cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.de-de.md index 314248f94d5..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.de-de.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-asia.md index c7ac99f78bd..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-asia.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-au.md index 55c7e66c8f5..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-au.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ca.md index 0fd5da73b28..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ca.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-gb.md index 0f8d91a8f80..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-gb.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ie.md index a40c83656ad..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-ie.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-sg.md index a9f601efbfa..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-sg.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-us.md index 0e959bf964c..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.en-us.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-es.md index 23ebd3f1d13..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-es.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-us.md index 14bcbd95829..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.es-us.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-ca.md index 5599ffe9311..3d956381c25 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-ca.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-fr.md index cec4f193915..3d956381c25 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.fr-fr.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.it-it.md index f8150ebf34e..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.it-it.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pl-pl.md index cdf891f262b..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pl-pl.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pt-pt.md index 14442d76bdc..06136348eb7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-go-operator/guide.pt-pt.md @@ -1417,6 +1417,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.de-de.md index b67309d3b4b..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.de-de.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-asia.md index 2cda6e4a193..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-asia.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-au.md index 83e4b86cd60..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-au.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ca.md index 5c69245b691..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ca.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-gb.md index a92c6e07464..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-gb.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ie.md index fc01bb00861..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-ie.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-sg.md index 5c21f9fcfe6..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-sg.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-us.md index d40300c088c..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.en-us.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-es.md index 4c8a9ee93d7..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-es.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-us.md index a3738c3c633..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.es-us.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-ca.md index 05482d5c587..61399f4db63 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-ca.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-fr.md index 91e7274c603..61399f4db63 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.fr-fr.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.it-it.md index d47e98dffb7..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.it-it.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pl-pl.md index 7d598d4f909..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pl-pl.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pt-pt.md index e0130942db5..0ded8dd1c67 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm-operator/guide.pt-pt.md @@ -857,6 +857,6 @@ The [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) The operator [SDK](https://operatorframework.io/operator-capabilities/). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.de-de.md index 6edee3eb964..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.de-de.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-asia.md index cfa494f005f..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-asia.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-au.md index 6526515b298..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-au.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ca.md index 410c0d0dd61..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ca.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-gb.md index 5a9c2bfa1b8..8f36e6c97c3 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-gb.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ie.md index 750144e83dd..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-ie.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-sg.md index 21e4bd47b50..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-sg.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-us.md index 8f966e4b97e..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.en-us.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-es.md index aaad8e3aaf8..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-es.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-us.md index 5fb856ad31a..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.es-us.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-ca.md index 7edb3161120..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-ca.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-fr.md index 52ef8e6d911..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.fr-fr.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.it-it.md index c2d834fa4e4..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.it-it.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pl-pl.md index f956c46caad..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pl-pl.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pt-pt.md index eec2abd5a2d..210f05d6992 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-helm/guide.pt-pt.md @@ -197,6 +197,6 @@ release "test-redis" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.de-de.md index 6137bba538e..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.de-de.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-asia.md index 0a3223fa715..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-asia.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-au.md index ad498b20a0d..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-au.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ca.md index 0485cfb082f..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ca.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-gb.md index 73f1c0a2911..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-gb.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ie.md index c67b4981107..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-ie.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-sg.md index a9d50a1604a..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-sg.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-us.md index 1e9b13777f7..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.en-us.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-es.md index d5b12116bdb..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-es.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-us.md index c5fc36292fe..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.es-us.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-ca.md index beeee7e2916..1b4ee1f370c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-ca.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-fr.md index 9e6437c1cf3..1b4ee1f370c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.fr-fr.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.it-it.md index 5af16315a5e..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.it-it.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pl-pl.md index 865dd4c3fa8..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pl-pl.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pt-pt.md index 7723035e88d..2ae486ef379 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-istio/guide.pt-pt.md @@ -434,6 +434,6 @@ namespace "istio-apps" deleted ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.de-de.md index 3d91abf7ffe..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.de-de.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-asia.md index 0a265525775..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-asia.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-au.md index 9cd9122406e..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-au.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ca.md index 680bc243967..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ca.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-gb.md index 1362971d2b6..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-gb.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ie.md index c3f71fccfb8..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-ie.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-sg.md index 7daf083c7ff..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-sg.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-us.md index f9c103212b1..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.en-us.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-es.md index 0222a1dc2a1..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-es.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-us.md index 871d7ca8f88..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.es-us.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-ca.md index 5a9aebdf7cf..8696f914d3d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-ca.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-fr.md index ed445cb3051..8696f914d3d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.fr-fr.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.it-it.md index 61ee6675c69..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.it-it.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pl-pl.md index c17c7687887..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pl-pl.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pt-pt.md index 01fc5d76af2..f7165ef769e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-jenkins/guide.pt-pt.md @@ -158,6 +158,6 @@ release "my-first-jenkins" uninstalled ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.de-de.md index 9cae60626ff..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.de-de.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/de/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-asia.md index 1a5a3d6b50a..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-asia.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/asia/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-au.md index a5632cf86a3..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-au.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en-au/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ca.md index 40f90ca6ffd..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ca.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en-ca/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-gb.md index 46aec6bdc9f..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-gb.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en-gb/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ie.md index b7358092798..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-ie.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en-ie/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-sg.md index 4f3abcce2a2..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-sg.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en-sg/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-us.md index d9ae05cb322..9c0253caa55 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.en-us.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/en/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-es.md index 973a6ed3c39..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-es.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/es-es/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-us.md index 5c731707585..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.es-us.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/es/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-ca.md index 0f765acd8d8..8e4acc32ac1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-ca.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/fr-ca/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-fr.md index c4cf7f13884..8e4acc32ac1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.fr-fr.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/fr/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.it-it.md index 5117eb7c2e0..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.it-it.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/it/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pl-pl.md index 6612aa056bb..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pl-pl.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/pl/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pt-pt.md index 2e57de11498..f1573930c42 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-keycloak/guide.pt-pt.md @@ -39,7 +39,7 @@ In this tutorial we are going to: - install Keycloak on a freshly created OVHcloud Managed Kubernetes Service cluster - configure a Keycloak instance in our Kubernetes cluster as an OIDC provider -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -344,7 +344,7 @@ $ echo $INGRESS_URL 135.125.84.194 ``` -If you are using the [OVHcloud Domain name product](https://www.ovhcloud.com/pt/domains/), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). +If you are using the [OVHcloud Domain name product](/links/web/domains), you can follow this documentation to configure your DNS record to link it to the public IPv4 address associated to your LoadBalancer: [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit). If you are using an external DNS provider, please configure your domain before reading the rest of this tutorial. @@ -782,6 +782,6 @@ kubectl delete namespaces cert-manager ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.de-de.md index 5db6b03e75b..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.de-de.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-asia.md index 9222780ab3b..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-asia.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-au.md index abceb8ee7b7..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-au.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ca.md index 495e7f64869..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ca.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-gb.md index 23cbc7bf729..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-gb.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ie.md index 4f06497a683..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-ie.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-sg.md index 3e85a2cc1f1..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-sg.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-us.md index 2ad76e1ca18..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.en-us.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-es.md index a1cc6ffacf6..1200c86d587 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-es.md @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-us.md index feacd0506a8..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.es-us.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-ca.md index 19f6d290002..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-ca.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-fr.md index 2220181b12d..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.fr-fr.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.it-it.md index 93814a00bb6..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.it-it.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pl-pl.md index 7d203b3231a..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pl-pl.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pt-pt.md index cae25bc0225..1234886b240 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-knative/guide.pt-pt.md @@ -34,7 +34,7 @@ It helps for: Read more about [Knative 1.0 features](https://knative.dev/blog/releases/announcing-knative-v1-0-release/). -Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +Knative reached the 1.0 milestone. To celebrate this achievement, in this tutorial we are going to install Knative on a freshly created OVHcloud Managed Kubernetes Service cluster and we will deploy an example app using Knative Serving component. You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -472,6 +472,6 @@ kubectl delete namespace knative-apps ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.de-de.md index 69c02d32af0..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.de-de.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-asia.md index 6e15502973d..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-asia.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-au.md index 3beefdbe470..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-au.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ca.md index 8688eaf5d24..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ca.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-gb.md index 33d1df326b1..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-gb.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ie.md index e17fc2f18c4..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-ie.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-sg.md index 8187af6eeef..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-sg.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-us.md index 1c2469b710f..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.en-us.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-es.md index 21621b0f398..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-es.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-us.md index cfe7db72a5d..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.es-us.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-ca.md index 53af579d4b1..c5d388690d8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-ca.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-fr.md index c266d132ef5..c5d388690d8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.fr-fr.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.it-it.md index acc4140dc49..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.it-it.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pl-pl.md index a5c78c219ed..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pl-pl.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pt-pt.md index 5318b01e70c..480e9432c40 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kubernetes-dashboard/guide.pt-pt.md @@ -205,6 +205,6 @@ kubectl delete -f dashboard-cluster-role-binding.yml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.de-de.md index 71a9122b4f2..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.de-de.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-asia.md index 8abcae4954e..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-asia.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-au.md index 7f85c262679..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-au.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ca.md index 496e6987270..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ca.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-gb.md index 9db3f37021d..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-gb.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ie.md index e4b326db851..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-ie.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-sg.md index b377aad470f..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-sg.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-us.md index 82d8a8d5027..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.en-us.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-es.md index 509aa95be68..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-es.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-us.md index dace4850d1f..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.es-us.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-ca.md index 36f52cc3acc..f1c02397519 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-ca.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-fr.md index 1182453ba9c..f1c02397519 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.fr-fr.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.it-it.md index 96334b29072..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.it-it.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pl-pl.md index 4e95c13b603..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pl-pl.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pt-pt.md index d154d09778d..883db47e33c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-kyverno/guide.pt-pt.md @@ -56,7 +56,7 @@ In this guide you will: - Write and deploy several policies - Test the behavior -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -589,6 +589,6 @@ helm uninstall kyverno kyverno/kyverno --namespace kyverno ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.de-de.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.de-de.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-asia.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-asia.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-au.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-au.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ca.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ca.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-gb.md index 5f78c1226e8..65f2024d188 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-gb.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ie.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-ie.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-sg.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-sg.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-us.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.en-us.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-es.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-es.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-us.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.es-us.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-ca.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-ca.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-fr.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.fr-fr.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.it-it.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.it-it.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pl-pl.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pl-pl.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pt-pt.md index 146f43a23e8..144962820e2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-popeye/guide.pt-pt.md @@ -302,7 +302,7 @@ In order to store your Popeye reports on an OVHcloud Object Storage, and general In order to do that you will create an OpenStack user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the Public Cloud section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the Public Cloud section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Users & Roles`{.action} in the left-hand menu and click on `+ Add user`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.de-de.md index 2e64b5daf0c..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.de-de.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-asia.md index 6e9ffee2296..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-asia.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-au.md index 893a711f17c..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-au.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ca.md index c4adc8e08df..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ca.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-gb.md index 0b2f511ca95..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-gb.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ie.md index 4bd2d30943f..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-ie.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-sg.md index 2e8b0e6aa8c..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-sg.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-us.md index 1b385415e0c..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.en-us.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-es.md index 50a572ba1cf..d0ab0fe8c73 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-es.md @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-us.md index d1baff67d37..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.es-us.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-ca.md index 3342efe2cc4..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-ca.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-fr.md index 7efdf4c11f6..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.fr-fr.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.it-it.md index aac67cc1388..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.it-it.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pl-pl.md index 2581bb62c88..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pl-pl.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pt-pt.md index 2348c6c856e..64ca3ef0479 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-trivy/guide.pt-pt.md @@ -37,7 +37,7 @@ In this guide you will: - Generate and export reports - Install the Trivy Kubernetes Operator -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -527,6 +527,6 @@ It thus allows you to automate a way to access reports, export the metrics from ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.de-de.md index a8fde600ffa..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.de-de.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-asia.md index 0e869b0597f..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-asia.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-au.md index 175ab67d219..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-au.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ca.md index e67741e8cc7..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ca.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-gb.md index e1068a36c57..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-gb.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ie.md index fd2778af590..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-ie.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-sg.md index 53b50456dba..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-sg.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-us.md index 58772feff83..4d59c8e63ab 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.en-us.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-es.md index 92376f5984e..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-es.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-us.md index add4e18a4dd..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.es-us.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-ca.md index cab57822685..91c9d62e37b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-ca.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-fr.md index 1147800a2b1..91c9d62e37b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.fr-fr.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.it-it.md index 057043296d0..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.it-it.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pl-pl.md index 1b730b7d4d2..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pl-pl.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pt-pt.md index 5511aec05c4..9ecddb3c393 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/installing-wordpress/guide.pt-pt.md @@ -220,6 +220,6 @@ Don't hesitate to go to our [Managed Kubernetes guides and tutorials](/products/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.de-de.md index 3f25bfd643e..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.de-de.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-asia.md index 1fcea729bba..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-asia.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-au.md index 5be3a7163b3..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-au.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ca.md index d5e891e952b..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ca.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-gb.md index 5b4f8d89709..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-gb.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ie.md index 34ed8f5539a..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-ie.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-sg.md index 45a28ddd465..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-sg.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-us.md index 7fa07965716..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.en-us.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-es.md index 9214b3d1af9..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-es.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-us.md index fad45ad3327..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.es-us.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-ca.md index bf446ee7653..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-ca.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-fr.md index b0f6ea58462..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.fr-fr.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.it-it.md index 5bda3210fdd..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.it-it.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pl-pl.md index 151fd2e2231..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pl-pl.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pt-pt.md index 536ecddd638..3efcff70b61 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/label-nodeaffinity-node-pools/guide.pt-pt.md @@ -40,14 +40,14 @@ We will: ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions ### Cluster creation -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu and click on `Create a cluster`{.action}. @@ -305,6 +305,6 @@ But do you know that you can do several others Node operations like taint, drain To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.de-de.md index b60902107dc..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.de-de.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-asia.md index 43a6ed9beb8..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-asia.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-au.md index 0b384968c6b..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-au.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ca.md index 7e33c0e2115..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ca.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-gb.md index a718bc61879..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-gb.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ie.md index 51a53cfcb21..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-ie.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-sg.md index 712d7fd1b8c..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-sg.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-us.md index 9fa1829b86c..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.en-us.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-es.md index 11032556499..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-es.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-us.md index 932ecbad6b3..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.es-us.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-ca.md index 696a4fc49c8..ffa5d5c0470 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-ca.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-fr.md index 05b9f911ce6..ffa5d5c0470 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.fr-fr.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.it-it.md index 5b6ac1e8798..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.it-it.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pl-pl.md index 4341e9f160e..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pl-pl.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pt-pt.md index 04cb27c4299..301d4098ab0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/managed-kubernetes-objects/guide.pt-pt.md @@ -135,6 +135,6 @@ kube-system wormhole-vh7pk 1/1 Running 0 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.de-de.md index e3c9209a904..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.de-de.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-asia.md index d11c451eefc..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-asia.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-au.md index 35826315423..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-au.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ca.md index b45f043ecab..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ca.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-gb.md index 3cf421aeb7d..21e81bb1591 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-gb.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ie.md index ce9e8a5fe2e..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-ie.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-sg.md index 92a20c798f0..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-sg.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-us.md index a4aad0d4921..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.en-us.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-es.md index 9f26be84460..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-es.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-us.md index a0aaa35bd4d..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.es-us.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-ca.md index 73954c1926b..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-ca.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-fr.md index 801a0cb71fb..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.fr-fr.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.it-it.md index 6633f7502aa..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.it-it.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pl-pl.md index 0d2e327fb5f..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pl-pl.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pt-pt.md index cc8b7d13aee..3ed9ab5918a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-apps-grafana-prometheus/guide.pt-pt.md @@ -222,6 +222,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.de-de.md index a071c5fc411..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.de-de.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-asia.md index 04ecfa6270e..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-asia.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-au.md index 51b0162d35b..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-au.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ca.md index 1928057d78d..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ca.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-gb.md index ae2597cbc70..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-gb.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ie.md index da5f032a9f1..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-ie.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-sg.md index da5fb0ff843..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-sg.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-us.md index d3251adb427..38d5e243b22 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.en-us.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-es.md index 6137b3f63cd..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-es.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-us.md index 43848ec0106..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.es-us.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-ca.md index 9812ca2c441..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-ca.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-fr.md index d65f51d2963..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.fr-fr.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.it-it.md index 1a2f3c7abf5..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.it-it.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pl-pl.md index eb6995f32db..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pl-pl.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pt-pt.md index 33cc243b1df..763a06379f9 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/monitoring-gpu-application/guide.pt-pt.md @@ -409,6 +409,6 @@ Prometheus and Grafana are very powerful monitoring tools, but also have alertin To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.de-de.md index 6746c94919f..de56ece550b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.de-de.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/de/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-asia.md index 4f696c0bbba..3562f417b75 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-asia.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/asia/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-au.md index 6cd873c57c1..1cae5b39fe6 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-au.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en-au/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ca.md index c806c2fb24e..3e4967dcb28 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ca.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-gb.md index c5b331dbe99..24bdfbb2174 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-gb.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ie.md index ec00c6c3000..592f199a035 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-ie.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-sg.md index 60ed3f97a76..db02ad56c36 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-sg.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-us.md index 3ad370dc3f6..ea948b925bf 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.en-us.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/en/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-es.md index cecaa95d554..797e63872c5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-es.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/es-es/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-us.md index 24d562c3759..668ed6355e8 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.es-us.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/es/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-ca.md index 77fa328223e..650b99c6765 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-ca.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/fr-ca/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-fr.md index 4194728a04c..5fbb80af970 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.fr-fr.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/fr/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.it-it.md index af0e6cb349c..a4c8425e2b4 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.it-it.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/it/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pl-pl.md index a7668cc50d4..05c54457e65 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pl-pl.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/pl/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pt-pt.md index 65ec7645de5..6aa7db42606 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/persistent-volumes-on-ovh-managed-kubernetes/guide.pt-pt.md @@ -61,7 +61,7 @@ All of them are based on [Cinder](https://docs.openstack.org/cinder/latest/){.ex The difference between them is the associated physical storage device. The `csi-cinder-high-speed` use SSD, while `csi-cinder-classic` use traditional spinning disks. Both are distributed transparently, on three physical local replicas. -When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](https://www.ovhcloud.com/pt/public-cloud/block-storage/){.external}. +When you create a PersistentVolume Claim on your Kubernetes cluster, we provision the Cinder storage into your account. This storage is charged according to the OVH [Flexible Cloud Block Storage Policy](/links/public-cloud/block-storage){.external}. Since Kubernetes 1.11, support for expanding `PersistentVolumeClaims` (PVCs) is enabled by default, and it works on Cinder volumes. In order to learn how to resize them, please refer to the [Resizing PersistentVolumes](/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes) tutorial. Kubernetes PVCs resizing only allows to expand volumes, nor to decrease them. @@ -296,6 +296,6 @@ $ kubectl -n nginx-example exec $POD_NAME -c nginx -- cat /var/log/nginx/access. ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.de-de.md index 8fbfe01f404..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.de-de.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-asia.md index 421f6a1af1c..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-asia.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-au.md index facbf5cd69f..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-au.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ca.md index ef25936dd6d..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ca.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-gb.md index 70fd0dfe438..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-gb.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ie.md index ac0c489d70f..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-ie.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-sg.md index a66f5b50579..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-sg.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-us.md index eaa6bc54983..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.en-us.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-es.md index 9a3fd8aadef..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-es.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-us.md index 0f79f2f6cbd..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.es-us.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-ca.md index b46bf68140b..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-ca.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-fr.md index 30be7af30e8..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.fr-fr.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.it-it.md index 3461e0703f8..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.it-it.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pl-pl.md index 17a758ae89f..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pl-pl.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pt-pt.md index b30ba5b03de..b68d198b142 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/rbac-custom-kubeconfig-limited-access/guide.pt-pt.md @@ -158,6 +158,6 @@ You can also use an [OIDC provider to authenticate your users and automatically ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.de-de.md index 035dcf99f1f..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.de-de.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/de/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-asia.md index ae6cce2fe25..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-asia.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-au.md index b9bfc66c759..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-au.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-au/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ca.md index a15878e6c7f..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ca.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-gb.md index 74719875cfd..b68229dd34f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-gb.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-gb/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ie.md index 3fdf5ba201d..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-ie.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ie/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-sg.md index 8396a5c3500..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-sg.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-sg/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-us.md index a90f066fc6c..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.en-us.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-es.md index 34250022d90..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-es.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es-es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-us.md index 973db7e2cb0..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.es-us.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-ca.md index fac7ca5de68..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-ca.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr-ca/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-fr.md index b4342124052..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.fr-fr.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.it-it.md index 5fc29e092ca..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.it-it.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/it/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pl-pl.md index a91c5780855..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pl-pl.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pl/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pt-pt.md index 8e374e915ab..281967315f0 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resetting-a-cluster/guide.pt-pt.md @@ -56,7 +56,7 @@ The whole cluster configuration is reset but some values can be defined (optiona #### Step 1 - Ask for cluster reset on the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -172,10 +172,10 @@ By default, if you don't specify it, the `workerNodesPolicy` option will be equi ## Go further -To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pt/public-cloud/kubernetes/). +To have an overview of OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.de-de.md index 6f63faef5f5..7aff8a9641b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.de-de.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-asia.md index 723f1389c0b..5e0f37dfd88 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-asia.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-au.md index d746a58a9ba..1862b3be3e4 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-au.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ca.md index 3b2127e2a54..e305c88aa35 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ca.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-gb.md index 1bdb13deb13..56835fd94ce 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-gb.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ie.md index adff2d0e729..86c503a700e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-ie.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-sg.md index 3246fd17112..0111ca01eec 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-sg.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-us.md index d8bf906139a..3f543870e32 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.en-us.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-es.md index 2499a9f4440..d4b5af2b0a2 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-es.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-us.md index 6d64a0bb236..f43560e530c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.es-us.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-ca.md index 8c8d4c3093b..6aa2326184b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-ca.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-fr.md index a30b7327fbc..e44fe7b1aca 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.fr-fr.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.it-it.md index 91e0c42d4af..f37faccbf09 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.it-it.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pl-pl.md index aff556a1f3f..1da22d5fa59 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pl-pl.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pt-pt.md index 353c4a304ef..d58e7df0808 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/resizing-persistent-volumes/guide.pt-pt.md @@ -397,6 +397,6 @@ Now you can expand the Persistent Volumes on your OVHcloud Managed Kubernetes cl To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.de-de.md index fd7de7a65a9..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.de-de.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-asia.md index 4da1152dd7f..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-asia.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-au.md index 2df4520a9a5..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-au.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ca.md index ff343426511..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ca.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-gb.md index cee575b8be9..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-gb.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ie.md index ce8f8b4f998..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-ie.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-sg.md index d433e2a1710..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-sg.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-us.md index 93fe86502a9..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.en-us.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-es.md index ac7ce6ab378..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-es.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-us.md index 5ac5022609e..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.es-us.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-ca.md index 4add4e31a2d..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-ca.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-fr.md index e8ec34f2108..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.fr-fr.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.it-it.md index 7204557d598..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.it-it.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pl-pl.md index 9463e2c6212..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pl-pl.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pt-pt.md index e00c12c03ef..6aca8b8f88a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/securing-nginx-ingress-cert-manager/guide.pt-pt.md @@ -445,6 +445,6 @@ $ kubectl get certificate -o yaml | grep renew ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.de-de.md index cbd91972682..d4257d664c5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.de-de.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-asia.md index 2a5963d1e5c..3500a6402fb 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-asia.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-au.md index dba6c52e0ed..0464902f7a1 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-au.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ca.md index 1c0c7811454..774fb5290eb 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ca.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-gb.md index 534a6dccccc..556b6572b69 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-gb.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ie.md index 92990dc96f6..8eccab1d616 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-ie.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-sg.md index 08de4c940e5..d0b26af3331 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-sg.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-us.md index 2982579fdc1..534d20c1817 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.en-us.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-es.md index d6875797a40..94ed959a395 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-es.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-us.md index e2d6027b6f8..fd270d67c06 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.es-us.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-ca.md index 85cbaea025e..8798ac0d352 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-ca.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-fr.md index b57a9466b57..227898c756c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.fr-fr.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.it-it.md index 5098608fcb1..7bf9506ad06 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.it-it.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pl-pl.md index 4d14a2f3e13..05fd2755cef 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pl-pl.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pt-pt.md index bf3ac991856..7600839cab4 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/setting-up-a-persistent-volume/guide.pt-pt.md @@ -311,6 +311,6 @@ It will not be automatically deleted when a user deletes PVC `default/test-pvc` ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.de-de.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.de-de.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-asia.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-asia.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-au.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-au.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ca.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ca.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-gb.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-gb.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ie.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-ie.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-sg.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-sg.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-us.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.en-us.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-es.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-es.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-us.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.es-us.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-ca.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-ca.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-fr.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.fr-fr.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.it-it.md index 0ddc762add9..a84b290c706 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.it-it.md @@ -146,6 +146,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pl-pl.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pl-pl.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pt-pt.md index 13a2ca09c3b..9e686ab909d 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/software-versions-reserved-resources/guide.pt-pt.md @@ -148,6 +148,6 @@ This table sums up the reserved resources on b2 and b3 flavors: ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.de-de.md index 0f1c1a968f3..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.de-de.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-asia.md index fa3d8275a7c..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-asia.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-au.md index 999b6e1deb2..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-au.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ca.md index 61790cfd76d..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ca.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-gb.md index aafc67612c6..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-gb.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ie.md index 56696ca9d2a..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-ie.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-sg.md index 36859a7d6b3..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-sg.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-us.md index 7822a1ac34f..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.en-us.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-es.md index 0a0c44a5605..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-es.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-us.md index c31fda8afeb..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.es-us.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-ca.md index 0130f223707..27b4e2ba018 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-ca.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-fr.md index 5ecf7536daf..27b4e2ba018 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.fr-fr.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.it-it.md index f3d96497f4b..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.it-it.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pl-pl.md index 0615e12551c..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pl-pl.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pt-pt.md index 7c2b88dcf21..bb44508217e 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/sticky-session-nginx-ingress/guide.pt-pt.md @@ -320,6 +320,6 @@ Hello "what-is-my-pod-deployment-78f7cd684f-xvwvh"! ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.de-de.md index 10d772fc9ed..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.de-de.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-asia.md index 70c6d6ad474..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-asia.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-au.md index 68a57373972..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-au.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ca.md index fa012b3e50a..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ca.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-gb.md index 451577051e0..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-gb.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ie.md index d3efbf252b6..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-ie.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-sg.md index 1e17b4e5f2c..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-sg.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-us.md index 3f0dde83076..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.en-us.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-es.md index 12ac5a810ac..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-es.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-us.md index 6359d169021..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.es-us.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-ca.md index d7c5fad324c..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-ca.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-fr.md index 08bd2634bb7..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.fr-fr.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.it-it.md index 1cdb01a63db..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.it-it.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pl-pl.md index 49eb82176c5..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pl-pl.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pt-pt.md index 154e4a06b4f..c3c45e61024 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/taint-drain-node-pools/guide.pt-pt.md @@ -35,8 +35,8 @@ For these use cases, and other ones as well, you can do operations on Nodes. And ## Requirements -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -399,6 +399,6 @@ In this tutorial you saw how to do some operations on Nodes, taint, drain, cordo To learn more about using your Kubernetes cluster the practical way, we invite you to look at our [OVHcloud Managed Kubernetes documentation site](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.de-de.md index 4e1141a2212..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.de-de.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-asia.md index 4e0d8e7382d..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-asia.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-au.md index 15dc555dd5b..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-au.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ca.md index ded45131991..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ca.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-gb.md index fc6dbfe8f02..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-gb.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ie.md index 7695cba2d18..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-ie.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-sg.md index ad9bd73d1dd..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-sg.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-us.md index 28f630b21b4..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.en-us.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-es.md index af58b0c23b3..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-es.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-us.md index 3057907d235..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.es-us.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-ca.md index b1c85033b24..9a77362626b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-ca.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-fr.md index 9e51ba22de9..9a77362626b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.fr-fr.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.it-it.md index cba4a8d1ae8..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.it-it.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pl-pl.md index 4ae818a609c..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pl-pl.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pt-pt.md index 5259cdb8565..d7b06dc807c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/tracing-jaeger/guide.pt-pt.md @@ -32,7 +32,7 @@ In this guide you will: - Deploy your instrumented application - Visualize traces -You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt){.external} to reinitialize your cluster before following this tutorial. +You can use the *Reset cluster* function in the Public Cloud section of the [OVHcloud Control Panel](/links/manager){.external} to reinitialize your cluster before following this tutorial. ## Requirements @@ -487,6 +487,6 @@ kubectl delete -f svc.yaml ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.de-de.md index 8f090176be2..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.de-de.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-asia.md index fa45ddaf912..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-asia.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-au.md index 08212875b7c..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-au.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ca.md index 072be7e5fc3..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ca.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-gb.md index 57b204e9fda..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-gb.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ie.md index d7ec4ba5c5a..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-ie.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-sg.md index c183ba8c773..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-sg.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-us.md index f09c9c48de4..68a04a2b70b 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.en-us.md @@ -323,6 +323,6 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-es.md index b0385c46f3e..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-es.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-us.md index f2645cbe736..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.es-us.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-ca.md index 8ccb9eb8c0d..4ede259710c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-ca.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-fr.md index 86f6fc01f35..4ede259710c 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.fr-fr.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.it-it.md index 6090cd1ddd1..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.it-it.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pl-pl.md index ae343e0f15e..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pl-pl.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pt-pt.md index aa47bad8218..b903dc48827 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/traffic-management-with-istio/guide.pt-pt.md @@ -323,7 +323,7 @@ Now you have seem some of the traffic management capabilities of Istio, you can ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.de-de.md index 3ad6de7a169..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.de-de.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/de/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-asia.md index bcde43490e2..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-asia.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/asia/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-au.md index 06438bf49df..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-au.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-au/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ca.md index 10766f9858e..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ca.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ca/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-gb.md index 378676f1125..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-gb.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-gb/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ie.md index 1a1b7e2d1a1..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-ie.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-ie/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-sg.md index 75975fe6952..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-sg.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en-sg/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-us.md index bc11f9249ea..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.en-us.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/en/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-es.md index d3272d3d743..dfd354ae447 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-es.md @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es-es/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-us.md index e19311ce06f..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.es-us.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/es/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-ca.md index 96a7fddc1cd..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-ca.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr-ca/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-fr.md index 6cf2eeb48f8..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.fr-fr.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/fr/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.it-it.md index 272eea1fa5e..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.it-it.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/it/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pl-pl.md index 02ef08493c8..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pl-pl.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pl/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pt-pt.md index 0f6ca021003..690202ab233 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/upgrading-kubernetes-version/guide.pt-pt.md @@ -55,7 +55,7 @@ Once the update has been performed, you cannot revert to the previous version. ### Step 1 - Ask for a minor version upgrade on the OVH Cloud Manager -1. Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +1. Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu. @@ -81,10 +81,10 @@ The upgrading process can take several minutes (around 5 minutes per node in you ## Go further -To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](https://www.ovhcloud.com/pt/public-cloud/kubernetes/). +To have an overview of the OVHcloud Managed Kubernetes service, you can go to the [OVHcloud Managed Kubernetes page](/links/public-cloud/kubernetes). To learn more about how to use your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s). -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.de-de.md index 36c60de0b60..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.de-de.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-asia.md index 5a110cd4f80..c804229730a 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-asia.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-au.md index a2873af40a5..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-au.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ca.md index dca2cf82762..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ca.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-gb.md index 1009594593a..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-gb.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ie.md index 403b7577e60..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-ie.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-sg.md index 1af9fb8d8d6..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-sg.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-us.md index c2a33164682..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.en-us.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-es.md index a8f54df4c6f..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-es.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-us.md index ff74c3b9ec0..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.es-us.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-ca.md index 6470166bc2e..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-ca.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-fr.md index 8e9f5b4f5e5..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.fr-fr.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.it-it.md index 4648fa2a559..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.it-it.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pl-pl.md index 4d1588be934..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pl-pl.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pt-pt.md index 494fcb00594..8d0a4ea3191 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-cluster-autoscaler/guide.pt-pt.md @@ -76,7 +76,7 @@ You can activate the autoscaler on several node pools, each of which can have a > > A common configuration is to use non-autoscaled, monthly-billed node pools as base for your static workload, and autoscaled, hourly-billed node pools with smaller flavors for your dynamic workload. -When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). +When you create your cluster, you can bootstrap a default node pool in it, and you can add others in the Public Cloud section of the [OVHcloud Control Panel](/links/manager) or directly [using the Kubernetes API](/pages/public_cloud/containers_orchestration/managed_kubernetes/managing-nodes). To list node pools, you can use: @@ -222,6 +222,6 @@ To have an overview of OVHcloud Managed Kubernetes service, you can go to the [O Otherwise to skip it and learn more about using your Kubernetes cluster the practical way, we invite you to look at our [tutorials](/products/public-cloud-containers-orchestration-managed-kubernetes-k8s) . -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.de-de.md index 8b4fb259289..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.de-de.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-asia.md index af0acf61e01..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-asia.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-au.md index 6c016e9eca6..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-au.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ca.md index cc81bb67fb5..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ca.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-gb.md index 756939b61cd..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-gb.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ie.md index ee36e500efd..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-ie.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-sg.md index fd061ce3c6a..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-sg.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-us.md index 176be4fb881..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.en-us.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-es.md index 14bc7260a10..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-es.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-us.md index 28b8fd663c0..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.es-us.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-ca.md index 406c1fbcf9f..d674c8db441 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-ca.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-fr.md index 7780f6c6d35..d674c8db441 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.fr-fr.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.it-it.md index 371b0effbc3..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.it-it.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pl-pl.md index 97b57c2e5f2..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pl-pl.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pt-pt.md index dea41a45d71..92302b70940 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-codefresh/guide.pt-pt.md @@ -157,6 +157,6 @@ Now you can follow [Codefresh official tutorial](https://codefresh.io/docs/docs/ ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.de-de.md index fedf9790aba..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.de-de.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-asia.md index 199f9803613..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-asia.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-au.md index a0f01efeb91..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-au.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ca.md index 4eb874409f9..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ca.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-gb.md index 2f0469933bb..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-gb.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ie.md index 7cb346f82a2..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-ie.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-sg.md index ec121458bc3..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-sg.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-us.md index dd93140c582..3726a5dfd64 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.en-us.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-es.md index 7ec118011b8..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-es.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-us.md index dd3f399392c..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.es-us.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-ca.md index 3defa9b0ccb..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-ca.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-fr.md index 30e87d3620d..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.fr-fr.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.it-it.md index fd008f7e288..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.it-it.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pl-pl.md index 8c7897da116..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pl-pl.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pt-pt.md index 312dcc43c92..83b662655fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack-between-private-networks/guide.pt-pt.md @@ -102,6 +102,6 @@ With this setup, if in our schema *Pod 3* wants to communicate with the PCI *vm1 ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](https://community.ovh.com/en/). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.de-de.md index 76f5dac468d..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.de-de.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-asia.md index a17f8159319..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-asia.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-au.md index 15b0a289afb..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-au.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ca.md index 46ef795b5d1..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ca.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-gb.md index a5c13bf2381..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-gb.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ie.md index c2bb384bcc1..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-ie.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-sg.md index 818c168eeee..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-sg.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-us.md index 3141c7da01e..6e57a3af107 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.en-us.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-es.md index 826b55f14ef..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-es.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-us.md index a60f9ef5a50..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.es-us.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-ca.md index 6899ee96471..3c62fa6635f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-ca.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-fr.md index b885da15b7f..3c62fa6635f 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.fr-fr.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.it-it.md index 7bf57c6b97f..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.it-it.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pl-pl.md index a4efe99a396..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pl-pl.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pt-pt.md index 4a983b53612..70fe3b7b774 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/using-vrack/guide.pt-pt.md @@ -70,6 +70,6 @@ In the Managed Kubernetes service dashboard, you will see the cluster, with the ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.de-de.md index 70f3d7e5c90..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.de-de.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-asia.md index 7ae37868989..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-asia.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-au.md index 8534471e2cf..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-au.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ca.md index 4a708eb0d06..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ca.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-gb.md index db55b288d2e..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-gb.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ie.md index 1512c1f95bb..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-ie.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-sg.md index 74e16040615..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-sg.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-us.md index 46d42382aa6..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.en-us.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-es.md index f173eefa538..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-es.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-us.md index 43fb3c0cff9..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.es-us.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-ca.md index 94306c7fc07..e6a5fde68dc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-ca.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-fr.md index f353a52fef8..e6a5fde68dc 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.fr-fr.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.it-it.md index 1fe43aa9a9e..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.it-it.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pl-pl.md index b83dc591479..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pl-pl.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pt-pt.md index 64560e26164..eb1da21c4c7 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-between-private-networks/guide.pt-pt.md @@ -508,6 +508,6 @@ Commercial support is available at ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.de-de.md index 015acb8b1a2..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.de-de.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-asia.md index 92830a34021..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-asia.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-au.md index 487b89ff1b0..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-au.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ca.md index 41f8a135727..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ca.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-gb.md index 4c9aad807a4..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-gb.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ie.md index 195a3bc91f3..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-ie.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-sg.md index fa3ff007722..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-sg.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-us.md index 78d22612a06..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.en-us.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-es.md index 6822c856b24..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-es.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-us.md index 62c359f7a50..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.es-us.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-ca.md index 8723bac1aaf..bc2e4660166 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-ca.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-fr.md index 5353bcb62f0..bc2e4660166 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.fr-fr.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our [community of users](/links/community). diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.it-it.md index db810eb0e1e..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.it-it.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pl-pl.md index 17b494cf215..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pl-pl.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pt-pt.md index 290243c3d8b..bcafaa1f690 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-example-k8s-and-pci/guide.pt-pt.md @@ -432,6 +432,6 @@ And putting the URL in the browser will take us to the new blog, accessing the M ## Go further -- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +- If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. - Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.de-de.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.de-de.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-asia.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-asia.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-au.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-au.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ca.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ca.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-gb.md index 37dec3afa8b..bcf0a277ebb 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-gb.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ie.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-ie.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-sg.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-sg.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-us.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.en-us.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-es.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-es.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-us.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.es-us.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-ca.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-ca.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-fr.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.fr-fr.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.it-it.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.it-it.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pl-pl.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pl-pl.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pt-pt.md index e35167743eb..c63184a4db5 100644 --- a/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_kubernetes/vrack-k8s-custom-gateway/guide.pt-pt.md @@ -396,7 +396,7 @@ First, get the private network IDs (pvnwGRA9Id & pvnwGRA11Id), then create the O >> > >> > @api {v1} /cloud GET /cloud/project/{serviceName}/kube > OVHcloud Control Panel ->> Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. >> >> Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: >> @@ -444,7 +444,7 @@ Now wait until your OVHcloud Managed Kubernetes cluster is READY. For that, you can check its status in the OVHcloud Control Panel: -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. +Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Access the administration UI for your OVHcloud Managed Kubernetes clusters by clicking on `Managed Kubernetes Service`{.action} in the left-hand menu: diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.de-de.md index e2640b86de1..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.de-de.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-asia.md index fd1398bf944..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-asia.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-au.md index 97ebc29a8dc..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-au.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ca.md index e0b8900f48e..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ca.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-gb.md index 8bcb53d2b81..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-gb.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ie.md index 44cc871c563..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-ie.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-sg.md index 250ee25860a..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-sg.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-us.md index e0ced204b64..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.en-us.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-es.md index 1261379c0c9..6f076342e53 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-es.md @@ -12,7 +12,7 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=es) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-us.md index 1243e6eefda..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.es-us.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-ca.md index 51fb6364cab..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-ca.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-fr.md index c31022be3a0..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.fr-fr.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.it-it.md index fb046654303..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.it-it.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pl-pl.md index 46d3ff267c0..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pl-pl.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pt-pt.md index 102bd49ca5c..fe926a33a8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/add-ip-restrictions/guide.pt-pt.md @@ -12,8 +12,8 @@ This guide will cover the feature that allows you to manage access to the HMI of ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - An OVHcloud Managed Private Registry (see the [creating a private registry](/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry) guide for more information) ## Instructions @@ -188,6 +188,6 @@ Error: login attempt to https://xxxxx.c1.gra9.container.registry.ovh.net/v2/ fai To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.de-de.md index 2bcf9772d0e..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.de-de.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-asia.md index dd88f2fccd6..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-asia.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-au.md index ae3ef1b8789..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-au.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ca.md index 8a9b4ae0688..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ca.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-gb.md index 69c0a692b85..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-gb.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ie.md index 4c4e4f2db00..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-ie.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-sg.md index 1b0dcf95a36..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-sg.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-us.md index e121d8de336..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.en-us.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-es.md index 027ad62fcc1..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-es.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-us.md index c03b2cf1556..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.es-us.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-ca.md index 9a11c7d5b16..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-ca.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-fr.md index d74f83d1ada..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.fr-fr.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.it-it.md index a4a2aa08829..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.it-it.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pl-pl.md index 86ee4bc3b2f..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pl-pl.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pt-pt.md index 0f03bf16e74..7eb3a3453fc 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/configure-oidc-provider-authentication/guide.pt-pt.md @@ -295,6 +295,6 @@ This request will delete all the users. To have an overview of OVHcloud Managed Private Registry service, read the [OVHcloud Managed Private Registry documentation](/products/public-cloud-containers-orchestration-managed-private-registry). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.de-de.md index eaf77ede293..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.de-de.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-asia.md index 7f7c4f11709..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-asia.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-au.md index 7b275bc2291..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-au.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ca.md index 2b03d3bfc6a..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ca.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-gb.md index 94443eb0e9a..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-gb.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ie.md index 87e97ae0eb9..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-ie.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-sg.md index 1da1707956f..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-sg.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-us.md index 2a400ac66b4..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.en-us.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-es.md index 053c4726ecf..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-es.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-us.md index a8dd6a283b3..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.es-us.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-ca.md index 186dcaae291..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-ca.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-fr.md index ad93d9ff2b2..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.fr-fr.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.it-it.md index db2a6a1830e..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.it-it.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pl-pl.md index aa0b64bdb07..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pl-pl.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pt-pt.md index 5419ce50136..178dbcf8936 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/connecting-to-the-ui/guide.pt-pt.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. In your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: +1. In your [OVHcloud Control Panel](/links/manager), select your `Managed Private Registry`{.action}, click on the *more options* (`...`{.action}) button at the right end and click on `Harbor user interface`{.action}: ![Managing users and projects](images/connecting-to-the-ui-002.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.de-de.md index 35f58075f12..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.de-de.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-asia.md index eab22c0505e..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-asia.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-au.md index 37cf27d4aa6..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-au.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ca.md index 871425e6676..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ca.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-gb.md index 79d25697a61..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-gb.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ie.md index d26c53e6eca..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-ie.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-sg.md index 7b8f21d5821..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-sg.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-us.md index a123bb99780..f149949b968 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.en-us.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-es.md index 0cec9cdfaf4..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-es.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-us.md index 42a2474971b..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.es-us.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-ca.md index ed2c1702e96..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-ca.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-fr.md index 3cb247cef78..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.fr-fr.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.it-it.md index 287f3505bfb..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.it-it.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pl-pl.md index 43b5aa0c8c5..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pl-pl.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pt-pt.md index b002f820007..ecd02209161 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-through-terraform/guide.pt-pt.md @@ -334,7 +334,7 @@ user = "myuser" > If after running the `terraform apply` command, you get the error message `Error: Your query returned no results. Please change your search criteria and try again`, it means you have entered an incorrect `region`. > -Now, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Now, log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Private registry created](images/registry-created.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.de-de.md index c35a3faddfa..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.de-de.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-asia.md index 1cf07f79f4c..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-asia.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-au.md index ed493046ae5..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-au.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ca.md index d8a14744a12..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ca.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-gb.md index c4ebfb1aeeb..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-gb.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ie.md index 81bcc4f5745..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-ie.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-sg.md index 09056b50293..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-sg.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-us.md index ebb5c5d890c..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.en-us.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-es.md index 729dec9841a..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-es.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-us.md index 90da5891f93..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.es-us.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-ca.md index 224680d834d..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-ca.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-fr.md index 6712e5e3d6c..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.fr-fr.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.it-it.md index f91ab97124b..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.it-it.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pl-pl.md index 7c2fd05ec33..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pl-pl.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pt-pt.md index a2a01b88b3e..a72383e4985 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry-with-pulumi/guide.pt-pt.md @@ -349,7 +349,7 @@ Resources: Duration: 2m30s ``` -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
+Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and click on `Managed Private Registry`.
As you can see, your registry has been successfuly created: ![Managed private registry](images/private-registry.png){.thumbnail} diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.de-de.md index 4d3de7af30a..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.de-de.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-asia.md index 117504ea524..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-asia.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-au.md index d773ec835cc..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-au.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ca.md index 7a3d2f5ae66..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ca.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-gb.md index db88b9f3b20..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-gb.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ie.md index 7726a653cbf..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-ie.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-sg.md index 141df79ee45..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-sg.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-us.md index e8b9456467d..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.en-us.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-es.md index d25fc901f69..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-es.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-us.md index aa1c5fd263f..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.es-us.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-ca.md index da2bc104361..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-ca.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-fr.md index 84180ff142a..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.fr-fr.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.it-it.md index 0032b8b14f2..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.it-it.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pl-pl.md index 9de99123b14..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pl-pl.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pt-pt.md index fb3782d69b8..24ea7f11a27 100644 --- a/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_private_registry/creating-a-private-registry/guide.pt-pt.md @@ -36,7 +36,7 @@ OVHcloud Managed Private Registry service provides you a managed, authenticated ## Instructions -1. First, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). +1. First, log in to the [OVHcloud Control Panel](/links/manager). 1. In the left menu, in the `Containers & Orchestration`{.action} section, select `Managed Private Registry`{.action}. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.de-de.md index 21b03b97a62..c4d25da4c97 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.de-de.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/de/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/de/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/de/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-asia.md index 682a2b7dfec..b7c5e1e7abf 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-asia.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/asia/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/asia/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/asia/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-au.md index f7c0af5e2f7..8a1fccf4e8c 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-au.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-au/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en-au/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-au/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ca.md index d80fda57fa3..0d237f02876 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ca.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-ca/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en-ca/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-ca/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-gb.md index dc290335c15..bccb7a56e2d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-gb.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-gb/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en-gb/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-gb/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ie.md index 1b405838049..dfffe852f1d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-ie.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-ie/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en-ie/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-ie/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-sg.md index 8e55472ba4b..c6839fe4f58 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-sg.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-sg/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en-sg/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en-sg/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-us.md index 4197027de3a..9d0f2b1fd5e 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.en-us.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/en/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/en/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-es.md index a6fd043eaae..c2876e71d10 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-es.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/es-es/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/es-es/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/es-es/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-us.md index daa353a89fe..b902ae26410 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.es-us.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/es/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/es/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/es/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-ca.md index e590c505a83..2fa99f931f4 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-ca.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/fr-ca/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/fr-ca/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/fr-ca/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-fr.md index 9f53a1b5a64..9c25d007dcf 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.fr-fr.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/fr/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/fr/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/fr/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.it-it.md index 9e596c30a25..795638ffe44 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.it-it.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/it/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/it/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/it/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pl-pl.md index 3831da98c4a..2d6d795ed05 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pl-pl.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/pl/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/pl/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/pl/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pt-pt.md index 07874dc59a6..d36821c7332 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/creating-mks-kubernetes-cluster/guide.pt-pt.md @@ -84,7 +84,7 @@ You can click on the `Explore`{.action} button to manage your MKS Cluster. > [!warning] > -> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/pt/public-cloud/prices/#568) and [Compute](https://www.ovhcloud.com/pt/public-cloud/prices/) pricing pages. +> Deploying to OVHcloud will incur charges. For more information, refer to the [MKS](https://www.ovhcloud.com/pt/public-cloud/prices/#568) and [Compute](/links/public-cloud/prices) pricing pages. > > Once your Managed Kubernetes clusters are created, we do recommend performing all actions (upgrade, nodepool management, cluster modification) from the Rancher console and not performing any action directly via the OVHcloud API, OVHcloud Terraform provider or the OVHcloud Control Panel as this can lead to desynchronization. > diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.de-de.md index 5580d20b518..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.de-de.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/de/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-asia.md index 1be53e67bec..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-asia.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/asia/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-au.md index 41a1b083d01..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-au.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en-au/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ca.md index fa5082c9c8b..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ca.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en-ca/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-gb.md index 3d28694edad..5b1fac1b3fa 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-gb.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en-gb/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ie.md index 516c458e6af..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-ie.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en-ie/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-sg.md index 6bbf64a21b6..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-sg.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en-sg/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-us.md index c6d57ee32cb..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.en-us.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/en/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-es.md index e8ace6714ac..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-es.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/es-es/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-us.md index 60268c6361b..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.es-us.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/es/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-ca.md index 8c72cea9950..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-ca.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/fr-ca/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-fr.md index 95eaa11b9e9..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.fr-fr.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/fr/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.it-it.md index d7908a376e2..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.it-it.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/it/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pl-pl.md index eb4eb8f7717..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pl-pl.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/pl/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pt-pt.md index ae21bd5981b..d7efa43991d 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/edit-config-kubernetes-cluster/guide.pt-pt.md @@ -58,7 +58,7 @@ The cluster will be in `Updating` state during the changing period and `Active` ## Go further -- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](https://www.ovhcloud.com/pt/public-cloud/managed-rancher-service/). +- To have an overview of OVHcloud Managed Rancher Service, you can go to the [OVHcloud Managed Rancher Service page](/links/public-cloud/rancher). - If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.de-de.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.de-de.md index d65bd89cd2b..d63c126651e 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.de-de.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.de-de.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/de/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/de/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-asia.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-asia.md index 8d75c5679c5..c4d795a730b 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-asia.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-asia.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/asia/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-au.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-au.md index 034b89d5096..77512a59d0f 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-au.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-au.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en-au/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ca.md index d539bfe0686..a8374fbd5d1 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ca.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en-ca/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en-ca/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-gb.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-gb.md index 29f0d020e15..2a8934fd256 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-gb.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-gb.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en-gb/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en-gb/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ie.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ie.md index b3f94aa08c8..b5a31775a2a 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ie.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-ie.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en-ie/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en-ie/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-sg.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-sg.md index 8cd5be262b7..85d6ca0dcf8 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-sg.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-sg.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en-sg/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en-sg/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-us.md index f790c3ea366..915b8188604 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.en-us.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/en/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/en/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-es.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-es.md index ec47b5265b4..769f2bfd1a6 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-es.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-es.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/es-es/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/es-es/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-us.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-us.md index 25e031ee166..cbeee930bfd 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-us.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.es-us.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/es/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/es/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-ca.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-ca.md index 2f9b10722e6..f62b69e30e1 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-ca.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-ca.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/fr-ca/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-fr.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-fr.md index fefcc7287f2..d3a744ef90c 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-fr.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.fr-fr.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/fr/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.it-it.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.it-it.md index 9460398077f..60609e5c066 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.it-it.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.it-it.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/it/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/it/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pl-pl.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pl-pl.md index 75354f343e1..ae685617304 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pl-pl.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pl-pl.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/pl/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/pl/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. diff --git a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pt-pt.md b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pt-pt.md index 18adb5860cc..615ba875e26 100644 --- a/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pt-pt.md +++ b/pages/public_cloud/containers_orchestration/managed_rancher_service/getting-started/guide.pt-pt.md @@ -194,7 +194,7 @@ For each machine pool, define the machine configuration by providing the followi - **Pool Name** - Name of the Machine Pool. - **Machine Count** - Number of instances. - **Roles** - `etcd`, `Control Plane` or `Worker`. You can refer to the [Node Roles](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider#node-roles) documentation. -- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) page. +- **Region** - The OVHcloud Public Cloud region. If you want to check the availability of specific products that you plan to use alongside Kubernetes, you can refer to the [Availability of Public Cloud Product](/links/public-cloud/regions-pci) page. - **Flavor** - The instance flavor used for your nodes. You can refer to the [OVHcloud Flavor list](https://www.ovhcloud.com/pt/public-cloud/prices/#13569). - **Image** - The Operating System image used for your nodes. Please refer to [Rancher Operating Systems and Container Runtime Requirements](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters). - **Key Pair** (optional) - The SSH Key Pair that should be used to access your nodes. Please refer to this guide on [how to create a SSH KeyPair and add it to your Public Cloud project](/pages/public_cloud/compute/public-cloud-first-steps). If you leave this field empty, a new keypair will be generated automatically. From cac2424c47edd359cd9c602f1817a36dc0039ab8 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:21:23 +0200 Subject: [PATCH 093/160] Fix global links in Public cloud integrations --- .../prefect_guide_01_getting_started/guide.de-de.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-asia.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-au.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-ca.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-gb.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-ie.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-sg.md | 4 ++-- .../prefect_guide_01_getting_started/guide.en-us.md | 4 ++-- .../prefect_guide_01_getting_started/guide.es-es.md | 4 ++-- .../prefect_guide_01_getting_started/guide.es-us.md | 4 ++-- .../prefect_guide_01_getting_started/guide.fr-ca.md | 4 ++-- .../prefect_guide_01_getting_started/guide.fr-fr.md | 4 ++-- .../prefect_guide_01_getting_started/guide.it-it.md | 4 ++-- .../prefect_guide_01_getting_started/guide.pl-pl.md | 4 ++-- .../prefect_guide_01_getting_started/guide.pt-pt.md | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.de-de.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.de-de.md index 351d32ef0a2..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.de-de.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.de-de.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-asia.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-asia.md index 0fa1d1dee9b..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-asia.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-asia.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-au.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-au.md index 1654c902186..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-au.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-au.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ca.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ca.md index fd11ef5ac6e..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ca.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ca.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-gb.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-gb.md index 636f3ae4516..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-gb.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-gb.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ie.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ie.md index 3b0ecc8b9f9..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ie.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-ie.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-sg.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-sg.md index f8940e9812e..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-sg.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-sg.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-us.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-us.md index 435817ed7b8..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-us.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.en-us.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-es.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-es.md index f091d79437a..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-es.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-es.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-us.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-us.md index ba9faa14b51..68732cf9b0b 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-us.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.es-us.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-ca.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-ca.md index e70589bf9c8..0b83b03738c 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-ca.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-ca.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-fr.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-fr.md index 3f31c0fdf00..fff968c5e49 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-fr.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.fr-fr.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.it-it.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.it-it.md index 567b1bf9042..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.it-it.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.it-it.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pl-pl.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pl-pl.md index f353b4e7e88..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pl-pl.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pl-pl.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions diff --git a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pt-pt.md b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pt-pt.md index 7d314c903be..993ad2950e5 100644 --- a/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pt-pt.md +++ b/pages/public_cloud/integrations/prefect_guide_01_getting_started/guide.pt-pt.md @@ -13,8 +13,8 @@ Prefect provides a flexible Python framework to easily combine tasks into workfl ## Requirements - An active OVHcloud account and its credentials -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) ## Instructions From f4f17be613e6b025095f33ec70516c3026a4a7bf Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:21:41 +0200 Subject: [PATCH 094/160] Fix global links in Public cloud public cloud cross functional --- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../activate-hds-certification/guide.de-de.md | 2 +- .../activate-hds-certification/guide.en-asia.md | 2 +- .../activate-hds-certification/guide.en-au.md | 2 +- .../activate-hds-certification/guide.en-ca.md | 2 +- .../activate-hds-certification/guide.en-gb.md | 2 +- .../activate-hds-certification/guide.en-ie.md | 2 +- .../activate-hds-certification/guide.en-sg.md | 2 +- .../activate-hds-certification/guide.en-us.md | 2 +- .../activate-hds-certification/guide.es-es.md | 2 +- .../activate-hds-certification/guide.es-us.md | 2 +- .../activate-hds-certification/guide.fr-ca.md | 2 +- .../activate-hds-certification/guide.fr-fr.md | 2 +- .../activate-hds-certification/guide.it-it.md | 2 +- .../activate-hds-certification/guide.pl-pl.md | 2 +- .../activate-hds-certification/guide.pt-pt.md | 2 +- .../create_a_public_cloud_project/guide.de-de.md | 2 +- .../create_a_public_cloud_project/guide.en-asia.md | 2 +- .../create_a_public_cloud_project/guide.en-au.md | 2 +- .../create_a_public_cloud_project/guide.en-ca.md | 2 +- .../create_a_public_cloud_project/guide.en-gb.md | 2 +- .../create_a_public_cloud_project/guide.en-ie.md | 2 +- .../create_a_public_cloud_project/guide.en-sg.md | 2 +- .../create_a_public_cloud_project/guide.en-us.md | 2 +- .../create_a_public_cloud_project/guide.es-es.md | 2 +- .../create_a_public_cloud_project/guide.es-us.md | 2 +- .../create_a_public_cloud_project/guide.fr-ca.md | 2 +- .../create_a_public_cloud_project/guide.fr-fr.md | 2 +- .../create_a_public_cloud_project/guide.it-it.md | 2 +- .../create_a_public_cloud_project/guide.pl-pl.md | 2 +- .../create_a_public_cloud_project/guide.pt-pt.md | 2 +- .../delegate_projects/guide.de-de.md | 2 +- .../delegate_projects/guide.en-asia.md | 2 +- .../delegate_projects/guide.en-au.md | 2 +- .../delegate_projects/guide.en-ca.md | 2 +- .../delegate_projects/guide.en-gb.md | 2 +- .../delegate_projects/guide.en-ie.md | 2 +- .../delegate_projects/guide.en-sg.md | 2 +- .../delegate_projects/guide.en-us.md | 2 +- .../delegate_projects/guide.es-es.md | 2 +- .../delegate_projects/guide.es-us.md | 2 +- .../delegate_projects/guide.fr-ca.md | 2 +- .../delegate_projects/guide.fr-fr.md | 2 +- .../delegate_projects/guide.it-it.md | 2 +- .../delegate_projects/guide.pl-pl.md | 2 +- .../delegate_projects/guide.pt-pt.md | 2 +- .../delete_a_project/guide.en-asia.md | 4 ++-- .../delete_a_project/guide.en-au.md | 4 ++-- .../delete_a_project/guide.en-ca.md | 4 ++-- .../delete_a_project/guide.en-gb.md | 4 ++-- .../delete_a_project/guide.en-ie.md | 4 ++-- .../delete_a_project/guide.en-sg.md | 4 ++-- .../delete_a_project/guide.en-us.md | 4 ++-- .../delete_a_project/guide.es-es.md | 4 ++-- .../delete_a_project/guide.es-us.md | 4 ++-- .../delete_a_project/guide.fr-ca.md | 4 ++-- .../delete_a_project/guide.fr-fr.md | 4 ++-- .../delete_a_project/guide.it-it.md | 4 ++-- .../delete_a_project/guide.pl-pl.md | 4 ++-- .../delete_a_project/guide.pt-pt.md | 4 ++-- .../how_to_manage_savings_plan/guide.fr-ca.md | 2 +- .../how_to_manage_savings_plan/guide.fr-fr.md | 2 +- 76 files changed, 135 insertions(+), 135 deletions(-) diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.de-de.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.de-de.md index a256f9b9b24..245b15ef6b8 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.de-de.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.de-de.md @@ -56,7 +56,7 @@ Die Ressourcen sind in unseren verschiedenen Rechenzentren weltweit verfügbar. ### Cloud-Anbieter auf einem ausgereiften Markt -Die OVHcloud Public Cloud ist neben bekannten Cloud-Anbietern wie AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (von Microsoft) oder Alibaba Cloud positioniert. Unser Angebot zeichnet sich durch [besonders günstige Preise](https://www.ovhcloud.com/de/public-cloud/prices/) und die Verwendung von Standard-APIs aus, die unseren Nutzern Änderungen erlauben, ohne sich einer einzelnen proprietären Technologie unterwerfen zu müssen. +Die OVHcloud Public Cloud ist neben bekannten Cloud-Anbietern wie AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (von Microsoft) oder Alibaba Cloud positioniert. Unser Angebot zeichnet sich durch [besonders günstige Preise](/links/public-cloud/prices) und die Verwendung von Standard-APIs aus, die unseren Nutzern Änderungen erlauben, ohne sich einer einzelnen proprietären Technologie unterwerfen zu müssen. ## Konkreter Ansatz @@ -126,7 +126,7 @@ Nachfolgend finden Sie grundlegende Wissensressourcen, die Ihnen bei Ihrem Start |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Die häufigsten Fragen zur Public Cloud.| |[Glossar](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Die Konzepte und Definitionen zur fortgeschrittenen Nutzung.| -|[Verfügbarkeit der Dienste nach Standort](https://www.ovhcloud.com/de/public-cloud/regions-availability/)|Verfügbarkeitstabellen der Dienste an den verschiedenen Standorten.| +|[Verfügbarkeit der Dienste nach Standort](/links/public-cloud/regions-pci)|Verfügbarkeitstabellen der Dienste an den verschiedenen Standorten.| Verwenden Sie folgende Anleitungen, um Informationen zum praktischen Vorgehen zu erhalten: @@ -146,8 +146,8 @@ Einer der großen Vorteile der Verwendung von Standard- und Open-Source-Technolo |Dokumentation|Beschreibung| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Die vollständige Dokumentation des essentiellen OpenStack Clients in der Kommandozeile. Dokumentation für die Version "Stein": Nutzen Sie [die Verfügbarkeitstabelle](https://www.ovhcloud.com/de/public-cloud/regions-availability/), um zu sehen, welche Dienstleistungen verfügbar sind.| -|[OpenStack API](https://docs.openstack.org/stein/api/) (EN)|Die vollständige Dokumentation zu OpenStack für die "Stein"-Version. Nutzen Sie [die Verfügbarkeitstabelle](https://www.ovhcloud.com/de/public-cloud/regions-availability/), um zu sehen, welche Dienstleistungen verfügbar sind.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Die vollständige Dokumentation des essentiellen OpenStack Clients in der Kommandozeile. Dokumentation für die Version "Stein": Nutzen Sie [die Verfügbarkeitstabelle](/links/public-cloud/regions-pci), um zu sehen, welche Dienstleistungen verfügbar sind.| +|[OpenStack API](https://docs.openstack.org/stein/api/) (EN)|Die vollständige Dokumentation zu OpenStack für die "Stein"-Version. Nutzen Sie [die Verfügbarkeitstabelle](/links/public-cloud/regions-pci), um zu sehen, welche Dienstleistungen verfügbar sind.| |[Benutzer-Dokumentation](https://docs.openstack.org/stein/user/) (EN)|Vollständige Dokumentation für OpenStack-Benutzer in der Version "Stein".| |[Entwickler-Dokumentation](https://developer.openstack.org/) (EN)|Dokumentation für Entwickler, die ihre Anwendung mit der OpenStack API verbinden möchten, unter Verwendung der verfügbaren Bibliotheken/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| Dokumentation des essentiellen CLI-Clients *kubectl*.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-asia.md index 7929ee2d1f1..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-asia.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/asia/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-au.md index 373ef983c24..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-au.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en-au/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ca.md index 3b3c525322a..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ca.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en-ca/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-gb.md index 9150fd095e7..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-gb.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en-gb/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ie.md index 3da5bb17796..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-ie.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en-ie/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-sg.md index 31255833de1..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-sg.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en-sg/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-us.md index ba6ece7e4f5..0f868e65d76 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.en-us.md @@ -52,7 +52,7 @@ These resources are available in our various data centres across the globe. OVHc ### A cloud service provider in a mature market -OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](https://www.ovhcloud.com/en/public-cloud/prices/) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. +OVHcloud Public Cloud is positioned alongside well-known cloud providers such as AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (from Microsoft) and Alibaba Cloud. Our offer is distinguished by [the particularly advantageous rates](/links/public-cloud/prices) and the use of standard APIs that leave our users free to change, without adhering to any proprietary technology. ## Practical approach @@ -121,7 +121,7 @@ Here are some general resources that will help you get started with the Public C |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Frequently asked questions about Public Cloud.| |[Glossary](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|The concepts and definitions you will need to move forward.| -|[Availability of services by location](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Service availability tables across different locations.| +|[Availability of services by location](/links/public-cloud/regions-pci)|Service availability tables across different locations.| Here are some guides to help you with the first steps: @@ -140,8 +140,8 @@ One of the big advantages of using standard and open technologies, like OpenStac |Documentation|Details| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) to find out what services are available.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient)|Extensive documentation for the essential openstack command-line client. Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/)|Extensive documentation of OpenStack APIs Documentation for the Stein version, please refer to the [availability table](/links/public-cloud/regions-pci) to find out what services are available.| |[End user documentation](https://docs.openstack.org/stein/user/)|The full documentation for the OpenStack user, in Stein version.| |[Developer documentation](https://developer.openstack.org/)|The documentation for developers who want to connect their application to OpenStack APIs using the available libraries/SDKs.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/)| The documentation for the essential command line client 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-es.md index fcbd423172e..e1164a9880e 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-es.md @@ -56,7 +56,7 @@ Estos recursos están disponibles en nuestros distintos datacenters repartidos p ### Un proveedor de servicios cloud en un mercado maduro -El Public Cloud de OVHcloud se posiciona junto a proveedores cloud muy conocidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) o Alibaba Cloud. Nuestra oferta se distingue por [tarifas especialmente ventajosas](https://www.ovhcloud.com/es-es/public-cloud/prices/) y el uso de API estándar que permiten a los usuarios libertad de cambio, sin adherencia a ninguna tecnología propietaria. +El Public Cloud de OVHcloud se posiciona junto a proveedores cloud muy conocidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) o Alibaba Cloud. Nuestra oferta se distingue por [tarifas especialmente ventajosas](/links/public-cloud/prices) y el uso de API estándar que permiten a los usuarios libertad de cambio, sin adherencia a ninguna tecnología propietaria. ## Enfoque práctico @@ -126,7 +126,7 @@ Estos son algunos recursos generales que le ayudarán a empezar en Public Cloud: |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Preguntas más frecuentes sobre Public Cloud.| |[Valor](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Conceptos y definiciones que necesitará para avanzar.| -|[Disponibilidad de los servicios por localización](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Las tablas de disponibilidad de los servicios a través de las diferentes localizaciones.| +|[Disponibilidad de los servicios por localización](/links/public-cloud/regions-pci)|Las tablas de disponibilidad de los servicios a través de las diferentes localizaciones.| En la práctica, a continuación le ofrecemos algunas guías que le ayudarán en el inicio: @@ -146,8 +146,8 @@ Una de las grandes ventajas de utilizar tecnologías estándares y abiertas, com |Documentación|Detalles| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Documentación completa del cliente imprescindible en línea de comandos "openstack". Para consultar la versión Stein, consulte la [tabla de disponibilidad](https://www.ovhcloud.com/fr/public-cloud/regions-availability/).| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Documentación completa de las API de OpenStack. Para consultar la versión Stein, consulte la [tabla de disponibilidad](https://www.ovhcloud.com/fr/public-cloud/regions-availability/).| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Documentación completa del cliente imprescindible en línea de comandos "openstack". Para consultar la versión Stein, consulte la [tabla de disponibilidad](/links/public-cloud/regions-pci).| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Documentación completa de las API de OpenStack. Para consultar la versión Stein, consulte la [tabla de disponibilidad](/links/public-cloud/regions-pci).| |[End user documentation](https://docs.openstack.org/stein/user/) (EN)|Documentación completa para el usuario de OpenStack, en versión Stein.| |[Developer documentation](https://developer.openstack.org/) (EN)|Documentación para los desarrolladores que quieran conectar su aplicación a las API de OpenStack utilizando las librerías/SDK disponibles.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| Documentación del cliente imprescindible en línea de comandos "kubectl".| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-us.md index fcbd423172e..e1164a9880e 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.es-us.md @@ -56,7 +56,7 @@ Estos recursos están disponibles en nuestros distintos datacenters repartidos p ### Un proveedor de servicios cloud en un mercado maduro -El Public Cloud de OVHcloud se posiciona junto a proveedores cloud muy conocidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) o Alibaba Cloud. Nuestra oferta se distingue por [tarifas especialmente ventajosas](https://www.ovhcloud.com/es-es/public-cloud/prices/) y el uso de API estándar que permiten a los usuarios libertad de cambio, sin adherencia a ninguna tecnología propietaria. +El Public Cloud de OVHcloud se posiciona junto a proveedores cloud muy conocidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) o Alibaba Cloud. Nuestra oferta se distingue por [tarifas especialmente ventajosas](/links/public-cloud/prices) y el uso de API estándar que permiten a los usuarios libertad de cambio, sin adherencia a ninguna tecnología propietaria. ## Enfoque práctico @@ -126,7 +126,7 @@ Estos son algunos recursos generales que le ayudarán a empezar en Public Cloud: |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Preguntas más frecuentes sobre Public Cloud.| |[Valor](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Conceptos y definiciones que necesitará para avanzar.| -|[Disponibilidad de los servicios por localización](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Las tablas de disponibilidad de los servicios a través de las diferentes localizaciones.| +|[Disponibilidad de los servicios por localización](/links/public-cloud/regions-pci)|Las tablas de disponibilidad de los servicios a través de las diferentes localizaciones.| En la práctica, a continuación le ofrecemos algunas guías que le ayudarán en el inicio: @@ -146,8 +146,8 @@ Una de las grandes ventajas de utilizar tecnologías estándares y abiertas, com |Documentación|Detalles| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Documentación completa del cliente imprescindible en línea de comandos "openstack". Para consultar la versión Stein, consulte la [tabla de disponibilidad](https://www.ovhcloud.com/fr/public-cloud/regions-availability/).| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Documentación completa de las API de OpenStack. Para consultar la versión Stein, consulte la [tabla de disponibilidad](https://www.ovhcloud.com/fr/public-cloud/regions-availability/).| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Documentación completa del cliente imprescindible en línea de comandos "openstack". Para consultar la versión Stein, consulte la [tabla de disponibilidad](/links/public-cloud/regions-pci).| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Documentación completa de las API de OpenStack. Para consultar la versión Stein, consulte la [tabla de disponibilidad](/links/public-cloud/regions-pci).| |[End user documentation](https://docs.openstack.org/stein/user/) (EN)|Documentación completa para el usuario de OpenStack, en versión Stein.| |[Developer documentation](https://developer.openstack.org/) (EN)|Documentación para los desarrolladores que quieran conectar su aplicación a las API de OpenStack utilizando las librerías/SDK disponibles.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| Documentación del cliente imprescindible en línea de comandos "kubectl".| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-ca.md index 0f7cae057be..994800fddbc 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-ca.md @@ -52,7 +52,7 @@ Ces ressources sont disponibles dans nos différents datacenters répartis dans ### Un fournisseur de service cloud sur un marché mature -Le Public Cloud OVHcloud se positionne aux côtés de fournisseurs cloud bien connus comme AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) ou encore Alibaba Cloud. Notre offre se distingue par [des tarifs particulièrement avantageux](https://www.ovhcloud.com/fr-ca/public-cloud/prices/) et l'utilisation d'APIs standards laissant nos utilisateurs libres des changements, sans adhérence à l'une ou l'autre technologie propriétaire. +Le Public Cloud OVHcloud se positionne aux côtés de fournisseurs cloud bien connus comme AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) ou encore Alibaba Cloud. Notre offre se distingue par [des tarifs particulièrement avantageux](/links/public-cloud/prices) et l'utilisation d'APIs standards laissant nos utilisateurs libres des changements, sans adhérence à l'une ou l'autre technologie propriétaire. ## Approche concrète @@ -121,7 +121,7 @@ Voici quelques ressources générales qui vous aideront dans votre démarrage su |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Les questions les plus fréquentes au sujet de Public Cloud.| |[Lexique](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Les concepts et définitions dont vous aurez besoin pour avancer.| -|[Disponibilité des services par localisation](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/)|Les tableaux de disponibilité des services à travers les différentes localisations.| +|[Disponibilité des services par localisation](/links/public-cloud/regions-pci)|Les tableaux de disponibilité des services à travers les différentes localisations.| Dans la pratique, voici également quelques guides qui vous aideront au démarrage : @@ -141,8 +141,8 @@ Un des gros avantages d'utiliser des technologies standards et ouvertes, comme O |Documentation|Détails| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentation exhaustive de l'incontournable client en ligne de commande 'openstack'. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) pour savoir quels sont les services disponibles.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentation exhaustive des APIs d'OpenStack. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) pour savoir quels sont les services disponibles.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentation exhaustive de l'incontournable client en ligne de commande 'openstack'. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](/links/public-cloud/regions-pci) pour savoir quels sont les services disponibles.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentation exhaustive des APIs d'OpenStack. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](/links/public-cloud/regions-pci) pour savoir quels sont les services disponibles.| |[End user documentation](https://docs.openstack.org/stein/user/) (EN)|La documentation complète pour l'utilisateur d'OpenStack, en version Stein.| |[Developer documentation](https://developer.openstack.org/) (EN)|La documentation pour les développeurs qui souhaitent connecter leur application aux APIs d'OpenStack en utilisant les librairies/SDK disponibles.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| La documentation de l'incontournable client en ligne de commande 'kubctl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-fr.md index 447c5890933..994800fddbc 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.fr-fr.md @@ -52,7 +52,7 @@ Ces ressources sont disponibles dans nos différents datacenters répartis dans ### Un fournisseur de service cloud sur un marché mature -Le Public Cloud OVHcloud se positionne aux côtés de fournisseurs cloud bien connus comme AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) ou encore Alibaba Cloud. Notre offre se distingue par [des tarifs particulièrement avantageux](https://www.ovhcloud.com/fr/public-cloud/prices/) et l'utilisation d'APIs standards laissant nos utilisateurs libres des changements, sans adhérence à l'une ou l'autre technologie propriétaire. +Le Public Cloud OVHcloud se positionne aux côtés de fournisseurs cloud bien connus comme AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (de Microsoft) ou encore Alibaba Cloud. Notre offre se distingue par [des tarifs particulièrement avantageux](/links/public-cloud/prices) et l'utilisation d'APIs standards laissant nos utilisateurs libres des changements, sans adhérence à l'une ou l'autre technologie propriétaire. ## Approche concrète @@ -121,7 +121,7 @@ Voici quelques ressources générales qui vous aideront dans votre démarrage su |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Les questions les plus fréquentes au sujet de Public Cloud.| |[Lexique](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Les concepts et définitions dont vous aurez besoin pour avancer.| -|[Disponibilité des services par localisation](https://www.ovhcloud.com/fr/public-cloud/regions-availability/)|Les tableaux de disponibilité des services à travers les différentes localisations.| +|[Disponibilité des services par localisation](/links/public-cloud/regions-pci)|Les tableaux de disponibilité des services à travers les différentes localisations.| Dans la pratique, voici également quelques guides qui vous aideront au démarrage : @@ -141,8 +141,8 @@ Un des gros avantages d'utiliser des technologies standards et ouvertes, comme O |Documentation|Détails| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentation exhaustive de l'incontournable client en ligne de commande 'openstack'. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) pour savoir quels sont les services disponibles.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentation exhaustive des APIs d'OpenStack. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) pour savoir quels sont les services disponibles.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentation exhaustive de l'incontournable client en ligne de commande 'openstack'. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](/links/public-cloud/regions-pci) pour savoir quels sont les services disponibles.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentation exhaustive des APIs d'OpenStack. Documentation pour la version Stein, référez-vous au [tableau de disponibilité](/links/public-cloud/regions-pci) pour savoir quels sont les services disponibles.| |[End user documentation](https://docs.openstack.org/stein/user/) (EN)|La documentation complète pour l'utilisateur d'OpenStack, en version Stein.| |[Developer documentation](https://developer.openstack.org/) (EN)|La documentation pour les développeurs qui souhaitent connecter leur application aux APIs d'OpenStack en utilisant les librairies/SDK disponibles.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| La documentation de l'incontournable client en ligne de commande 'kubctl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.it-it.md index 1e6fae657fa..ecf25527519 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.it-it.md @@ -56,7 +56,7 @@ Queste risorse sono disponibili nei diversi datacenter localizzati nel mondo OVH ### Un provider di servizi Cloud su un mercato maturo -Il Public Cloud OVHcloud è posizionato insieme a provider Cloud conosciuti come AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (Microsoft) o Alibaba Cloud. La nostra offerta si distingue per [tariffe particolarmente vantaggiose](https://www.ovhcloud.com/it/public-cloud/prices/) e l'utilizzo di API standard che lasciano i nostri utenti liberi di cambiare, senza aderire ad una delle due tecnologie proprietarie. +Il Public Cloud OVHcloud è posizionato insieme a provider Cloud conosciuti come AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (Microsoft) o Alibaba Cloud. La nostra offerta si distingue per [tariffe particolarmente vantaggiose](/links/public-cloud/prices) e l'utilizzo di API standard che lasciano i nostri utenti liberi di cambiare, senza aderire ad una delle due tecnologie proprietarie. ## Approccio pratico @@ -125,7 +125,7 @@ Ecco alcune risorse generali che ti aiuteranno nel tuo lancio sul Public Cloud: |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Le domande più frequenti su Public Cloud| |[Lessico](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|I concetti e le definizioni di cui avete bisogno per progredire.| -|[Disponibilità dei servizi per localizzazione](https://www.ovhcloud.com/it/public-cloud/regions-availability/)|Le tabelle di disponibilità dei servizi attraverso le diverse localizzazioni.| +|[Disponibilità dei servizi per localizzazione](/links/public-cloud/regions-pci)|Le tabelle di disponibilità dei servizi attraverso le diverse localizzazioni.| Nella pratica, ecco alcune guide che ti aiuteranno ad avviare: @@ -145,8 +145,8 @@ Uno dei principali vantaggi dell'utilizzo di tecnologie standard e aperte, come |Documentazione|Descrizione| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentazione completa dell'indispensabile client online d'ordine 'openstack'. Documentazione per la versione Stein, consulta la [tabella di disponibilità](https://www.ovhcloud.com/it/public-cloud/regions-availability/) per sapere quali servizi sono disponibili.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentazione completa delle API di OpenStack. Documentazione per la versione Stein, consulta la [tabella di disponibilità](https://www.ovhcloud.com/it/public-cloud/regions-availability/) per sapere quali servizi sono disponibili.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|La documentazione completa dell'indispensabile client online d'ordine 'openstack'. Documentazione per la versione Stein, consulta la [tabella di disponibilità](/links/public-cloud/regions-pci) per sapere quali servizi sono disponibili.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|La documentazione completa delle API di OpenStack. Documentazione per la versione Stein, consulta la [tabella di disponibilità](/links/public-cloud/regions-pci) per sapere quali servizi sono disponibili.| |[End user Documents](https://docs.openstack.org/stein/user/) (EN)|La documentazione completa per l'utente OpenStack, in versione Stein.| |[Developer Documents](https://developer.openstack.org/) (EN)|La documentazione per gli sviluppatori che desiderano connettere la loro applicazione alle API di OpenStack utilizzando le librerie/SDK disponibili.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| La documentazione dell'indispensabile client da riga di comando 'kubctl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pl-pl.md index e5464e0a0a1..68f26504ef4 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pl-pl.md @@ -56,7 +56,7 @@ Zasoby te są dostępne w naszych centrach danych na całym świecie. OVHcloud o ### Dostawca usług cloud na dojrzałym rynku -Public Cloud OVHcloud znajduje się obok znanych dostawców usług cloud, takich jak AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (Microsoft) czy Alibaba Cloud. Oferta OVH wyróżnia się [szczególnie korzystnymi](https://www.ovhcloud.com/pl/public-cloud/prices/) cenami oraz standardowym API, które pozwalają naszym użytkownikom na swobodne wprowadzanie zmian, bez konieczności korzystania z jednej lub kilku technologii będących jej właścicielem. +Public Cloud OVHcloud znajduje się obok znanych dostawców usług cloud, takich jak AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (Microsoft) czy Alibaba Cloud. Oferta OVH wyróżnia się [szczególnie korzystnymi](/links/public-cloud/prices) cenami oraz standardowym API, które pozwalają naszym użytkownikom na swobodne wprowadzanie zmian, bez konieczności korzystania z jednej lub kilku technologii będących jej właścicielem. ## Konkretne podejście @@ -122,7 +122,7 @@ Oto kilka zasobów ogólnych, które pomogą Ci w uruchomieniu usługi Public Cl |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|Najczęstsze pytania dotyczące usługi Public Cloud.| |[Słowniczek](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Koncepcje i definicje, które będą potrzebne, aby iść naprzód.| -|[Dostępność usług według lokalizacji](https://www.ovhcloud.com/pl/public-cloud/regions-availability/)|Tabele dostępności usług w różnych lokalizacjach.| +|[Dostępność usług według lokalizacji](/links/public-cloud/regions-pci)|Tabele dostępności usług w różnych lokalizacjach.| W praktyce znajdziesz tutaj również przewodniki, które pomogą Ci zacząć: @@ -142,8 +142,8 @@ Jedną z największych zalet korzystania ze standardowych i otwartych technologi |Dokumentacja|Szczegóły| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Pełna dokumentacja dotycząca najważniejszego klienta z linii poleceń 'openstack'. Dokumentacja dotycząca wersji Stein, zapoznaj się z [tabelą dostępności](https://www.ovhcloud.com/pl/public-cloud/regions-availability/), aby dowiedzieć się, jakie usługi są dostępne.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Pełna dokumentacja API OpenStack. Dokumentacja dotycząca wersji Stein, zapoznaj się z [tabelą dostępności](https://www.ovhcloud.com/pl/public-cloud/regions-availability/), aby dowiedzieć się, jakie usługi są dostępne.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|Pełna dokumentacja dotycząca najważniejszego klienta z linii poleceń 'openstack'. Dokumentacja dotycząca wersji Stein, zapoznaj się z [tabelą dostępności](/links/public-cloud/regions-pci), aby dowiedzieć się, jakie usługi są dostępne.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|Pełna dokumentacja API OpenStack. Dokumentacja dotycząca wersji Stein, zapoznaj się z [tabelą dostępności](/links/public-cloud/regions-pci), aby dowiedzieć się, jakie usługi są dostępne.| |[End user dokumentacje](https://docs.openstack.org/stein/user/) (EN)|Pełna dokumentacja dotycząca użytkownika OpenStack w wersji Stein.| |[Developer Documents](https://developer.openstack.org/) (EN)|Dokumentacja dla programistów, którzy chcą podłączyć aplikację do API OpenStack, korzystając z dostępnych bibliotek/SDK.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| Dokumentacja dotycząca najważniejszego klienta w wierszu poleceń "kubectl".| diff --git a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pt-pt.md index e6fa6eaa939..f006aaa900f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/00-essential-info-to-get-started-on-public-cloud/guide.pt-pt.md @@ -56,7 +56,7 @@ Estes recursos estão disponíveis nos nossos diferentes datacenters espalhados ### Um fornecedor de serviços cloud num mercado maduro -O Public Cloud da OVHcloud posiciona-se ao lado de fornecedores cloud bem conhecidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (da Microsoft) ou ainda Alibaba Cloud. A nossa oferta distingue-se por tarifas particularmente vantajosas [e pela utilização](https://www.ovhcloud.com/pt/public-cloud/prices/) das APIs standard, que permitem que os nossos utilizadores sejam livres de mudar, sem aderência a uma ou outra tecnologia proprietária. +O Public Cloud da OVHcloud posiciona-se ao lado de fornecedores cloud bem conhecidos como AWS (Amazon Web Services), GCP (Google Cloud Platform), Azure (da Microsoft) ou ainda Alibaba Cloud. A nossa oferta distingue-se por tarifas particularmente vantajosas [e pela utilização](/links/public-cloud/prices) das APIs standard, que permitem que os nossos utilizadores sejam livres de mudar, sem aderência a uma ou outra tecnologia proprietária. ## Abordagem concreta @@ -123,7 +123,7 @@ Veja aqui alguns recursos gerais que o ajudarão no arranque do Public Cloud: |---|---| |[FAQ](/pages/public_cloud/public_cloud_cross_functional/faq_pci)|As questões mais frequentes sobre o Public Cloud.| |[Léxico](/pages/public_cloud/public_cloud_cross_functional/introduction_about_instances)|Os conceitos e definições de que necessitará para avançar.| -|[Disponibilidade dos serviços por localização](https://www.ovhcloud.com/pt/public-cloud/regions-availability/)|Os quadros de disponibilidade dos serviços através das diferentes localizações.| +|[Disponibilidade dos serviços por localização](/links/public-cloud/regions-pci)|Os quadros de disponibilidade dos serviços através das diferentes localizações.| Na prática, pode consultar os seguintes manuais: @@ -143,8 +143,8 @@ Uma das grandes vantagens de utilizar tecnologias standard e abertas, como OpenS |Documentação|Detalhes| |---|---| -|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|A documentação exaustiva do incontornável cliente em linha de comandos 'openstack'. Documentação para a versão Stein, consulte a [tabela de disponibilidade](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) para saber quais os serviços disponíveis.| -|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|A documentação exaustiva das API do OpenStack. Documentação para a versão Stein, consulte a [tabela de disponibilidade](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) para saber quais os serviços disponíveis.| +|[OpenStack CLI](https://docs.openstack.org/python-openstackclient/stein/#using-openstackclient) (EN)|A documentação exaustiva do incontornável cliente em linha de comandos 'openstack'. Documentação para a versão Stein, consulte a [tabela de disponibilidade](/links/public-cloud/regions-pci) para saber quais os serviços disponíveis.| +|[APIs OpenStack](https://docs.openstack.org/stein/api/) (EN)|A documentação exaustiva das API do OpenStack. Documentação para a versão Stein, consulte a [tabela de disponibilidade](/links/public-cloud/regions-pci) para saber quais os serviços disponíveis.| |[End user Documentation](https://docs.openstack.org/stein/user/) (EN)|A documentação completa para o utilizador do OpenStack, em versão Stein.| |[Desenvolver documentação](https://developer.openstack.org/) (EN)|A documentação para os programadores que desejem ligar a sua aplicação às API do OpenStack utilizando as bibliotecas/SDK disponíveis.| |[Kubernetes CLI Overview](https://kubernetes.io/docs/reference/kubectl/overview/) (EN)| A documentação do incontornável cliente em linha de comandos 'kubectl'.| diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.de-de.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.de-de.md index 21cdb6b8efe..9995d6bb00d 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.de-de.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.de-de.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/de/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-asia.md index c26bd3eeecf..338497827b1 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-asia.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/asia/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-au.md index 157f576e522..542a4e7b43f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-au.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en-au/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ca.md index 904f2480d96..e04ca4d4f0e 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ca.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en-ca/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-gb.md index 4bebed77001..c27908f5a27 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-gb.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en-gb/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ie.md index 592cbeb7242..8590e8a9d12 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-ie.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en-ie/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-sg.md index efd0b947f26..c076af3f35b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-sg.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en-sg/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-us.md index f814968c7ae..604114407f8 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.en-us.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/en/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-es.md index cef614f9a9d..b3dd3980659 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-es.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/es-es/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-us.md index be179c7f472..16cd9b3488b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.es-us.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/es/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-ca.md index 4698b3732d7..858e1f9250d 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-ca.md @@ -17,7 +17,7 @@ La liste des produits OVHcloud certifiés est disponible sur la page « [OVHclou ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager){.external}. -- Avoir souscrit au [niveau de support Business ou Enterprise](https://www.ovhcloud.com/fr-ca/support-levels/) pour votre compte OVHcloud. +- Avoir souscrit au [niveau de support Business ou Enterprise](/links/support) pour votre compte OVHcloud. ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-fr.md index 1af50476dfa..a9e3072df71 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.fr-fr.md @@ -17,7 +17,7 @@ La liste des produits OVHcloud certifiés est disponible sur la page « [OVHclou ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager){.external}. -- Avoir souscrit au [niveau de support Business ou Enterprise](https://www.ovhcloud.com/fr/support-levels/) pour votre compte OVHcloud. +- Avoir souscrit au [niveau de support Business ou Enterprise](/links/support) pour votre compte OVHcloud. ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.it-it.md index cb819c934f1..3c26dcd6c46 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.it-it.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/it/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pl-pl.md index 97ba7331bb9..ea174559213 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pl-pl.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/pl/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pt-pt.md index 2655b1a6021..461b39a729d 100644 --- a/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/activate-hds-certification/guide.pt-pt.md @@ -17,7 +17,7 @@ The list of certified OVHcloud products is available on the page “[OVHcloud pr ## Requirements - You must be logged in to your [OVHcloud Control Panel](/links/manager){.external}. -- You must have signed up to the [Business or Enterprise level of support](https://www.ovhcloud.com/pt/support-levels/) for your OVHcloud account. +- You must have signed up to the [Business or Enterprise level of support](/links/support) for your OVHcloud account. ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.de-de.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.de-de.md index 9bd912949e5..07e285d7a66 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.de-de.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.de-de.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Ziel -Das Erstellen eines Projekts ist die Voraussetzung, um [Public Cloud Instanzen](https://www.ovhcloud.com/de/public-cloud/) verwenden zu können. +Das Erstellen eines Projekts ist die Voraussetzung, um [Public Cloud Instanzen](/links/public-cloud/public-cloud) verwenden zu können. **Diese Anleitung erklärt die Schritte zur Erstellung Ihres ersten Public Cloud Projekts.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-asia.md index b0f4b3b6383..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-asia.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/asia/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-au.md index 9002b6edf22..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-au.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en-au/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ca.md index 92fd26fabb7..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ca.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en-ca/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-gb.md index 8c76ed0f21a..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-gb.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en-gb/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ie.md index b83089a9d4c..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-ie.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en-ie/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-sg.md index bae18f37e19..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-sg.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en-sg/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-us.md index fc82ce82b6f..c23024d1927 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.en-us.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objective -Creating a project is the first step in deploying [Public Cloud instances](https://www.ovhcloud.com/en/public-cloud/). +Creating a project is the first step in deploying [Public Cloud instances](/links/public-cloud/public-cloud). **This guide will take you through the steps of creating your first Public Cloud project.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-es.md index ad42546e9e3..21266ee8550 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-es.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Objetivo -Crear un proyecto es el primer paso para implementar [instancias Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/). +Crear un proyecto es el primer paso para implementar [instancias Public Cloud](/links/public-cloud/public-cloud). **Esta guía le guiará a través de los pasos para crear su primer proyecto de Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-us.md index b44cefcf2a6..2af02d736d5 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.es-us.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Objetivo -Crear un proyecto es el primer paso para implementar [instancias Public Cloud](https://www.ovhcloud.com/es/public-cloud/). +Crear un proyecto es el primer paso para implementar [instancias Public Cloud](/links/public-cloud/public-cloud). **Esta guía le guiará a través de los pasos para crear su primer proyecto de Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-ca.md index cab24c44835..cfcf0a8ccbb 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-ca.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objectif -La création d’un projet est la première étape indispensable pour déployer des [instances Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/). +La création d’un projet est la première étape indispensable pour déployer des [instances Public Cloud](/links/public-cloud/public-cloud). **Ce guide vous guidera à travers les étapes de création de votre premier projet Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-fr.md index 48a2c5eeed9..cfcf0a8ccbb 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.fr-fr.md @@ -6,7 +6,7 @@ updated: 2025-04-28 ## Objectif -La création d’un projet est la première étape indispensable pour déployer des [instances Public Cloud](https://www.ovhcloud.com/fr/public-cloud/). +La création d’un projet est la première étape indispensable pour déployer des [instances Public Cloud](/links/public-cloud/public-cloud). **Ce guide vous guidera à travers les étapes de création de votre premier projet Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.it-it.md index dd1c3c69458..1443bc7e996 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.it-it.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Obiettivo -La creazione di un progetto è il primo passo nella distribuzione delle [istanze Public Cloud](https://www.ovhcloud.com/it/public-cloud/). +La creazione di un progetto è il primo passo nella distribuzione delle [istanze Public Cloud](/links/public-cloud/public-cloud). **Questa guida ti guiderà attraverso i passi della creazione del tuo primo progetto di Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pl-pl.md index 754d6570b76..2f61ba14f21 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pl-pl.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Objective -Utworzenie projekt jest pierwszym krokiem we wdrażaniu [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/). +Utworzenie projekt jest pierwszym krokiem we wdrażaniu [instancji Public Cloud](/links/public-cloud/public-cloud). **Dowiedz się, jak utworzyć pierwszy projekt Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pt-pt.md index dd4bbba9917..c1d48ac9cb2 100644 --- a/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/create_a_public_cloud_project/guide.pt-pt.md @@ -10,7 +10,7 @@ updated: 2025-04-28 ## Objetivo -A criação de um projeto é a primeira etapa na implantação de [instâncias Public Cloud](https://www.ovhcloud.com/pt/public-cloud/). +A criação de um projeto é a primeira etapa na implantação de [instâncias Public Cloud](/links/public-cloud/public-cloud). **Este guia o levará através das etapas de criação do seu primeiro projeto Public Cloud.** diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.de-de.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.de-de.md index b3a4949e333..bab5cc4ffc9 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.de-de.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.de-de.md @@ -17,7 +17,7 @@ Zu diesem Zweck können Sie anderen OVHcloud Kunden-Accounts Lese- oder Schreibr ## Voraussetzungen -- Sie haben eine [Public Cloud](https://www.ovhcloud.com/de/public-cloud/) Instanz in Ihrem OVHcloud Account. +- Sie haben eine [Public Cloud](/links/public-cloud/public-cloud) Instanz in Ihrem OVHcloud Account. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). ## In der praktischen Anwendung diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-asia.md index f6b57a91a54..64c2f84f040 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-asia.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-au.md index 0163f9189b0..64c2f84f040 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-au.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ca.md index 68f35c0c598..64c2f84f040 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ca.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-gb.md index f83b01313de..010c5587aec 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-gb.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ie.md index 2da0713911f..010c5587aec 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-ie.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-sg.md index 34ad446a35a..64c2f84f040 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-sg.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-us.md index af8c7b9a79c..64c2f84f040 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.en-us.md @@ -14,7 +14,7 @@ To this end, you can delegate read-only or read/write permissions for your proje ### Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-es.md index 8f141175220..676cceb2b36 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-es.md @@ -17,7 +17,7 @@ Para ello, puede delegar en otras cuentas de cliente de OVHcloud permisos de lec ## Requisitos -- Tener una instancia de [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Tener una instancia de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-us.md index 4b93a816acd..32982b781cc 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.es-us.md @@ -17,7 +17,7 @@ Para ello, puede delegar en otras cuentas de cliente de OVHcloud permisos de lec ## Requisitos -- Tener una instancia de [Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Tener una instancia de [Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager). ## Procedimiento diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-ca.md index 2007beeb873..16699b8e642 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-ca.md @@ -13,7 +13,7 @@ Dans cet objectif, vous pouvez déléguer à d'autres comptes client OVHcloud de ## Prérequis -- Avoir une instance [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Avoir une instance [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-fr.md index a215b0fdb4f..edc919afb35 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.fr-fr.md @@ -13,7 +13,7 @@ Dans cet objectif, vous pouvez déléguer à d'autres comptes client OVHcloud de ## Prérequis -- Avoir une instance [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Avoir une instance [Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.it-it.md index a176293b2c1..696a76eab2d 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.it-it.md @@ -17,7 +17,7 @@ A questo scopo, è possibile delegare ad altri account cliente OVHcloud diritti ## Prerequisiti -- Disporre di un'istanza [Public Cloud](https://www.ovhcloud.com/it/public-cloud/) sul proprio account OVHcloud +- Disporre di un'istanza [Public Cloud](/links/public-cloud/public-cloud) sul proprio account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) ## Procedura diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pl-pl.md index aa16fa3d1b8..ae052963cf9 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pl-pl.md @@ -17,7 +17,7 @@ W tym celu możesz przekazać innym kontom klienta OVHcloud uprawnienia do odczy ## Wymagania początkowe -- Posiadanie instancji [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Posiadanie instancji [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Dostęp do [Panelu klienta OVHcloud](/links/manager) ## W praktyce diff --git a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pt-pt.md index 671ba478108..cdbd66a915a 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/delegate_projects/guide.pt-pt.md @@ -17,7 +17,7 @@ Para isso, pode delegar noutras contas de cliente da OVHcloud direitos de leitur ## Requisitos -- Ter uma instância [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud +- Ter uma instância [Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud - Ter acesso à [Área de Cliente OVHcloud](/links/manager) ## Instruções diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-asia.md index 52cb308c45b..c953c88ebde 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-asia.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/asia/public-cloud/) project, you can delete it from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-au.md index 7c568f78802..d32c270870f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-au.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en-au/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ca.md index b768dab9a46..d32c270870f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ca.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en-ca/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-gb.md index 700293937bd..b9fd665db1b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-gb.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en-gb/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ie.md index 25c15c5ceda..d32c270870f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-ie.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en-ie/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-sg.md index 109ca9ec402..d32c270870f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-sg.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en-sg/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-us.md index 993a0c8d85b..d32c270870f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.en-us.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objective -When you no longer need your [Public Cloud](https://www.ovhcloud.com/en/public-cloud/) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). +When you no longer need your [Public Cloud](/links/public-cloud/public-cloud) project, you can delete it directly from the [OVHcloud Control Panel](/links/manager). When you delete your Public Cloud project, a final invoice is issued for the outstanding amount. @@ -19,7 +19,7 @@ Please note that deleting a project is not the same as deactivating your Public ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-es.md index fa1893f48b2..380258e7398 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-es.md @@ -10,7 +10,7 @@ updated: 2022-10-14 ## Objetivo -Si ya no necesita un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/), puede eliminarlo directamente desde el área de cliente de [OVHcloud](/links/manager). +Si ya no necesita un [proyecto de Public Cloud](/links/public-cloud/public-cloud), puede eliminarlo directamente desde el área de cliente de [OVHcloud](/links/manager). Al eliminar un proyecto de Public Cloud, se emitirá una factura final en la que se indicará el importe pendiente de pago. @@ -24,7 +24,7 @@ Al eliminar un proyecto, los recursos que contiene se pierden definitivamente. E ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager) ## Procedimiento diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-us.md index 6d47c75f2d5..380258e7398 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.es-us.md @@ -10,7 +10,7 @@ updated: 2022-10-14 ## Objetivo -Si ya no necesita un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/), puede eliminarlo directamente desde el área de cliente de [OVHcloud](/links/manager). +Si ya no necesita un [proyecto de Public Cloud](/links/public-cloud/public-cloud), puede eliminarlo directamente desde el área de cliente de [OVHcloud](/links/manager). Al eliminar un proyecto de Public Cloud, se emitirá una factura final en la que se indicará el importe pendiente de pago. @@ -24,7 +24,7 @@ Al eliminar un proyecto, los recursos que contiene se pierden definitivamente. E ## Requisitos -- Un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud +- Un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Tienes acceso a tu [Panel de configuración de OVHcloud](/links/manager) ## Procedimiento diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-ca.md index 34e076aa4da..6f01a827b89 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-ca.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objectif -Lorsque vous n’avez plus besoin d'un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/), vous pouvez le supprimer directement depuis votre espace client [OVHcloud](/links/manager). +Lorsque vous n’avez plus besoin d'un [projet Public Cloud](/links/public-cloud/public-cloud), vous pouvez le supprimer directement depuis votre espace client [OVHcloud](/links/manager). Lorsque vous supprimez un projet Public Cloud, une facture finale est émise qui contient le montant restant à payer. @@ -20,7 +20,7 @@ Lorsque vous supprimez un projet, les ressources qu'il contient sont définitive ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-fr.md index d94fcda6b62..6f01a827b89 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.fr-fr.md @@ -6,7 +6,7 @@ updated: 2022-10-14 ## Objectif -Lorsque vous n’avez plus besoin d'un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/), vous pouvez le supprimer directement depuis votre espace client [OVHcloud](/links/manager). +Lorsque vous n’avez plus besoin d'un [projet Public Cloud](/links/public-cloud/public-cloud), vous pouvez le supprimer directement depuis votre espace client [OVHcloud](/links/manager). Lorsque vous supprimez un projet Public Cloud, une facture finale est émise qui contient le montant restant à payer. @@ -20,7 +20,7 @@ Lorsque vous supprimez un projet, les ressources qu'il contient sont définitive ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Être connecté à votre [espace client OVHcloud](/links/manager) ## En pratique diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.it-it.md index e7829f0a4b7..14646faf04a 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.it-it.md @@ -10,7 +10,7 @@ updated: 2022-10-14 ## Obiettivo -Se non hai più bisogno di un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/), è possibile eliminarlo direttamente dallo Spazio Cliente [OVHcloud](/links/manager). +Se non hai più bisogno di un [progetto Public Cloud](/links/public-cloud/public-cloud), è possibile eliminarlo direttamente dallo Spazio Cliente [OVHcloud](/links/manager). Una volta eliminato un progetto Public Cloud, viene emessa una fattura finale contenente l'importo da saldare. @@ -24,7 +24,7 @@ Una volta eliminato un progetto, le risorse in esso contenute vengono definitiva ## Prerequisiti -- Un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud +- Un [progetto Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) ## Procedura diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pl-pl.md index 52c37cc98bb..875655ec4d6 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pl-pl.md @@ -10,7 +10,7 @@ updated: 2022-10-14 ## Wprowadzenie -Jeśli nie potrzebujesz już [projektu Public Cloud](https://www.ovhcloud.com/pl/public-cloud/), możesz go usunąć bezpośrednio z [Panelu klienta OVHcloud](/links/manager). +Jeśli nie potrzebujesz już [projektu Public Cloud](/links/public-cloud/public-cloud), możesz go usunąć bezpośrednio z [Panelu klienta OVHcloud](/links/manager). Po usunięciu projektu Public Cloud wystawiana jest faktura zawierająca kwotę pozostającą do zapłaty. @@ -24,7 +24,7 @@ Po usunięciu projektu, zasoby, które on zawiera są nieodwracalnie utracone. O ## Wymagania początkowe -- Projekt [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud +- Projekt [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud - Dostęp do [Panelu klienta OVHcloud](/links/manager) ## W praktyce diff --git a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pt-pt.md index 235f0ce232e..df44db74384 100644 --- a/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/delete_a_project/guide.pt-pt.md @@ -10,7 +10,7 @@ updated: 2022-10-14 ## Objetivo -Quando já não precisa de um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/), pode eliminá-lo diretamente na [Área de Cliente OVHcloud](/links/manager). +Quando já não precisa de um [projeto Public Cloud](/links/public-cloud/public-cloud), pode eliminá-lo diretamente na [Área de Cliente OVHcloud](/links/manager). Ao eliminar um projeto Public Cloud, será emitida uma fatura final que conterá o montante por pagar. @@ -24,7 +24,7 @@ Quando um projeto é eliminado, os recursos que contém são definitivamente per ## Requisitos -- Um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud. +- Um [projeto Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud. - Estar ligado à [Área de Cliente OVHcloud](/links/manager). ## Instruções diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-ca.md index fa8e21287a6..5190d39623e 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-ca.md @@ -36,7 +36,7 @@ Ce guide a pour objectif de fournir une méthode claire et détaillée pour la c ## Prérequis -- Un [projet Public Cloud OVHcloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud OVHcloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à l'[espace client OVHcloud](/links/manager) ou à l'[API OVHcloud](/links/api) (créez vos identifiants en consultant [ce guide](/pages/manage_and_operate/api/first-steps)). - Être familier de l'utilisation de [Terraform](/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform) si vous souhaitez l'utiliser. - Connaitre les principes d'un [Savings Plan](/links/public-cloud/savings-plan) diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-fr.md index fa8e21287a6..5190d39623e 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_manage_savings_plan/guide.fr-fr.md @@ -36,7 +36,7 @@ Ce guide a pour objectif de fournir une méthode claire et détaillée pour la c ## Prérequis -- Un [projet Public Cloud OVHcloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud OVHcloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à l'[espace client OVHcloud](/links/manager) ou à l'[API OVHcloud](/links/api) (créez vos identifiants en consultant [ce guide](/pages/manage_and_operate/api/first-steps)). - Être familier de l'utilisation de [Terraform](/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform) si vous souhaitez l'utiliser. - Connaitre les principes d'un [Savings Plan](/links/public-cloud/savings-plan) From ba99c78bebf7be70bba298b1169e66f64cf6c794 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:22:26 +0200 Subject: [PATCH 095/160] Fix global links in Public cloud public cloud databases --- .../cassandra_01_capabilities/guide.de-de.md | 2 +- .../cassandra_01_capabilities/guide.en-asia.md | 2 +- .../cassandra_01_capabilities/guide.en-au.md | 2 +- .../cassandra_01_capabilities/guide.en-ca.md | 2 +- .../cassandra_01_capabilities/guide.en-gb.md | 2 +- .../cassandra_01_capabilities/guide.en-ie.md | 2 +- .../cassandra_01_capabilities/guide.en-sg.md | 2 +- .../cassandra_01_capabilities/guide.en-us.md | 2 +- .../cassandra_01_capabilities/guide.es-es.md | 2 +- .../cassandra_01_capabilities/guide.es-us.md | 2 +- .../cassandra_01_capabilities/guide.fr-ca.md | 2 +- .../cassandra_01_capabilities/guide.fr-fr.md | 2 +- .../cassandra_01_capabilities/guide.it-it.md | 2 +- .../cassandra_01_capabilities/guide.pl-pl.md | 2 +- .../cassandra_01_capabilities/guide.pt-pt.md | 2 +- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../databases_01_order_control_panel/guide.de-de.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-asia.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-au.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-ca.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-gb.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-ie.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-sg.md | 8 ++++---- .../databases_01_order_control_panel/guide.en-us.md | 8 ++++---- .../databases_01_order_control_panel/guide.es-es.md | 8 ++++---- .../databases_01_order_control_panel/guide.es-us.md | 8 ++++---- .../databases_01_order_control_panel/guide.fr-ca.md | 8 ++++---- .../databases_01_order_control_panel/guide.fr-fr.md | 8 ++++---- .../databases_01_order_control_panel/guide.it-it.md | 8 ++++---- .../databases_01_order_control_panel/guide.pl-pl.md | 8 ++++---- .../databases_01_order_control_panel/guide.pt-pt.md | 8 ++++---- .../databases_02_order_api/guide.de-de.md | 4 ++-- .../databases_02_order_api/guide.en-asia.md | 4 ++-- .../databases_02_order_api/guide.en-au.md | 4 ++-- .../databases_02_order_api/guide.en-ca.md | 4 ++-- .../databases_02_order_api/guide.en-gb.md | 4 ++-- .../databases_02_order_api/guide.en-ie.md | 4 ++-- .../databases_02_order_api/guide.en-sg.md | 4 ++-- .../databases_02_order_api/guide.en-us.md | 4 ++-- .../databases_02_order_api/guide.es-es.md | 4 ++-- .../databases_02_order_api/guide.es-us.md | 4 ++-- .../databases_02_order_api/guide.fr-ca.md | 4 ++-- .../databases_02_order_api/guide.fr-fr.md | 4 ++-- .../databases_02_order_api/guide.it-it.md | 4 ++-- .../databases_02_order_api/guide.pl-pl.md | 4 ++-- .../databases_02_order_api/guide.pt-pt.md | 4 ++-- .../databases_04_troubleshooting/guide.de-de.md | 2 +- .../databases_04_troubleshooting/guide.en-asia.md | 2 +- .../databases_04_troubleshooting/guide.en-au.md | 2 +- .../databases_04_troubleshooting/guide.en-ca.md | 2 +- .../databases_04_troubleshooting/guide.en-gb.md | 2 +- .../databases_04_troubleshooting/guide.en-ie.md | 2 +- .../databases_04_troubleshooting/guide.en-sg.md | 2 +- .../databases_04_troubleshooting/guide.en-us.md | 2 +- .../databases_04_troubleshooting/guide.es-es.md | 2 +- .../databases_04_troubleshooting/guide.es-us.md | 2 +- .../databases_04_troubleshooting/guide.fr-ca.md | 2 +- .../databases_04_troubleshooting/guide.fr-fr.md | 2 +- .../databases_04_troubleshooting/guide.it-it.md | 2 +- .../databases_04_troubleshooting/guide.pl-pl.md | 2 +- .../databases_04_troubleshooting/guide.pt-pt.md | 2 +- .../databases_08_vrack/guide.de-de.md | 6 +++--- .../databases_08_vrack/guide.en-asia.md | 6 +++--- .../databases_08_vrack/guide.en-au.md | 6 +++--- .../databases_08_vrack/guide.en-ca.md | 6 +++--- .../databases_08_vrack/guide.en-gb.md | 6 +++--- .../databases_08_vrack/guide.en-ie.md | 6 +++--- .../databases_08_vrack/guide.en-sg.md | 6 +++--- .../databases_08_vrack/guide.en-us.md | 6 +++--- .../databases_08_vrack/guide.es-es.md | 6 +++--- .../databases_08_vrack/guide.es-us.md | 6 +++--- .../databases_08_vrack/guide.fr-ca.md | 6 +++--- .../databases_08_vrack/guide.fr-fr.md | 6 +++--- .../databases_08_vrack/guide.it-it.md | 6 +++--- .../databases_08_vrack/guide.pl-pl.md | 6 +++--- .../databases_08_vrack/guide.pt-pt.md | 6 +++--- .../databases_15_maintenances/guide.de-de.md | 2 +- .../databases_15_maintenances/guide.en-asia.md | 2 +- .../databases_15_maintenances/guide.en-au.md | 2 +- .../databases_15_maintenances/guide.en-ca.md | 2 +- .../databases_15_maintenances/guide.en-gb.md | 2 +- .../databases_15_maintenances/guide.en-ie.md | 2 +- .../databases_15_maintenances/guide.en-sg.md | 2 +- .../databases_15_maintenances/guide.en-us.md | 2 +- .../databases_15_maintenances/guide.es-es.md | 2 +- .../databases_15_maintenances/guide.es-us.md | 2 +- .../databases_15_maintenances/guide.fr-ca.md | 2 +- .../databases_15_maintenances/guide.fr-fr.md | 2 +- .../databases_15_maintenances/guide.it-it.md | 2 +- .../databases_15_maintenances/guide.pl-pl.md | 2 +- .../databases_15_maintenances/guide.pt-pt.md | 2 +- .../databases_16_logs_to_customer/guide.de-de.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-asia.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-au.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-ca.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-gb.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-ie.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-sg.md | 6 +++--- .../databases_16_logs_to_customer/guide.en-us.md | 6 +++--- .../databases_16_logs_to_customer/guide.es-es.md | 6 +++--- .../databases_16_logs_to_customer/guide.es-us.md | 6 +++--- .../databases_16_logs_to_customer/guide.fr-ca.md | 6 +++--- .../databases_16_logs_to_customer/guide.fr-fr.md | 6 +++--- .../databases_16_logs_to_customer/guide.it-it.md | 6 +++--- .../databases_16_logs_to_customer/guide.pl-pl.md | 6 +++--- .../databases_16_logs_to_customer/guide.pt-pt.md | 6 +++--- .../grafana_01_capabilities/guide.de-de.md | 2 +- .../grafana_01_capabilities/guide.en-asia.md | 2 +- .../grafana_01_capabilities/guide.en-au.md | 2 +- .../grafana_01_capabilities/guide.en-ca.md | 2 +- .../grafana_01_capabilities/guide.en-gb.md | 2 +- .../grafana_01_capabilities/guide.en-ie.md | 2 +- .../grafana_01_capabilities/guide.en-sg.md | 2 +- .../grafana_01_capabilities/guide.en-us.md | 2 +- .../grafana_01_capabilities/guide.es-es.md | 2 +- .../grafana_01_capabilities/guide.es-us.md | 2 +- .../grafana_01_capabilities/guide.fr-ca.md | 2 +- .../grafana_01_capabilities/guide.fr-fr.md | 2 +- .../grafana_01_capabilities/guide.it-it.md | 2 +- .../grafana_01_capabilities/guide.pl-pl.md | 2 +- .../grafana_01_capabilities/guide.pt-pt.md | 2 +- .../information_01_security_overview/guide.de-de.md | 2 +- .../information_01_security_overview/guide.en-asia.md | 2 +- .../information_01_security_overview/guide.en-au.md | 2 +- .../information_01_security_overview/guide.en-ca.md | 2 +- .../information_01_security_overview/guide.en-gb.md | 2 +- .../information_01_security_overview/guide.en-ie.md | 2 +- .../information_01_security_overview/guide.en-sg.md | 2 +- .../information_01_security_overview/guide.en-us.md | 2 +- .../information_01_security_overview/guide.es-es.md | 2 +- .../information_01_security_overview/guide.es-us.md | 2 +- .../information_01_security_overview/guide.fr-ca.md | 2 +- .../information_01_security_overview/guide.fr-fr.md | 2 +- .../information_01_security_overview/guide.it-it.md | 2 +- .../information_01_security_overview/guide.pl-pl.md | 2 +- .../information_01_security_overview/guide.pt-pt.md | 2 +- .../information_03_shared_responsibility/guide.de-de.md | 2 +- .../information_03_shared_responsibility/guide.en-asia.md | 2 +- .../information_03_shared_responsibility/guide.en-au.md | 2 +- .../information_03_shared_responsibility/guide.en-ca.md | 2 +- .../information_03_shared_responsibility/guide.en-gb.md | 2 +- .../information_03_shared_responsibility/guide.en-ie.md | 2 +- .../information_03_shared_responsibility/guide.en-sg.md | 2 +- .../information_03_shared_responsibility/guide.en-us.md | 2 +- .../information_03_shared_responsibility/guide.es-es.md | 2 +- .../information_03_shared_responsibility/guide.es-us.md | 2 +- .../information_03_shared_responsibility/guide.fr-ca.md | 2 +- .../information_03_shared_responsibility/guide.fr-fr.md | 2 +- .../information_03_shared_responsibility/guide.it-it.md | 2 +- .../information_03_shared_responsibility/guide.pl-pl.md | 2 +- .../information_03_shared_responsibility/guide.pt-pt.md | 2 +- .../information_04_faq/guide.de-de.md | 2 +- .../information_04_faq/guide.en-asia.md | 2 +- .../information_04_faq/guide.en-au.md | 2 +- .../information_04_faq/guide.en-ca.md | 2 +- .../information_04_faq/guide.en-gb.md | 2 +- .../information_04_faq/guide.en-ie.md | 2 +- .../information_04_faq/guide.en-sg.md | 2 +- .../information_04_faq/guide.en-us.md | 2 +- .../information_04_faq/guide.es-es.md | 2 +- .../information_04_faq/guide.es-us.md | 2 +- .../information_04_faq/guide.fr-ca.md | 2 +- .../information_04_faq/guide.fr-fr.md | 2 +- .../information_04_faq/guide.it-it.md | 2 +- .../information_04_faq/guide.pl-pl.md | 2 +- .../information_04_faq/guide.pt-pt.md | 2 +- .../kafka_01_capabilities/guide.de-de.md | 6 +++--- .../kafka_01_capabilities/guide.en-asia.md | 6 +++--- .../kafka_01_capabilities/guide.en-au.md | 6 +++--- .../kafka_01_capabilities/guide.en-ca.md | 6 +++--- .../kafka_01_capabilities/guide.en-gb.md | 6 +++--- .../kafka_01_capabilities/guide.en-ie.md | 6 +++--- .../kafka_01_capabilities/guide.en-sg.md | 6 +++--- .../kafka_01_capabilities/guide.en-us.md | 6 +++--- .../kafka_01_capabilities/guide.es-es.md | 6 +++--- .../kafka_01_capabilities/guide.es-us.md | 6 +++--- .../kafka_01_capabilities/guide.fr-ca.md | 6 +++--- .../kafka_01_capabilities/guide.fr-fr.md | 6 +++--- .../kafka_01_capabilities/guide.it-it.md | 6 +++--- .../kafka_01_capabilities/guide.pl-pl.md | 6 +++--- .../kafka_01_capabilities/guide.pt-pt.md | 6 +++--- .../kafka_02_getting_started/guide.de-de.md | 8 ++++---- .../kafka_02_getting_started/guide.en-asia.md | 8 ++++---- .../kafka_02_getting_started/guide.en-au.md | 8 ++++---- .../kafka_02_getting_started/guide.en-ca.md | 8 ++++---- .../kafka_02_getting_started/guide.en-gb.md | 8 ++++---- .../kafka_02_getting_started/guide.en-ie.md | 8 ++++---- .../kafka_02_getting_started/guide.en-sg.md | 8 ++++---- .../kafka_02_getting_started/guide.en-us.md | 8 ++++---- .../kafka_02_getting_started/guide.es-es.md | 8 ++++---- .../kafka_02_getting_started/guide.es-us.md | 8 ++++---- .../kafka_02_getting_started/guide.fr-ca.md | 8 ++++---- .../kafka_02_getting_started/guide.fr-fr.md | 8 ++++---- .../kafka_02_getting_started/guide.it-it.md | 8 ++++---- .../kafka_02_getting_started/guide.pl-pl.md | 8 ++++---- .../kafka_02_getting_started/guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../kafkaconnect_01_capabilities/guide.de-de.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-asia.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-au.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-ca.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-gb.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-ie.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-sg.md | 2 +- .../kafkaconnect_01_capabilities/guide.en-us.md | 2 +- .../kafkaconnect_01_capabilities/guide.es-es.md | 2 +- .../kafkaconnect_01_capabilities/guide.es-us.md | 2 +- .../kafkaconnect_01_capabilities/guide.fr-ca.md | 2 +- .../kafkaconnect_01_capabilities/guide.fr-fr.md | 2 +- .../kafkaconnect_01_capabilities/guide.it-it.md | 2 +- .../kafkaconnect_01_capabilities/guide.pl-pl.md | 2 +- .../kafkaconnect_01_capabilities/guide.pt-pt.md | 2 +- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../mirrormaker_01_capabilities/guide.de-de.md | 2 +- .../mirrormaker_01_capabilities/guide.en-asia.md | 2 +- .../mirrormaker_01_capabilities/guide.en-au.md | 2 +- .../mirrormaker_01_capabilities/guide.en-ca.md | 2 +- .../mirrormaker_01_capabilities/guide.en-gb.md | 2 +- .../mirrormaker_01_capabilities/guide.en-ie.md | 2 +- .../mirrormaker_01_capabilities/guide.en-sg.md | 2 +- .../mirrormaker_01_capabilities/guide.en-us.md | 2 +- .../mirrormaker_01_capabilities/guide.es-es.md | 2 +- .../mirrormaker_01_capabilities/guide.es-us.md | 2 +- .../mirrormaker_01_capabilities/guide.fr-ca.md | 2 +- .../mirrormaker_01_capabilities/guide.fr-fr.md | 2 +- .../mirrormaker_01_capabilities/guide.it-it.md | 2 +- .../mirrormaker_01_capabilities/guide.pl-pl.md | 2 +- .../mirrormaker_01_capabilities/guide.pt-pt.md | 2 +- .../mongodb_02_manage_control_panel/guide.de-de.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-asia.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-au.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-ca.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-gb.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-ie.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-sg.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.en-us.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.es-es.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.es-us.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.fr-ca.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.fr-fr.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.it-it.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.pl-pl.md | 8 ++++---- .../mongodb_02_manage_control_panel/guide.pt-pt.md | 8 ++++---- .../mongodb_03_connect_cli/guide.de-de.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-asia.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-au.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-ca.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-gb.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-ie.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-sg.md | 6 +++--- .../mongodb_03_connect_cli/guide.en-us.md | 6 +++--- .../mongodb_03_connect_cli/guide.es-es.md | 6 +++--- .../mongodb_03_connect_cli/guide.es-us.md | 6 +++--- .../mongodb_03_connect_cli/guide.fr-ca.md | 6 +++--- .../mongodb_03_connect_cli/guide.fr-fr.md | 6 +++--- .../mongodb_03_connect_cli/guide.it-it.md | 6 +++--- .../mongodb_03_connect_cli/guide.pl-pl.md | 6 +++--- .../mongodb_03_connect_cli/guide.pt-pt.md | 6 +++--- .../mongodb_04_connect_php/guide.de-de.md | 6 +++--- .../mongodb_04_connect_php/guide.en-asia.md | 6 +++--- .../mongodb_04_connect_php/guide.en-au.md | 6 +++--- .../mongodb_04_connect_php/guide.en-ca.md | 6 +++--- .../mongodb_04_connect_php/guide.en-gb.md | 6 +++--- .../mongodb_04_connect_php/guide.en-ie.md | 6 +++--- .../mongodb_04_connect_php/guide.en-sg.md | 6 +++--- .../mongodb_04_connect_php/guide.en-us.md | 6 +++--- .../mongodb_04_connect_php/guide.es-es.md | 6 +++--- .../mongodb_04_connect_php/guide.es-us.md | 6 +++--- .../mongodb_04_connect_php/guide.fr-ca.md | 6 +++--- .../mongodb_04_connect_php/guide.fr-fr.md | 6 +++--- .../mongodb_04_connect_php/guide.it-it.md | 6 +++--- .../mongodb_04_connect_php/guide.pl-pl.md | 6 +++--- .../mongodb_04_connect_php/guide.pt-pt.md | 6 +++--- .../mongodb_05_connect_python/guide.de-de.md | 6 +++--- .../mongodb_05_connect_python/guide.en-asia.md | 6 +++--- .../mongodb_05_connect_python/guide.en-au.md | 6 +++--- .../mongodb_05_connect_python/guide.en-ca.md | 6 +++--- .../mongodb_05_connect_python/guide.en-gb.md | 6 +++--- .../mongodb_05_connect_python/guide.en-ie.md | 6 +++--- .../mongodb_05_connect_python/guide.en-sg.md | 6 +++--- .../mongodb_05_connect_python/guide.en-us.md | 6 +++--- .../mongodb_05_connect_python/guide.es-es.md | 6 +++--- .../mongodb_05_connect_python/guide.es-us.md | 6 +++--- .../mongodb_05_connect_python/guide.fr-ca.md | 6 +++--- .../mongodb_05_connect_python/guide.fr-fr.md | 6 +++--- .../mongodb_05_connect_python/guide.it-it.md | 6 +++--- .../mongodb_05_connect_python/guide.pl-pl.md | 6 +++--- .../mongodb_05_connect_python/guide.pt-pt.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.de-de.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-asia.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-au.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-ca.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-gb.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-ie.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-sg.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.en-us.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.es-es.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.es-us.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.fr-ca.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.fr-fr.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.it-it.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.pl-pl.md | 6 +++--- .../mongodb_06_howto_backup_restore/guide.pt-pt.md | 6 +++--- .../mongodb_07_connect_compass/guide.de-de.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-asia.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-au.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-ca.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-gb.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-ie.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-sg.md | 6 +++--- .../mongodb_07_connect_compass/guide.en-us.md | 6 +++--- .../mongodb_07_connect_compass/guide.es-es.md | 6 +++--- .../mongodb_07_connect_compass/guide.es-us.md | 6 +++--- .../mongodb_07_connect_compass/guide.fr-ca.md | 6 +++--- .../mongodb_07_connect_compass/guide.fr-fr.md | 6 +++--- .../mongodb_07_connect_compass/guide.it-it.md | 6 +++--- .../mongodb_07_connect_compass/guide.pl-pl.md | 6 +++--- .../mongodb_07_connect_compass/guide.pt-pt.md | 6 +++--- .../mongodb_08_analytics/guide.de-de.md | 6 +++--- .../mongodb_08_analytics/guide.en-asia.md | 6 +++--- .../mongodb_08_analytics/guide.en-au.md | 6 +++--- .../mongodb_08_analytics/guide.en-ca.md | 6 +++--- .../mongodb_08_analytics/guide.en-gb.md | 6 +++--- .../mongodb_08_analytics/guide.en-ie.md | 6 +++--- .../mongodb_08_analytics/guide.en-sg.md | 6 +++--- .../mongodb_08_analytics/guide.en-us.md | 6 +++--- .../mongodb_08_analytics/guide.es-es.md | 6 +++--- .../mongodb_08_analytics/guide.es-us.md | 6 +++--- .../mongodb_08_analytics/guide.fr-ca.md | 6 +++--- .../mongodb_08_analytics/guide.fr-fr.md | 6 +++--- .../mongodb_08_analytics/guide.it-it.md | 6 +++--- .../mongodb_08_analytics/guide.pl-pl.md | 6 +++--- .../mongodb_08_analytics/guide.pt-pt.md | 6 +++--- .../mongodb_10_connection_strings/guide.de-de.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-asia.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-au.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-ca.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-gb.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-ie.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-sg.md | 4 ++-- .../mongodb_10_connection_strings/guide.en-us.md | 4 ++-- .../mongodb_10_connection_strings/guide.es-es.md | 4 ++-- .../mongodb_10_connection_strings/guide.es-us.md | 4 ++-- .../mongodb_10_connection_strings/guide.fr-ca.md | 4 ++-- .../mongodb_10_connection_strings/guide.fr-fr.md | 4 ++-- .../mongodb_10_connection_strings/guide.it-it.md | 4 ++-- .../mongodb_10_connection_strings/guide.pl-pl.md | 4 ++-- .../mongodb_10_connection_strings/guide.pt-pt.md | 4 ++-- .../mongodb_11_howto_migrate_to_discovery/guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-au.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-ca.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-gb.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-ie.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-sg.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.en-us.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.es-es.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.es-us.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.fr-ca.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.fr-fr.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.it-it.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.pl-pl.md | 6 +++--- .../mongodb_11_howto_migrate_to_discovery/guide.pt-pt.md | 6 +++--- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.de-de.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-asia.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-au.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-ca.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-gb.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-ie.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-sg.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.en-us.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.es-es.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.es-us.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.fr-ca.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.fr-fr.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.it-it.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.pl-pl.md | 6 +++--- .../mongodb_14_deploy_with_terraform/guide.pt-pt.md | 6 +++--- .../mongodb_15_monitoring/guide.de-de.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-asia.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-au.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-ca.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-gb.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-ie.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-sg.md | 8 ++++---- .../mongodb_15_monitoring/guide.en-us.md | 8 ++++---- .../mongodb_15_monitoring/guide.es-es.md | 8 ++++---- .../mongodb_15_monitoring/guide.es-us.md | 8 ++++---- .../mongodb_15_monitoring/guide.fr-ca.md | 8 ++++---- .../mongodb_15_monitoring/guide.fr-fr.md | 8 ++++---- .../mongodb_15_monitoring/guide.it-it.md | 8 ++++---- .../mongodb_15_monitoring/guide.pl-pl.md | 8 ++++---- .../mongodb_15_monitoring/guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../mysql_01_capabilities/guide.de-de.md | 6 +++--- .../mysql_01_capabilities/guide.en-asia.md | 6 +++--- .../mysql_01_capabilities/guide.en-au.md | 6 +++--- .../mysql_01_capabilities/guide.en-ca.md | 6 +++--- .../mysql_01_capabilities/guide.en-gb.md | 6 +++--- .../mysql_01_capabilities/guide.en-ie.md | 6 +++--- .../mysql_01_capabilities/guide.en-sg.md | 6 +++--- .../mysql_01_capabilities/guide.en-us.md | 6 +++--- .../mysql_01_capabilities/guide.es-es.md | 6 +++--- .../mysql_01_capabilities/guide.es-us.md | 6 +++--- .../mysql_01_capabilities/guide.fr-ca.md | 6 +++--- .../mysql_01_capabilities/guide.fr-fr.md | 6 +++--- .../mysql_01_capabilities/guide.it-it.md | 6 +++--- .../mysql_01_capabilities/guide.pl-pl.md | 6 +++--- .../mysql_01_capabilities/guide.pt-pt.md | 6 +++--- .../mysql_03_connect_cli/guide.de-de.md | 6 +++--- .../mysql_03_connect_cli/guide.en-asia.md | 6 +++--- .../mysql_03_connect_cli/guide.en-au.md | 6 +++--- .../mysql_03_connect_cli/guide.en-ca.md | 6 +++--- .../mysql_03_connect_cli/guide.en-gb.md | 6 +++--- .../mysql_03_connect_cli/guide.en-ie.md | 6 +++--- .../mysql_03_connect_cli/guide.en-sg.md | 6 +++--- .../mysql_03_connect_cli/guide.en-us.md | 6 +++--- .../mysql_03_connect_cli/guide.es-es.md | 6 +++--- .../mysql_03_connect_cli/guide.es-us.md | 6 +++--- .../mysql_03_connect_cli/guide.fr-ca.md | 6 +++--- .../mysql_03_connect_cli/guide.fr-fr.md | 6 +++--- .../mysql_03_connect_cli/guide.it-it.md | 6 +++--- .../mysql_03_connect_cli/guide.pl-pl.md | 6 +++--- .../mysql_03_connect_cli/guide.pt-pt.md | 6 +++--- .../mysql_04_connect_php/guide.de-de.md | 8 ++++---- .../mysql_04_connect_php/guide.en-asia.md | 8 ++++---- .../mysql_04_connect_php/guide.en-au.md | 8 ++++---- .../mysql_04_connect_php/guide.en-ca.md | 8 ++++---- .../mysql_04_connect_php/guide.en-gb.md | 8 ++++---- .../mysql_04_connect_php/guide.en-ie.md | 8 ++++---- .../mysql_04_connect_php/guide.en-sg.md | 8 ++++---- .../mysql_04_connect_php/guide.en-us.md | 8 ++++---- .../mysql_04_connect_php/guide.es-es.md | 8 ++++---- .../mysql_04_connect_php/guide.es-us.md | 8 ++++---- .../mysql_04_connect_php/guide.fr-ca.md | 8 ++++---- .../mysql_04_connect_php/guide.fr-fr.md | 8 ++++---- .../mysql_04_connect_php/guide.it-it.md | 8 ++++---- .../mysql_04_connect_php/guide.pl-pl.md | 8 ++++---- .../mysql_04_connect_php/guide.pt-pt.md | 8 ++++---- .../mysql_05_connect_python/guide.de-de.md | 6 +++--- .../mysql_05_connect_python/guide.en-asia.md | 6 +++--- .../mysql_05_connect_python/guide.en-au.md | 6 +++--- .../mysql_05_connect_python/guide.en-ca.md | 6 +++--- .../mysql_05_connect_python/guide.en-gb.md | 6 +++--- .../mysql_05_connect_python/guide.en-ie.md | 6 +++--- .../mysql_05_connect_python/guide.en-sg.md | 6 +++--- .../mysql_05_connect_python/guide.en-us.md | 6 +++--- .../mysql_05_connect_python/guide.es-es.md | 6 +++--- .../mysql_05_connect_python/guide.es-us.md | 6 +++--- .../mysql_05_connect_python/guide.fr-ca.md | 6 +++--- .../mysql_05_connect_python/guide.fr-fr.md | 6 +++--- .../mysql_05_connect_python/guide.it-it.md | 6 +++--- .../mysql_05_connect_python/guide.pl-pl.md | 6 +++--- .../mysql_05_connect_python/guide.pt-pt.md | 6 +++--- .../mysql_06_connect_workbench/guide.de-de.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-asia.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-au.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-ca.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-gb.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-ie.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-sg.md | 6 +++--- .../mysql_06_connect_workbench/guide.en-us.md | 6 +++--- .../mysql_06_connect_workbench/guide.es-es.md | 6 +++--- .../mysql_06_connect_workbench/guide.es-us.md | 6 +++--- .../mysql_06_connect_workbench/guide.fr-ca.md | 6 +++--- .../mysql_06_connect_workbench/guide.fr-fr.md | 6 +++--- .../mysql_06_connect_workbench/guide.it-it.md | 6 +++--- .../mysql_06_connect_workbench/guide.pl-pl.md | 6 +++--- .../mysql_06_connect_workbench/guide.pt-pt.md | 6 +++--- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../opensearch_01_capabilities/guide.de-de.md | 2 +- .../opensearch_01_capabilities/guide.en-asia.md | 2 +- .../opensearch_01_capabilities/guide.en-au.md | 2 +- .../opensearch_01_capabilities/guide.en-ca.md | 2 +- .../opensearch_01_capabilities/guide.en-gb.md | 2 +- .../opensearch_01_capabilities/guide.en-ie.md | 2 +- .../opensearch_01_capabilities/guide.en-sg.md | 2 +- .../opensearch_01_capabilities/guide.en-us.md | 2 +- .../opensearch_01_capabilities/guide.es-es.md | 2 +- .../opensearch_01_capabilities/guide.es-us.md | 2 +- .../opensearch_01_capabilities/guide.fr-ca.md | 2 +- .../opensearch_01_capabilities/guide.fr-fr.md | 2 +- .../opensearch_01_capabilities/guide.it-it.md | 2 +- .../opensearch_01_capabilities/guide.pl-pl.md | 2 +- .../opensearch_01_capabilities/guide.pt-pt.md | 2 +- .../opensearch_02_getting_Started/guide.de-de.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-asia.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-au.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-ca.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-gb.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-ie.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-sg.md | 8 ++++---- .../opensearch_02_getting_Started/guide.en-us.md | 8 ++++---- .../opensearch_02_getting_Started/guide.es-es.md | 8 ++++---- .../opensearch_02_getting_Started/guide.es-us.md | 8 ++++---- .../opensearch_02_getting_Started/guide.fr-ca.md | 8 ++++---- .../opensearch_02_getting_Started/guide.fr-fr.md | 8 ++++---- .../opensearch_02_getting_Started/guide.it-it.md | 8 ++++---- .../opensearch_02_getting_Started/guide.pl-pl.md | 8 ++++---- .../opensearch_02_getting_Started/guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 6 +++--- .../guide.en-asia.md | 6 +++--- .../guide.en-au.md | 6 +++--- .../guide.en-ca.md | 6 +++--- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 6 +++--- .../guide.en-us.md | 6 +++--- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../opensearch_200_elk_like/guide.de-de.md | 6 +++--- .../opensearch_200_elk_like/guide.en-asia.md | 6 +++--- .../opensearch_200_elk_like/guide.en-au.md | 6 +++--- .../opensearch_200_elk_like/guide.en-ca.md | 6 +++--- .../opensearch_200_elk_like/guide.en-gb.md | 6 +++--- .../opensearch_200_elk_like/guide.en-ie.md | 6 +++--- .../opensearch_200_elk_like/guide.en-sg.md | 6 +++--- .../opensearch_200_elk_like/guide.en-us.md | 6 +++--- .../opensearch_200_elk_like/guide.es-es.md | 6 +++--- .../opensearch_200_elk_like/guide.es-us.md | 6 +++--- .../opensearch_200_elk_like/guide.fr-ca.md | 6 +++--- .../opensearch_200_elk_like/guide.fr-fr.md | 6 +++--- .../opensearch_200_elk_like/guide.it-it.md | 6 +++--- .../opensearch_200_elk_like/guide.pl-pl.md | 6 +++--- .../opensearch_200_elk_like/guide.pt-pt.md | 6 +++--- .../postgresql_01_capabilities/guide.de-de.md | 6 +++--- .../postgresql_01_capabilities/guide.en-asia.md | 6 +++--- .../postgresql_01_capabilities/guide.en-au.md | 6 +++--- .../postgresql_01_capabilities/guide.en-ca.md | 6 +++--- .../postgresql_01_capabilities/guide.en-gb.md | 6 +++--- .../postgresql_01_capabilities/guide.en-ie.md | 6 +++--- .../postgresql_01_capabilities/guide.en-sg.md | 6 +++--- .../postgresql_01_capabilities/guide.en-us.md | 6 +++--- .../postgresql_01_capabilities/guide.es-es.md | 6 +++--- .../postgresql_01_capabilities/guide.es-us.md | 6 +++--- .../postgresql_01_capabilities/guide.fr-ca.md | 6 +++--- .../postgresql_01_capabilities/guide.fr-fr.md | 6 +++--- .../postgresql_01_capabilities/guide.it-it.md | 6 +++--- .../postgresql_01_capabilities/guide.pl-pl.md | 6 +++--- .../postgresql_01_capabilities/guide.pt-pt.md | 6 +++--- .../postgresql_03_connect_cli/guide.de-de.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-asia.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-au.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-ca.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-gb.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-ie.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-sg.md | 6 +++--- .../postgresql_03_connect_cli/guide.en-us.md | 6 +++--- .../postgresql_03_connect_cli/guide.es-es.md | 6 +++--- .../postgresql_03_connect_cli/guide.es-us.md | 6 +++--- .../postgresql_03_connect_cli/guide.fr-ca.md | 6 +++--- .../postgresql_03_connect_cli/guide.fr-fr.md | 6 +++--- .../postgresql_03_connect_cli/guide.it-it.md | 6 +++--- .../postgresql_03_connect_cli/guide.pl-pl.md | 6 +++--- .../postgresql_03_connect_cli/guide.pt-pt.md | 6 +++--- .../postgresql_04_connect_php/guide.de-de.md | 6 +++--- .../postgresql_04_connect_php/guide.en-asia.md | 6 +++--- .../postgresql_04_connect_php/guide.en-au.md | 6 +++--- .../postgresql_04_connect_php/guide.en-ca.md | 6 +++--- .../postgresql_04_connect_php/guide.en-gb.md | 6 +++--- .../postgresql_04_connect_php/guide.en-ie.md | 6 +++--- .../postgresql_04_connect_php/guide.en-sg.md | 6 +++--- .../postgresql_04_connect_php/guide.en-us.md | 6 +++--- .../postgresql_04_connect_php/guide.es-es.md | 6 +++--- .../postgresql_04_connect_php/guide.es-us.md | 6 +++--- .../postgresql_04_connect_php/guide.fr-ca.md | 6 +++--- .../postgresql_04_connect_php/guide.fr-fr.md | 6 +++--- .../postgresql_04_connect_php/guide.it-it.md | 6 +++--- .../postgresql_04_connect_php/guide.pl-pl.md | 6 +++--- .../postgresql_04_connect_php/guide.pt-pt.md | 6 +++--- .../postgresql_05_connect_python/guide.de-de.md | 6 +++--- .../postgresql_05_connect_python/guide.en-asia.md | 6 +++--- .../postgresql_05_connect_python/guide.en-au.md | 6 +++--- .../postgresql_05_connect_python/guide.en-ca.md | 6 +++--- .../postgresql_05_connect_python/guide.en-gb.md | 6 +++--- .../postgresql_05_connect_python/guide.en-ie.md | 6 +++--- .../postgresql_05_connect_python/guide.en-sg.md | 6 +++--- .../postgresql_05_connect_python/guide.en-us.md | 6 +++--- .../postgresql_05_connect_python/guide.es-es.md | 6 +++--- .../postgresql_05_connect_python/guide.es-us.md | 6 +++--- .../postgresql_05_connect_python/guide.fr-ca.md | 6 +++--- .../postgresql_05_connect_python/guide.fr-fr.md | 6 +++--- .../postgresql_05_connect_python/guide.it-it.md | 6 +++--- .../postgresql_05_connect_python/guide.pl-pl.md | 6 +++--- .../postgresql_05_connect_python/guide.pt-pt.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.de-de.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-asia.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-au.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-ca.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-gb.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-ie.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-sg.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.en-us.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.es-es.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.es-us.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.fr-ca.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.fr-fr.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.it-it.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.pl-pl.md | 6 +++--- .../postgresql_06_connect_pgadmin/guide.pt-pt.md | 6 +++--- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../postgresql_08_pool/guide.de-de.md | 8 ++++---- .../postgresql_08_pool/guide.en-asia.md | 8 ++++---- .../postgresql_08_pool/guide.en-au.md | 8 ++++---- .../postgresql_08_pool/guide.en-ca.md | 8 ++++---- .../postgresql_08_pool/guide.en-gb.md | 8 ++++---- .../postgresql_08_pool/guide.en-ie.md | 8 ++++---- .../postgresql_08_pool/guide.en-sg.md | 8 ++++---- .../postgresql_08_pool/guide.en-us.md | 8 ++++---- .../postgresql_08_pool/guide.es-es.md | 8 ++++---- .../postgresql_08_pool/guide.es-us.md | 8 ++++---- .../postgresql_08_pool/guide.fr-ca.md | 8 ++++---- .../postgresql_08_pool/guide.fr-fr.md | 8 ++++---- .../postgresql_08_pool/guide.it-it.md | 8 ++++---- .../postgresql_08_pool/guide.pl-pl.md | 8 ++++---- .../postgresql_08_pool/guide.pt-pt.md | 8 ++++---- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../postgresql_11_terminate_queries/guide.de-de.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-asia.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-au.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-ca.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-gb.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-ie.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-sg.md | 6 +++--- .../postgresql_11_terminate_queries/guide.en-us.md | 6 +++--- .../postgresql_11_terminate_queries/guide.es-es.md | 6 +++--- .../postgresql_11_terminate_queries/guide.es-us.md | 6 +++--- .../postgresql_11_terminate_queries/guide.fr-ca.md | 6 +++--- .../postgresql_11_terminate_queries/guide.fr-fr.md | 6 +++--- .../postgresql_11_terminate_queries/guide.it-it.md | 6 +++--- .../postgresql_11_terminate_queries/guide.pl-pl.md | 6 +++--- .../postgresql_11_terminate_queries/guide.pt-pt.md | 6 +++--- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 8 ++++---- .../guide.es-us.md | 8 ++++---- .../guide.fr-ca.md | 8 ++++---- .../guide.fr-fr.md | 8 ++++---- .../guide.it-it.md | 8 ++++---- .../guide.pl-pl.md | 8 ++++---- .../guide.pt-pt.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.de-de.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-asia.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-au.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-ca.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-gb.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-ie.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-sg.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.en-us.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.es-es.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.es-us.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.fr-ca.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.fr-fr.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.it-it.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.pl-pl.md | 8 ++++---- .../postgresql_tuto_03_migrate_ecdb/guide.pt-pt.md | 8 ++++---- .../redis_01_capabilities/guide.de-de.md | 2 +- .../redis_01_capabilities/guide.en-asia.md | 2 +- .../redis_01_capabilities/guide.en-au.md | 2 +- .../redis_01_capabilities/guide.en-ca.md | 2 +- .../redis_01_capabilities/guide.en-gb.md | 2 +- .../redis_01_capabilities/guide.en-ie.md | 2 +- .../redis_01_capabilities/guide.en-sg.md | 2 +- .../redis_01_capabilities/guide.en-us.md | 2 +- .../redis_01_capabilities/guide.es-es.md | 2 +- .../redis_01_capabilities/guide.es-us.md | 2 +- .../redis_01_capabilities/guide.fr-ca.md | 2 +- .../redis_01_capabilities/guide.fr-fr.md | 2 +- .../redis_01_capabilities/guide.it-it.md | 2 +- .../redis_01_capabilities/guide.pl-pl.md | 2 +- .../redis_01_capabilities/guide.pt-pt.md | 2 +- .../redis_03_connect_cli/guide.de-de.md | 4 ++-- .../redis_03_connect_cli/guide.en-asia.md | 4 ++-- .../redis_03_connect_cli/guide.en-au.md | 4 ++-- .../redis_03_connect_cli/guide.en-ca.md | 4 ++-- .../redis_03_connect_cli/guide.en-gb.md | 4 ++-- .../redis_03_connect_cli/guide.en-ie.md | 4 ++-- .../redis_03_connect_cli/guide.en-sg.md | 4 ++-- .../redis_03_connect_cli/guide.en-us.md | 4 ++-- .../redis_03_connect_cli/guide.es-es.md | 4 ++-- .../redis_03_connect_cli/guide.es-us.md | 4 ++-- .../redis_03_connect_cli/guide.fr-ca.md | 4 ++-- .../redis_03_connect_cli/guide.fr-fr.md | 4 ++-- .../redis_03_connect_cli/guide.it-it.md | 4 ++-- .../redis_03_connect_cli/guide.pl-pl.md | 4 ++-- .../redis_03_connect_cli/guide.pt-pt.md | 4 ++-- .../redis_04_connect_php/guide.de-de.md | 4 ++-- .../redis_04_connect_php/guide.en-asia.md | 4 ++-- .../redis_04_connect_php/guide.en-au.md | 4 ++-- .../redis_04_connect_php/guide.en-ca.md | 4 ++-- .../redis_04_connect_php/guide.en-gb.md | 4 ++-- .../redis_04_connect_php/guide.en-ie.md | 4 ++-- .../redis_04_connect_php/guide.en-sg.md | 4 ++-- .../redis_04_connect_php/guide.en-us.md | 4 ++-- .../redis_04_connect_php/guide.es-es.md | 4 ++-- .../redis_04_connect_php/guide.es-us.md | 4 ++-- .../redis_04_connect_php/guide.fr-ca.md | 4 ++-- .../redis_04_connect_php/guide.fr-fr.md | 4 ++-- .../redis_04_connect_php/guide.it-it.md | 4 ++-- .../redis_04_connect_php/guide.pl-pl.md | 4 ++-- .../redis_04_connect_php/guide.pt-pt.md | 4 ++-- .../redis_05_connect_python/guide.de-de.md | 4 ++-- .../redis_05_connect_python/guide.en-asia.md | 4 ++-- .../redis_05_connect_python/guide.en-au.md | 4 ++-- .../redis_05_connect_python/guide.en-ca.md | 4 ++-- .../redis_05_connect_python/guide.en-gb.md | 4 ++-- .../redis_05_connect_python/guide.en-ie.md | 4 ++-- .../redis_05_connect_python/guide.en-sg.md | 4 ++-- .../redis_05_connect_python/guide.en-us.md | 4 ++-- .../redis_05_connect_python/guide.es-es.md | 4 ++-- .../redis_05_connect_python/guide.es-us.md | 4 ++-- .../redis_05_connect_python/guide.fr-ca.md | 4 ++-- .../redis_05_connect_python/guide.fr-fr.md | 4 ++-- .../redis_05_connect_python/guide.it-it.md | 4 ++-- .../redis_05_connect_python/guide.pl-pl.md | 4 ++-- .../redis_05_connect_python/guide.pt-pt.md | 4 ++-- .../redis_06_connect_redisinsight/guide.de-de.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-asia.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-au.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-ca.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-gb.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-ie.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-sg.md | 4 ++-- .../redis_06_connect_redisinsight/guide.en-us.md | 4 ++-- .../redis_06_connect_redisinsight/guide.es-es.md | 4 ++-- .../redis_06_connect_redisinsight/guide.es-us.md | 4 ++-- .../redis_06_connect_redisinsight/guide.fr-ca.md | 4 ++-- .../redis_06_connect_redisinsight/guide.fr-fr.md | 4 ++-- .../redis_06_connect_redisinsight/guide.it-it.md | 4 ++-- .../redis_06_connect_redisinsight/guide.pl-pl.md | 4 ++-- .../redis_06_connect_redisinsight/guide.pt-pt.md | 4 ++-- .../redis_07_update_acls/guide.de-de.md | 2 +- .../redis_07_update_acls/guide.en-asia.md | 2 +- .../redis_07_update_acls/guide.en-au.md | 2 +- .../redis_07_update_acls/guide.en-ca.md | 2 +- .../redis_07_update_acls/guide.en-gb.md | 2 +- .../redis_07_update_acls/guide.en-ie.md | 2 +- .../redis_07_update_acls/guide.en-sg.md | 2 +- .../redis_07_update_acls/guide.en-us.md | 2 +- .../redis_07_update_acls/guide.es-es.md | 2 +- .../redis_07_update_acls/guide.es-us.md | 2 +- .../redis_07_update_acls/guide.fr-ca.md | 2 +- .../redis_07_update_acls/guide.fr-fr.md | 2 +- .../redis_07_update_acls/guide.it-it.md | 2 +- .../redis_07_update_acls/guide.pl-pl.md | 2 +- .../redis_07_update_acls/guide.pt-pt.md | 2 +- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../redis_tuto_01_wordpress/guide.de-de.md | 2 +- .../redis_tuto_01_wordpress/guide.en-asia.md | 2 +- .../redis_tuto_01_wordpress/guide.en-au.md | 2 +- .../redis_tuto_01_wordpress/guide.en-ca.md | 2 +- .../redis_tuto_01_wordpress/guide.en-gb.md | 2 +- .../redis_tuto_01_wordpress/guide.en-ie.md | 2 +- .../redis_tuto_01_wordpress/guide.en-sg.md | 2 +- .../redis_tuto_01_wordpress/guide.en-us.md | 2 +- .../redis_tuto_01_wordpress/guide.es-es.md | 2 +- .../redis_tuto_01_wordpress/guide.es-us.md | 2 +- .../redis_tuto_01_wordpress/guide.fr-ca.md | 2 +- .../redis_tuto_01_wordpress/guide.fr-fr.md | 2 +- .../redis_tuto_01_wordpress/guide.it-it.md | 2 +- .../redis_tuto_01_wordpress/guide.pl-pl.md | 2 +- .../redis_tuto_01_wordpress/guide.pt-pt.md | 2 +- 960 files changed, 2475 insertions(+), 2475 deletions(-) diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.de-de.md index d88a3b1d5c3..e55b2d1aadc 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.de-de.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-asia.md index 2fba34cb0bf..6fd003003b4 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-asia.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-au.md index 2afe0a729e5..a2e9a763464 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-au.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ca.md index 2377a526f08..2310ef9ac31 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ca.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-gb.md index 0a39c43bcbf..ab3860b8ef7 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-gb.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ie.md index 3f15e9b866a..a90bedb930a 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-ie.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-sg.md index 7576d889cae..ab9a55e9ffb 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-sg.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-us.md index fbb91e4f9e7..8b1f031c1da 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.en-us.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-es.md index 2c84fa5fe96..c91b272e3b1 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-es.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-us.md index 4d1c229deca..377dd2e8b1a 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.es-us.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-ca.md index b1e41cdf7da..cb4dd7e64c4 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-ca.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-fr.md index aa2cdce9bb5..b4758094163 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.fr-fr.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.it-it.md index 059f82880ee..5a93407f5db 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.it-it.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pl-pl.md index c50a3d62619..7777a9b7c67 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pl-pl.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pt-pt.md index d3446409239..e66a13a44a5 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_01_capabilities/guide.pt-pt.md @@ -125,6 +125,6 @@ Please note that if the database instance is deleted, logs and metrics are also We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.de-de.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.de-de.md index c66e2c94e20..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.de-de.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-asia.md index a8707e43897..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-asia.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-au.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-au.md index 00cda0fd976..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-au.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ca.md index 99446a1190e..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ca.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-gb.md index e54692ad443..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-gb.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ie.md index 1b6bdd90799..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-ie.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-sg.md index b11b32c2b8b..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-sg.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-us.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-us.md index 594aa76df88..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.en-us.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-es.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-es.md index 7a0a300cbff..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-es.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-us.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-us.md index f2b538ae5f7..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.es-us.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-ca.md index faa8609ec54..ace4a582ac5 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-ca.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-fr.md index 99c20cb078f..ace4a582ac5 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.fr-fr.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.it-it.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.it-it.md index 2f9c762a2e2..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.it-it.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pl-pl.md index 042ec82c9dc..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pl-pl.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pt-pt.md index 253415e8a10..c8f390c4bc0 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_02_prepare_for_incoming_connections/guide.pt-pt.md @@ -21,8 +21,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Cassandra database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -31,7 +31,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our Cassandra instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your Cassandra instance. #### Step 1: Verify your user roles and password @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.de-de.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.de-de.md index f1e6a80977a..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.de-de.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-asia.md index ae391028b79..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-asia.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-au.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-au.md index 22330f422be..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-au.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ca.md index 9ba6ce8f08e..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ca.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-gb.md index 7767cc2fcab..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-gb.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ie.md index 0afd8e96047..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-ie.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-sg.md index 95c38f1685f..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-sg.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-us.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-us.md index 009ba8ab543..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.en-us.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-es.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-es.md index b3550c7ec9c..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-es.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-us.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-us.md index 0ab9705b248..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.es-us.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-ca.md index 644d7991793..058e37fff2b 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-ca.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-fr.md index e3ac59d2b2b..058e37fff2b 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.fr-fr.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.it-it.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.it-it.md index e4e2f5e7529..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.it-it.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pl-pl.md index 41291170b40..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pl-pl.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pt-pt.md index b335958c57f..97864050877 100644 --- a/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/cassandra_03_advanced_parameters_references/guide.pt-pt.md @@ -42,9 +42,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -93,6 +93,6 @@ Below you can find a summary of every configuration option available for Cassand Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.de-de.md index 045dd052d1c..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.de-de.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-asia.md index ce829ae82b3..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-asia.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-au.md index 1b9c944cf46..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-au.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ca.md index f57d2550e7e..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ca.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-gb.md index 7738c8da4cb..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-gb.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ie.md index a33e738ad99..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-ie.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-sg.md index 8ebee7441bc..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-sg.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-us.md index 2ee1c82c152..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.en-us.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-es.md index a8e2e52514d..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-es.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-us.md index 212eb47eef0..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.es-us.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-ca.md index fbb46da4c31..670bbd9dfbd 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-ca.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-fr.md index de88803fa11..670bbd9dfbd 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.fr-fr.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.it-it.md index 8b23d58d28b..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.it-it.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pl-pl.md index fcc54e94bdb..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pl-pl.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pt-pt.md index c2746e94255..53d0147cc11 100644 --- a/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel/guide.pt-pt.md @@ -14,12 +14,12 @@ OVHcloud Databases as-a-service (DBaaS) allow you to focus on building and deplo ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to the `Public Cloud`{.action} section. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Databases & Analytics**. > [!primary] > @@ -97,6 +97,6 @@ Note that the configuration options might be different, depending on the databas Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.de-de.md index e54d5f6aac9..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.de-de.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-asia.md index d2d36e804ad..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-asia.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-au.md index ac6a415c872..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-au.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ca.md index 0d451099fd9..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ca.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-gb.md index 4037eeb15de..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-gb.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ie.md index c54f09a8b6d..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-ie.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-sg.md index 06244b86ac3..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-sg.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-us.md index b06ea155480..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.en-us.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-es.md index a1054604e5e..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-es.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-us.md index edd77fc0997..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.es-us.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-ca.md index 6eb5ccd6a1f..02799f669ff 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-ca.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-fr.md index f947850db9f..02799f669ff 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.fr-fr.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.it-it.md index 73d676bd522..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.it-it.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pl-pl.md index f5021607802..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pl-pl.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pt-pt.md index 38eb64e0bd7..3421fe225b3 100644 --- a/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_02_order_api/guide.pt-pt.md @@ -13,7 +13,7 @@ Public Cloud managed databases allow you to focus on building and deploying clou ## Requirements - access to the [OVHcloud API](https://api.ovh.com/){.external} (create your credentials by consulting [this guide](/pages/manage_and_operate/api/first-steps)) -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions @@ -114,6 +114,6 @@ You’ll find the cluster connection information in your Control Panel; you can Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.de-de.md index 0429611e3b5..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.de-de.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-asia.md index 0d4445e8a1b..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-asia.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-au.md index ba17ab15af6..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-au.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ca.md index 468c8d21da8..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ca.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-gb.md index 626a89cd3e5..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-gb.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ie.md index b99ffe94ade..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-ie.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-sg.md index 0f79b43532d..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-sg.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-us.md index 8ae1daef792..409373be19a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.en-us.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-es.md index 30914c7c301..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-es.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-us.md index 8b696ee16e1..409373be19a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.es-us.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-ca.md index be64af329ef..10411ff8811 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-ca.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-fr.md index dfa2be81684..10411ff8811 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.fr-fr.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.it-it.md index 88246eb160a..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.it-it.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pl-pl.md index aaf3c6acb9c..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pl-pl.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pt-pt.md index ecd78eeb298..5871421f5b5 100644 --- a/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_04_troubleshooting/guide.pt-pt.md @@ -85,4 +85,4 @@ To troublesoot an outage : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.de-de.md index 5cc06c92cf4..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.de-de.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-asia.md index da77d747431..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-asia.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-au.md index f3f7cfe0bb9..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-au.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ca.md index 2fc8b4afb12..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ca.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-gb.md index 29dae5d4a22..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-gb.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ie.md index b76e2891b64..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-ie.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-sg.md index 149474e75a0..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-sg.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-us.md index 2e31dccbd09..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.en-us.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-es.md index 090d39683c7..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-es.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-us.md index 2ead46d9d1b..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.es-us.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-ca.md index b283d972c29..5c29e3bef1c 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-ca.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-fr.md index 99cc164a66f..5c29e3bef1c 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.fr-fr.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.it-it.md index 6f19eccbb74..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.it-it.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pl-pl.md index 0259add62b1..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pl-pl.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pt-pt.md index 8685be1fd37..1572bad27d0 100644 --- a/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_08_vrack/guide.pt-pt.md @@ -14,8 +14,8 @@ The OVHcloud vRack is a private network solution that enables our customers to r ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. ## Considerations Here are some considerations to take into account when using private network: @@ -125,6 +125,6 @@ redis-2612345abc-abcd1234defg.database.cloud.ovh.net:20185> GET mykey.test We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.de-de.md index 5ab5e9ab1e8..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.de-de.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-asia.md index 577b04951c5..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-asia.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-au.md index 61e9f0552d0..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-au.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ca.md index fc10df4858e..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ca.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-gb.md index d7e15e39d24..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-gb.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ie.md index 38159b345a2..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-ie.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-sg.md index e7a74d3bfd0..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-sg.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-us.md index 89e0b4f4996..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.en-us.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-es.md index 25bcb6c8f48..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-es.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-us.md index 4b2cb7b30b1..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.es-us.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-ca.md index 3113e537b3d..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-ca.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-fr.md index 1d12ec65305..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.fr-fr.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.it-it.md index be4cd011c97..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.it-it.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pl-pl.md index edd0d797a08..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pl-pl.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pt-pt.md index 7b2996968c9..49547d3d80a 100644 --- a/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_15_maintenances/guide.pt-pt.md @@ -61,6 +61,6 @@ This might be a good idea if e.g. you want to prepare for a busy period and thus We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.de-de.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.de-de.md index 7359bb69f02..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.de-de.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/de/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-asia.md index 7e4993a9df6..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-asia.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/asia/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-au.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-au.md index 1e328a27f52..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-au.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en-au/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ca.md index 5571ca625f1..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ca.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en-ca/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-gb.md index 81893be3235..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-gb.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en-gb/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ie.md index d09b5d6a172..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-ie.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en-ie/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-sg.md index 38cf033f92c..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-sg.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en-sg/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-us.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-us.md index 8bffbe1cb0d..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.en-us.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/en/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-es.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-es.md index fb9c6e76f38..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-es.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/es-es/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-us.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-us.md index 3257686cb20..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.es-us.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/es/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-ca.md index 1284bd52353..f3ab36102d6 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-ca.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/fr-ca/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://ca.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-fr.md index a861686fed4..f3ab36102d6 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.fr-fr.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/fr/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.it-it.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.it-it.md index 6112ce13f20..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.it-it.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/it/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pl-pl.md index f7879b749c3..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pl-pl.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/pl/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pt-pt.md index 5404eeba116..a482b88e4ae 100644 --- a/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/databases_16_logs_to_customer/guide.pt-pt.md @@ -13,8 +13,8 @@ Public Cloud managed databases allow you to send logs of your service to your ow ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- A [Public Cloud database service](https://www.ovhcloud.com/pt/public-cloud/databases/) up and running -- Access to the [OVHcloud API](https://eu.api.ovh.com/console/) +- A [Public Cloud database service](/links/public-cloud/databases) up and running +- Access to the [OVHcloud API](/links/console) - A Logs Data Platform account within this OVHcloud account with at least one destination stream configured - If you are not familiar with all the LDP *Stream* configuration possibilities, simply create a new one with the default options (indexing & websocket enabled, long-term storage disabled) for the purpose of this guide. - A running database service @@ -93,6 +93,6 @@ You have 2 methods to delete a subscription: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.de-de.md index 0d460f8047d..40cbeac0e77 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.de-de.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-asia.md index a343aa41e8f..d8f248c5d00 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-asia.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-au.md index 04a200ff3f8..ed3bfedaa71 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-au.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ca.md index cdba74379b9..30eeee6f71e 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ca.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-gb.md index 5a2d8854e62..3e6411e5de6 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-gb.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ie.md index 2be9ccc1c71..f4329950dae 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-ie.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-sg.md index 340907611d0..847857b6c9f 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-sg.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-us.md index 779df2c74ce..96ba00c8442 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.en-us.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-es.md index 871beb0f1cb..9cee6cc84d8 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-es.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-us.md index 1f1f763ada3..c4af7c5ae22 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.es-us.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-ca.md index 8579bab1763..5ff15c284e6 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-ca.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-fr.md index 72704c531a4..843cb7cfc26 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.fr-fr.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.it-it.md index 5981f49bf37..b4aef4455cd 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.it-it.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pl-pl.md index 7b7553b7df1..cfea84e9e1b 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pl-pl.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pt-pt.md index 1c2694cdb16..180aa31490a 100644 --- a/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/grafana_01_capabilities/guide.pt-pt.md @@ -120,6 +120,6 @@ Only one user is created by default and its name is `admin`. You must reset its We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.de-de.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.de-de.md index b6da07d565c..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.de-de.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-asia.md index 20e82822a02..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-asia.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-au.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-au.md index d6027e9aa43..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-au.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ca.md index ed3558517d4..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ca.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-gb.md index 6d1c8a163cc..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-gb.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ie.md index 8c23ddb6d00..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-ie.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-sg.md index ce96ef31d5f..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-sg.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-us.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-us.md index e5c19480220..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.en-us.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-es.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-es.md index 67587a408a9..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-es.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-us.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-us.md index 5fdbf51c67c..0f985e2a061 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.es-us.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-ca.md index 81a40b7f24b..53d4b5c1b61 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-ca.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-fr.md index 1699b7a6fb5..0b24514e86c 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.fr-fr.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.it-it.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.it-it.md index 2933c6d95ff..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.it-it.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pl-pl.md index d00f3b618f6..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pl-pl.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pt-pt.md index 4d3b808831c..a0fc1d3e2cb 100644 --- a/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/information_01_security_overview/guide.pt-pt.md @@ -164,4 +164,4 @@ As the encryption keys are unique for each project, they will be deleted after s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.de-de.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.de-de.md index 32eb090ba12..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.de-de.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-asia.md index 56bad7a6c79..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-asia.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-au.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-au.md index 8af54be438b..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-au.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ca.md index 2cbe953174d..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ca.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-gb.md index d64887eb7e3..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-gb.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ie.md index 8d17bce08e2..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-ie.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-sg.md index bdd3cbf5a91..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-sg.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-us.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-us.md index 3ae46ba8757..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.en-us.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-es.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-es.md index 5c958d400ed..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-es.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-us.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-us.md index 362505f3a01..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.es-us.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-ca.md index 43f53bbab91..8f66ee561c0 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-ca.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-fr.md index 60b498c250c..8f66ee561c0 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.fr-fr.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.it-it.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.it-it.md index 716e014009d..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.it-it.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pl-pl.md index 789f663ab40..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pl-pl.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pt-pt.md index ec182ef9387..4e47d2a6a86 100644 --- a/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/information_03_shared_responsibility/guide.pt-pt.md @@ -159,6 +159,6 @@ For your information, a **Service** is considered a Public Cloud Databases servi Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.de-de.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.de-de.md index 0b848b0ba47..c6216ba4fa4 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.de-de.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-asia.md index 165dcc8040e..0c82ba28ccd 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-asia.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-au.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-au.md index 15970d25185..fc234758cfa 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-au.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ca.md index 3048938c030..279197c6e7c 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ca.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-gb.md index a1e5f763e84..b43a879dbb9 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-gb.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ie.md index 05d9a0396b6..e7ad6990293 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-ie.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-sg.md index 6f77b78f52b..7db7b53c786 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-sg.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-us.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-us.md index 0eaa2d21469..83af994c35d 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.en-us.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-es.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-es.md index 8a73dcad015..7bba284d2a0 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-es.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-us.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-us.md index 89cf26a87a8..90de3c1886f 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.es-us.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-ca.md index 129bf2632f7..915702eaad5 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-ca.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-fr.md index a1613653ee2..dfd668df0d0 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.fr-fr.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.it-it.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.it-it.md index 61c300de3b9..60540f01082 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.it-it.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pl-pl.md index 75a9b6b8ab2..69bb4c59ad8 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pl-pl.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pt-pt.md index fc9b1f1eacf..ee6ea558961 100644 --- a/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/information_04_faq/guide.pt-pt.md @@ -429,6 +429,6 @@ If your data is corrupted, you have 2 options: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.de-de.md index cd28f79080e..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.de-de.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/de/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/de/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-asia.md index 2d096378e81..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-asia.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/asia/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-au.md index 2f0622bb175..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-au.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-au/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ca.md index 11c6549c091..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ca.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-gb.md index e6f9f449536..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-gb.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-gb/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ie.md index 6be2cb8a8b8..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-ie.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ie/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-sg.md index 79af5954809..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-sg.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-sg/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-us.md index 286cdea7a98..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.en-us.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-es.md index 5966d02ad90..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-es.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es-es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es-es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-us.md index ed6d802016d..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.es-us.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-ca.md index 52ab56c423e..dfbaafa8f84 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-ca.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-fr.md index 778f97e9ce6..dfbaafa8f84 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.fr-fr.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.it-it.md index 9d1564b207b..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.it-it.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/it/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/it/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pl-pl.md index e89c4e9a8f7..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pl-pl.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pl/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pl/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pt-pt.md index a59a67248e8..6171b65b7aa 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/kafka_01_capabilities/guide.pt-pt.md @@ -105,9 +105,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pt/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -205,6 +205,6 @@ For each topic you can specify: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.de-de.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.de-de.md index a622df6a5fe..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.de-de.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-asia.md index ca7505ec030..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-asia.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-au.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-au.md index 0b511328172..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-au.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ca.md index ee024cbb822..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ca.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-gb.md index 1b529391a70..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-gb.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ie.md index 9610527bc34..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-ie.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-sg.md index 4b7f6c5398f..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-sg.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-us.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-us.md index 0abbdd4140d..2831979670d 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.en-us.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-es.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-es.md index 41382745682..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-es.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-us.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-us.md index b5843dfd12a..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.es-us.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-ca.md index f6e10be04ff..568d140a88b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-ca.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-fr.md index ce125dea9a6..568d140a88b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.fr-fr.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.it-it.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.it-it.md index 675d0b27385..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.it-it.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pl-pl.md index 2733cf139dc..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pl-pl.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pt-pt.md index c2f7662dad9..5426dd75328 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/kafka_02_getting_started/guide.pt-pt.md @@ -18,14 +18,14 @@ This guide explains how to successfully configure Public Cloud Databases for Kaf ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -266,4 +266,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.de-de.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.de-de.md index bfb098129c9..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.de-de.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-asia.md index 0e42a7e78e4..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-asia.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-au.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-au.md index dfefea2a3b8..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-au.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ca.md index d75cef15e04..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-gb.md index ceefe87baa6..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-gb.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ie.md index a232167909b..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-ie.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-sg.md index a26f07dc3f0..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-sg.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-us.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-us.md index 544295fa5ba..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.en-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-es.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-es.md index 823b3fa3de8..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-es.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-us.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-us.md index 436594a67f5..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.es-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-ca.md index afa7ec90a01..903a787ed01 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-fr.md index 9b45dcad63e..903a787ed01 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.fr-fr.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.it-it.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.it-it.md index ab60e1ef77c..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.it-it.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pl-pl.md index 4594b6cb76f..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pl-pl.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pt-pt.md index e1929bfca15..b131068948b 100644 --- a/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/kafka_03_advanced_parameters_references/guide.pt-pt.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -429,6 +429,6 @@ Below you can find a summary of every configuration option available for Kafka s Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.de-de.md index ef7af9e4d9f..75f9eabc956 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.de-de.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-asia.md index 28159be4c1d..68c0e86f915 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-asia.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-au.md index 56dc1739e72..cbdfcbed212 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-au.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ca.md index 7913f39bdb4..24e15a4bcb4 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ca.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-gb.md index cc2a67462be..08fe79be8c2 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-gb.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ie.md index d50506e1c94..c9c9f298b54 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-ie.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-sg.md index cf78588c5c9..6d20fd0383f 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-sg.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-us.md index 1288fbfd0f6..f4d0346ad72 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.en-us.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-es.md index bae9b2bc01d..292842b6082 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-es.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-us.md index 44220128ead..7a1c188e112 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.es-us.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-ca.md index 1077c1e411a..1c864c69ccf 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-ca.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-fr.md index 8c8461c1065..f51b7587f1b 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.fr-fr.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.it-it.md index f739177162e..f952d8677e5 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.it-it.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pl-pl.md index 537903f672d..d39ca5d4e66 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pl-pl.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pt-pt.md index 8efd6dea21c..a24cbd1aaa8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_01_capabilities/guide.pt-pt.md @@ -98,6 +98,6 @@ Please note that if the cluster is deleted, logs and metrics are also automatica We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.de-de.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.de-de.md index accd7db3ad7..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.de-de.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-asia.md index 8f10ccf751a..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-asia.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-au.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-au.md index a4717a71dd2..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-au.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ca.md index 607987dfe00..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-gb.md index 3c21ec040d4..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-gb.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ie.md index b2ef85a8b40..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-ie.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-sg.md index 95095aefab7..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-sg.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-us.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-us.md index 1b588c39067..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.en-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-es.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-es.md index ab24e6e3e55..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-es.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-us.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-us.md index 2cd9cbae2a1..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.es-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-ca.md index 2a0fb622f58..807ec96b2b3 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-fr.md index bd20e48bd55..807ec96b2b3 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.fr-fr.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.it-it.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.it-it.md index edee8e9a969..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.it-it.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pl-pl.md index efcf2ac6465..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pl-pl.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pt-pt.md index cd0b9294337..70be1ddd3c8 100644 --- a/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/kafkaconnect_02_advanced_parameters_references/guide.pt-pt.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -195,6 +195,6 @@ Below you can find a summary of every configuration option available for Kafka C Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.de-de.md index 1723bb38876..25a3b782e3b 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.de-de.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-asia.md index 4b00e70fd8c..d4e6b10afd1 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-asia.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-au.md index ae2ae25d781..94532394797 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-au.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ca.md index 949cd4f0b95..341823f7329 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ca.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-gb.md index 128be5f97c6..09451dec15f 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-gb.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ie.md index 9623942f1a7..281d4488e65 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-ie.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-sg.md index 09084ec24a7..69bb4e74231 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-sg.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-us.md index 9b9df1a28fc..9dce816eeb9 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.en-us.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-es.md index 6d7b284c9c5..f9a424fee9d 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-es.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-us.md index e5b7772fbf0..8c132343f4b 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.es-us.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-ca.md index ce524b3e6a4..5f0e2081486 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-ca.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-fr.md index 4d9d57d0cb3..26757bf846b 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.fr-fr.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.it-it.md index cec82d82362..41c8f0a0e2f 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.it-it.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pl-pl.md index afe956c9234..0dac536cb3d 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pl-pl.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pt-pt.md index 54d581fb519..0ad4c49bb79 100644 --- a/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mirrormaker_01_capabilities/guide.pt-pt.md @@ -145,6 +145,6 @@ You can specify a username for each user. By default, the role is **admin**. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.de-de.md index fbc53636c83..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-asia.md index 80985b75280..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-au.md index a25ddb72c33..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ca.md index cb24fe57e3b..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-gb.md index 43fed39df51..c27f2360cf9 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ie.md index 6ae32d5e32b..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-sg.md index c2f512701c0..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-us.md index 781cfa54e84..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-es.md index 1063a42cc79..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-us.md index 7db4da0a093..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-ca.md index a226d9edc87..b18948b93dc 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-fr.md index a47a98ffd5b..b18948b93dc 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.it-it.md index a7b14766f96..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pl-pl.md index 30c097b0c4e..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pt-pt.md index 9a02eb611af..6c57f5f9167 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MongoDB instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MongoDB instance. #### Step 1: Verify your user roles and password @@ -101,6 +101,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.de-de.md index 499e2d2d4ec..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-asia.md index a1f474f79e8..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-au.md index afe11e7ee76..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ca.md index b4567b78f08..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-gb.md index 2b8bd286e0a..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ie.md index b73b3356e66..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-sg.md index ebdd7ea9b95..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-us.md index 99ca043cbb0..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-es.md index 0d982318007..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-us.md index 0c7a3a98122..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-ca.md index 097ded8bccf..da6653da4bd 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-fr.md index d17de016a9c..da6653da4bd 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.it-it.md index c06d09086d5..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pl-pl.md index 3c715dc78e6..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pt-pt.md index 36217bf5d32..dc8702073d0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_03_connect_cli/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -116,6 +116,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.de-de.md index ef1c5339fb9..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-asia.md index cf3bda1b738..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-au.md index 2123f48b796..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ca.md index d28c9ff7d64..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-gb.md index 92cd5d46247..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ie.md index f958949667f..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-sg.md index 7edc76b1161..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-us.md index 52b6d317872..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-es.md index 1fd0c4c1225..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-us.md index 4f06c97938d..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-ca.md index c36fa4782f7..318bbdf3901 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-fr.md index 1b6a5ad8e33..318bbdf3901 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.it-it.md index 33bf5fac9e9..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pl-pl.md index 25aa87069f4..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pt-pt.md index 7acbc52b85e..eecb00a2a77 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_04_connect_php/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. @@ -174,6 +174,6 @@ They can really help your work with PHP. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.de-de.md index f8388c53e7b..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-asia.md index b555bd33ac5..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-au.md index b7705ffe1fd..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ca.md index 608d0fe14dd..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-gb.md index c455b5b9a8d..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ie.md index 791a558c218..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-sg.md index 3cbcd396add..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-us.md index 22584be3fcd..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-es.md index 71085498427..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-us.md index b82fed9a24c..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-ca.md index f9c03d63625..ab22e400c3b 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-fr.md index f107f4b3b42..ab22e400c3b 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.it-it.md index 9844401bc9b..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pl-pl.md index 1526d0e58e7..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pt-pt.md index 58d9d413aa8..5050c08de88 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_05_connect_python/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.5. @@ -168,6 +168,6 @@ Congratulations! Everything is working properly. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.de-de.md index 2cc3aa37856..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-asia.md index 058e12c78c6..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-au.md index abf527ee8a2..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ca.md index fc5c252eb34..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-gb.md index 5026acc556a..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ie.md index be220dcdf08..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-sg.md index b4a04c4ee6f..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-us.md index f23aa30dad6..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-es.md index 392231d47fd..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-us.md index c1f171b2973..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-ca.md index e31c64b0184..3ff328b6e31 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-fr.md index a06aee470d8..3ff328b6e31 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.it-it.md index ad7b765d4ca..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pl-pl.md index 84f9c94dee7..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pt-pt.md index 04b944d8fa4..db1d08b8b30 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_06_howto_backup_restore/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -73,6 +73,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.de-de.md index 7f9add520da..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-asia.md index b9345f089fb..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-au.md index 1d1bedab1fe..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ca.md index 541f1011f01..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-gb.md index 9e55d24df03..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ie.md index 22da3c83c36..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-sg.md index 5c2413616f2..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-us.md index 5ab4a9dc2c5..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-es.md index ccbc81d5707..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-us.md index 16c61c2e196..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-ca.md index 6795b027d92..1bd11ae5c54 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-fr.md index d818ccdb4f8..1bd11ae5c54 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.it-it.md index 42642e3141f..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pl-pl.md index 465c3b7c58a..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pt-pt.md index a6870b31fb7..357cfa0da57 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_07_connect_compass/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1. @@ -124,5 +124,5 @@ Join our [community of users](/links/community). We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.de-de.md index a384085a158..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.de-de.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-asia.md index 5e826fb924c..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-asia.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-au.md index 66d987df531..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-au.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ca.md index 2eef38c035e..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ca.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-gb.md index 78fb17a635b..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-gb.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ie.md index 8c9d337015f..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-ie.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-sg.md index 90ba4ec3735..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-sg.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-us.md index a582bcd2a4f..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.en-us.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-es.md index 3278ae8a1d5..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-es.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-us.md index 06e347fffe4..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.es-us.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-ca.md index 5c2c696b94d..a5b02f2854e 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-ca.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-fr.md index 252a17cd9bf..a5b02f2854e 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.fr-fr.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.it-it.md index 0fc84cb2228..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.it-it.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pl-pl.md index 405cee5daf2..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pl-pl.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pt-pt.md index 7fe88367b3e..13d70f9da0d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_08_analytics/guide.pt-pt.md @@ -11,8 +11,8 @@ This guide shows how to configure a node in your cluster dedicated to analytics- ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A multi-node capable (so, either *Business*, *Production*, *Enterprise* or *Advanced* plan) MongoDB database cluster running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -95,5 +95,5 @@ Join our community of users on . We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.de-de.md index 7c2d9e3997f..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.de-de.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-asia.md index 26ba3e81426..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-asia.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-au.md index 921906de5c9..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-au.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ca.md index 0a2076053b4..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ca.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-gb.md index 8c307458f5c..1104af7eb82 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-gb.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ie.md index ad45cdc6647..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-ie.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-sg.md index 825afa3c4c8..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-sg.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-us.md index ef2701af1b1..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.en-us.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-es.md index 20689bc4af9..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-es.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-us.md index f673d95d4b7..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.es-us.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-ca.md index 12ec55a8394..b4a912b74f0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-ca.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-fr.md index addbb402e37..b4a912b74f0 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.fr-fr.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.it-it.md index 31731238106..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.it-it.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pl-pl.md index a45e7eff29d..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pl-pl.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pt-pt.md index fac9cd5bf57..f529176f0cf 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_10_connection_strings/guide.pt-pt.md @@ -14,8 +14,8 @@ MongoDB 3.6 introduced the concept of a seed list that is specified using DNS re ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB instance running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A MongoDB Compass stable version installed and public network connectivity (Internet). This guide was made in MongoDB Compass version 1.30.1 diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.de-de.md index 9bb4bde7fe7..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.de-de.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-asia.md index 23adf95343e..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-asia.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-au.md index c6e3e0a191e..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-au.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ca.md index dd615047be3..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ca.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-gb.md index 0435cfc1115..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-gb.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ie.md index 9cb1716fe46..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-ie.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-sg.md index 0d3589e8a7e..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-sg.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-us.md index 0b3c15fc011..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.en-us.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-es.md index 42d24741055..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-es.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-us.md index 824d9a9d485..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.es-us.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-ca.md index 09807e152dc..7eeff2ce02a 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-ca.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-fr.md index b3c44af1ef5..7eeff2ce02a 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.fr-fr.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.it-it.md index 998c554d714..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.it-it.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pl-pl.md index ddae2d09af8..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pl-pl.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pt-pt.md index ce79f45a52f..ab59c9ebc71 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_11_howto_migrate_to_discovery/guide.pt-pt.md @@ -17,8 +17,8 @@ Nevertheless, if you want to migrate to a new Discovery cluster from a deprecate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections @@ -86,6 +86,6 @@ Again, depending on the volume of data and your network connection, this operati We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.de-de.md index 12f89aa1414..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.de-de.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-asia.md index 1fa7fee2cf3..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-asia.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-au.md index c556cdb6d90..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-au.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ca.md index 0f88a3a4a85..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ca.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-gb.md index d8a24ae79ec..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-gb.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ie.md index 406fd3ed74b..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-ie.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-sg.md index 4f1596835b3..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-sg.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-us.md index d6073d940dd..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.en-us.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-es.md index 57879a1ed2c..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-es.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-us.md index b4b4701c7c7..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.es-us.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-ca.md index 78311d4189b..24a8c40701c 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-ca.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-fr.md index 0faedf9b93d..24a8c40701c 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.fr-fr.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.it-it.md index b0dce9f32b8..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.it-it.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pl-pl.md index bb99152fd2e..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pl-pl.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pt-pt.md index 267c82b016b..8b911d2a5e2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_12_howto_migrate_to_production_or_advanced/guide.pt-pt.md @@ -16,8 +16,8 @@ Migration to Production and Advanced plans is automatic. If you want to migrate ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases service ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Concept @@ -80,6 +80,6 @@ When the migration is complete the status turns to `ready` and the service plan We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.de-de.md index 6b9f185d1ca..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.de-de.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-asia.md index a633621bab8..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-asia.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-au.md index fcb7e3137ff..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-au.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ca.md index 1f4e1e03398..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ca.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-gb.md index 9e00fad7dbf..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-gb.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ie.md index 0d18b02f5d4..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-ie.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-sg.md index 2c8c651e424..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-sg.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-us.md index 77381bd097a..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.en-us.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-es.md index f6875bb5275..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-es.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-us.md index 691a2c0117a..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.es-us.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-ca.md index feec72d0bce..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-ca.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-fr.md index 7816de03350..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.fr-fr.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.it-it.md index 27555fcf6b1..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.it-it.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pl-pl.md index d1cb5fb5a57..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pl-pl.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pt-pt.md index 9a45d73c7c7..23a629042ac 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_14_deploy_with_terraform/guide.pt-pt.md @@ -15,8 +15,8 @@ However, if you would like to know how to do the same with Terraform, but over a ## Requirements - **OVHcloud requirements** - - A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account - - Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) + - A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account + - Access to the [OVHcloud Control Panel](/links/manager) - A private vRack network that can be accessed from your Public Cloud project (if you don’t have one, please refer to our guide [Configuring vRack for Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack)). - An OpenStack user account in your Public Cloud project (if you don’t have one, please refer to the following guide: [Managing OpenStack users](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user/)). - **Terraform requirements** @@ -304,4 +304,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.de-de.md index 0bb4739249a..d6089864364 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.de-de.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-asia.md index 701a938e3cb..7334e91dac7 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-asia.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-au.md index 7dd7769fa25..3c469f88693 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-au.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ca.md index f954e9659eb..6de5b541ebb 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ca.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-gb.md index 47a12c3cbc5..a761e6f0e21 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-gb.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ie.md index bc8806e904d..f7a7113af87 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-ie.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-sg.md index 2c9512e9980..ef3ba6a52f9 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-sg.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-us.md index 2d1f11c31ef..cc4dbf868f2 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.en-us.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-es.md index 472a37f2b1d..7f1a990a9bd 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-es.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-us.md index d56e650175b..52eae192a4e 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.es-us.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-ca.md index b8204454e8c..4d0f742a348 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-ca.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-fr.md index 0a2fae2840d..343c939737d 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.fr-fr.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.it-it.md index 01c73aaabb4..771ae02985c 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.it-it.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pl-pl.md index c148cfba131..6e69b3f0971 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pl-pl.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pt-pt.md index ef0d3155a6b..d82aee5c7d8 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_15_monitoring/guide.pt-pt.md @@ -14,8 +14,8 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). - An OVHcloud managed MongoDB service. If you do not have one, please refer to the following guide: [Getting started with Public Cloud Databases](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel). - An account you can use to log in to MongoDB. If you do not have one, please refer to the following guide: [Configure your MongoDB instance to accept incoming connections](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel). @@ -23,7 +23,7 @@ You can monitor your databases via the OVHcloud Control Panel (and also view sum ### Using the metrics provided by OVHcloud -You can use the main metrics and statistics in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) to track and manage your database instance. +You can use the main metrics and statistics in the [OVHcloud Control Panel](/links/manager) to track and manage your database instance. For each Public Cloud Database service, in the `Metrics`{.action} tab, you can find the following charts: @@ -129,4 +129,4 @@ Visit our dedicated Discord channel: . Ask question Join our community of users on . -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.de-de.md index b69a865ba76..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.de-de.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-asia.md index 395355d3b11..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-asia.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-au.md index f0fc431febe..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-au.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ca.md index ef3708a4cef..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ca.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-gb.md index 36f58e415aa..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-gb.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ie.md index 45b28b6f406..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-ie.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-sg.md index 0ec3af73d7b..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-sg.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-us.md index d096f81bbe5..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.en-us.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-es.md index eba1aef624e..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-es.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-us.md index f01bad54da7..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.es-us.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-ca.md index 88f31b943e2..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-ca.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-fr.md index 663a67147bc..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.fr-fr.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.it-it.md index a0b243f6447..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.it-it.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pl-pl.md index e16abd1dda9..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pl-pl.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pt-pt.md index 184fdd58ac3..71befbca1ed 100644 --- a/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mongodb_tuto_01_connect_nodejs_to_managed_mongodb/guide.pt-pt.md @@ -17,8 +17,8 @@ In this tutorial, we will use the Node.js platform to build a **real-time chat a ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MongoDB database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MongoDB instance](/pages/public_cloud/public_cloud_databases/mongodb_02_manage_control_panel) to accept incoming connections - A [NodeJS working environment](https://nodejs.org/en/download) and public network connectivity (Internet). This tutorial was made using NodeJS LTS 16.14.0. @@ -577,6 +577,6 @@ describe('get messages from particular user', () => { We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.de-de.md index 577fe4b5dd3..f5b4e8c76d4 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.de-de.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/de/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/de/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-asia.md index c335e4068a4..6a3de8d2179 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-asia.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/asia/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-au.md index 25225e70c6e..1de18b6a469 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-au.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-au/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ca.md index 5ed90b14b8d..1f3e2bae4ad 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ca.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-gb.md index f678b66cb3a..34db162d608 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-gb.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-gb/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ie.md index aff98b56887..ca2b9d7dedd 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-ie.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ie/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-sg.md index 6ffd571d722..cbbb3dc286c 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-sg.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-sg/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-us.md index 6e063aa62e4..33d2f830ce3 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.en-us.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-es.md index e560f18b7fe..139811f5531 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-es.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es-es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es-es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-us.md index ffc49d2b51b..2845371acaa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.es-us.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-ca.md index ae86c3a60b7..f8d55fc0a45 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-ca.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-fr.md index 211570e08e3..7a11fb8b58b 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.fr-fr.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.it-it.md index d2f8ef9d7e3..5db6e74d6b3 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.it-it.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/it/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/it/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pl-pl.md index 8e8e40d95da..7ee87ce32b3 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pl-pl.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pl/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pl/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pt-pt.md index f4bd2190de6..d9b62c18f2d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_01_capabilities/guide.pt-pt.md @@ -85,9 +85,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pt/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better IOPS than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -166,6 +166,6 @@ Creation of users is allowed via the Control Panel and API with default admin ro We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.de-de.md index a9ffd510f21..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-asia.md index f022ede1c03..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-au.md index 523917d412b..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ca.md index b77f64a7d27..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-gb.md index 9b244144600..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ie.md index d3ee0330a70..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-sg.md index c32cfde644c..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-us.md index 5cf3951ded2..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-es.md index 32ab5ddedac..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-us.md index 7a75737a9b6..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-ca.md index b5e5f8509c1..3b56e39c071 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-fr.md index 3e7bd7e4078..3b56e39c071 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.it-it.md index 845ba23fc87..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pl-pl.md index 5e14ff56457..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pt-pt.md index ee4a4c829ae..6f045430a68 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_03_connect_cli/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections @@ -152,6 +152,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.de-de.md index 50d26f402c5..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-asia.md index 2c0311a7dc1..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-au.md index f677748687d..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ca.md index b31e4846c14..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-gb.md index 96f12d90ccd..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ie.md index 59099361971..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-sg.md index ac1740084dd..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-us.md index b6fc2609fa6..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-es.md index 435118400ff..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-us.md index 05e4f58d866..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-ca.md index fca5308901f..432f91cdf6f 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-fr.md index 3a76b1ba6a3..432f91cdf6f 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.it-it.md index 8083c1065ae..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pl-pl.md index ade70df3e0f..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pt-pt.md index 187fa7aa692..8ce2baf4671 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_04_connect_php/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). *This guide was made in PHP 8.0.8*. @@ -87,7 +87,7 @@ array(2) { #### Using PDO -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar, and select your MySQL instance. Select the `General Information`{.action} tab. In the **Login Informations** section, download the CA certificate. ```php @@ -135,6 +135,6 @@ array(1) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.de-de.md index 45cc540520b..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-asia.md index 585977cf9b1..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-au.md index cab281acf9a..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ca.md index eca601e5a03..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-gb.md index 12365944cd6..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ie.md index 476fca33a2c..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-sg.md index 06f0e12d4f0..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-us.md index 8c87f018c8c..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-es.md index caba20147d1..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-us.md index 74f0f94df6b..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-ca.md index 34f533797d6..74c29e84156 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-fr.md index fe2cd202097..74c29e84156 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.it-it.md index d2f6b2076f7..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pl-pl.md index 32f38a6866d..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pt-pt.md index eb96f20e0f2..44e4f2087f6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_05_connect_python/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -111,6 +111,6 @@ If not, your CLI should give you more details about the issue, for example : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.de-de.md index 2550bb4858f..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-asia.md index 19b3882457f..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-au.md index a46df160f41..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ca.md index 765c80f9374..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-gb.md index 30c95cee734..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ie.md index d3b8de29aa9..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-sg.md index fe8fb246892..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-us.md index 3b4bbb4c2fa..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-es.md index 4e911578c8a..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-us.md index 1a03a250266..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-ca.md index fa2eeac8781..e8afde4b8d8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-fr.md index 623ebe3a22b..e8afde4b8d8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.it-it.md index 076f21565d8..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pl-pl.md index 6f63495dd14..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pt-pt.md index ef280df63a8..d42a4a9bcfa 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_06_connect_workbench/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your MySQL instance](/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections) to accept incoming connections - A MySQL Workbench stable version installed and public network connectivity (Internet). *This guide was made with MySQL Workbench version 8.0.28*. @@ -70,6 +70,6 @@ Congratulations, in the `Schemas`{.action} tab, you will see your databases. Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.de-de.md index 845d1b3893a..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-asia.md index d8d3c6f8aab..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-au.md index 5b151765d81..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ca.md index 1a1d4a5bc68..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-gb.md index a152a5bd413..c93e1e392b6 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -90,6 +90,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ie.md index d34f1690652..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-sg.md index 9541fbed8de..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-us.md index cace8e59625..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-es.md index 9dfdc6d16e8..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-us.md index aa56a9e8d48..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-ca.md index bb83bfbd674..5ae32c30c84 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-fr.md index 6907d39b57e..5ae32c30c84 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.it-it.md index 210a22bb489..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pl-pl.md index 94974724d16..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pt-pt.md index de7b020da0d..46435c940c8 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A MySQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our MySQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your MySQL instance. #### Step 1: Verify your user roles and password @@ -91,6 +91,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.de-de.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.de-de.md index 7dbd7721d0c..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.de-de.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-asia.md index 6ab811cf1c5..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-asia.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-au.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-au.md index 8df8df25b43..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-au.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ca.md index 0d66bfaf4b8..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ca.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-gb.md index dd9dba24ca5..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-gb.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ie.md index 4d8876c9d73..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-ie.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-sg.md index ef94ef77719..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-sg.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-us.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-us.md index 4bea30a35cc..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.en-us.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-es.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-es.md index a34d0f8664d..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-es.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-us.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-us.md index 167079575b9..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.es-us.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-ca.md index 54ca943f2ce..631fc8c8226 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-ca.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-fr.md index f60ec1acdee..631fc8c8226 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.fr-fr.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.it-it.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.it-it.md index d8c46f8ccea..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.it-it.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pl-pl.md index 3be62a1f138..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pl-pl.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pt-pt.md index 20afb4e6f6c..77cc11c657d 100644 --- a/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/mysql_tuto_01_connect-k8s-to-managed-mysql/guide.pt-pt.md @@ -29,7 +29,7 @@ Finally, you need to be able to order a database solution in the OVHcloud Contro #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -295,6 +295,6 @@ release "my-wordpress" uninstalled We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.de-de.md index fff6db4ca85..d0acde428b4 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.de-de.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-asia.md index 9cb78246cca..190521a6baa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-asia.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-au.md index 43bd1b45f1c..4e3dc6e0494 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-au.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ca.md index 18baafc0397..e8d32101826 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ca.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-gb.md index 7f28b523c33..6d7c08b9e7a 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-gb.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ie.md index 853b1e0999e..e656034090d 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-ie.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-sg.md index cdde3ba01ab..f426abd2e13 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-sg.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-us.md index 4706cc31794..a6f9127a1b2 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.en-us.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-es.md index 4575b1a4c91..2886ec4d133 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-es.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-us.md index 3ff78d81009..bd7255bab71 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.es-us.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-ca.md index a938933d2b6..bb6fd429252 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-ca.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-fr.md index 4d1426a3d5e..eeeb134d658 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.fr-fr.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.it-it.md index 95df688ff7b..4ccd439931d 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.it-it.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pl-pl.md index f5ee68038cf..9894efd9056 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pl-pl.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pt-pt.md index 722b7f7c173..f75d228c6ca 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_01_capabilities/guide.pt-pt.md @@ -179,6 +179,6 @@ In practice, for OpenSearch Dashboards to function properly, you must grant the We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.de-de.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.de-de.md index a44affae515..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.de-de.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- a [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-asia.md index 52bcfda2442..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-asia.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- a [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-au.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-au.md index e356f9b567d..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-au.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- a [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ca.md index 02e8de42bcf..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ca.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- a [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-gb.md index a36804a7049..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-gb.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- a [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ie.md index 3c4fb6996cb..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-ie.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- a [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-sg.md index 483bad2e0db..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-sg.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- a [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-us.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-us.md index fb776417f04..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.en-us.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- a [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-es.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-es.md index 8486e6900d6..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-es.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- a [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-us.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-us.md index 7b2f69a5c3c..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.es-us.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- a [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-ca.md index aa2f36d111e..40b074a0508 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-ca.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- a [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-fr.md index 8e4ae1159a3..40b074a0508 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.fr-fr.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- a [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.it-it.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.it-it.md index 7ebde73c309..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.it-it.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- a [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pl-pl.md index ff4b3298585..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pl-pl.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- a [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pt-pt.md index cb5e97aa1e5..09d1a154faa 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_02_getting_Started/guide.pt-pt.md @@ -12,14 +12,14 @@ This guide explains how to successfully configure a Public Cloud Databases for a ## Requirements -- access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- a [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- access to the [OVHcloud Control Panel](/links/manager) +- a [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account ## Instructions ### Subscribe to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the button `Create a database instance`{.action}. (`Create a service`{.action} if your project already contains databases.) @@ -330,4 +330,4 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.de-de.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.de-de.md index a309cf2c66a..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.de-de.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-asia.md index 644a671c46a..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-asia.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-au.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-au.md index b7104d629cb..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-au.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ca.md index 2511e68a853..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-gb.md index e2c9c6c76bc..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-gb.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ie.md index 2f390f538ba..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-ie.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-sg.md index 47e87ddec0b..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-sg.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-us.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-us.md index 682328930f4..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.en-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-es.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-es.md index 4dbba3f84b2..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-es.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-us.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-us.md index c52621c74b4..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.es-us.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-ca.md index 766bd1cafa8..354f0ab7b8f 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-ca.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-fr.md index 102161e440f..354f0ab7b8f 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.fr-fr.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.it-it.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.it-it.md index 92d59884a67..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.it-it.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pl-pl.md index 9849fc3fa7a..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pl-pl.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pt-pt.md index 4e08a3e5079..0ca0a7854f6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_03_advanced_parameters_references/guide.pt-pt.md @@ -33,9 +33,9 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) or to the [OVHcloud API](https://api.ovh.com/console/) +- Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) ## Instructions @@ -252,6 +252,6 @@ Below you can find a summary of every configuration option available for OpenSea Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.de-de.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.de-de.md index b154ed79e6a..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.de-de.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-asia.md index c3ad00af77d..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-asia.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-au.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-au.md index f40efe491ad..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-au.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ca.md index 45b5711787a..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ca.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-gb.md index 23c8bb1c6e4..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-gb.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ie.md index b1b5ced7ae3..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-ie.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-sg.md index 90033f0c607..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-sg.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-us.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-us.md index 030b0555c22..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.en-us.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-es.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-es.md index 837e088b23f..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-es.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-us.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-us.md index a18885df4a4..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.es-us.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-ca.md index c744305ce07..d3282f394d6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-ca.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-fr.md index 62238a7b39f..d3282f394d6 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.fr-fr.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.it-it.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.it-it.md index ff45a5fd3af..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.it-it.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pl-pl.md index 4b81b3733bf..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pl-pl.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pt-pt.md index 09c5adc1fd3..9dfb710d8b3 100644 --- a/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/opensearch_200_elk_like/guide.pt-pt.md @@ -15,8 +15,8 @@ You can upload a file easily, but for real-time data such as metrics and logs, c This tutorial requires: -- An access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account, running at least: +- An access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account, running at least: - one Public Cloud Database for OpenSearch service running; - one or more additional compute instance running Linux, acting as a data injector. It can also be your computer, a Kubernetes cluster, etc. @@ -254,4 +254,4 @@ Congratulations, you are now able to collect data from multiple sources and push Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.de-de.md index d5a56724b58..acd1f1ed5f6 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.de-de.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/de/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/de/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-asia.md index 89e4f93d6e8..fccd6dc10ad 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-asia.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/asia/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-au.md index 280d3e4f2a1..225c4f01ffd 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-au.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-au/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ca.md index 40001fe4fe7..acddca9f218 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ca.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-gb.md index 2d71fa60525..bd1c86730d6 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-gb.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-gb/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-gb/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ie.md index 5fa873ed4a4..493f8cede7e 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-ie.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-ie/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-ie/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-sg.md index 174d4f61d06..08c333b5673 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-sg.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-sg/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en-sg/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-us.md index 03b9ef7208f..320fdb81260 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.en-us.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/en/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-es.md index 5aef5de6efe..dea6c0691fe 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-es.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es-es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es-es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-us.md index c02748f0d40..14b061e6723 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.es-us.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/es/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/es/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-ca.md index 332ea6326a1..8534c520354 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-ca.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr-ca/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr-ca/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-fr.md index 637b87c1ec7..e472a78cad9 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.fr-fr.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/fr/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/fr/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.it-it.md index 545747e2215..03c1af8aa1c 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.it-it.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/it/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/it/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pl-pl.md index 94cfab73859..aeadf695d16 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pl-pl.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pl/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pl/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pt-pt.md index 676bf15db17..b21e05c973e 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_01_capabilities/guide.pt-pt.md @@ -87,9 +87,9 @@ You can upgrade the node template of your cluster to scale your hardware resourc #### Disk type -The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/pt/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. +The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](/links/public-cloud/regions-pci) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage. -Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](https://www.ovhcloud.com/pt/public-cloud/block-storage/) for more information about those performance characteristics. +Also, the performance characteristics of the various storage offerings may vary depending on e.g. the storage size your cluster uses: *High Speed* may offer better iops than *High Speed Gen2* for some disk sizes. See [Block Storage documentation](/links/public-cloud/block-storage) for more information about those performance characteristics. Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters. @@ -170,6 +170,6 @@ The only specific privilege you can set is `replication`. We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.de-de.md index 151c5a29b01..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-asia.md index 0f89445cffe..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-au.md index 316efe556d2..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ca.md index fd1824f994f..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-gb.md index 4971a2eec7e..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ie.md index 183548316e0..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-sg.md index ce3cd72d82c..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-us.md index b6b9b0c13ed..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-es.md index a97efb42dcd..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-us.md index 98d1ad09af8..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-ca.md index e6ce5e0c414..9afea6d7728 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-fr.md index 3ceaddf8592..9afea6d7728 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.it-it.md index ea5e729fa29..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pl-pl.md index 2600d8e9f94..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pt-pt.md index 1878d6d6374..98dbd94517b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_03_connect_cli/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -159,6 +159,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.de-de.md index 91e8411ec9b..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de); -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-asia.md index 41bf01d5518..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia); -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-au.md index a2e30583734..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au); -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ca.md index 44e7204a483..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca); -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-gb.md index 87b74c1a19b..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB); -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ie.md index e2e66631ea0..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie); -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-sg.md index 8ba007a957e..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg); -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-us.md index ab08febeab3..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we); -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-es.md index 0b413ef01a5..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es); -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-us.md index 30099666af7..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws); -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-ca.md index c1239797111..ba790020780 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc); -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-fr.md index e77d887b673..ba790020780 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr); -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.it-it.md index dc085586dc1..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it); -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pl-pl.md index 47358d907b0..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl); -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pt-pt.md index 8c8e35b64c3..f752abf0d75 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_04_connect_php/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt); -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 8.0.8. @@ -131,6 +131,6 @@ array(4) { Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.de-de.md index a39ab94bd57..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-asia.md index 2d1876b2909..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-au.md index 59174edf846..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ca.md index 9aca4357364..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-gb.md index d2ee5d1b69b..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ie.md index 3595431fb2e..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-sg.md index 22a36ad2117..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-us.md index 35c03c4a6cd..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-es.md index 213aa46c738..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-us.md index 34ef40f7379..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-ca.md index 258789543bf..54ef33cce6a 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-fr.md index 36f73e71584..54ef33cce6a 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.it-it.md index b45c4f21a91..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pl-pl.md index 48d30467c06..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pt-pt.md index 1bbdd66c2df..44bca877ac7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_05_connect_python/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A Python environment with a stable version and public network connectivity (Internet). This guide was made using Python 3.9.7. @@ -97,6 +97,6 @@ After executing your Python code, result shown in the CLI should be like this : Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.de-de.md index 23f9fa320da..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-asia.md index a0192c7bc4f..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-au.md index 31b48ab08e9..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ca.md index 4bcdea94c36..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-gb.md index daa9f1e6721..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ie.md index 5837574666e..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-sg.md index 8504459ca84..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-us.md index 3f008aaecba..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-es.md index 397818dda95..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-us.md index e3e33270747..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-ca.md index f875b3abc19..b7a097c983f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-fr.md index bcf756ed12c..b7a097c983f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.it-it.md index 036e1519a6b..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pl-pl.md index 286f4606aa3..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pt-pt.md index 86b0ea3def3..e448dfc9e82 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_06_connect_pgadmin/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections - A pgAdmin stable version installed and public network connectivity (Internet). This guide was made in pgAdmin 4 version 6.4. @@ -86,6 +86,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.de-de.md index c0f1a92cf50..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-asia.md index d7911d11dfd..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-au.md index c94ebd1b11e..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ca.md index f1bb8a546c5..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-gb.md index 22510995ccb..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ie.md index 0fa1c240fd7..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-sg.md index 1e72eb1a11b..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-us.md index 1d0152676a9..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-es.md index 5b7c3e1adae..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-us.md index 6fd463d2b9e..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-ca.md index 678dac2525f..5364c3a451f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-fr.md index 50b74b9c454..5364c3a451f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.it-it.md index aa71ae8c281..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pl-pl.md index ee398604182..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pt-pt.md index e7fff9e25d3..38948f0b8f4 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions @@ -22,7 +22,7 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic Before making a connection, we need to verify that our PostgreSQL instance is correctly configured. -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. +Log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance. #### Step 1: Verify your user roles and password @@ -89,6 +89,6 @@ Visit the [Github examples repository](https://github.com/ovh/public-cloud-datab Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.de-de.md index 1bda82fa508..858a3666c2b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de). -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -130,6 +130,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-asia.md index f45f870ffab..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia). -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-au.md index 314be74cfc4..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au). -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ca.md index 8de0b1e15d3..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca). -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-gb.md index d26665a1e30..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ie.md index 83f41435a70..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie). -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-sg.md index 60a10fdb2b5..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg). -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-us.md index 65af7228c9b..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we). -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-es.md index 882d580635f..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es). -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-us.md index 1a3ea0134a9..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws). -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-ca.md index 5d365dc0ea7..011d469d978 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc). -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-fr.md index b5326013c3f..011d469d978 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.it-it.md index c457d09b2bf..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pl-pl.md index a5179b9ee5c..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl). -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pt-pt.md index d513828ebbf..516ab4b82ed 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_08_pool/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt). -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager). +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your PostgreSQL instance](/pages/public_cloud/public_cloud_databases/postgresql_07_prepare_for_incoming_connections) to accept incoming connections @@ -45,7 +45,7 @@ It makes sense to have enough connections so that each CPU core on the server ha ### Create a connection pool -To create a new connection pool, log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and open your `Public Cloud`{.action} project. +To create a new connection pool, log in to your [OVHcloud Control Panel](/links/manager) and open your `Public Cloud`{.action} project. Click on `Databases`{.action} in the left-hand navigation bar and select your PostgreSQL instance, then select the `Pools`{.action} tab. Click on `Add a pool`{.action}, and fill the form. @@ -131,6 +131,6 @@ pgstatactivity outputs the two psql sessions, which uses the same PostgreSQL ser Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.de-de.md index 71a2a622d98..89af23affcf 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.de-de.md @@ -156,6 +156,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-asia.md index 3ccea0e8e28..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-asia.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-au.md index b30020a9b86..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-au.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ca.md index 6ec0a99eaf6..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ca.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-gb.md index aebbb240eb3..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-gb.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ie.md index 93346a26c6e..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-ie.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-sg.md index 0c8fceed38e..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-sg.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-us.md index 3996a052dd3..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.en-us.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-es.md index 2db88ae53ee..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-es.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-us.md index a8b5ad75394..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.es-us.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-ca.md index 8999826f220..852504bf30f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-ca.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-fr.md index a751376c6ef..852504bf30f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.fr-fr.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.it-it.md index 08c454f0ed4..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.it-it.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pl-pl.md index f9090be0b40..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pl-pl.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pt-pt.md index 77762be9939..1ddbab76c5d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_09_concept_high_availability/guide.pt-pt.md @@ -154,6 +154,6 @@ In both cases the Recovery Time Objective will vary, depending on multiple param We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.de-de.md index e09a4e5027b..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.de-de.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-asia.md index 8998fe02fd0..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-asia.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-au.md index e9ae00d1fac..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-au.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ca.md index 6eeba52ec74..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ca.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-gb.md index 4a1a1a13756..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-gb.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ie.md index c5eb92fcbaf..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-ie.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-sg.md index 4e77d41e2a3..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-sg.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-us.md index 7e0b676a1d0..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.en-us.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-es.md index 998dafce5ef..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-es.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-us.md index 8728feb6279..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.es-us.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-ca.md index 54165a07047..597a7893946 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-ca.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-fr.md index 1aef80b484f..597a7893946 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.fr-fr.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.it-it.md index a9ec7b2c1fc..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.it-it.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pl-pl.md index 933031a5366..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pl-pl.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pt-pt.md index 9e77ceb1abc..a43110fd862 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_11_terminate_queries/guide.pt-pt.md @@ -12,9 +12,9 @@ Queries on a PostgreSQL instance can run indefinitely, and OVHcloud will not sto ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A PostgreSQL database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- Access to the [OVHcloud Control Panel](/links/manager) ## Instructions @@ -93,6 +93,6 @@ As explained here, the query will disappear if you check again the statistics, b Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.de-de.md index 74bcb352bde..21b658fdde1 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.de-de.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-asia.md index d5b7b870c73..f83a20faf3b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-asia.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-au.md index b546fe9873d..3b956a51382 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-au.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ca.md index b1465bdaf34..de9a16da555 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ca.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-gb.md index 65238a5b293..96bc353cd18 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-gb.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ie.md index d130e421f60..72f734ddd84 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-ie.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-sg.md index 075d728e9ca..f1614d773cb 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-sg.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-us.md index 818b7df0271..641df7a625a 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.en-us.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-es.md index 75ef5f6430f..8f1b0332630 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-es.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-us.md index 510ecd2bac1..42ba949e045 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.es-us.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-ca.md index 2c6d32b224d..5075a62c257 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-ca.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-fr.md index b4460a93df2..e2d7af7f952 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.fr-fr.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.it-it.md index 847c37fdf0d..0ee0b415ae0 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.it-it.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pl-pl.md index 8cc5ab99be4..1a2d26f7797 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pl-pl.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pt-pt.md index fda92e2ed1c..8296b73029b 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_01_connect_strapi_to_managed_postgresql/guide.pt-pt.md @@ -27,7 +27,7 @@ As [Strapi](https://strapi.io/){.external} is written in Javascript, packages li #### Subscribing to the service -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. +Log in to your [OVHcloud Control Panel](/links/manager) and switch to `Public Cloud`{.action} in the top navigation bar. After selecting your Public Cloud project, click on `Databases`{.action} in the left-hand navigation bar under **Storage**. Click on the `Create a database instance`{.action} button. (`Create a service`{.action} if your project already contains databases.) @@ -470,6 +470,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.de-de.md index 27b7ffa0b67..e90ef34f653 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.de-de.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-asia.md index e2792f29e0b..4fe2f615d35 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-asia.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-au.md index cf832cba13c..739b706d4ff 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-au.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ca.md index 0e38c7d0186..0a544366f00 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ca.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-gb.md index 96518f2e269..236ce3193b1 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-gb.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -205,6 +205,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ie.md index 34e9d065f9a..6d5ebe0668f 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-ie.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-sg.md index ed6c82579e5..d2cedfbaf1d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-sg.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-us.md index dbd2899c556..359dac4247d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.en-us.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-es.md index 3a2b7ea6d5a..95cf704c120 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-es.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-us.md index ff3e4dfbbc9..9d527810450 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.es-us.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-ca.md index cd1f7f38025..cd5e1786e90 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-ca.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-fr.md index d7cc5f730cb..4ba45c7f558 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.fr-fr.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.it-it.md index 040311dc4fc..dda174ca46d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.it-it.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pl-pl.md index 5ef647aeebf..e83707a81df 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pl-pl.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pt-pt.md index 1f555728a68..35b3abe334e 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_02_connect_wagtail_to_managed_postgresql/guide.pt-pt.md @@ -19,8 +19,8 @@ In this tutorial, we are going to show you how to install [Wagtail](https://wagt ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for PostgreSQL. - A Python environment with a stable version and public network connectivity (Internet). This tutorial was made using Python 3.9.7. @@ -130,7 +130,7 @@ If you keep wagtail on default settings, a local SQLlite database will be used i Before creating the database, let's edit the `mysite/mysite/settings/base.py` file and adapt the connection parameters to the database. -The useful parameters, available in the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) are: +The useful parameters, available in the [OVHcloud Control Panel](/links/manager) are: - The db Host, the db Port - Get them from the "General Information tab". @@ -203,6 +203,6 @@ To clean your PostgreSQL, use the OVHcloud Control Panel to delete your managed We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.de-de.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.de-de.md index 1148def2854..c49f85e14f7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.de-de.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-asia.md index cdc5aa06d29..a86ce6bbf18 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-asia.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-au.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-au.md index 2d8e6f7323b..5aa3efd3c68 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-au.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ca.md index a24e4acbfa7..da5c390d68d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ca.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-gb.md index d73561943b2..6dc17e526ea 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-gb.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ie.md index 0f3b436b04b..2a5889a7575 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-ie.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-sg.md index f65f84b088d..bfea4d173d7 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-sg.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-us.md index 3cf6c50a77e..f542de965bd 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.en-us.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-es.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-es.md index 6f77e4601d9..b15002c59c3 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-es.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-us.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-us.md index 1dfca6d8935..2d8b2ead2fb 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.es-us.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-ca.md index bec626ec56a..f65fae99e8d 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-ca.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-fr.md index a2678b50ae0..079fd242c6e 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.fr-fr.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.it-it.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.it-it.md index b83a7898bdd..2ae35e6b0c8 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.it-it.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pl-pl.md index bc97a4da777..3b1fcd96099 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pl-pl.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pt-pt.md index ef5cf8f68f9..bffbb372475 100644 --- a/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/postgresql_tuto_03_migrate_ecdb/guide.pt-pt.md @@ -10,11 +10,11 @@ updated: 2022-03-16 ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/compute/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/compute) in your OVHcloud account - A PostgreSQL database running on-premises (the "source" instance) - A PostgreSQL database running on OVHcloud Public Cloud Databases (the "target" instance) - A PostgreSQL client that can connect to both database instances, source and target. -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- Access to the [OVHcloud Control Panel](/links/manager) These guides can help you to meet these requirements: @@ -116,7 +116,7 @@ $ pg_restore -d defaultdb -h -p

-You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt): +You can monitor the disk & network activity from the Metrics section of the DB service page in your [OVHcloud Control Panel](/links/manager): ![Metrics Tab](images/metrics_tab.png){.thumbnail} @@ -145,6 +145,6 @@ Once you verified that the database migration was successful, update client appl Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.de-de.md index 3d187d06be1..7cbb66743da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.de-de.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-asia.md index 04e75f1a1a3..386cd2a66e4 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-asia.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-au.md index b1142919d11..4016da8994d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-au.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ca.md index 0d20454a763..33918ff2d1f 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ca.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-gb.md index 12bededaeb6..afceed02905 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-gb.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ie.md index edf2229eba7..888038dc492 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-ie.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-sg.md index f6a853fc125..06baaf95da1 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-sg.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-us.md index 4f56401a7f3..94707f5c07a 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.en-us.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-es.md index 1938d0ecb3d..c6ee1f23462 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-es.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-us.md index 9f4b413851a..dbbb3d02244 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.es-us.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-ca.md index 68f3c4e1429..f51cdb89e68 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-ca.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-fr.md index 5ffb1a947b3..b88f46b9bc4 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.fr-fr.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.it-it.md index d2b4a259446..cac2826076f 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.it-it.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pl-pl.md index 43c3325dd2c..253c1541d49 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pl-pl.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pt-pt.md index 279284dc54a..8aace7f31af 100644 --- a/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_01_capabilities/guide.pt-pt.md @@ -171,6 +171,6 @@ Here is the list of unsupported commands: We would love to help answer questions and appreciate any feedback you may have. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Are you on Discord? Connect to our channel at and interact directly with the team that builds our databases service! diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.de-de.md index 1404e277cdd..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de); -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-asia.md index c0255a7cce3..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia); -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-au.md index e1e43fec490..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au); -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ca.md index c9537af31f0..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca); -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-gb.md index 5040463443e..e1f8d0720ba 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB); -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ie.md index ca6668a8c9b..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie); -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-sg.md index 9e615e90811..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg); -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-us.md index 776163407f2..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we); -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-es.md index 42fe0995373..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es); -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-us.md index 6afb7d7c1bf..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws); -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-ca.md index d502d537744..f1479a8e651 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc); -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-fr.md index c89dc3e26f9..f1479a8e651 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr); -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.it-it.md index c78f9d64af1..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it); -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pl-pl.md index 4c65232fec3..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl); -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pt-pt.md index 6af20d5b794..94b2f0706dc 100644 --- a/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_03_connect_cli/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt); -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account; +- Access to the [OVHcloud Control Panel](/links/manager); +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account; - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.de-de.md index 2372027690a..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-asia.md index a5862b1e494..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-au.md index 5c642d941a5..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ca.md index e38c15513c9..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-gb.md index 1c70a475373..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ie.md index ccad79625b7..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-sg.md index b2bf06e3c0e..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-us.md index 112d03eb315..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-es.md index cf40442e0b1..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-us.md index c370e5d9963..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-ca.md index 3fa096e8370..64ef3a4c401 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-fr.md index 206cb3e576c..64ef3a4c401 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.it-it.md index 420d476f491..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pl-pl.md index a46304ba1d7..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pt-pt.md index 8e43617fafb..ca3549991d7 100644 --- a/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_04_connect_php/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A PHP environment with a stable version and public network connectivity (Internet). This guide was made in PHP 7.4. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.de-de.md index d70c5c89e22..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.de-de.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-asia.md index 3c52a62d783..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-asia.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-au.md index d9fe8388453..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-au.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ca.md index 30a6a365fe4..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-gb.md index 0e8afc694ab..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-gb.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ie.md index 0e672897335..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-ie.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-sg.md index 255eb3a29fd..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-sg.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-us.md index 309cf3d6dd3..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.en-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-es.md index 133817414a0..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-es.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-us.md index 5e5ab2d6be5..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.es-us.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-ca.md index 83c674c3809..bee0d25e825 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-ca.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-fr.md index 367fdb7966a..bee0d25e825 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.fr-fr.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.it-it.md index 69ea26c5cf1..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.it-it.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pl-pl.md index 76d7dd36170..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pl-pl.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pt-pt.md index 4beecb10b58..27c287a87bf 100644 --- a/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_05_connect_python/guide.pt-pt.md @@ -14,8 +14,8 @@ You can find an example on the [Github examples repository](https://github.com/o ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A working Python environment. diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.de-de.md index 2e78aef80c2..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) -- A [Valkey service project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-asia.md index 6cc15c9703b..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) -- A [Valkey service project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-au.md index 413eae212fb..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) -- A [Valkey service project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ca.md index b41dad01436..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) -- A [Valkey service project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-gb.md index 5001d464ae7..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) -- A [Valkey service project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ie.md index 448e1d7bcdc..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) -- A [Valkey service project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-sg.md index f2aaebac7eb..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) -- A [Valkey service project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-us.md index e02e9c62252..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) -- A [Valkey service project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-es.md index 6bfd365a61d..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) -- A [Valkey service project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-us.md index c58b3b7f0db..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) -- A [Valkey service project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-ca.md index 522866161f7..4f8c9f786cd 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) -- A [Valkey service project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-fr.md index aac708cc8fa..4f8c9f786cd 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) -- A [Valkey service project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.it-it.md index f98b9c4ed2c..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) -- A [Valkey service project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pl-pl.md index e16cc48e092..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) -- A [Valkey service project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pt-pt.md index c41a144df73..f8948f5c87e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_06_connect_redisinsight/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) -- A [Valkey service project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) +- A [Valkey service project](/links/public-cloud/public-cloud) in your OVHcloud account - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - [Configure your Valkey service](/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections) to accept incoming connections - A RedisInsight stable version installed and public network connectivity (Internet). This guide was made in RedisInsight 1.11.1 diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.de-de.md index f8e47c01df9..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.de-de.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-asia.md index 128015356ff..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-asia.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-au.md index 1ecd46a9ff5..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-au.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ca.md index aa1c1f06ed1..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ca.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-gb.md index 2b4fc7776f9..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-gb.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ie.md index a339ae15a2e..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-ie.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-sg.md index 1cc575698ee..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-sg.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-us.md index 70b88028345..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.en-us.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-es.md index b2fefad0303..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-es.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-us.md index db4ac7c18cc..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.es-us.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-ca.md index 5ad8d9c25b4..42a5e8a7835 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-ca.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-fr.md index 73d89f2d432..773d8ac5167 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.fr-fr.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.it-it.md index 4cf57aebbca..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.it-it.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pl-pl.md index 075e868b904..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pl-pl.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pt-pt.md index c38ddb5bbe0..c3b141c2e2d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_07_update_acls/guide.pt-pt.md @@ -16,7 +16,7 @@ You must therefore use the [OVHcloud API](/pages/manage_and_operate/api/first-st ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account. +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account. - An up and running Public Cloud Database for Valkey. If you have never used the OVHcloud API before, then follow this tutorial: [First Steps with the OVHcloud APIs](/pages/manage_and_operate/api/first-steps). diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.de-de.md index f9311ca47f9..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.de-de.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.de/&ovhSubsidiary=de) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-asia.md index 7f3dbbdb3c7..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-asia.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-au.md index 2450eff8e32..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-au.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com.au/&ovhSubsidiary=au) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ca.md index 2435132f9ca..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/en/&ovhSubsidiary=ca) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-gb.md index c7d367bb76b..c6922096d1d 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-gb.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ie.md index b01312e3e02..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-ie.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-sg.md index 1627964b837..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-sg.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/sg/&ovhSubsidiary=sg) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-us.md index 2199698111e..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.en-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=we) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-es.md index fc17df64697..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-es.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-us.md index a88d3e5488d..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.es-us.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/world/&ovhSubsidiary=ws) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-ca.md index e180be62dbe..72338a147b3 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-ca.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/ca/fr/&ovhSubsidiary=qc) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-fr.md index 5baa1e6f77b..72338a147b3 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.fr-fr.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.it-it.md index 386362becf6..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.it-it.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pl-pl.md index 0defa41337c..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pl-pl.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pt-pt.md index 1a004b87d5d..2cee50782da 100644 --- a/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_08_prepare_for_incoming_connections/guide.pt-pt.md @@ -12,8 +12,8 @@ Public Cloud Databases allow you to focus on building and deploying cloud applic ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account -- Access to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pt/&ovhSubsidiary=pt) +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account +- Access to the [OVHcloud Control Panel](/links/manager) - A Valkey service running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) ## Instructions diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.de-de.md index 89d68037de4..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.de-de.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-asia.md index 237bf222b38..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-asia.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-au.md index f8fa4c905a4..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-au.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ca.md index adeeb6428b8..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ca.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-gb.md index 7b6a4e33ca7..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-gb.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ie.md index 2ea64e50e97..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-ie.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-sg.md index bbad6657633..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-sg.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-us.md index 03f153f299d..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.en-us.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-es.md index f69b05f64a3..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-es.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-us.md index 49f1bc7754f..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.es-us.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-ca.md index a6a22ff95a6..ab614a941a2 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-ca.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-fr.md index d2423b4ed21..ab614a941a2 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.fr-fr.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/fr/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.it-it.md index c78f9d8c476..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.it-it.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pl-pl.md index 9a80b4fae76..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pl-pl.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pt-pt.md index 4a952357368..18ea1a86c39 100644 --- a/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_09_advanced_parameters_references/guide.pt-pt.md @@ -33,7 +33,7 @@ This guide lists all the supported advanced parameters that allow you to configu ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A database running on your OVHcloud Public Cloud Databases ([this guide](/pages/public_cloud/public_cloud_databases/databases_01_order_control_panel) can help you to meet this requirement) - Access to your [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](https://api.ovh.com/console/) diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.de-de.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.de-de.md index ac5247c6049..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.de-de.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.de-de.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/de/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-asia.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-asia.md index 884ff8fc356..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-asia.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-au.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-au.md index fee8ac50235..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-au.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-au.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ca.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ca.md index 77d093b907a..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ca.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-gb.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-gb.md index 500889c33f9..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-gb.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ie.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ie.md index 5dae42c778d..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-ie.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-sg.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-sg.md index 2182117b324..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-sg.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-us.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-us.md index 5294312eb50..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.en-us.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-es.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-es.md index 0a2dea6b1eb..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-es.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-es.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/es-es/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-us.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-us.md index b0b48980037..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-us.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.es-us.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/es/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-ca.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-ca.md index 99ed4834aea..a4ee9e83e9e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-ca.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/fr-ca/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-fr.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-fr.md index 3e86ae303bc..a4ee9e83e9e 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.fr-fr.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/fr/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.it-it.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.it-it.md index 6ab6e88f3bf..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.it-it.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.it-it.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/it/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pl-pl.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pl-pl.md index 66526ed160f..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pl-pl.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/pl/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > diff --git a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pt-pt.md b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pt-pt.md index 030baac34d0..97c6387f598 100644 --- a/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_databases/redis_tuto_01_wordpress/guide.pt-pt.md @@ -23,7 +23,7 @@ For this tutorial we propose to use the WordPress CMS, running on Linux Ubuntu w > [!warning] >This tutorial will show you how to use one or more OVHcloud solutions with external tools, and will describe the actions to be carried out in a specific context. Please remember to adapt these actions to fit your situation. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](https://partner.ovhcloud.com/pt/directory/) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. +>If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with [our community](https://community.ovh.com/en/). OVHcloud cannot provide you with technical support in this regard. > > Remember to back up your files prior to making any changes. > From e5a821927a633eb6d1d134a7d409421586158ab2 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:22:50 +0200 Subject: [PATCH 096/160] Fix global links in Public cloud public cloud network services --- .../additional-ip-buy/guide.de-de.md | 2 +- .../additional-ip-buy/guide.es-es.md | 2 +- .../additional-ip-buy/guide.es-us.md | 2 +- .../additional-ip-buy/guide.fr-ca.md | 2 +- .../additional-ip-buy/guide.fr-fr.md | 2 +- .../additional-ip-buy/guide.it-it.md | 2 +- .../additional-ip-buy/guide.pl-pl.md | 2 +- .../additional-ip-buy/guide.pt-pt.md | 2 +- .../additional-ip-import/guide.de-de.md | 2 +- .../additional-ip-import/guide.en-asia.md | 4 ++-- .../additional-ip-import/guide.en-au.md | 4 ++-- .../additional-ip-import/guide.en-ca.md | 4 ++-- .../additional-ip-import/guide.en-gb.md | 4 ++-- .../additional-ip-import/guide.en-ie.md | 4 ++-- .../additional-ip-import/guide.en-sg.md | 4 ++-- .../additional-ip-import/guide.en-us.md | 4 ++-- .../additional-ip-import/guide.es-es.md | 4 ++-- .../additional-ip-import/guide.es-us.md | 4 ++-- .../additional-ip-import/guide.fr-ca.md | 4 ++-- .../additional-ip-import/guide.fr-fr.md | 4 ++-- .../additional-ip-import/guide.it-it.md | 4 ++-- .../additional-ip-import/guide.pl-pl.md | 4 ++-- .../additional-ip-import/guide.pt-pt.md | 4 ++-- .../additional-ip-migrate/guide.de-de.md | 2 +- .../additional-ip-migrate/guide.en-asia.md | 2 +- .../additional-ip-migrate/guide.en-au.md | 4 ++-- .../additional-ip-migrate/guide.en-ca.md | 4 ++-- .../additional-ip-migrate/guide.en-gb.md | 4 ++-- .../additional-ip-migrate/guide.en-ie.md | 4 ++-- .../additional-ip-migrate/guide.en-sg.md | 4 ++-- .../additional-ip-migrate/guide.en-us.md | 4 ++-- .../additional-ip-migrate/guide.es-es.md | 2 +- .../additional-ip-migrate/guide.es-us.md | 2 +- .../additional-ip-migrate/guide.fr-ca.md | 2 +- .../additional-ip-migrate/guide.fr-fr.md | 2 +- .../additional-ip-migrate/guide.it-it.md | 2 +- .../additional-ip-migrate/guide.pl-pl.md | 2 +- .../additional-ip-migrate/guide.pt-pt.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-au.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-ca.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-gb.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-ie.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-sg.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.en-us.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.es-es.md | 2 +- .../changing_dns_servers_of_an_instance/guide.es-us.md | 2 +- .../changing_dns_servers_of_an_instance/guide.fr-ca.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.fr-fr.md | 4 ++-- .../changing_dns_servers_of_an_instance/guide.it-it.md | 2 +- .../changing_dns_servers_of_an_instance/guide.pl-pl.md | 2 +- .../changing_dns_servers_of_an_instance/guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../concepts-03-loadbalancer/guide.de-de.md | 2 +- .../concepts-03-loadbalancer/guide.en-asia.md | 2 +- .../concepts-03-loadbalancer/guide.en-au.md | 2 +- .../concepts-03-loadbalancer/guide.en-ca.md | 2 +- .../concepts-03-loadbalancer/guide.en-gb.md | 2 +- .../concepts-03-loadbalancer/guide.en-ie.md | 2 +- .../concepts-03-loadbalancer/guide.en-sg.md | 2 +- .../concepts-03-loadbalancer/guide.en-us.md | 2 +- .../concepts-03-loadbalancer/guide.es-es.md | 2 +- .../concepts-03-loadbalancer/guide.es-us.md | 2 +- .../concepts-03-loadbalancer/guide.fr-ca.md | 2 +- .../concepts-03-loadbalancer/guide.fr-fr.md | 2 +- .../concepts-03-loadbalancer/guide.it-it.md | 2 +- .../concepts-03-loadbalancer/guide.pl-pl.md | 2 +- .../concepts-03-loadbalancer/guide.pt-pt.md | 2 +- .../configuration-01-snat-configuration/guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-au.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-ca.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-gb.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-ie.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-sg.md | 4 ++-- .../configuration-01-snat-configuration/guide.en-us.md | 4 ++-- .../configuration-01-snat-configuration/guide.es-es.md | 4 ++-- .../configuration-01-snat-configuration/guide.es-us.md | 4 ++-- .../configuration-01-snat-configuration/guide.fr-ca.md | 4 ++-- .../configuration-01-snat-configuration/guide.fr-fr.md | 4 ++-- .../configuration-01-snat-configuration/guide.it-it.md | 4 ++-- .../configuration-01-snat-configuration/guide.pl-pl.md | 4 ++-- .../configuration-01-snat-configuration/guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../configuration-03-change-mtu-size/guide.de-de.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-asia.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-au.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-ca.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-gb.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-ie.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-sg.md | 4 ++-- .../configuration-03-change-mtu-size/guide.en-us.md | 4 ++-- .../configuration-03-change-mtu-size/guide.es-es.md | 4 ++-- .../configuration-03-change-mtu-size/guide.es-us.md | 4 ++-- .../configuration-03-change-mtu-size/guide.fr-ca.md | 4 ++-- .../configuration-03-change-mtu-size/guide.fr-fr.md | 4 ++-- .../configuration-03-change-mtu-size/guide.it-it.md | 4 ++-- .../configuration-03-change-mtu-size/guide.pl-pl.md | 4 ++-- .../configuration-03-change-mtu-size/guide.pt-pt.md | 4 ++-- .../configuration-04-update_subnet/guide.de-de.md | 2 +- .../configuration-04-update_subnet/guide.en-asia.md | 2 +- .../configuration-04-update_subnet/guide.en-au.md | 2 +- .../configuration-04-update_subnet/guide.en-ca.md | 2 +- .../configuration-04-update_subnet/guide.en-gb.md | 2 +- .../configuration-04-update_subnet/guide.en-ie.md | 2 +- .../configuration-04-update_subnet/guide.en-sg.md | 2 +- .../configuration-04-update_subnet/guide.en-us.md | 2 +- .../configuration-04-update_subnet/guide.es-es.md | 2 +- .../configuration-04-update_subnet/guide.es-us.md | 2 +- .../configuration-04-update_subnet/guide.fr-ca.md | 2 +- .../configuration-04-update_subnet/guide.fr-fr.md | 2 +- .../configuration-04-update_subnet/guide.it-it.md | 2 +- .../configuration-04-update_subnet/guide.pl-pl.md | 2 +- .../configuration-04-update_subnet/guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../guide.de-de.md | 8 ++++---- .../guide.en-asia.md | 8 ++++---- .../guide.en-au.md | 8 ++++---- .../guide.en-ca.md | 8 ++++---- .../guide.en-gb.md | 8 ++++---- .../guide.en-ie.md | 8 ++++---- .../guide.en-sg.md | 8 ++++---- .../guide.en-us.md | 8 ++++---- .../guide.es-es.md | 6 +++--- .../guide.es-us.md | 6 +++--- .../guide.fr-ca.md | 6 +++--- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 6 +++--- .../guide.pl-pl.md | 6 +++--- .../guide.pt-pt.md | 6 +++--- .../getting-started-07-creating-vrack/guide.en-asia.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-au.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-ca.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-gb.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-ie.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-sg.md | 4 ++-- .../getting-started-07-creating-vrack/guide.en-us.md | 4 ++-- .../getting-started-07-creating-vrack/guide.es-es.md | 4 ++-- .../getting-started-07-creating-vrack/guide.es-us.md | 4 ++-- .../getting-started-07-creating-vrack/guide.fr-ca.md | 4 ++-- .../getting-started-07-creating-vrack/guide.fr-fr.md | 4 ++-- .../guide.de-de.md | 10 +++++----- .../guide.en-asia.md | 10 +++++----- .../guide.en-au.md | 10 +++++----- .../guide.en-ca.md | 10 +++++----- .../guide.en-gb.md | 6 +++--- .../guide.en-ie.md | 6 +++--- .../guide.en-sg.md | 10 +++++----- .../guide.en-us.md | 10 +++++----- .../guide.es-es.md | 10 +++++----- .../guide.es-us.md | 10 +++++----- .../guide.fr-ca.md | 10 +++++----- .../guide.fr-fr.md | 6 +++--- .../guide.it-it.md | 10 +++++----- .../guide.pl-pl.md | 10 +++++----- .../guide.pt-pt.md | 10 +++++----- .../guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../guide.en-au.md | 4 ++-- .../guide.en-ca.md | 4 ++-- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.en-sg.md | 4 ++-- .../guide.en-us.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.es-us.md | 4 ++-- .../guide.fr-ca.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../guide.pt-pt.md | 4 ++-- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../guide.de-de.md | 2 +- .../guide.en-asia.md | 2 +- .../guide.en-au.md | 2 +- .../guide.en-ca.md | 2 +- .../guide.en-gb.md | 2 +- .../guide.en-ie.md | 2 +- .../guide.en-sg.md | 2 +- .../guide.en-us.md | 2 +- .../guide.es-es.md | 2 +- .../guide.es-us.md | 2 +- .../guide.fr-ca.md | 2 +- .../guide.fr-fr.md | 2 +- .../guide.it-it.md | 2 +- .../guide.pl-pl.md | 2 +- .../guide.pt-pt.md | 2 +- .../tutorials-01-secure-lb-letsencrypt/guide.de-de.md | 4 ++-- .../guide.en-asia.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-au.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-ca.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-gb.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-ie.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-sg.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.en-us.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.es-es.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.es-us.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.fr-ca.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.fr-fr.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.it-it.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.pl-pl.md | 4 ++-- .../tutorials-01-secure-lb-letsencrypt/guide.pt-pt.md | 4 ++-- 259 files changed, 469 insertions(+), 469 deletions(-) diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.de-de.md index 55242c6db1b..2026b3aa625 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.de-de.md @@ -90,6 +90,6 @@ Im nächsten Schritt muss die IP-Adresse in Ihrem Betriebssystem konfiguriert we ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-es.md index 85574adf819..ca8d51e04ab 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-es.md @@ -92,6 +92,6 @@ El siguiente paso es configurar la IP en el sistema operativo. Consulte [nuestra [Configurar una Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-us.md index 60792aabd6e..b27de739cf3 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.es-us.md @@ -92,6 +92,6 @@ El siguiente paso es configurar la IP en el sistema operativo. Consulte [nuestra [Configurar una Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-ca.md index df602946e1e..a93638c9f51 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-ca.md @@ -87,6 +87,6 @@ La prochaine étape consiste à configurer l’IP dans votre système d'exploita [Configurer une Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-fr.md index 9b4bdb4673f..a93638c9f51 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.fr-fr.md @@ -87,6 +87,6 @@ La prochaine étape consiste à configurer l’IP dans votre système d'exploita [Configurer une Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.it-it.md index e12453adf57..c186a22ad95 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.it-it.md @@ -92,6 +92,6 @@ Il prossimo step consiste nel configurare l'IP nel tuo sistema operativo. Consul [Configura un Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pl-pl.md index 93edc5672b2..8dbfe20a4b9 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pl-pl.md @@ -92,7 +92,7 @@ Następnym krokiem jest konfiguracja IP w systemie operacyjnym. Zapoznaj się [z [Konfiguracja Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pt-pt.md index 750d1862575..38456227b54 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-buy/guide.pt-pt.md @@ -92,6 +92,6 @@ O próximo passo consiste em configurar o IP no seu sistema operativo. Consulte [Configurar um Additional IP](/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.de-de.md index ff7ba6498be..0646f7b45d9 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.de-de.md @@ -25,7 +25,7 @@ Im OVHcloud Kundencenter können Sie eine Additional IP-Adresse, die mit einem a - Sie haben ein [Public Cloud Projekt](https://www.ovhcloud.com/de/public-cloud) in Ihrem Kunden-Account. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). -- Sie verfügen über eine [Additional IP-Adresse](https://www.ovhcloud.com/de/bare-metal/ip/). +- Sie verfügen über eine [Additional IP-Adresse](/links/bare-metal/ip). > [!warning] > Diese Funktion ist derzeit für Metal Instanzen nicht verfügbar. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-asia.md index b00d2ce1265..204047760b3 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-asia.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/asia/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) ## Instructions diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-au.md index c192811ad58..204047760b3 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-au.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en-au/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) ## Instructions diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ca.md index e6e76647f4f..f485ff53385 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ca.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en-ca/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) > [!warning] > This feature is not currently available for Metal instances. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-gb.md index 8a419956c4e..84f98382d43 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-gb.md @@ -23,9 +23,9 @@ Instead of buying more public IP addresses, you can import an Additional IP addr ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en-gb/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) > [!warning] > This feature is not currently available for Metal instances. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ie.md index 3425c51465d..5b3b3067616 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-ie.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en-ie/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) > [!warning] > This feature is not currently available for Metal instances. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-sg.md index 263c0713225..204047760b3 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-sg.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en-sg/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) ## Instructions diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-us.md index db6361aa2c3..f485ff53385 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.en-us.md @@ -23,9 +23,9 @@ Instead of buying additional ones, you can import an Additional IP address that ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Access to the [OVHcloud Control Panel](/links/manager) -- An [Additional IP address](https://www.ovhcloud.com/en/bare-metal/ip/) +- An [Additional IP address](/links/bare-metal/ip) > [!warning] > This feature is not currently available for Metal instances. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-es.md index 3f1211bd5c9..25c8b868a8a 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-es.md @@ -23,9 +23,9 @@ Puede importar una dirección Additional IP que esté asociada a otro servicio d ## Requisitos -- Tener un [proyecto de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud +- Tener un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Tener acceso al [área de cliente de OVHcloud](/links/manager) -- Tener una [dirección Additional IP](https://www.ovhcloud.com/es-es/bare-metal/ip/) +- Tener una [dirección Additional IP](/links/bare-metal/ip) > [!warning] > Esta funcionalidad no está actualmente disponible para instancias Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-us.md index b3b3de0130d..f2f1cfade3b 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.es-us.md @@ -23,9 +23,9 @@ Puede importar una dirección Additional IP que esté asociada a otro servicio d ## Requisitos -- Tener un [proyecto de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud +- Tener un [proyecto de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud - Tener acceso al [área de cliente de OVHcloud](/links/manager) -- Tener una [dirección Additional IP](https://www.ovhcloud.com/es/bare-metal/ip/) +- Tener una [dirección Additional IP](/links/bare-metal/ip) > [!warning] > Esta funcionalidad no está actualmente disponible para instancias Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-ca.md index 6438e92e33b..033bacff7ce 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-ca.md @@ -23,9 +23,9 @@ Il est possible d’importer une adresse Additional IP liée à un autre service ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). -- Avoir [une Additional IP](https://www.ovhcloud.com/fr-ca/bare-metal/ip/). +- Avoir [une Additional IP](/links/bare-metal/ip). > [!warning] > Cette fonctionnalité n'est actuellement pas disponible pour les instances Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-fr.md index ef272501c5f..e29cf93a112 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.fr-fr.md @@ -23,9 +23,9 @@ Il est possible d’importer une adresse Additional IP liée à un autre service ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). -- Avoir [une Additional IP](https://www.ovhcloud.com/fr/bare-metal/ip/). +- Avoir [une Additional IP](/links/bare-metal/ip). > [!warning] > Cette fonctionnalité n'est actuellement pas disponible pour les instances Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.it-it.md index 89d04035ec9..3642979e167 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.it-it.md @@ -23,9 +23,9 @@ Per configurare un indirizzo Additional IP sulle tue istanze Public Cloud, ad es ## Prerequisiti -- Un [progetto Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud +- Un [progetto Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) -- Un [indirizzo Additional IP](https://www.ovhcloud.com/it/bare-metal/ip/) +- Un [indirizzo Additional IP](/links/bare-metal/ip) > [!warning] > Questa funzionalità al momento non è disponibile per le istanze Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pl-pl.md index 523aeca0592..3f50147df4f 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pl-pl.md @@ -23,9 +23,9 @@ Można zaimportować adres Additional IP powiązany z inną usługą OVHcloud. ## Wymagania początkowe -- [Projekt Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na koncie OVHcloud +- [Projekt Public Cloud](/links/public-cloud/public-cloud) na koncie OVHcloud - Dostęp do [Panelu klienta OVHcloud](/links/manager) -- [Adres Additional IP](https://www.ovhcloud.com/pl/bare-metal/ip/) +- [Adres Additional IP](/links/bare-metal/ip) > [!warning] > Ta funkcja nie jest aktualnie dostępna dla instancji Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pt-pt.md index a284ed86279..fbe1e05b974 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-import/guide.pt-pt.md @@ -23,9 +23,9 @@ Pode importar um endereço Additional IP associado a outro serviço OVHcloud. ## Requisitos -- Um [projeto Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) criado na sua conta OVHcloud +- Um [projeto Public Cloud](/links/public-cloud/public-cloud) criado na sua conta OVHcloud - Acesso à [Área de Cliente OVHcloud](/links/manager) -- Um [endereço Additional IP](https://www.ovhcloud.com/pt/bare-metal/ip/) +- Um [endereço Additional IP](/links/bare-metal/ip) > [!warning] > Esta funcionalidade não está atualmente disponível para as instâncias Metal. diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.de-de.md index 258d9d985f9..79c2eadc3dd 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.de-de.md @@ -69,6 +69,6 @@ Die Additional IP kann vor oder nach der Migration auf dem Zielserver konfigurie [Additional IP importieren](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-asia.md index 547c211179c..42ae59c027a 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-asia.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-au.md index a05ec5c1131..42ae59c027a 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-au.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -59,6 +59,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ca.md index 6a02b7ccd38..c9df77e0c24 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ca.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -63,6 +63,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-gb.md index 7c6403b38e5..c9df77e0c24 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-gb.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -63,6 +63,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ie.md index 83289fc1ab9..395ebbc46c9 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-ie.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -63,6 +63,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-sg.md index 3822eba4840..42ae59c027a 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-sg.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -59,6 +59,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-us.md index 4e01f21128e..c9df77e0c24 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.en-us.md @@ -17,7 +17,7 @@ Being able to migrate IP addresses generally limits or removes the possibility t ## Prerequisites -- At least two [Public Cloud instances](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- At least two [Public Cloud instances](/links/public-cloud/public-cloud) in your OVHcloud account - An Additional IP address - Access to the [OVHcloud Control Panel](/links/manager) @@ -63,6 +63,6 @@ The Additional IP can be configured on the destination server before or after ca [Importing an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-es.md index 4546a6cf45c..a2658502a1c 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-es.md @@ -67,6 +67,6 @@ La Additional IP puede configurarse en el servidor de destino antes o después d [Importar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-us.md index ad5971a90bf..2d14aa678bc 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.es-us.md @@ -67,6 +67,6 @@ La Additional IP puede configurarse en el servidor de destino antes o después d [Importar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-ca.md index 2a3513c2f95..f45e796673b 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-ca.md @@ -62,6 +62,6 @@ L’Additional IP peut être configurée sur le serveur de destination avant ou [Importer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-fr.md index df12ae4fcdf..97f9778b22a 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.fr-fr.md @@ -62,6 +62,6 @@ L’Additional IP peut être configurée sur le serveur de destination avant ou [Importer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.it-it.md index e20152ebb60..3dc77d88356 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.it-it.md @@ -67,6 +67,6 @@ L'Additional IP può essere configurato sul server di destinazione prima o dopo [Importa un Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pl-pl.md index 23c3a3f8a56..b7a4f603d3b 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pl-pl.md @@ -68,7 +68,7 @@ Additional IP może być skonfigurowany na serwerze docelowym przed lub po migra [Importowanie adresu Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pt-pt.md index bb46928c7a6..107ea174d73 100644 --- a/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/additional-ip-migrate/guide.pt-pt.md @@ -21,7 +21,7 @@ Este guia explica como poderá migrar um Additional IP de uma instância para ou ## Requisitos -- Dispor de, no mínimo, duas instâncias [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) iniciadas +- Dispor de, no mínimo, duas instâncias [Public Cloud](/links/public-cloud/public-cloud) iniciadas - Um Additional IP - Ter acesso à [Área de Cliente OVHcloud](/links/manager) @@ -67,6 +67,6 @@ O Additional IP pode ser configurado no servidor de destino antes ou depois da m [Importar um Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-import) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.de-de.md index 916572ccaa5..03e52ab5246 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.de-de.md @@ -18,12 +18,12 @@ Sie können einen sekundären Server hinzufügen oder diese Konfiguration durch > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. > -> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) zu kontaktieren und/oder Ihre Fragen in der OVHcloud Community zu stellen wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Implementierung der Dienste auf einem Server haben. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#gofurther). +> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, einen [spezialisierten Dienstleister](/links/partner) zu kontaktieren und/oder Ihre Fragen in der OVHcloud Community zu stellen wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Implementierung der Dienste auf einem Server haben. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#gofurther). > ## Voraussetzungen -- Sie haben eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/) in Ihrem Kunden-Account. +- Sie haben eine [Public Cloud Instanz](/links/public-cloud/public-cloud) in Ihrem Kunden-Account. - Sie haben administrativen Zugriff auf Ihre Instanz über SSH oder RDP. - Grundlegende Kenntnisse der Netzwerkverwaltung. diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-asia.md index 3bf13927441..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-asia.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-au.md index a887ac3c4af..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-au.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ca.md index 2926df11ff1..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ca.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-gb.md index d32a09bf240..26227cb9f62 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-gb.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ie.md index cf8dcaee43c..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-ie.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-sg.md index 35fb670d762..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-sg.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-us.md index a4a42acab6e..c1e3ceb2b17 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.en-us.md @@ -13,12 +13,12 @@ The default DNS server configured on instances you create will be the OVHcloud s > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. You can find more information in the [Go further](#gofurther) section of this guide. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account - Administrative access to the instance via SSH or RDP - Basic networking and administration knowledge diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-es.md index 78e9fce6bea..a7f62834bd6 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-es.md @@ -23,7 +23,7 @@ Puede añadir un servidor secundario o sustituir esta configuración por la suya ## Requisitos -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tener acceso de administrador a la instancia a través de SSH o RDP. - Conocimientos básicos de red y administración. diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-us.md index 80cd6ed0966..4aec22bc2ee 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.es-us.md @@ -23,7 +23,7 @@ Puede añadir un servidor secundario o sustituir esta configuración por la suya ## Requisitos -- Tener una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud. +- Tener una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud. - Tener acceso de administrador a la instancia a través de SSH o RDP. - Conocimientos básicos de red y administración. diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-ca.md index 0f3f5c381e6..2b7f56835ef 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-ca.md @@ -14,12 +14,12 @@ Vous pouvez ajouter un serveur secondaire ou remplacer cette configuration par l > [!warning] > OVHcloud vous fournit des services dont la configuration et la gestion relèvent de votre responsabilité. Il vous incombe par conséquent de veiller à ce que ces services fonctionnent correctement. > -> Nous mettons ce guide à votre disposition afin de vous accompagner au mieux sur les tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr-ca/directory/) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la mise en place d’un service sur un serveur. Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. +> Nous mettons ce guide à votre disposition afin de vous accompagner au mieux sur les tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la mise en place d’un service sur un serveur. Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. > ## Prérequis -- Disposer d'une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Disposer d'une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Disposer d’un accès administrateur à l’instance via SSH ou RDP. - Des connaissances de base en réseau et administration. diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-fr.md index 73bd55494a2..2b7f56835ef 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.fr-fr.md @@ -14,12 +14,12 @@ Vous pouvez ajouter un serveur secondaire ou remplacer cette configuration par l > [!warning] > OVHcloud vous fournit des services dont la configuration et la gestion relèvent de votre responsabilité. Il vous incombe par conséquent de veiller à ce que ces services fonctionnent correctement. > -> Nous mettons ce guide à votre disposition afin de vous accompagner au mieux sur les tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](https://partner.ovhcloud.com/fr/directory/) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la mise en place d’un service sur un serveur. Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. +> Nous mettons ce guide à votre disposition afin de vous accompagner au mieux sur les tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la mise en place d’un service sur un serveur. Plus d’informations dans la section [Aller plus loin](#gofurther) de ce guide. > ## Prérequis -- Disposer d'une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Disposer d'une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - Disposer d’un accès administrateur à l’instance via SSH ou RDP. - Des connaissances de base en réseau et administration. diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.it-it.md index 4d0bd7ecc1f..8277d40ad69 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.it-it.md @@ -23,7 +23,7 @@ Di default, il server DNS configurato sulle istanze Public Cloud è quello di OV ## Prerequisiti -- Disporre di un'[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel proprio account OVHcloud +- Disporre di un'[istanza Public Cloud](/links/public-cloud/public-cloud) nel proprio account OVHcloud - Avere accesso amministratore all'istanza via SSH o RDP - Conoscenze di base in rete e amministrazione diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pl-pl.md index c9d3c03c4a4..cb09b9c20b0 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pl-pl.md @@ -23,7 +23,7 @@ Możesz dodać serwer zapasowy lub zastąpić tę konfigurację Twoją. Serwery ## Wymagania początkowe -- Posiadanie [instancji Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na koncie OVHcloud +- Posiadanie [instancji Public Cloud](/links/public-cloud/public-cloud) na koncie OVHcloud - Dostęp administratora do instancji przez SSH lub RDP - Podstawowa wiedza w zakresie sieci i administracji diff --git a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pt-pt.md index 4e6f10a2762..1a673f203f8 100644 --- a/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/changing_dns_servers_of_an_instance/guide.pt-pt.md @@ -18,12 +18,12 @@ Pode adicionar um servidor secundário ou substituir esta configuração pela su > [!warning] > A OVHcloud fornece-lhe serviços cuja configuração e gestão são da sua responsabilidade. Por conseguinte, é da sua responsabilidade garantir que estes serviços funcionam corretamente. > -> Este manual fornece as instruções necessárias para realizar as operações mais habituais. No entanto, se encontrar dificuldades ou dúvidas relativamente à administração, utilização ou implementação de um serviço num servidor, recomendamos que recorra a um [prestador de serviços especializado](https://partner.ovhcloud.com/pt/directory/). Para mais informações, aceda à secção [Quer saber mais](#gofurther). +> Este manual fornece as instruções necessárias para realizar as operações mais habituais. No entanto, se encontrar dificuldades ou dúvidas relativamente à administração, utilização ou implementação de um serviço num servidor, recomendamos que recorra a um [prestador de serviços especializado](/links/partner). Para mais informações, aceda à secção [Quer saber mais](#gofurther). > ## Requisitos -- Ter uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud. +- Ter uma [instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud. - Dispor de um acesso de administrador à instância através de SSH ou RDP. - Conhecimentos básicos de rede e administração. diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.de-de.md index bcf606d8f4b..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.de-de.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/de/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-asia.md index c8846eba46f..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-asia.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/asia/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-au.md index 2e7abd10eb6..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-au.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en-au/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ca.md index f013e22bd40..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ca.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en-ca/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-gb.md index 29c21018147..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-gb.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en-gb/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ie.md index 810806877d5..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-ie.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en-ie/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-sg.md index 1ec8bb6043a..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-sg.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en-sg/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-us.md index 179a85ff512..78ce281d6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.en-us.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/en/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-es.md index b9bf52db263..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-es.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/es-es/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-us.md index bdcfcf3e3b5..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.es-us.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/es/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-ca.md index 92babd276b4..997d49d4467 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-ca.md @@ -30,7 +30,7 @@ Retrouvez plus d'informations sur la configuration d'adresses Additional IP dans ### Floating IP -Ce type d’adresse IP publique est disponible uniquement pour les [services Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) conçus pour les cas d’usages cloud native et notamment l’automatisation (ex : Terraform, Ansible). Ils servent à exposer une instance privée ou un service de réseau privé (un Load Balancer par exemple) sur le réseau public. +Ce type d’adresse IP publique est disponible uniquement pour les [services Public Cloud](/links/public-cloud/public-cloud) conçus pour les cas d’usages cloud native et notamment l’automatisation (ex : Terraform, Ansible). Ils servent à exposer une instance privée ou un service de réseau privé (un Load Balancer par exemple) sur le réseau public. La configuration du système backend (instance/Load Balancer) lors de l'utilisation de l'adresse Floating IP est entièrement automatique (via le protocole DHCP), aucune configuration manuelle n'est nécessaire. Cependant, une passerelle est nécessaire pour mapper une adresse IP publique à une instance ou un service réseau. @@ -54,6 +54,6 @@ En fonction de votre choix, vous pouvez faire votre sélection parmi les différ ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-fr.md index e731af0b9ae..8625d340dd2 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.fr-fr.md @@ -30,7 +30,7 @@ Retrouvez plus d'informations sur la configuration d'adresses Additional IP dans ### Floating IP -Ce type d’adresse IP publique est disponible uniquement pour les [services Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) conçus pour les cas d’usages cloud native et notamment l’automatisation (ex : Terraform, Ansible). Ils servent à exposer une instance privée ou un service de réseau privé (un Load Balancer par exemple) sur le réseau public. +Ce type d’adresse IP publique est disponible uniquement pour les [services Public Cloud](/links/public-cloud/public-cloud) conçus pour les cas d’usages cloud native et notamment l’automatisation (ex : Terraform, Ansible). Ils servent à exposer une instance privée ou un service de réseau privé (un Load Balancer par exemple) sur le réseau public. La configuration du système backend (instance/Load Balancer) lors de l'utilisation de l'adresse Floating IP est entièrement automatique (via le protocole DHCP), aucune configuration manuelle n'est nécessaire. Cependant, une passerelle est nécessaire pour mapper une adresse IP publique à une instance ou un service réseau. @@ -54,6 +54,6 @@ En fonction de votre choix, vous pouvez faire votre sélection parmi les différ ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.it-it.md index b210b697352..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.it-it.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/it/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pl-pl.md index 157f3ca0d35..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pl-pl.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/pl/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pt-pt.md index e50a3fe0acc..855bb662dab 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip/guide.pt-pt.md @@ -30,7 +30,7 @@ More information about configuring Additional IP addresses is available in [this ### Floating IP -This type of public IP address is only available for [Public Cloud services](https://www.ovhcloud.com/pt/public-cloud/), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. +This type of public IP address is only available for [Public Cloud services](/links/public-cloud/public-cloud), designed for cloud-native use cases and especially automation (e.g. Terraform, Ansible). They serve to expose a private instance or a private network service (Load Balancer for example) to the public network. The backend (instance/Load Balancer) system configuration when using Floating IP is entirely automatic (via DHCP protocol), no manual setup is needed. However, they require a Gateway in order to map a public IP address to an instance or network service. @@ -55,6 +55,6 @@ Depending on your choice, you can select from the different regions and further ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.de-de.md index a280ed16747..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.de-de.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-asia.md index e5a18cdc9af..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-asia.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-au.md index f9321a7508c..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-au.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ca.md index 0eb0d984bac..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ca.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-gb.md index acc2169b67c..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-gb.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ie.md index 724a8f9936c..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-ie.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-sg.md index 06878c6ff7f..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-sg.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-us.md index 3b215b6ddfe..64f2665c223 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.en-us.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-es.md index 86080070c0a..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-es.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-us.md index c8ae8ae8e67..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.es-us.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-ca.md index 555e4ec956f..e251e7e7fec 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-ca.md @@ -149,6 +149,6 @@ La formulation est légèrement différente entre OpenStack et OVHcloud. Le tabl - Configurez votre premier load balancer avec ce [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-fr.md index dbbf2008d5b..45a4b1338b7 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.fr-fr.md @@ -149,6 +149,6 @@ La formulation est légèrement différente entre OpenStack et OVHcloud. Le tabl - Configurez votre premier load balancer avec ce [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.it-it.md index 564092cfaac..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.it-it.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pl-pl.md index cdc3fd7f30c..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pl-pl.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pt-pt.md index 661376651cf..7932da3d94a 100644 --- a/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/concepts-03-loadbalancer/guide.pt-pt.md @@ -144,6 +144,6 @@ The wording is slightly different between OpenStack and OVHcloud: the following - An exhaustive technical documentation on [OpenStack project page](https://docs.openstack.org/octavia/latest/). - Configure your first load balancer with this [guide](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service). -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.de-de.md index 7553a7dbd93..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.de-de.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-asia.md index 08b70d22a3a..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-asia.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-au.md index db5844570a8..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-au.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ca.md index ee937226729..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ca.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-gb.md index e87af48383f..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-gb.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ie.md index fc27c0e41d2..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-ie.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-sg.md index 07c54c86af9..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-sg.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-us.md index 67768b53e65..85819b72834 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.en-us.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-es.md index d360b04c02f..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-es.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-us.md index 54f79fa4093..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.es-us.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-ca.md index 529087c5e2d..395c3cbdb31 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-ca.md @@ -10,7 +10,7 @@ L'objectif de ce guide est d'expliquer ce qu'est le service SNAT fourni par les ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - L'outil [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} installé sur votre environnement (local) - Une [Floating IP des services L3](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -145,6 +145,6 @@ La VM **vmpriv** a un accès externe à Internet tout en étant connectée à un ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-fr.md index d88068229e9..395c3cbdb31 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.fr-fr.md @@ -10,7 +10,7 @@ L'objectif de ce guide est d'expliquer ce qu'est le service SNAT fourni par les ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - L'outil [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} installé sur votre environnement (local) - Une [Floating IP des services L3](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -145,6 +145,6 @@ La VM **vmpriv** a un accès externe à Internet tout en étant connectée à un ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.it-it.md index 4cdf218a0a2..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.it-it.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pl-pl.md index f9ade7bc743..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pl-pl.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pt-pt.md index ec36412883b..ae04182928a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-01-snat-configuration/guide.pt-pt.md @@ -12,7 +12,7 @@ The purpose of this guide is to describe the Secure Network Address Translation ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - The [Openstack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html){.external} tool installed on your working environment - A [Public Cloud Floating IP](/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance) @@ -149,6 +149,6 @@ The result shows that VM **vmpriv** has external access to the Internet while be ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.de-de.md index f9a6c806add..f3a9a89f787 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.de-de.md @@ -327,6 +327,6 @@ Zögern Sie jedenfalls nicht, sich mit Testergebnissen zu den oben erwähnten An ## Weiterführende Informationen -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-asia.md index ad8182f1064..f71dba69e4f 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-asia.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-au.md index ff57ce3f68c..f71dba69e4f 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-au.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ca.md index 62d7f506da0..f71dba69e4f 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ca.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-gb.md index b4d9a5b1b1a..3c1485fd095 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-gb.md @@ -306,7 +306,7 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ie.md index 478c4972bbf..80c7524ac1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-ie.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-sg.md index 76505380455..80c7524ac1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-sg.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-us.md index 3d2d49a1e88..f71dba69e4f 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.en-us.md @@ -306,6 +306,6 @@ In any case, please feel free to reach out to our support team with the elements ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-es.md index 61adae73625..c649f3fdf4a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-es.md @@ -321,6 +321,6 @@ Si el problema persiste, puede ponerse en contacto con nuestro equipo de soporte ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-us.md index 8dca4594cc9..c649f3fdf4a 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.es-us.md @@ -321,6 +321,6 @@ Si el problema persiste, puede ponerse en contacto con nuestro equipo de soporte ## Más información -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-ca.md index b9fb8214efe..ab4a9de9aaa 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-ca.md @@ -301,6 +301,6 @@ Dans tous les cas, n'hésitez pas à effectuer une demande au support avec les ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-fr.md index cdc3f5bf598..44b2990a6d0 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.fr-fr.md @@ -301,6 +301,6 @@ Dans tous les cas, n'hésitez pas à effectuer une demande au support avec les ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.it-it.md index 59f469fee54..052f85b9c73 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.it-it.md @@ -324,6 +324,6 @@ In ogni caso, se necessario, invia una richiesta di assistenza con gli elementi ## Per saperne di più -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pl-pl.md index ccecc1700ab..9fdfc807dfd 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pl-pl.md @@ -326,6 +326,6 @@ W każdym przypadku warto skontaktować się z działem pomocy technicznej, poda ## Sprawdź również -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pt-pt.md index 7085906e93f..c7a4805be01 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6/guide.pt-pt.md @@ -326,6 +326,6 @@ De qualquer forma, não hesite em contactar o suporte com os elementos testados ## Quer saber mais? -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.de-de.md index 85f746ff575..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.de-de.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-asia.md index 48a042cde04..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-asia.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-au.md index b9aa841c073..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-au.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ca.md index 744eea51ebd..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ca.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-gb.md index 86e50686922..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-gb.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ie.md index 010b78094dc..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-ie.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-sg.md index d131282db4b..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-sg.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-us.md index 8f5158bca4b..38774dc4ae9 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.en-us.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-es.md index a999c9bc104..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-es.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-us.md index 605ededdce7..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.es-us.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-ca.md index 778241513d2..2e5e834d994 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-ca.md @@ -14,7 +14,7 @@ La taille de MTU sera la même pour tous les services utilisant des IPs sur le m ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Utiliser l'[environnement de ligne de commande OpenStack](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - L’outil [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) installé sur votre environnement de travail @@ -121,6 +121,6 @@ A la suite de la mise à jour de la valeur MTU sur un réseau sur lequel des ins ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-fr.md index 303d4f48461..6451029ddc0 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.fr-fr.md @@ -14,7 +14,7 @@ La taille de MTU sera la même pour tous les services utilisant des IPs sur le m ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Utiliser l'[environnement de ligne de commande OpenStack](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - L’outil [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) installé sur votre environnement de travail @@ -121,6 +121,6 @@ A la suite de la mise à jour de la valeur MTU sur un réseau sur lequel des ins ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.it-it.md index fec3941b5aa..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.it-it.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pl-pl.md index 03ebced195f..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pl-pl.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pt-pt.md index fa8a34d8534..78276e86b1d 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-03-change-mtu-size/guide.pt-pt.md @@ -14,7 +14,7 @@ The MTU size will be the same for all services using IPs in the same network. ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - Using the [OpenStack command line environment](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - The [OpenStack Command Line Interface](https://docs.openstack.org/newton/user-guide/common/cli-install-openstack-command-line-clients.html) tool installed on your working environment @@ -121,6 +121,6 @@ Updating the MTU value for an existing network with instances plugged into it re ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.de-de.md index f3a34814dcf..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.de-de.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-asia.md index f33d3c46cc4..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-asia.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-au.md index 4397468eeaa..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-au.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ca.md index 055ea1645aa..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ca.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-gb.md index 2023a0f245c..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-gb.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ie.md index c97c6132dbd..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-ie.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-sg.md index cde7b21f07e..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-sg.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-us.md index 24e2add6a82..e1a90f4c110 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.en-us.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-es.md index 01bae2fdcb5..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-es.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-us.md index 5fe51362a7f..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.es-us.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-ca.md index e9e4d7d155e..713b43a04af 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-ca.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-fr.md index 49340de43d1..713b43a04af 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.fr-fr.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.it-it.md index 61a4d581eb7..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.it-it.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pl-pl.md index 89e4511ba7e..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pl-pl.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pt-pt.md index d141af26cc0..04ca9b205ad 100644 --- a/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/configuration-04-update_subnet/guide.pt-pt.md @@ -170,6 +170,6 @@ You can check that the subnet has been updated: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.de-de.md index 3944a0a8735..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.de-de.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/de/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md index 5f188c09c1c..c7c8aaa0f2f 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-asia.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/asia/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md index e70c514b2dc..8ca083a5367 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-au.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-au/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md index 962ddf8dde8..8ca083a5367 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ca.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-ca/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md index 2b17a64ac70..121152bffaa 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-gb.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-gb/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md index 25444240e0b..8ca083a5367 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-ie.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-ie/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md index c717e59e1a1..121152bffaa 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-sg.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en-sg/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md index ca7c921a666..8ca083a5367 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.en-us.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/en/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md index cd6c5528424..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-es.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md index 23fc1491b50..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.es-us.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/es/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md index 9069eb8f6f0..c60288699c1 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-ca.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objectif -Les Floating IP sont des adresses IP publiques sur [Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. +Les Floating IP sont des adresses IP publiques sur [Public Cloud](/links/public-cloud/public-cloud), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. **Découvrez comment attacher des adresses Floating IP à vos instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md index c9047b48e03..8acb8c627eb 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.fr-fr.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objectif -Les Floating IP sont des adresses IP publiques sur [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. +Les Floating IP sont des adresses IP publiques sur [Public Cloud](/links/public-cloud/public-cloud), utilisées pour exposer une instance privée ou un service de réseau privé sur le réseau public. Retrouvez plus d'informations sur [notre page concepts](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip) dédiée. **Découvrez comment attacher des adresses Floating IP à vos instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md index 31b8266249c..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.it-it.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/it/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md index 2f1d7f51836..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pl-pl.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md index 1e193c137af..4847ed38496 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-03-attach-floating-ip-to-instance/guide.pt-pt.md @@ -20,7 +20,7 @@ details[open]>summary::before { ## Objective -Floating IPs are public IP addresses for [Public Cloud](https://www.ovhcloud.com/pt/public-cloud/), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). +Floating IPs are public IP addresses for [Public Cloud](/links/public-cloud/public-cloud), used to expose a private instance or a private network service to the public network. You can read more about it on our dedicated [concepts page](/pages/public_cloud/public_cloud_network_services/concepts-02-additional-ip-vs-floating-ip). **This guide explains how to attach Floating IP addresses to your instances.** diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md index ef127ae30ff..539ad03a288 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md @@ -22,13 +22,13 @@ Es kann nowendig werden, Additional IPs auf Ihren Instanzen konfigurieren, zum B > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für die Sie die alleinige Verantwortung tragen. Da wir keinen Zugriff auf diese Dienste haben, können wir hierfür keinerlei Administrator-Aufgaben übernehmen oder sonstige Hilfeleistung anbieten. Es liegt daher in Ihrer Verantwortung, das Softwaremanagement und die tägliche Sicherheit zu gewährleisten. > -> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Dienstes haben. Sie können sich auch jederzeit an unsere [Community](https://community.ovh.com/en/) wenden, um sich mit anderen Benutzern auszutauschen. +> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](/links/partner) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Dienstes haben. Sie können sich auch jederzeit an unsere [Community](https://community.ovh.com/en/) wenden, um sich mit anderen Benutzern auszutauschen. > ## Voraussetzungen -- Sie haben eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/) in Ihrem OVHcloud Account. -- Sie verfügen über eine [Additional IP](https://www.ovhcloud.com/de/bare-metal/ip/)-Adresse oder einen Additional IP-Block. +- Sie haben eine [Public Cloud Instanz](/links/public-cloud/public-cloud) in Ihrem OVHcloud Account. +- Sie verfügen über eine [Additional IP](/links/bare-metal/ip)-Adresse oder einen Additional IP-Block. - Sie haben administrativen Zugriff (sudo) auf Ihre Instanz über SSH oder GUI. - Sie haben Grundkenntnisse in Administration und Netzwerkkonfiguration. @@ -312,6 +312,6 @@ Um die Verbindung zu testen senden Sie einfach von außerhalb einen Ping an Ihre [Umzug einer Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. Für den Austausch mit unserer User Community gehen Sie auf diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md index 28fb20aa833..c98c3043c3a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/asia/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +299,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md index 9e1611f9975..c98c3043c3a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-au/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +299,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md index 4e3a7d04cd4..b984a054ec9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-ca/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +303,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md index a21ed55cec5..534216888dc 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-gb/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +303,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md index b5e620e6a9b..b984a054ec9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-ie/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +303,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md index e77ea3320f9..c98c3043c3a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-sg/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +299,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md index a0abc3b0221..b984a054ec9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md @@ -18,13 +18,13 @@ You may need to configure Additional IP addresses on your instances, for example > [!warning] >OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +>This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/bare-metal/ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +303,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md index 40fe3de9091..070b5187914 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md @@ -27,8 +27,8 @@ Es posible que necesite configurar direcciones Additional IP en sus instancias, ## Requisitos -- una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud -- una [dirección Additional IP](https://www.ovhcloud.com/es-es/bare-metal/ip/) o un bloque Additional IP +- una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud +- una [dirección Additional IP](/links/bare-metal/ip) o un bloque Additional IP - acceso de administrador (sudo) a su instancia por SSH o GUI - conocimientos básicos de redes y administración @@ -312,6 +312,6 @@ Para probar la conexión, solo tiene que enviar un ping a su dirección Addition [Migrar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md index 28e678eba6d..98a152767cd 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md @@ -27,8 +27,8 @@ Es posible que necesite configurar direcciones Additional IP en sus instancias, ## Requisitos -- una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud -- una [dirección Additional IP](https://www.ovhcloud.com/es/bare-metal/ip/) o un bloque Additional IP +- una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud +- una [dirección Additional IP](/links/bare-metal/ip) o un bloque Additional IP - acceso de administrador (sudo) a su instancia por SSH o GUI - conocimientos básicos de redes y administración @@ -312,6 +312,6 @@ Para probar la conexión, solo tiene que enviar un ping a su dirección Addition [Migrar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md index bda62424603..f9daae905b3 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md @@ -23,8 +23,8 @@ Vous devrez peut-être configurer des adresses Additional IP sur vos instances, ## Prérequis -- une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud -- une [adresse Additional IP](https://www.ovhcloud.com/fr-ca/bare-metal/ip/) ou un bloc Additional IP +- une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud +- une [adresse Additional IP](/links/bare-metal/ip) ou un bloc Additional IP - un accès administrateur (sudo) via SSH ou GUI à votre instance - des connaissances de base sur les réseaux et leur administration @@ -303,6 +303,6 @@ Pour tester la connexion, il vous suffit d'envoyer un ping à votre adresse Addi [Basculer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md index 1137104948a..ec9041488aa 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md @@ -23,8 +23,8 @@ Vous devrez peut-être configurer des adresses Additional IP sur vos instances, ## Prérequis -- une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud -- une [adresse Additional IP](https://www.ovhcloud.com/fr/bare-metal/ip/) ou un bloc Additional IP +- une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud +- une [adresse Additional IP](/links/bare-metal/ip) ou un bloc Additional IP - un accès administrateur (sudo) via SSH ou GUI à votre instance - des connaissances de base sur les réseaux et leur administration @@ -308,6 +308,6 @@ Pour tester la connexion, il vous suffit d'envoyer un ping à votre adresse Addi [Basculer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md index e30348ae88a..0900bd7cdc1 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md @@ -27,8 +27,8 @@ Potrai configurare indirizzi Additional IP sulle tue istanze, ad esempio se ospi ## Prerequisiti -- un'[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud -- un [indirizzo Additional IP](https://www.ovhcloud.com/it/bare-metal/ip/) o un blocco Additional IP +- un'[istanza Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud +- un [indirizzo Additional IP](/links/bare-metal/ip) o un blocco Additional IP - un accesso amministratore (sudo) via SSH o GUI alla tua istanza - conoscenze di base sulle reti e la loro amministrazione @@ -312,6 +312,6 @@ Per testare la connessione, ti basta inviare un ping al tuo indirizzo Additional [Trasferisci un Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. Contatta la nostra Community di utenti all’indirizzo . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md index 5175e6d7d0f..8342afc7e25 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md @@ -27,8 +27,8 @@ Być może będziesz musiał skonfigurować adresy Additional IP na Twoich insta ## Wymagania początkowe -- instancji [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud -- adresu [Additional IP](https://www.ovhcloud.com/pl/bare-metal/ip/) lub bloku Additional IP +- instancji [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud +- adresu [Additional IP](/links/bare-metal/ip) lub bloku Additional IP - dostęp administratora (sudo) przez SSH lub GUI do Twojej instancji - podstawowa wiedza o sieciach i ich administrowaniu @@ -312,6 +312,6 @@ Aby przetestować połączenie, wystarczy wysłać ping na adres Additional IP z [Przenieś Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. Dołącz do społeczności naszych użytkowników na stronie . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md index 87214c44970..2c3c8107ee0 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md @@ -27,8 +27,8 @@ Poderá ter de configurar endereços Additional IP nas suas instâncias, por exe ## Requisitos -- uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud -- um [endereço Additional IP](https://www.ovhcloud.com/pt/bare-metal/ip/) ou um bloco Additional IP +- uma [instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud +- um [endereço Additional IP](/links/bare-metal/ip) ou um bloco Additional IP - um acesso administrador (sudo) através de SSH ou GUI à sua instância - conhecimentos básicos sobre as redes e a sua administração @@ -312,6 +312,6 @@ Para testar a ligação, basta enviar um ping ao seu endereço Additional IP a p [Migrar um Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. Fale com nossa comunidade de utilizadores: . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-asia.md index 6d47577bbad..878361a84b7 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-asia.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://ca.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://ca.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-au.md index df9f2807e15..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-au.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://ca.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://ca.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ca.md index df9f2807e15..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ca.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://ca.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://ca.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-gb.md index e1a5b112fbe..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-gb.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://eu.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://eu.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ie.md index e1a5b112fbe..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-ie.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://eu.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://eu.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-sg.md index df9f2807e15..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-sg.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://ca.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://ca.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-us.md index df9f2807e15..cd3d483eeb9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.en-us.md @@ -47,11 +47,11 @@ Please refer to [this guide](/pages/public_cloud/public_cloud_cross_functional/i ### OVHcloud APIv6 -Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](https://ca.api.ovh.com/). It even offers more possibilities than the graphical interface. +Every action you take in your OVHcloud Control Panel can be called with the [OVHcloud APIv6](/links/api). It even offers more possibilities than the graphical interface. The API interface is less visual than the OVHcloud Control Panel but will allow you to perform a large number of actions. You can manage and customise your VLAN, add interfaces to your instances, or create highly customised servers. -You can simply access it from [our web page](https://ca.api.ovh.com/) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. +You can simply access it from [our web page](/links/api) but also use it to create your PHP or Python scripts. This way, you can freely automate basic tasks with scripts, optimise your own functions and much more. You may need to retrieve various information before using some API calls because a specific input is required. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-es.md index 71896ab36ce..a7da75406f9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-es.md @@ -48,14 +48,14 @@ Consulte la guía [Conectarse a Horizon](/pages/public_cloud/public_cloud_cross_ ### OVHcloud APIv6 -Cada acción que realice en el área de cliente de OVHcloud recurre a las [APIv6 de OVHcloud](https://eu.api.ovh.com/). +Cada acción que realice en el área de cliente de OVHcloud recurre a las [APIv6 de OVHcloud](/links/api). Puede incluso ir más lejos en las API que en el área de cliente. La interfaz es menos visual que el área de cliente de OVHcloud, pero le permitirá realizar un gran número de acciones. De este modo, podrá gestionar y personalizar sus VLAN, añadir interfaces a sus instancias o crear servidores altamente personalizados. A veces deberá obtener más información antes de utilizar una API específica. -Solo tiene que acceder a las API desde [nuestra página web](https://eu.api.ovh.com/), pero también puede crear sus scripts PHP o Python para llamar. +Solo tiene que acceder a las API desde [nuestra página web](/links/api), pero también puede crear sus scripts PHP o Python para llamar. De este modo, podrá automatizar libremente las tareas básicas mediante scripts, optimizar sus propias funciones, etc. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-us.md index 011d70ebab7..d7236b94326 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.es-us.md @@ -47,14 +47,14 @@ Consulte la guía [Conectarse a Horizon](/pages/public_cloud/public_cloud_cross_ ### OVHcloud APIv6 -Cada acción que realice en el área de cliente de OVHcloud recurre a las [APIv6 de OVHcloud](https://ca.api.ovh.com/). +Cada acción que realice en el área de cliente de OVHcloud recurre a las [APIv6 de OVHcloud](/links/api). Puede incluso ir más lejos en las API que en el área de cliente. La interfaz es menos visual que el área de cliente de OVHcloud, pero le permitirá realizar un gran número de acciones. De este modo, podrá gestionar y personalizar sus VLAN, añadir interfaces a sus instancias o crear servidores altamente personalizados. A veces deberá obtener más información antes de utilizar una API específica. -Solo tiene que acceder a las API desde [nuestra página web](https://ca.api.ovh.com/), pero también puede crear sus scripts PHP o Python para llamar. +Solo tiene que acceder a las API desde [nuestra página web](/links/api), pero también puede crear sus scripts PHP o Python para llamar. De este modo, podrá automatizar libremente las tareas básicas mediante scripts, optimizar sus propias funciones, etc. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-ca.md index ec10c8be38b..f1fb174b78d 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-ca.md @@ -47,14 +47,14 @@ Consultez le guide [Accéder à l'interface Horizon](/pages/public_cloud/public_ ### APIv6 OVHcloud -Chaque action que vous effectuez dans l'espace client OVHcloud fait appel aux [APIv6 OVHcloud](https://ca.api.ovh.com/). +Chaque action que vous effectuez dans l'espace client OVHcloud fait appel aux [APIv6 OVHcloud](/links/api). Vous pouvez même aller plus loin dans les API que dans votre espace client. L'interface est moins visuelle que l'espace client OVHcloud mais vous permettra d'effectuer un grand nombre d'actions. Vous pourrez par ce biais gérer et personnaliser vos VLAN, ajouter des interfaces à vos instances ou encore créer des serveurs hautement personnalisés. Il vous sera parfois nécessaire de récupérer plusieurs informations avant l'utilisation d'une API spécifique. -Vous pouvez simplement accéder aux API depuis [notre page web](https://ca.api.ovh.com/), mais aussi créer vos scripts PHP ou Python pour y faire appel. +Vous pouvez simplement accéder aux API depuis [notre page web](/links/api), mais aussi créer vos scripts PHP ou Python pour y faire appel. Ainsi, il vous sera possible de librement automatiser les tâches de base au moyen de scripts, optimiser vos propres fonctions, etc. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-fr.md index 9bb4e19a6c5..f1fb174b78d 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack/guide.fr-fr.md @@ -47,14 +47,14 @@ Consultez le guide [Accéder à l'interface Horizon](/pages/public_cloud/public_ ### APIv6 OVHcloud -Chaque action que vous effectuez dans l'espace client OVHcloud fait appel aux [APIv6 OVHcloud](https://eu.api.ovh.com/). +Chaque action que vous effectuez dans l'espace client OVHcloud fait appel aux [APIv6 OVHcloud](/links/api). Vous pouvez même aller plus loin dans les API que dans votre espace client. L'interface est moins visuelle que l'espace client OVHcloud mais vous permettra d'effectuer un grand nombre d'actions. Vous pourrez par ce biais gérer et personnaliser vos VLAN, ajouter des interfaces à vos instances ou encore créer des serveurs hautement personnalisés. Il vous sera parfois nécessaire de récupérer plusieurs informations avant l'utilisation d'une API spécifique. -Vous pouvez simplement accéder aux API depuis [notre page web](https://eu.api.ovh.com/), mais aussi créer vos scripts PHP ou Python pour y faire appel. +Vous pouvez simplement accéder aux API depuis [notre page web](/links/api), mais aussi créer vos scripts PHP ou Python pour y faire appel. Ainsi, il vous sera possible de librement automatiser les tâches de base au moyen de scripts, optimiser vos propres fonctions, etc. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.de-de.md index ec0d982974c..f6a8b154869 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.de-de.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.de/loesungen/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/de/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.de/loesungen/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-asia.md index abf1f1b194a..efd742ff0ab 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-asia.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com/asia/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/asia/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com/asia/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-au.md index 96bd5c430fe..4bdefd85720 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-au.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com.au/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/en-au/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com.au/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ca.md index ac7f1f2fd54..7096223e1a0 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ca.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com/ca/en/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/en-ca/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com/ca/en/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-gb.md index 9c01f8c5c37..2e1763bdc65 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-gb.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -OVHcloud [vRack](https://www.ovh.co.uk/solutions/vrack/) is a private network solution that enables our customers to route traffic between OVHcloud dedicated servers as well as other OVHcloud services. At the same time, it allows you to add [Public Cloud instances](https://www.ovhcloud.com/en-gb/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +OVHcloud [vRack](https://www.ovh.co.uk/solutions/vrack/) is a private network solution that enables our customers to route traffic between OVHcloud dedicated servers as well as other OVHcloud services. At the same time, it allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide explains how to configure Public Cloud instances within your vRack using the OVHcloud APIv6.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ie.md index 7dc5cff6c2f..40f8ee20193 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-ie.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -OVHcloud [vRack](https://www.ovh.ie/solutions/vrack/) is a private network solution that enables our customers to route traffic between OVHcloud dedicated servers as well as other OVHcloud services. At the same time, it allows you to add [Public Cloud instances](https://www.ovhcloud.com/en-ie/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +OVHcloud [vRack](https://www.ovh.ie/solutions/vrack/) is a private network solution that enables our customers to route traffic between OVHcloud dedicated servers as well as other OVHcloud services. At the same time, it allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide explains how to configure Public Cloud instances within your vRack using the OVHcloud APIv6.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-sg.md index 0bc6a01e78f..6e9e3295a4d 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-sg.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com/sg/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/en-sg/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com/sg/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-us.md index 79ad8056c11..cf11887b43a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.en-us.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com/world/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/en/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com/world/solutions/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-es.md index 9409861da5e..d3727bc1e30 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-es.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.es/soluciones/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/es-es/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.es/soluciones/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-us.md index d78d11cc66c..e9030f974b9 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.es-us.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.com/world/es/soluciones/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/es/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.com/world/es/soluciones/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://ca.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-ca.md index c106294c2d6..7d6cdd15fa8 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-ca.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objectif -Le [vRack](https://www.ovh.com/ca/fr/solutions/vrack/) est un réseau privé qui vous permet de configurer l’adressage entre deux ou plusieurs serveurs dédiés OVHcloud. Mais il vous permet également d’ajouter des [instances Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) à votre réseau privé afin de créer une infrastructure de ressources physiques et virtuelles. +Le [vRack](https://www.ovh.com/ca/fr/solutions/vrack/) est un réseau privé qui vous permet de configurer l’adressage entre deux ou plusieurs serveurs dédiés OVHcloud. Mais il vous permet également d’ajouter des [instances Public Cloud](/links/public-cloud/public-cloud) à votre réseau privé afin de créer une infrastructure de ressources physiques et virtuelles. **Découvrez comment activer et gérer un vRack Public Cloud depuis les APIv6 OVHcloud.** ## Prérequis -- Posséder un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud. +- Posséder un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - [Avoir créer un utilisateur OpenStack](/pages/public_cloud/public_cloud_cross_functional/introducing_horizon#creer-un-compte-utilisateur-openstack). - [Avoir créer un utilisateur OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). - Connaissances réseaux élémentaires. @@ -193,7 +193,7 @@ Depuis les APIv6 OVHcloud, vous pourrez personnaliser l'ensemble des paramètres >OpenStack n'étant pas située au même niveau de l'infrastructure, vous ne pourrez pas personnaliser les vLan au travers de l'interface Horizon ou des API OpenStack. > -Une fois connecté à l'[APIv6 OVHcloud](https://ca.api.ovh.com/), exécutez les commandes suivantes dans l'ordre. +Une fois connecté à l'[APIv6 OVHcloud](/links/api), exécutez les commandes suivantes dans l'ordre. #### Récupération des informations nécessaires : @@ -314,7 +314,7 @@ Deux situations peuvent se présenter à vous : #### Cas d'une nouvelle instance -Une fois connecté à l'[APIv6 OVHcloud](https://ca.api.ovh.com/), exécutez les commandes suivantes dans l'ordre. +Une fois connecté à l'[APIv6 OVHcloud](/links/api), exécutez les commandes suivantes dans l'ordre. ##### **Récupération des informations nécessaires** @@ -512,6 +512,6 @@ Vous devrez renseigner a minima les champs suivants : [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-fr.md index d576ff1d4fd..5e04c5233db 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.fr-fr.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objectif -Le [vRack](https://www.ovh.com/fr/solutions/vrack/) est un réseau privé qui vous permet de configurer l’adressage entre deux ou plusieurs serveurs dédiés OVHcloud. Mais il vous permet également d’ajouter des [instances Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) à votre réseau privé afin de créer une infrastructure de ressources physiques et virtuelles. +Le [vRack](https://www.ovh.com/fr/solutions/vrack/) est un réseau privé qui vous permet de configurer l’adressage entre deux ou plusieurs serveurs dédiés OVHcloud. Mais il vous permet également d’ajouter des [instances Public Cloud](/links/public-cloud/public-cloud) à votre réseau privé afin de créer une infrastructure de ressources physiques et virtuelles. **Découvrez comment activer et gérer un vRack Public Cloud depuis les APIv6 OVHcloud.** ## Prérequis -- Posséder un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Posséder un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud. - [Avoir créer un utilisateur OpenStack](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). - Connaissances réseaux élémentaires. - Consulter le guide [Configuration du vRack Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) pour connaître les différentes méthodes proposées pour gérer le vRack Public Cloud OVHcloud. @@ -511,6 +511,6 @@ Vous devrez renseigner a minima les champs suivants : [Premiers pas avec les API OVHcloud](/pages/manage_and_operate/api/first-steps) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.it-it.md index 836992e8077..25326a533a7 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.it-it.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.it/soluzioni/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/it/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.it/soluzioni/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pl-pl.md index 9688cc05056..568ce35fe66 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pl-pl.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.pl/rozwiazania/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/pl/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.pl/rozwiazania/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pt-pt.md index d84e647f180..1729eced7e6 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-08-creating-vrack-with-api/guide.pt-pt.md @@ -6,13 +6,13 @@ updated: 2022-11-02 ## Objective -The [vRack](https://www.ovh.pt/solucoes/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](https://www.ovhcloud.com/pt/public-cloud/) to your private network to create an infrastructure of physical and virtual resources. +The [vRack](https://www.ovh.pt/solucoes/vrack/) is a private network that allows you to configure addressing between two or more compatible OVHcloud services. It also allows you to add [Public Cloud instances](/links/public-cloud/public-cloud) to your private network to create an infrastructure of physical and virtual resources. **This guide provides some basic information on creating and configuring the vRack on Public Cloud using the OVHcloud API.** ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - An [OpenStack user account](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user) - Basic networking knowledge - Consulting the guide [Configuring the vRack on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) (to understand the different methods to manage the vRack with the Public Cloud) @@ -190,7 +190,7 @@ Using the OVHcloud APIv6, you can customise all settings: IP range (10.0.0.0/16 > Because OpenStack is not located at the same level, you will not be able to customise VLANs through the Horizon interface or OpenStack APIs. > -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: #### Retrieving the required information @@ -311,7 +311,7 @@ There are two possible scenarios: #### In case of a new instance -Once logged in to the [OVHcloud APIv6 interface](https://eu.api.ovh.com/), follow these steps: +Once logged in to the [OVHcloud APIv6 interface](/links/api), follow these steps: ##### **Retrieving the required information** @@ -509,6 +509,6 @@ You will need to fill in at least the following fields: [First steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.de-de.md index eed9dabd406..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.de-de.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-asia.md index 8eb4ef12b4a..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-asia.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-au.md index 41511fe5d26..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-au.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ca.md index 996696af273..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ca.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-gb.md index a8c7124523e..546f1969a82 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-gb.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ie.md index 9c7314b92fa..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-ie.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-sg.md index 33b84791ff8..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-sg.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-us.md index 13a68fcca8e..c2f913bc905 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.en-us.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-es.md index 70e3ff2e103..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-es.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-us.md index 0b9aaf9eff7..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.es-us.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-ca.md index 29ad857fe3e..fa7ebe4052c 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-ca.md @@ -13,7 +13,7 @@ Vous trouverez ici les configurations d'un Load Balancer: ## Prérequis -- Avoir un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud +- Avoir un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Avoir un [réseau privé](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configuré dans votre projet - [Préparer l’environnement pour utiliser l’API OpenStack](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) en installant python-swiftclient. - [Charger les variables d’environnement OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables). @@ -318,7 +318,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html). -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-fr.md index 48c4b2e8648..14c839d1fb2 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.fr-fr.md @@ -13,7 +13,7 @@ Vous trouverez ici les configurations d'un Load Balancer: ## Prérequis -- Avoir un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud +- Avoir un [projet Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud - Avoir un [réseau privé](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configuré dans votre projet - [Préparer l’environnement pour utiliser l’API OpenStack](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) en installant python-swiftclient. - [Charger les variables d’environnement OpenStack](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables). @@ -318,7 +318,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html). -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.it-it.md index 873fe355bb5..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.it-it.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pl-pl.md index 4620a8d52b1..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pl-pl.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pt-pt.md index 91bd4a71254..8de0492b6a8 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-01-using-lbaas-in-openstack-environment/guide.pt-pt.md @@ -13,7 +13,7 @@ This tutorial explains the following Load Balancer configurations: ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - A [private network](/pages/public_cloud/public_cloud_network_services/getting-started-07-creating-vrack) configured in your project - [Prepare the environment to use the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [Set OpenStack environment variables](/pages/public_cloud/public_cloud_cross_functional/loading_openstack_environment_variables) @@ -323,7 +323,7 @@ openstack loadbalancer delete [--cascade] [--wait] [OpenStack Floating IP](https://docs.openstack.org/ocata/user-guide/cli-manage-ip-addresses.html) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.de-de.md index 2b416b8f407..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.de-de.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-asia.md index 569eaca6101..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-asia.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-au.md index 626a7b29cdb..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-au.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ca.md index b23c95716dd..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ca.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-gb.md index eb994065fa8..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-gb.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ie.md index 24b426d9678..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-ie.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-sg.md index f199be1895c..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-sg.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-us.md index ed863dfb9de..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.en-us.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-es.md index 991ef7e9fef..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-es.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-us.md index f4e53b5ab81..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.es-us.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-ca.md index 70de94961b2..1acd4a4b281 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-ca.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr-ca/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-fr.md index 4d11d6074b6..1acd4a4b281 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.fr-fr.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/fr/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.it-it.md index 4417f1a2f47..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.it-it.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pl-pl.md index 74ba52b2b39..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pl-pl.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pt-pt.md index ddaecd2948b..e7d2ecb5069 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-02-octavia-monitoring-prometheus/guide.pt-pt.md @@ -335,6 +335,6 @@ If you are interested in automating this scenario with terraform and with our ma Visit our dedicated Discord channel: . Ask questions, provide feedback and interact directly with the team that builds our databases services. -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.de-de.md index 207b8c1ecce..555aad57fba 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.de-de.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-asia.md index de165111e8c..19cda18e49b 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-asia.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-au.md index f36c7a5ba8a..0faf30650ca 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-au.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ca.md index 75031432094..2275ecb5032 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ca.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-gb.md index 944c4c66de2..82c0c609885 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-gb.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ie.md index 4208a84fd06..b4922d26c3b 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-ie.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-sg.md index 81783888aca..4be45a7a3c4 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-sg.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-us.md index c41bbc474bd..8be4de928fb 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.en-us.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-es.md index 013e637211e..6a22860169f 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-es.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-us.md index e4d20f3adc2..3bfb7d4078c 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.es-us.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-ca.md index 815dcacabe4..3b49dbfc207 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-ca.md @@ -202,6 +202,6 @@ Pour supprimer votre abonnement, vous pouvez utiliser l'appel API suivant : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-fr.md index a6476d3337c..d21850ab06a 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.fr-fr.md @@ -202,6 +202,6 @@ Pour supprimer votre abonnement, vous pouvez utiliser l'appel API suivant : ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.it-it.md index a8c14086aef..e4efe6d0799 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.it-it.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pl-pl.md index de2eb655f9b..926381c95b5 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pl-pl.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pt-pt.md index 25f7e145ba2..ee476ecf47e 100644 --- a/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/technical-resources-05-lb_logs_2_customers/guide.pt-pt.md @@ -203,6 +203,6 @@ To delete your subscription you can use the following API call: ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.de-de.md index 8a1458c5a79..8252239012d 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.de-de.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-asia.md index 26fda665611..0d5e751ec89 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-asia.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-au.md index aa049282617..0d5e751ec89 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-au.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ca.md index 5a654e6f046..43b050fef2b 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ca.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-gb.md index 1f8266c0c18..e52b6149062 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-gb.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ie.md index bcbcc488248..43b050fef2b 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-ie.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-sg.md index 2814f4d8fe6..43b050fef2b 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-sg.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-us.md index efaea9cec8f..43b050fef2b 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.en-us.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-es.md index f2896039797..d4542f42ba6 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-es.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-us.md index 3c2c10976b1..8252239012d 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.es-us.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/es-es/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-ca.md index e3fabcfe62e..6e07d69602c 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-ca.md @@ -14,7 +14,7 @@ Une fois votre Load Balancer mis en place, vous pouvez le configurer avec un cer ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) +- Un [projet Public Cloud](/links/public-cloud/public-cloud) - Utiliser l'environnement de commande d'Openstack ([Tutoriel](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api)) - Avoir installé le [client Openstack Octavia](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) et [Openstack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) - Un Load Balancer actif dans votre projet @@ -115,6 +115,6 @@ Vous pouvez maintenant accéder à votre Load Balancer de manière sécurisée a [Cookbook Openstack Octavia](https://docs.openstack.org/octavia/latest/user/guides/basic-cookbook.html) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-fr.md index 9624705abbe..b6294e933e8 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.fr-fr.md @@ -14,7 +14,7 @@ Une fois votre Load Balancer mis en place, vous pouvez le configurer avec un cer ## Prérequis -- Un [projet Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) +- Un [projet Public Cloud](/links/public-cloud/public-cloud) - Utiliser l'environnement de commande d'Openstack ([Tutoriel](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api)) - Avoir installé le [client Openstack Octavia](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) et [Openstack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) - Un Load Balancer actif dans votre projet @@ -115,6 +115,6 @@ Vous pouvez maintenant accéder à votre Load Balancer de manière sécurisée a [Cookbook Openstack Octavia](https://docs.openstack.org/octavia/latest/user/guides/basic-cookbook.html) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.it-it.md index 7da3f6b1d59..8252239012d 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.it-it.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/it/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pl-pl.md index 7073a2a28ca..8252239012d 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pl-pl.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pl/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pt-pt.md index 5dd85dfc655..8252239012d 100644 --- a/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/tutorials-01-secure-lb-letsencrypt/guide.pt-pt.md @@ -14,7 +14,7 @@ After setting up your Load Balancer, you can configure it with a certificate in ## Requirements -- A [Public Cloud project](https://www.ovhcloud.com/pt/public-cloud/) in your OVHcloud account +- A [Public Cloud project](/links/public-cloud/public-cloud) in your OVHcloud account - [Preparing your environment for using the OpenStack API](/pages/public_cloud/public_cloud_cross_functional/prepare_the_environment_for_using_the_openstack_api) - [OpenStack Octavia client](https://docs.openstack.org/python-octaviaclient/latest/install/index.html) and [OpenStack Barbican](https://docs.openstack.org/python-barbicanclient/latest/install/index.html) set up - A Load Balancer running in your project @@ -115,6 +115,6 @@ You can now securely access your Load Balancer with Let's Encrypt. Be careful, y [Getting started with Load Balancer on Public Cloud](/pages/public_cloud/public_cloud_network_services/getting-started-01-create-lb-service) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . \ No newline at end of file From 586555e6150551e1dcff733d9a2a57b66b0c1f31 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:35:02 +0200 Subject: [PATCH 097/160] Fix global links in Web cloud domains --- pages/web_cloud/domains/dns_zone_dkim/guide.de-de.md | 2 +- pages/web_cloud/domains/dns_zone_dkim/guide.en-gb.md | 2 +- pages/web_cloud/domains/dns_zone_dkim/guide.en-ie.md | 2 +- pages/web_cloud/domains/dns_zone_dkim/guide.fr-fr.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/web_cloud/domains/dns_zone_dkim/guide.de-de.md b/pages/web_cloud/domains/dns_zone_dkim/guide.de-de.md index b2a75cb5c4b..3aea742bf85 100644 --- a/pages/web_cloud/domains/dns_zone_dkim/guide.de-de.md +++ b/pages/web_cloud/domains/dns_zone_dkim/guide.de-de.md @@ -47,7 +47,7 @@ Der DKIM-Eintrag (**D**omain**K**eys **I**dentified **M**ail) ermöglicht die Si - Sie haben über das [OVHcloud Kundencenter](/links/manager) Zugriff auf die Konfiguration des betreffenden Domainnamens oder entsprechenden Verwaltungszugriff bei Ihrem DNS-Anbieter, wenn der Domainname nicht über OVHcloud registriert ist. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). - Sie verfügen über einen der folgenden E-Mail-Dienste: - - OVHcloud MX Plan E-Mail, verfügbar mit den Angeboten [Webhosting](/links/web/hosting), [Kostenloses Hosting 100M](https://www.ovhcloud.com/de/domains/free-web-hosting/) oder als separater Dienst + - OVHcloud MX Plan E-Mail, verfügbar mit den Angeboten [Webhosting](/links/web/hosting), [Kostenloses Hosting 100M](/links/web/domains-free-hosting) oder als separater Dienst - [Hosted Exchange](/links/web/emails-hosted-exchange) oder [Private Exchange](/links/web/emails-hosted-exchange) - [E-Mail Pro](/links/web/email-pro) - Ein E-Mail-Angebot außerhalb von OVHcloud, das über DKIM verfügt diff --git a/pages/web_cloud/domains/dns_zone_dkim/guide.en-gb.md b/pages/web_cloud/domains/dns_zone_dkim/guide.en-gb.md index df06d0ff7d8..934b3535c55 100644 --- a/pages/web_cloud/domains/dns_zone_dkim/guide.en-gb.md +++ b/pages/web_cloud/domains/dns_zone_dkim/guide.en-gb.md @@ -47,7 +47,7 @@ The DKIM (**D**omain**K**eys **I**dentified **M**ail) record allows you to sign - You can manage the domain name concerned in the [OVHcloud Control Panel](/links/manager), or via your DNS service provider if it is registered outside of OVHcloud. - You have access to the [OVHcloud Control Panel](/links/manager). - You have signed up to one of these email offers: - - OVHcloud MX Plan Email, available with a [web hosting plan](/links/web/hosting), a [100M free hosting plan](https://www.ovhcloud.com/en-gb/domains/free-web-hosting/), or a separate MX Plan solution + - OVHcloud MX Plan Email, available with a [web hosting plan](/links/web/hosting), a [100M free hosting plan](/links/web/domains-free-hosting), or a separate MX Plan solution - [Exchange](/links/web/emails-hosted-exchange) or [Private Exchange](/links/web/emails-hosted-exchange) - [Email Pro](/links/web/email-pro) - An email solution outside of OVHcloud with DKIM support diff --git a/pages/web_cloud/domains/dns_zone_dkim/guide.en-ie.md b/pages/web_cloud/domains/dns_zone_dkim/guide.en-ie.md index df06d0ff7d8..934b3535c55 100644 --- a/pages/web_cloud/domains/dns_zone_dkim/guide.en-ie.md +++ b/pages/web_cloud/domains/dns_zone_dkim/guide.en-ie.md @@ -47,7 +47,7 @@ The DKIM (**D**omain**K**eys **I**dentified **M**ail) record allows you to sign - You can manage the domain name concerned in the [OVHcloud Control Panel](/links/manager), or via your DNS service provider if it is registered outside of OVHcloud. - You have access to the [OVHcloud Control Panel](/links/manager). - You have signed up to one of these email offers: - - OVHcloud MX Plan Email, available with a [web hosting plan](/links/web/hosting), a [100M free hosting plan](https://www.ovhcloud.com/en-gb/domains/free-web-hosting/), or a separate MX Plan solution + - OVHcloud MX Plan Email, available with a [web hosting plan](/links/web/hosting), a [100M free hosting plan](/links/web/domains-free-hosting), or a separate MX Plan solution - [Exchange](/links/web/emails-hosted-exchange) or [Private Exchange](/links/web/emails-hosted-exchange) - [Email Pro](/links/web/email-pro) - An email solution outside of OVHcloud with DKIM support diff --git a/pages/web_cloud/domains/dns_zone_dkim/guide.fr-fr.md b/pages/web_cloud/domains/dns_zone_dkim/guide.fr-fr.md index 47fc903267f..c144a9f013d 100644 --- a/pages/web_cloud/domains/dns_zone_dkim/guide.fr-fr.md +++ b/pages/web_cloud/domains/dns_zone_dkim/guide.fr-fr.md @@ -47,7 +47,7 @@ L'enregistrement DKIM (**D**omain**K**eys **I**dentified **M**ail) permet de sig - Disposer d'un accès à la gestion du nom de domaine concerné depuis l'[espace client OVHcloud](/links/manager) ou auprès de votre prestataire de domaine s'il est enregistré en dehors d'OVHcloud. - Être connecté à votre [espace client OVHcloud](/links/manager). - Avoir souscrit à une des offres e-mail : - - E-mails (MX Plan) OVHcloud (disponible via une [offre d’hébergement Web Cloud](/links/web/hosting)), un [hébergement gratuit 100M](https://www.ovhcloud.com/fr/domains/free-web-hosting/) ou une offre MX Plan commandée séparément. + - E-mails (MX Plan) OVHcloud (disponible via une [offre d’hébergement Web Cloud](/links/web/hosting)), un [hébergement gratuit 100M](/links/web/domains-free-hosting) ou une offre MX Plan commandée séparément. - [Exchange](/links/web/emails-hosted-exchange) ou [Private Exchange](/links/web/emails-hosted-exchange). - [E-mail Pro](/links/web/email-pro). - Une offre e-mail hors OVHcloud disposant du DKIM. From 359d4fd8e6a794173f9914cb05edf6e9d8585301 Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:35:48 +0200 Subject: [PATCH 098/160] Fix global links in Web cloud internet --- .../comment_resilier_mon_acces_xdsl/guide.fr-fr.md | 2 +- .../internet/internet_access/connectivity-api/guide.en-gb.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/web_cloud/internet/internet_access/comment_resilier_mon_acces_xdsl/guide.fr-fr.md b/pages/web_cloud/internet/internet_access/comment_resilier_mon_acces_xdsl/guide.fr-fr.md index 928d4e3a12d..8835ee66fca 100644 --- a/pages/web_cloud/internet/internet_access/comment_resilier_mon_acces_xdsl/guide.fr-fr.md +++ b/pages/web_cloud/internet/internet_access/comment_resilier_mon_acces_xdsl/guide.fr-fr.md @@ -20,7 +20,7 @@ La résiliation sera effective à la prochaine facturation de votre accès à In ![espace client Telecom Accès Internet](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-01-fr-internet.png){.thumbnail} > [!primary] -> La résiliation d'un [pack SIP Trunk](https://www.ovhtelecom.fr/telephonie/sip-trunk/) doit faire l'objet d'une [demande d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) via le centre d'aide OVHcloud afin que les équipes du support la mettent en place. +> La résiliation d'un [pack SIP Trunk](/links/telecom/telephonie-sip-trunk) doit faire l'objet d'une [demande d'assistance](https://help.ovhcloud.com/csm?id=csm_get_help) via le centre d'aide OVHcloud afin que les équipes du support la mettent en place. > ## En pratique diff --git a/pages/web_cloud/internet/internet_access/connectivity-api/guide.en-gb.md b/pages/web_cloud/internet/internet_access/connectivity-api/guide.en-gb.md index 9a6399823c8..8cb160a27d0 100644 --- a/pages/web_cloud/internet/internet_access/connectivity-api/guide.en-gb.md +++ b/pages/web_cloud/internet/internet_access/connectivity-api/guide.en-gb.md @@ -20,7 +20,7 @@ This guide is designed to help developers use our APIs to create their own appli OVHcloud offers various internet access packages that contain at least one internet access but also VoIP lines, emails and domain names. -You can view offers [here](https://www.ovhcloud.com/fr/internet/). +You can view offers [here](/links/telecom/offre-internet). Services can be managed using these API endpoints: From 4cc3a750b2d713d04cd97e126b008b48c2fc584f Mon Sep 17 00:00:00 2001 From: DoStupidThingsFasterWithMoreEnergy <202941551+DoStupidThingsFasterWithMoreEnergy@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:36:02 +0200 Subject: [PATCH 099/160] Fix global links in Web cloud messaging --- .../guide.en-gb.md | 4 ++-- .../guide.en-ie.md | 4 ++-- .../guide.es-es.md | 4 ++-- .../guide.fr-fr.md | 4 ++-- .../guide.it-it.md | 4 ++-- .../guide.pl-pl.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-gb.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-ie.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.es-es.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.fr-fr.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.it-it.md | 4 ++-- .../messaging/sms/envoi_de_sms_aux_etats-unis/guide.pl-pl.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.en-gb.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.en-ie.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.es-es.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.fr-fr.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.it-it.md | 4 ++-- .../messaging/sms/gerer_l_historique_des_sms/guide.pl-pl.md | 4 ++-- .../messaging/sms/gerer_les_sms_avec_reponse/guide.fr-fr.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.en-gb.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.en-ie.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.es-es.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.fr-fr.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.it-it.md | 4 ++-- .../sms/gerer_mes_carnets_dadresses_sms/guide.pl-pl.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.en-gb.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.en-ie.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.es-es.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.fr-fr.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.it-it.md | 4 ++-- .../messaging/sms/liste_de_destinataire_sms/guide.pl-pl.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.en-gb.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.en-ie.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.es-es.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.fr-fr.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.it-it.md | 4 ++-- .../messaging/sms/ma_premiere_campagne_sms/guide.pl-pl.md | 4 ++-- .../web_cloud/messaging/sms/smpp-control-panel/guide.en-gb.md | 2 +- .../web_cloud/messaging/sms/smpp-control-panel/guide.en-ie.md | 2 +- .../web_cloud/messaging/sms/smpp-control-panel/guide.es-es.md | 2 +- .../web_cloud/messaging/sms/smpp-control-panel/guide.fr-fr.md | 2 +- .../web_cloud/messaging/sms/smpp-control-panel/guide.it-it.md | 2 +- .../web_cloud/messaging/sms/smpp-control-panel/guide.pl-pl.md | 2 +- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-gb.md | 4 ++-- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-ie.md | 4 ++-- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.es-es.md | 4 ++-- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.fr-fr.md | 4 ++-- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.it-it.md | 4 ++-- .../sms/tout_savoir_sur_les_utilisateurs_sms/guide.pl-pl.md | 4 ++-- 49 files changed, 92 insertions(+), 92 deletions(-) diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-gb.md index 62f50bbcabc..5cf4b731810 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-gb.md @@ -12,7 +12,7 @@ The purpose of this guide is to explain what SMS credits are, how to set up auto - an OVHcloud account - access to the [OVHcloud API](https://api.ovh.com/) (for credit transfers only) -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -49,7 +49,7 @@ To ensure that you are never short of credit on your account, you can enable aut > - a SEPA direct debit payment method is present and validated in your OVHcloud account. > - your SMS service must be at least 2 months old. -To enable automatic re-crediting, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, then go to the `Telecom`{.action} tab. Next, click on the `SMS`{.action} section in the services bar. Choose the SMS account you would like to enable automatic re-credit for. +To enable automatic re-crediting, log in to the [OVHcloud Control Panel](/links/manager){.external}, then go to the `Telecom`{.action} tab. Next, click on the `SMS`{.action} section in the services bar. Choose the SMS account you would like to enable automatic re-credit for. Go to the `Options`{.action} menu (1), then `Automatic re-credit`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-ie.md index 8cc825cadc7..c65fe28607b 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.en-ie.md @@ -12,7 +12,7 @@ The purpose of this guide is to explain what SMS credits are, how to set up auto - an OVHcloud account - access to the [OVHcloud API](https://api.ovh.com/) (for credit transfers only) -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -49,7 +49,7 @@ To ensure that you are never short of credit on your account, you can enable aut > - a SEPA direct debit payment method is present and validated in your OVHcloud account. > - your SMS service must be at least 2 months old. -To enable automatic re-crediting, log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, then go to the `Telecom`{.action} tab. Next, click on the `SMS`{.action} section in the services bar. Choose the SMS account you would like to enable automatic re-credit for. +To enable automatic re-crediting, log in to the [OVHcloud Control Panel](/links/manager){.external}, then go to the `Telecom`{.action} tab. Next, click on the `SMS`{.action} section in the services bar. Choose the SMS account you would like to enable automatic re-credit for. Go to the `Options`{.action} menu (1), then `Automatic re-credit`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.es-es.md index f41167529ea..3eccd3b9f9f 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.es-es.md @@ -16,7 +16,7 @@ Esta guía explica en qué consiste el crédito de SMS, cómo recargarlo de form - Disponer de una cuenta de SMS en OVHcloud. - Conectarse a la [API de OVHcloud](https://api.ovh.com/) (solo para las transferencias de crédito). -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -53,7 +53,7 @@ Para garantizar que su cuenta de SMS dispone siempre de crédito, puede activar > - una forma de pago de tipo SEPA está presente y validada en su cuenta de OVHcloud. > - su servicio SMS debe tener al menos 2 meses de antigüedad. -Para activar la recarga automática, conéctese al [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, acceda a la pestaña `Telecom`{.action} y abra la sección `SMS`{.action}. Seleccione la cuenta de SMS en la que desea activar la recarga automática. +Para activar la recarga automática, conéctese al [área de cliente de OVHcloud](/links/manager){.external}, acceda a la pestaña `Telecom`{.action} y abra la sección `SMS`{.action}. Seleccione la cuenta de SMS en la que desea activar la recarga automática. Acceda al menú `Opciones`{.action} (1) y seleccione la opción `Recarga automática`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.fr-fr.md index fee949030bc..dc48aeae4fc 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.fr-fr.md @@ -12,7 +12,7 @@ Ce guide à pour objectif de vous expliquer ce que sont les crédit SMS, comment - Disposer d'un compte SMS OVHcloud. - Être connecté aux [API OVHcloud](https://api.ovh.com/) (uniquement pour les transferts de crédits). -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -49,7 +49,7 @@ Afin de n'être jamais à court de crédit sur votre compte, vous pouvez activer > - un moyen de paiement de type Prélèvement SEPA est présent et validé sur votre compte OVHcloud; > - votre service SMS doit avoir au moins 2 mois d'ancienneté. -Pour activer la recharge automatique, connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr){.external}, rendez-vous dans l'onglet `Télécom`{.action} puis cliquez sur la section `SMS`{.action}. Choisissez le compte SMS sur lequel activer la recharge automatique. +Pour activer la recharge automatique, connectez-vous à votre [espace client OVHcloud](/links/manager){.external}, rendez-vous dans l'onglet `Télécom`{.action} puis cliquez sur la section `SMS`{.action}. Choisissez le compte SMS sur lequel activer la recharge automatique. Rendez-vous dans le menu `Options`{.action} (1) puis `Recharge automatique`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.it-it.md index 2ff28c1c114..0ba94245759 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.it-it.md @@ -16,7 +16,7 @@ Questa guida ti spiega cosa sono i crediti SMS, come ricaricarli in modo automat - Disporre di un account SMS OVHcloud attivo - Avere accesso alle [API OVHcloud](https://api.ovh.com/)(soltanto per trasferire i crediti) -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -53,7 +53,7 @@ Per disporre sempre di credito sufficiente sul tuo account SMS, è possibile e a > - sul tuo account OVHcloud è presente e validato un metodo di pagamento di tipo SEPA. > - il tuo servizio SMS deve avere almeno 2 mesi di anzianità. -Per attivare la ricarica automatica, accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, clicca sulla scheda `ADSL e telefono`{.action} e poi sulla sezione `SMS`{.action}. Seleziona l’account SMS su cui attivare la ricarica automatica. +Per attivare la ricarica automatica, accedi allo [Spazio Cliente OVHcloud](/links/manager){.external}, clicca sulla scheda `ADSL e telefono`{.action} e poi sulla sezione `SMS`{.action}. Seleziona l’account SMS su cui attivare la ricarica automatica. Clicca sul menu `Opzioni`{.action} (1) e poi su `Ricarica automatica`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.pl-pl.md index 9ea5248e40e..e9c142f5135 100644 --- a/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/activer_la_recharge_automatique_du_credit_sms/guide.pl-pl.md @@ -16,7 +16,7 @@ Z tego przewodnika dowiesz się, czym są zasilenia SMS, jak je automatycznie do - Posiadanie aktywnego konta SMS OVHcloud - Zalogowanie do [API OVHcloud](https://api.ovh.com/) (tylko na potrzeby przenoszenia zasileń) -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -53,7 +53,7 @@ Aby nigdy nie zabrakło Ci zasileń na koncie, możesz aktywować automatyczne d > - na Twoim koncie OVHcloud dostępny jest sposób płatności SEPA. > - Twoja usługa SMS musi mieć przynajmniej 2 miesięcy stażu pracy. -Aby aktywować automatyczne doładowanie, zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, przejdź do karty `Telefonia`{.action}, a następnie na pasku usług po lewej stronie kliknij sekcję `SMS`{.action}. Wybierz konto SMS, dla którego chcesz aktywować automatyczne doładowanie. +Aby aktywować automatyczne doładowanie, zaloguj się do [Panelu klienta OVHcloud](/links/manager){.external}, przejdź do karty `Telefonia`{.action}, a następnie na pasku usług po lewej stronie kliknij sekcję `SMS`{.action}. Wybierz konto SMS, dla którego chcesz aktywować automatyczne doładowanie. Przejdź do menu `Opcje`{.action} (1), a następnie `Automatyczne ładowanie`{.action} (2). diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-gb.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-gb.md index b1732ed4265..5b357f9a4eb 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-gb.md @@ -12,7 +12,7 @@ There are specific rules for sending SMS to the United States. The guide will ex - An OVHcloud SMS account with SMS credits. - Access to the [OVHcloud API](https://api.ovh.com/) (for the API method only) -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -34,7 +34,7 @@ Setting message templates is free and is carried out by the OVHcloud teams withi #### 2.1 Via the Control Panel -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Click on the `Message and campaign`{.action} tab then click `SMS management`{.action}. +Log in to your [OVHcloud Control Panel](/links/manager){.external}, then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Click on the `Message and campaign`{.action} tab then click `SMS management`{.action}. Finally, click `Manage templates`{.action}. diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-ie.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-ie.md index a806dd1ec67..5b357f9a4eb 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.en-ie.md @@ -12,7 +12,7 @@ There are specific rules for sending SMS to the United States. The guide will ex - An OVHcloud SMS account with SMS credits. - Access to the [OVHcloud API](https://api.ovh.com/) (for the API method only) -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -34,7 +34,7 @@ Setting message templates is free and is carried out by the OVHcloud teams withi #### 2.1 Via the Control Panel -Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Click on the `Message and campaign`{.action} tab then click `SMS management`{.action}. +Log in to your [OVHcloud Control Panel](/links/manager){.external}, then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Click on the `Message and campaign`{.action} tab then click `SMS management`{.action}. Finally, click `Manage templates`{.action}. diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.es-es.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.es-es.md index 93434a3b907..2db0298f696 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.es-es.md @@ -16,7 +16,7 @@ El envío de SMS a Estados Unidos está sujeto a normas específicas. Esta guía - Disponer de una cuenta de SMS en OVHcloud con saldo de SMS. - Conectarse a la [API de OVHcloud](https://api.ovh.com/) (solo para el método de envío a través de la API). -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -38,7 +38,7 @@ La validación de las plantillas de mensajes, realizada por el equipo de OVHclou #### 2.1. Desde el área de cliente -Conéctese al [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external} en la sección `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. A continuación, haga clic en la pestaña `Mensaje y campaña`{.action} y, seguidamente, en `Gestión de SMS`{.action}. +Conéctese al [área de cliente de OVHcloud](/links/manager){.external} en la sección `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. A continuación, haga clic en la pestaña `Mensaje y campaña`{.action} y, seguidamente, en `Gestión de SMS`{.action}. Por último, haga clic en `Gestionar las plantillas`{.action}. diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.fr-fr.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.fr-fr.md index f9e0b257023..07591c6a278 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.fr-fr.md @@ -12,7 +12,7 @@ L'envoi de SMS aux Etats-Unis est soumis à des règles spécifiques. Ce guide a - Disposer d’un compte SMS OVHcloud avec des crédits SMS. - Être connecté aux [API OVHcloud](https://api.ovh.com/) (uniquement pour la méthode d'envoi via API). -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -34,7 +34,7 @@ Vous pouvez demander la validation de plusieurs modèles de messages. #### 2.1 Depuis l'espace client -Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external} puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. Cliquez sur l'onglet `Message et campagne`{.action} (3) puis sur `Gestion des SMS`{.action}. +Connectez-vous à votre [espace client OVHcloud](/links/manager-telecom){.external} puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. Cliquez sur l'onglet `Message et campagne`{.action} (3) puis sur `Gestion des SMS`{.action}. Enfin, cliquez sur `Gérer les modèles`{.action}. diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.it-it.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.it-it.md index 595b3b7278e..967727c8da2 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.it-it.md @@ -16,7 +16,7 @@ L’invio di SMS negli Stati Uniti è sottoposto a regole specifiche. Questa gui - Disporre di un account SMS OVHcloud con crediti SMS. - Avere accesso alle [API OVHcloud](https://api.ovh.com/)(solo per il metodo di invio via API) -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -38,7 +38,7 @@ La convalida dei modelli di messaggi è gratuita e viene effettuata dai team di #### 2.1 Dallo Spazio Cliente OVHcloud -Accedi al tuo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external} e seleziona `Télécom`{.action}. Clicca su `SMS`{.action} e seleziona il tuo account SMS. Clicca sulla scheda `Messagio e campagna`{.action} e poi su `Gestisci gli SMS`{.action}. +Accedi al tuo [Spazio Cliente OVHcloud](/links/manager){.external} e seleziona `Télécom`{.action}. Clicca su `SMS`{.action} e seleziona il tuo account SMS. Clicca sulla scheda `Messagio e campagna`{.action} e poi su `Gestisci gli SMS`{.action}. Clicca su `Gestisci i modelli`{.action}. diff --git a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.pl-pl.md b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.pl-pl.md index 82335a31d81..bae82b932e7 100644 --- a/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/envoi_de_sms_aux_etats-unis/guide.pl-pl.md @@ -16,7 +16,7 @@ Wysyłanie SMS-ów do Stanów Zjednoczonych podlega szczególnym zasadom. Celem - Posiadanie konta SMS OVHcloud z kredytami SMS. - Zalogowanie do [API OVHcloud](https://api.ovh.com/) (tylko dla metody wysyłki przez API) -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -38,7 +38,7 @@ Zatwierdzenie modeli wiadomości jest wykonywane nieodpłatne przez zespoły OVH #### 2.1 Za pośrednictwem Panelu klienta -Zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external} i wybierz `Telefonia`{.action}. Następnie kliknij `SMS`{.action} i wybierz Twoje konto SMS. Kliknij kartę `Wiadomość SMS i kampania`{.action}, a następnie `Zarządzanie SMS-ami`{.action}. +Zaloguj się do [Panelu klienta OVHcloud](/links/manager){.external} i wybierz `Telefonia`{.action}. Następnie kliknij `SMS`{.action} i wybierz Twoje konto SMS. Kliknij kartę `Wiadomość SMS i kampania`{.action}, a następnie `Zarządzanie SMS-ami`{.action}. Następnie kliknij polecenie `Zarządzanie modelami`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-gb.md index e6fe81f7457..d4252ea0d0b 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-gb.md @@ -10,7 +10,7 @@ You can view and download a log of your sent SMS messages from your OVHcloud Con ## Requirements - An OVHcloud SMS account with at least 1 sent SMS. -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -25,7 +25,7 @@ The log records the date, time, sender, recipient and contents of the sent SMS. ### Step 1: viewing the log in your Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. In the tab bar, click `Message and campaign`{.action} then `SMS Management`{.action} to access your unit SMS history or `Campaign Management`{.action} to access your SMS campaign history. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-ie.md index 3780e63849f..0a19dc0df89 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.en-ie.md @@ -10,7 +10,7 @@ You can view and download a log of your sent SMS messages from your OVHcloud Con ## Requirements - An OVHcloud SMS account with at least 1 sent SMS. -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![VoIP Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -25,7 +25,7 @@ The log records the date, time, sender, recipient and contents of the sent SMS. ### Step 1: viewing the log in your Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. In the tab bar, click `Message and campaign`{.action} then `SMS Management`{.action} to access your unit SMS history or `Campaign Management`{.action} to access your SMS campaign history. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.es-es.md index f3730790b67..6db79d52149 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.es-es.md @@ -15,7 +15,7 @@ Esta guía explica cómo consultar y descargar el historial de SMS enviados desd ## Requisitos - Tener una cuenta de SMS de OVHcloud con la que haya enviado al menos un SMS. -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -30,7 +30,7 @@ El historial de envíos incluye información sobre la fecha, el remitente, el de ### 1. Consultar el historial en el área de cliente -Conéctese a su [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) y seleccione `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. +Conéctese a su [área de cliente de OVHcloud](/links/manager) y seleccione `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. En la barra de pestañas, haga clic en `Mensage y campaña`{.action} y, seguidamente, en `Gestión de SMS`{.action} para acceder al historial de sus SMS unitarios o en `Gestión de campañas`{.action} para acceder al historial de sus campañas de SMS. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.fr-fr.md index c8cc3362a24..256700730c3 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.fr-fr.md @@ -11,7 +11,7 @@ Votre espace client OVHcloud vous permet de consulter et télécharger l'histori ## Prérequis - Disposer d’un compte SMS OVHcloud avec au moins 1 SMS envoyé. -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -26,7 +26,7 @@ L'historique comprend la date, l'heure, l'expéditeur, le destinataire ainsi que ### Étape 1 : consulter l'historique dans votre espace client -Connectez-vous à votre [espace client](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. +Connectez-vous à votre [espace client](/links/manager) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. Dans la barre d'onglets, cliquez sur `SMS`{.action} puis sur `Gestions des SMS`{.action} pour accéder à l'historique de vos SMS unitaires ou sur `Gestions des campagnes`{.action} pour accéder à l'historique de vos campagnes de SMS. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.it-it.md index 9a3835d0b9b..82c1ea49ea2 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.it-it.md @@ -15,7 +15,7 @@ Dallo Spazio Cliente è possibile consultare e scaricare la cronologia degli SMS ## Prerequisiti - Disporre di un account SMS OVHcloud con almeno 1 SMS inviato -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -30,7 +30,7 @@ I dettagli elencati nella cronologia includono la data, l’ora, il mittente, il ### Step 1: consulta la cronologia dal tuo Spazio Cliente -Accedi al tuo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) e seleziona `Telecom`{.action}. Clicca su `SMS`{.action} e seleziona il tuo account SMS. +Accedi al tuo [Spazio Cliente OVHcloud](/links/manager) e seleziona `Telecom`{.action}. Clicca su `SMS`{.action} e seleziona il tuo account SMS. Nella barra delle schede, clicca su `Messaggio e campagna`{.action} e poi su `Gestisci gli SMS`{.action} per accedere allo storico dei tuoi SMS unitari o su `Gestisci le campagne`{.action} per accedere allo storico delle tue campagne di SMS. diff --git a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.pl-pl.md index 54b26f92760..252ecc509bd 100644 --- a/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/gerer_l_historique_des_sms/guide.pl-pl.md @@ -15,7 +15,7 @@ Historię wysłanych wiadomości SMS możesz sprawdzić i pobrać z poziomu Pane ## Wymagania początkowe - Posiadanie konta SMS OVHcloud, z którego wysłano co najmniej jedną wiadomość SMS -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -30,7 +30,7 @@ Historia zawiera informacje o dacie, godzinie, nadawcy, odbiorcy oraz treści wy ### Etap 1: sprawdzanie historii w Panelu klienta -Zaloguj się do [Panelu klienta](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i wybierz `Telefonia`{.action}. Następnie kliknij `SMS`{.action} i wybierz Twoje konto SMS. +Zaloguj się do [Panelu klienta](/links/manager) i wybierz `Telefonia`{.action}. Następnie kliknij `SMS`{.action} i wybierz Twoje konto SMS. Na pasku kart kliknij `Wiadomość SMS i kampania`{.action}, a następnie `Zarządzanie SMS-ami`{.action}, aby uzyskać dostęp do historii Twoich pojedynczych wiadomości SMS lub `Zarządzanie kampaniami`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_les_sms_avec_reponse/guide.fr-fr.md b/pages/web_cloud/messaging/sms/gerer_les_sms_avec_reponse/guide.fr-fr.md index d6b38f8c5af..a19a65d3c21 100644 --- a/pages/web_cloud/messaging/sms/gerer_les_sms_avec_reponse/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/gerer_les_sms_avec_reponse/guide.fr-fr.md @@ -20,7 +20,7 @@ Lexpéditeur du SMS réponse sera un numéro court aléatoire. Son utilisation e ## Prérequis - Disposer d’un compte SMS OVHcloud crédité. -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -48,7 +48,7 @@ La réponse (si vous l'activez) peut être ensuite : Avant d'envoyer votre SMS réponse, nous vous conseillons de configurer les options de réception des réponses. -Connectez-vous à votre [espace client](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. +Connectez-vous à votre [espace client](/links/manager) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. Dans la barre d'onglets, cliquez sur `Options`{.action} puis sur `Options des réponses`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-gb.md index 12462864488..9aacf328378 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-gb.md @@ -12,7 +12,7 @@ All OVHcloud SMS accounts can use one or more address books. This guide explains - an active OVHcloud SMS account - a spreadsheet or text editor tool -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -20,7 +20,7 @@ All OVHcloud SMS accounts can use one or more address books. This guide explains ### Step 1: Create an address book via the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), and go to the `Telecom`{.action} section. Next, select `SMS`{.action}. +Log in to the [OVHcloud Control Panel](/links/manager), and go to the `Telecom`{.action} section. Next, select `SMS`{.action}. Click on the SMS account concerned, and select the `Contacts`{.action} tab, then `Address book`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-ie.md index b3172bc3f75..ea06d7ed748 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.en-ie.md @@ -12,7 +12,7 @@ All OVHcloud SMS accounts can use one or more address books. This guide explains - an active OVHcloud SMS account - a spreadsheet or text editor tool -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -20,7 +20,7 @@ All OVHcloud SMS accounts can use one or more address books. This guide explains ### Step 1: Create an address book via the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), and go to the `Telecom`{.action} section. Next, select `SMS`{.action}. +Log in to the [OVHcloud Control Panel](/links/manager), and go to the `Telecom`{.action} section. Next, select `SMS`{.action}. Click on the SMS account concerned, and select the `Contacts`{.action} tab, then `Address book`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.es-es.md index 3510256a9b8..fdee61c6da8 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.es-es.md @@ -16,7 +16,7 @@ Todas las cuentas de SMS de OVHcloud permiten utilizar una o varias agendas de c - Disponer de una cuenta de SMS en OVHcloud. - Tener un programa de hojas de cálculo o un editor de texto. -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -24,7 +24,7 @@ Todas las cuentas de SMS de OVHcloud permiten utilizar una o varias agendas de c ### 1. Crear una agenda de contactos en el área de cliente -Conéctese al [área de cliente de OVH](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es), en la pestaña `Telecom`{.action}. A continuación, haga clic en `SMS`{.action} en la columna izquierda +Conéctese al [área de cliente de OVH](/links/manager), en la pestaña `Telecom`{.action}. A continuación, haga clic en `SMS`{.action} en la columna izquierda Haga clic en la cuenta de SMS correspondiente y seleccione la pestaña `Contactos`{.action} y luego `Agenda de contactos`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.fr-fr.md index 6cc529fdea1..14dde037e42 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.fr-fr.md @@ -12,7 +12,7 @@ Tous les comptes SMS OVHcloud peuvent utiliser un ou plusieurs carnets d'adresse - Disposer d'un compte SMS OVHcloud. - Disposer d'un outil de type tableur ou éditeur de texte. -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -20,7 +20,7 @@ Tous les comptes SMS OVHcloud peuvent utiliser un ou plusieurs carnets d'adresse ### Étape 1 : créer un carnet d'adresses dans votre espace client -Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), rubrique `Telecom`. Sélectionnez ensuite `SMS`{.action}. +Connectez-vous à votre [espace client OVHcloud](/links/manager), rubrique `Telecom`. Sélectionnez ensuite `SMS`{.action}. Cliquez sur le compte SMS souhaité et choisissez l'onglet `Contacts`{.action} puis `Carnet d'adresses`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.it-it.md index cc94825f4d0..27b260f2859 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.it-it.md @@ -16,7 +16,7 @@ Tutti gli account SMS OVHcloud possono utilizzare una o più rubriche. Questa gu - Disporre di un account SMS OVHcloud attivo - Disporre di un programma di fogli di calcolo o un editor di testo -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -24,7 +24,7 @@ Tutti gli account SMS OVHcloud possono utilizzare una o più rubriche. Questa gu ### Step 1: crea una rubrica di contatti nel tuo Spazio Cliente -Accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it). Quindi seleziona `SMS`{.action}. +Accedi allo [Spazio Cliente OVHcloud](/links/manager). Quindi seleziona `SMS`{.action}. Clicca sull'account SMS interessato e seleziona `Contatti`{.action} > `Rubrica`{.action}. diff --git a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.pl-pl.md index 3d94dda5dea..c98738977f5 100644 --- a/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/gerer_mes_carnets_dadresses_sms/guide.pl-pl.md @@ -16,7 +16,7 @@ Wszystkie konta OVHcloud mogą używać jednej lub więcej książek adresowych. - Posiadanie aktywnego konta SMS OVHcloud. - Posiadanie arkusza kalkulacyjnego lub edytora tekstu. -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -24,7 +24,7 @@ Wszystkie konta OVHcloud mogą używać jednej lub więcej książek adresowych. ### Etap 1: tworzenie książki adresowej w Panelu klienta -Zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i przejdź do rubryki `Telefonia`{.action}. Następnie z menu po lewej stronie wybierz `SMS`{.action}. +Zaloguj się do [Panelu klienta OVHcloud](/links/manager) i przejdź do rubryki `Telefonia`{.action}. Następnie z menu po lewej stronie wybierz `SMS`{.action}. Kliknij żądane konto SMS i wybierz kartę `Kontakty`{.action}, a następnie `Książka adresowa`{.action}. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-gb.md index f2bb66966ba..7984ee15e26 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-gb.md @@ -14,7 +14,7 @@ To send an SMS campaign to multiple contacts, you can import one or more recipie - an active OVHcloud SMS account - a spreadsheet or text editor tool -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -64,7 +64,7 @@ You should end up with the result below: ### Step 2: Importing your list into the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), then select `Telecom`{.action}. Next, select `SMS`{.action}. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, select `SMS`{.action}. Select your SMS account, then click on the `Contacts`{.action} tab and `Create a contact`{.action} list. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-ie.md index 5de0ef64b55..7984ee15e26 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.en-ie.md @@ -14,7 +14,7 @@ To send an SMS campaign to multiple contacts, you can import one or more recipie - an active OVHcloud SMS account - a spreadsheet or text editor tool -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -64,7 +64,7 @@ You should end up with the result below: ### Step 2: Importing your list into the OVHcloud Control Panel -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), then select `Telecom`{.action}. Next, select `SMS`{.action}. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, select `SMS`{.action}. Select your SMS account, then click on the `Contacts`{.action} tab and `Create a contact`{.action} list. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.es-es.md index 6b3e2ec6674..3fcaba1ef72 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.es-es.md @@ -18,7 +18,7 @@ Para enviar una campaña de SMS a múltiples contactos, puede importar una o má - Disponer de una cuenta de SMS en OVHcloud. - Tener un programa de hojas de cálculo o un editor de texto. -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -68,7 +68,7 @@ El resultado debería ser como el siguiente: ### 2. Importar la lista en el área de cliente de OVHcloud -Conéctese al [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) y haga clic en la sección `Telecom`{.action}. A continuación, haga clic en `SMS`{.action}. +Conéctese al [área de cliente de OVHcloud](/links/manager) y haga clic en la sección `Telecom`{.action}. A continuación, haga clic en `SMS`{.action}. Seleccione su cuenta de SMS y haga clic en la pestaña `Contactos`{.action} y en `Crear una lista de contactos`{.action}. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.fr-fr.md index f5039f5963c..c044c6b7706 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.fr-fr.md @@ -14,7 +14,7 @@ Afin d'envoyer une campagne de SMS à de multiples contacts, vous pouvez importe - Disposer d’un compte SMS OVHcloud - Disposer d'un outil de type tableur ou éditeur de texte -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -64,7 +64,7 @@ Vous devriez obtenir le résultat ci-dessous : ### Étape 2 : importer votre liste dans l'espace client OVHcloud -Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) puis sélectionnez `Telecom`{.action}. Sélectionnez ensuite `SMS`{.action}. +Connectez-vous à votre [espace client OVHcloud](/links/manager) puis sélectionnez `Telecom`{.action}. Sélectionnez ensuite `SMS`{.action}. Sélectionnez votre compte SMS puis cliquez sur l'onglet `Contacts`{.action} et sur `Créer une liste de contacts`{.action}. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.it-it.md index 50ff59a9009..23d1b82a0ef 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.it-it.md @@ -18,7 +18,7 @@ Per inviare una campagna SMS a contatti multipli, è possibile importare una o p - Disporre di un account SMS OVHcloud attivo - Disporre di un programma di fogli di calcolo o un editor di testo -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -68,7 +68,7 @@ Il risultato ottenuto dovrebbe essere di questo tipo: ### Step 2: importare la tua lista dallo Spazio Cliente OVHcloud -Accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) e seleziona `Telecom`. Quindi seleziona `SMS`{.action}. +Accedi allo [Spazio Cliente OVHcloud](/links/manager) e seleziona `Telecom`. Quindi seleziona `SMS`{.action}. Seleziona il tuo account SMS e clicca sulla scheda `Contatti`{.action} e su `Crea una lista di contatti`{.action}. diff --git a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.pl-pl.md index 111f882829e..87e5caa7a7e 100644 --- a/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/liste_de_destinataire_sms/guide.pl-pl.md @@ -16,7 +16,7 @@ Wszystkie konta SMS OVHcloud mogą używać jednej lub kilku list odbiorców. Z - Posiadanie aktywnego konta SMS OVHcloud - Posiadanie narzędzia typu arkusz kalkulacyjny lub edytor tekstu -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -66,7 +66,7 @@ Otrzymany rezultat powinien wyglądać następująco: ### Etap 2: zaimportować listę do Panelu klienta OVHcloud -Zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i wybierz opcję `Telecom`{.action}. Następnie z menu po lewej stronie wybierz `SMS`{.action}. +Zaloguj się do [Panelu klienta OVHcloud](/links/manager) i wybierz opcję `Telecom`{.action}. Następnie z menu po lewej stronie wybierz `SMS`{.action}. Wybierz konto SMS, następnie kliknij zakładkę `Kontakty`{.action} i `Utwórz listę kontaktów`{.action}. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-gb.md index 72c03042848..9db3d535687 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-gb.md @@ -11,13 +11,13 @@ OVHcloud provides tools integrated into the OVHcloud Control Panel, for sending ## Requirements - an OVHcloud SMS account with SMS credits -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} ## Instructions -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. The toolbar and shortcuts will give you access to the main features for sending SMS campaigns. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-ie.md index cdffa7e6666..d03dcfde8ac 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.en-ie.md @@ -11,13 +11,13 @@ OVHcloud provides tools integrated into the OVHcloud Control Panel, for sending ## Requirements - an OVHcloud SMS account with SMS credits -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} ## Instructions -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. The toolbar and shortcuts will give you access to the main features for sending SMS campaigns. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.es-es.md index d349a6e404e..d0de9aad9ac 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.es-es.md @@ -15,13 +15,13 @@ OVHcloud ofrece una serie de herramientas, disponibles en el área de cliente, q ## Requisitos - Disponer de una cuenta de SMS en OVHcloud con saldo de SMS. -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} ## Procedimiento -Conéctese al [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) y seleccione `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. +Conéctese al [área de cliente de OVHcloud](/links/manager) y seleccione `Telecom`{.action}. Haga clic en `SMS`{.action} y seleccione su cuenta de SMS. La barra de herramientas y los accesos rápidos le permitirán acceder a las principales funcionalidades para enviar su campaña de SMS. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.fr-fr.md index 51306ffae05..39ea2db14c7 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.fr-fr.md @@ -11,13 +11,13 @@ OVHcloud met à votre disposition des outils intégrés à votre espace client a ## Prérequis - Disposer d’un compte SMS OVHcloud avec des crédits SMS. -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} ## En pratique -Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} puis choisissez votre compte SMS . +Connectez-vous à votre [espace client OVHcloud](/links/manager) puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} puis choisissez votre compte SMS . La barre d'outils ainsi que les raccourcis vous permettront d'accéder aux fonctionnalités principales pour envoyer votre campagne de SMS. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.it-it.md index a270aa8f23d..3ef2288f896 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.it-it.md @@ -15,13 +15,13 @@ OVHcloud mette a tua disposizione strumenti integrati nello Spazio Cliente per l ## Prerequisiti - Disporre di un account SMS OVHcloud con saldo SMS. -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Telecom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Telecom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} ## Procedura -Accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) e seleziona `Telecom`{.action}. Clicca su `SMS`{.action} e poi seleziona il tuo account SMS. +Accedi allo [Spazio Cliente OVHcloud](/links/manager) e seleziona `Telecom`{.action}. Clicca su `SMS`{.action} e poi seleziona il tuo account SMS. La barra degli strumenti e le scorciatoie ti permetteranno di accedere alle funzionalità principali per inviare la tua campagna di SMS. diff --git a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.pl-pl.md index 51aae9ac282..9ee5d29f721 100644 --- a/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/ma_premiere_campagne_sms/guide.pl-pl.md @@ -15,13 +15,13 @@ OVHcloud udostępnia Ci zintegrowane z Panelem klienta narzędzia umożliwiając ## Wymagania początkowe - Posiadanie konta SMS OVHcloud z zasileniami SMS -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} ## W praktyce -Zaloguj się do Panelu [klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i wybierz `Telefonia`{.action}. Następnie kliknij pozycję `SMS`{.action} po lewej stronie, po czym wybierz Twoje konto SMS. +Zaloguj się do Panelu [klienta OVHcloud](/links/manager) i wybierz `Telefonia`{.action}. Następnie kliknij pozycję `SMS`{.action} po lewej stronie, po czym wybierz Twoje konto SMS. Pasek narzędzi oraz skróty ułatwiają dostęp do głównych funkcji służących do wysyłania kampanii SMS. diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-gb.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-gb.md index 37d8501ad5c..c3a7570f0a5 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-gb.md @@ -17,7 +17,7 @@ In the OVHcloud Control Panel, you can retrieve your SMPP credentials, change yo ## Requirements - an [OVHcloud SMS SMPP account](https://www.ovhcloud.com/en-gb/sms/api-sms/) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB) in the `Telecom`{.action} section, then `SMS`{.action}. +- Access to your [OVHcloud Control Panel](/links/manager) in the `Telecom`{.action} section, then `SMS`{.action}. ## Instructions diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-ie.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-ie.md index ec9dce88640..00819375cf2 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.en-ie.md @@ -17,7 +17,7 @@ In the OVHcloud Control Panel, you can retrieve your SMPP credentials, change yo ## Requirements - an [OVHcloud SMS SMPP account](https://www.ovhcloud.com/en-ie/sms/api-sms/) -- Access to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie) in the `Telecom`{.action} section, then `SMS`{.action}. +- Access to your [OVHcloud Control Panel](/links/manager) in the `Telecom`{.action} section, then `SMS`{.action}. ## Instructions diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.es-es.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.es-es.md index a63fed882c8..088686a9149 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.es-es.md @@ -21,7 +21,7 @@ Desde el área de cliente de OVHcloud podrá encontrar las claves SMPP, cambiar ## Requisitos - Disponer de [una cuenta SMS SMPP OVHcloud](https://www.ovhcloud.com/es-es/sms/api-sms/). -- Estar conectado a su [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) en la sección `Telecom`{.action} > `SMS`{.action}. +- Estar conectado a su [área de cliente de OVHcloud](/links/manager) en la sección `Telecom`{.action} > `SMS`{.action}. ## Procedimiento diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.fr-fr.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.fr-fr.md index 5a97fcecaf5..c2339183bdb 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.fr-fr.md @@ -17,7 +17,7 @@ L'espace client OVHcloud vous permet de retrouver vos identifiants SMPP, modifie ## Prérequis - Disposer d’un [compte SMS SMPP OVHcloud](https://www.ovhcloud.com/fr/sms/api-sms/). -- Être connecté à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr) dans la partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à votre [espace client OVHcloud](/links/manager) dans la partie `Télécom`{.action} puis `SMS`{.action}. ## En pratique diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.it-it.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.it-it.md index caaa115ae1e..73572fb8d77 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.it-it.md @@ -22,7 +22,7 @@ Lo Spazio Cliente OVHcloud permette di recuperare le credenziali SMPP, modificar ## Prerequisiti - Disporre di un [account SMS SMPP OVHcloud](https://www.ovhcloud.com/it/sms/api-sms/) -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) nella sezione `Telecom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) nella sezione `Telecom`{.action} > `SMS`{.action} ## Procedura diff --git a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.pl-pl.md b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.pl-pl.md index e90b5eafe30..5e316def102 100644 --- a/pages/web_cloud/messaging/sms/smpp-control-panel/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/smpp-control-panel/guide.pl-pl.md @@ -21,7 +21,7 @@ W Panelu klienta OVHcloud możesz odnaleźć dane do logowania SMPP, zmienić ha ## Wymagania początkowe - Posiadanie [konta SMS SMPP OVHcloud](https://www.ovhcloud.com/pl/sms/api-sms/) -- Zalogowanie do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) w części `Telecom`{.action} następnie `SMS`{.action}. +- Zalogowanie do [Panelu klienta OVHcloud](/links/manager) w części `Telecom`{.action} następnie `SMS`{.action}. ## W praktyce diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-gb.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-gb.md index 0ffd6c79b89..702e5ff33d8 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-gb.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-gb.md @@ -11,7 +11,7 @@ This guide will explain how to create and manage API users. ## Requirements - an active OVHcloud SMS account -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -38,7 +38,7 @@ To better manage credit for your SMS accounts, you can set a limit and quota for ### Step 1: Create an API user. -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Then click on the `API users`{.action} tab. To add a user, click `Actions`{.action}, then `Add`{.action}. diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-ie.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-ie.md index dc620c6da01..f21d88ff772 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-ie.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.en-ie.md @@ -11,7 +11,7 @@ This guide will explain how to create and manage API users. ## Requirements - an active OVHcloud SMS account -- You must be logged in to [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. +- You must be logged in to [OVHcloud Control Panel](/links/manager){.external}, in the `Telecom`{.action} section, then `SMS`{.action}. ![SMS Telecom Control Panel](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -38,7 +38,7 @@ To better manage credit for your SMS accounts, you can set a limit and quota for ### Step 1: Create an API user -Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.ie/&ovhSubsidiary=ie), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. +Log in to the [OVHcloud Control Panel](/links/manager), then select `Telecom`{.action}. Next, click `SMS`{.action} and select your SMS account. Then click on the `API users`{.action} tab. To add a user, click `Actions`{.action}, then `Add`{.action}. diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.es-es.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.es-es.md index f2875ca1edf..b86418a9e6c 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.es-es.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.es-es.md @@ -15,7 +15,7 @@ Esta guía explica cómo crear y gestionar usuarios de la API de SMS. ## Requisitos - Disponer de una cuenta de SMS en OVHcloud. -- Haber iniciado sesión en el [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. +- Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}, en la sección `Telecom`{.action} > `SMS`{.action}. ![área de cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -41,7 +41,7 @@ Para gestionar mejor el saldo de su cuenta de SMS, es posible aplicar un límite ### 1. Crear un usuario de la API -Conéctese al [área de cliente de OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.es/&ovhSubsidiary=es) en la sección `Telecom`{.action}. A continuación, haga clic en `SMS`{.action} y seleccione su cuenta de SMS. +Conéctese al [área de cliente de OVHcloud](/links/manager) en la sección `Telecom`{.action}. A continuación, haga clic en `SMS`{.action} y seleccione su cuenta de SMS. Por último, abra la pestaña `Usuarios API`{.action}. Para añadir un usuario, haga clic en el botón `Acciones`{.action} y seleccione `Añadir`{.action}. diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.fr-fr.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.fr-fr.md index d4d162f2d74..6a53f182874 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.fr-fr.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.fr-fr.md @@ -11,7 +11,7 @@ Ce guide vous explique comment créer et gérer des utilisateurs API. ## Prérequis - Disposer d'un compte SMS OVHcloud -- Être connecté à l'[espace client OVHcloud](https://www.ovh.com/auth?onsuccess=https%3A%2F%2Fwww.ovhtelecom.fr%2Fmanager&ovhSubsidiary=fr){.external}, partie `Télécom`{.action} puis `SMS`{.action}. +- Être connecté à l'[espace client OVHcloud](/links/manager-telecom){.external}, partie `Télécom`{.action} puis `SMS`{.action}. ![espace client Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-fr-sms.png){.thumbnail} @@ -38,7 +38,7 @@ Afin de gérer au mieux le crédit de votre compte SMS, il est possible de fixer ### Étape 1 : créer un utilisateur API -Connectez-vous à votre [espace client](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr), puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. +Connectez-vous à votre [espace client](/links/manager), puis sélectionnez `Télécom`{.action}. Cliquez ensuite sur `SMS`{.action} et choisissez votre compte SMS. Cliquez sur l'onglet `Utilisateurs API`{.action}. Pour ajouter un utilisateur, cliquez sur le bouton `Actions`{.action} puis sur `Ajouter`{.action}. diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.it-it.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.it-it.md index 703c7d5f1ee..332f9901311 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.it-it.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.it-it.md @@ -15,7 +15,7 @@ Questa guida ti mostra come creare e aggiungere utenti API. ## Prerequisiti - Disporre di un account SMS OVHcloud attivo -- Avere accesso allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it){.external}, sezione `Télécom`{.action} > `SMS`{.action} +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external}, sezione `Télécom`{.action} > `SMS`{.action} ![Spazio Cliente Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -42,7 +42,7 @@ Per gestire al meglio il saldo del tuo account SMS, puoi fissare un limite e una ### Step 1: crea un utente API -Accedi allo [Spazio Cliente OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.it/&ovhSubsidiary=it) e seleziona `Telecom`{.action}. Poi clicca su `SMS`{.action} e seleziona il tuo account SMS. +Accedi allo [Spazio Cliente OVHcloud](/links/manager) e seleziona `Telecom`{.action}. Poi clicca su `SMS`{.action} e seleziona il tuo account SMS. Infine clicca sulla scheda `Utenti API`{.action}. Per aggiungere un utente, clicca sul pulsante `Azioni`{.action} e poi su `Aggiungi`{.action}. diff --git a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.pl-pl.md b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.pl-pl.md index 9724b999412..f6eed31d8e8 100644 --- a/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.pl-pl.md +++ b/pages/web_cloud/messaging/sms/tout_savoir_sur_les_utilisateurs_sms/guide.pl-pl.md @@ -15,7 +15,7 @@ Niniejszy przewodnik wyjaśnia, jak tworzyć użytkowników API i zarządzać ni ## Wymagania początkowe - Posiadanie aktywnego konta SMS OVHcloud -- Zalogowanie do[Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. +- Zalogowanie do[Panelu klienta OVHcloud](/links/manager){.external}, część `Telefonia`{.action}, następnie `SMS`{.action}. ![Panel klienta Telecom SMS](/pages/assets/screens/control_panel/product-selection/telecom/tpl-telecom-03-en-sms.png){.thumbnail} @@ -42,7 +42,7 @@ Aby jak najlepiej zarządzać zasileniami konta SMS, możesz ustalić ograniczen ### Etap 1: utworzenie użytkownika API -Zaloguj się do [Panelu klienta OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.pl/&ovhSubsidiary=pl) i wybierz opcję `Telefonia`{.action}. Następnie kliknij pozycję `SMS`{.action} po lewej stronie i wybierz Twoje konto SMS. +Zaloguj się do [Panelu klienta OVHcloud](/links/manager) i wybierz opcję `Telefonia`{.action}. Następnie kliknij pozycję `SMS`{.action} po lewej stronie i wybierz Twoje konto SMS. Teraz kliknij kartę `Użytkownicy API`{.action}. Aby dodać użytkownika, kliknij przycisk `Działania`{.action}, a następnie `Dodaj`{.action}. From 3d90f27e931125ee547ba6216a8753d1390438d7 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Fri, 18 Jul 2025 17:22:02 +0200 Subject: [PATCH 100/160] PR following Fix global links in Storage and backup file storage 8179 --- .../file_storage/ha_nas/nas_cifs/guide.pt-pt.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_get_started/guide.pt-pt.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md index 1d256a111aa..d71a66134ec 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md @@ -14,7 +14,7 @@ Configure e monte o seu espaço de armazenamento NAS-HA OVHcloud no Windows Serv ## Requisitos -- Um [servidor dedicado](/links/bare-metal/bare-metal) **ou** um [VPS]https://www.ovhcloud.com/pt/vps/) **ou** uma [instância Public Cloud](/links/public-cloud/public-cloud) com uma distribuição Windows. +- Um [servidor dedicado](/links/bare-metal/bare-metal) **ou** um [VPS](/links/bare-metal/vps) **ou** uma [instância Public Cloud](/links/public-cloud/public-cloud) com uma distribuição Windows. - Uma oferta [NAS-HA](https://www.ovh.pt/nas/). ### Configuração diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md index 9b7dc2b0ab3..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-asia.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.co.uk/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md index 9b7dc2b0ab3..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-au.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.co.uk/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md index 72dd5e5e94e..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ca.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.com/ca/en/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md index 9b7dc2b0ab3..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-gb.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.co.uk/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md index 8b29e5e2b92..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-ie.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.ie/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md index 9b7dc2b0ab3..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-sg.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.co.uk/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md index 466b27b9b4c..1fd77121752 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.en-us.md @@ -11,7 +11,7 @@ Network Attached Storage (NAS) is a file server connected to a network whose mai ## Requirements - An IP address attached to an OVHcloud service (Hosted Private Cloud, Dedicated Server, VPS, Public Cloud instance, etc.) -- A [HA-NAS solution](https://www.ovh.com/world/nas/) +- A [HA-NAS solution](/links/storage/nas-ha) - Access to the [OVHcloud Control Panel](/links/manager){.external} ## Instructions diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md index 959dbe0dabd..d6e9850b1ef 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-es.md @@ -15,7 +15,7 @@ El NAS (Network Attached Storage) es un servidor de archivos conectado a una red ## Requisitos - Disponer de una dirección IP asociada a un servicio de OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instancia Public Cloud, etc.). -- Tener un [NAS-HA](https://www.ovh.es/nas/) +- Tener un [NAS-HA](/links/storage/nas-ha) - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}. ## Procedimiento diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md index c4239a28375..d6e9850b1ef 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.es-us.md @@ -15,7 +15,7 @@ El NAS (Network Attached Storage) es un servidor de archivos conectado a una red ## Requisitos - Disponer de una dirección IP asociada a un servicio de OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instancia Public Cloud, etc.). -- Tener un [NAS-HA](https://www.ovh.com/world/es/nas/) +- Tener un [NAS-HA](/links/storage/nas-ha) - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager){.external}. ## Procedimiento diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md index fa7ec17abb0..a1e84720cbb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-ca.md @@ -11,7 +11,7 @@ Le NAS (Network Attached Storage) est un serveur de fichiers relié à un résea ## Prérequis - Disposer d'une adresse IP attachée à un service OVHcloud (Hosted Private Cloud, Serveur Dédié, VPS, Instance Public Cloud, etc...) -- Disposer d'un [NAS-HA](https://www.ovh.com/ca/fr/nas/) +- Disposer d'un [NAS-HA](/links/storage/nas-ha) - Être connecté à votre [espace client OVHcloud](/links/manager){.external}. ## En pratique diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md index e58d7fc4db0..937a83e1e08 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.fr-fr.md @@ -11,7 +11,7 @@ Le NAS (Network Attached Storage) est un serveur de fichiers relié à un résea ## Prérequis - Disposer d'une adresse IP attachée à un service OVHcloud (Hosted Private Cloud, Serveur Dédié, VPS, Instance Public Cloud, Offre Internet, etc...) -- Disposer d'un [NAS-HA](https://www.ovh.com/fr/nas/) +- Disposer d'un [NAS-HA](/links/storage/nas-ha) - Être connecté à votre [espace client OVHcloud](/links/manager){.external}. ## En pratique diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md index 4cce8310c8f..1ce4a20c3dc 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.it-it.md @@ -15,7 +15,7 @@ Il NAS (Network Attached Storage) è un server di file collegato ad una rete la ## Prerequisiti - Disporre di un indirizzo IP associato a un servizio OVHcloud (Hosted Private Cloud, Server Dedicato, VPS, Istanza Public Cloud, ecc...) -- Disporre di un [NAS-HA](https://www.ovh.it/nas/) +- Disporre di un [NAS-HA](/links/storage/nas-ha) - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} ## Procedura diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md index f032f87e513..005673a2a51 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pl-pl.md @@ -15,7 +15,7 @@ NAS (Network Attached Storage) jest serwerem plików podłączonym do sieci, kt ## Wymagania początkowe - Posiadanie adresu IP powiązanego z usługą OVHcloud (Hosted Private Cloud, Serwer dedykowany, VPS, Instancja Public Cloud, itp.) -- Posiadanie usługi [NAS-HA](https://www.ovh.pl/nas/) +- Posiadanie usługi [NAS-HA](/links/storage/nas-ha) - Dostęp do [Panelu klienta OVHcloud](/links/manager){.external}. ## W praktyce diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md index 1cee901b9b7..29263c846fb 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_get_started/guide.pt-pt.md @@ -15,7 +15,7 @@ O NAS (Network Attached Storage) é um servidor de ficheiros ligado a uma rede c ## Requisitos - Dispor de um endereço IP associado a um serviço OVHcloud (Hosted Private Cloud, Servidor Dedicado, VPS, Instância Public Cloud, etc...) -- Dispor de um [NAS-HA](https://www.ovh.pt/nas/) +- Dispor de um [NAS-HA](/links/storage/nas-ha) - Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external}. ## Instruções From ab5802fcf6693e1ec7de95b8e5858853d589f03c Mon Sep 17 00:00:00 2001 From: benchbzh Date: Fri, 18 Jul 2025 17:34:30 +0200 Subject: [PATCH 101/160] Last review for NAS-HA links --- .../file_storage/ha_nas/nas_cifs/guide.de-de.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-asia.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-au.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-ca.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-gb.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-ie.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-sg.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.en-us.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.es-es.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.es-us.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.fr-ca.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.fr-fr.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.it-it.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.pl-pl.md | 2 +- .../file_storage/ha_nas/nas_cifs/guide.pt-pt.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md index 0bb5a5dc905..e8c86d3917e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.de-de.md @@ -15,7 +15,7 @@ Konfigurieren und mounten Sie einen OVHcloud HA-NAS-Speicherraum auf Ihrem Windo ## Voraussetzungen - Sie haben einen [Dedicated Server](/links/bare-metal/bare-metal) **oder** einen [VPS](/links/bare-metal/vps) **oder** eine [Public Cloud Instanz](/links/public-cloud/public-cloud) mit einer Windows-Distribution in Ihrem Kunden-Account. -- Sie verfügen über eine [HA-NAS Lösung](https://www.ovh.de/nas/). +- Sie verfügen über eine [HA-NAS Lösung](/links/storage/nas-ha). ### Einstellungen diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md index ca54cdef32d..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-asia.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.co.uk/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md index ca54cdef32d..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-au.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.co.uk/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md index fe7db596527..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ca.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](/links/website) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md index ca54cdef32d..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-gb.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.co.uk/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md index 4142c3f26a3..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-ie.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.ie/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md index ca54cdef32d..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-sg.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.co.uk/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md index 1399c5c31cb..6dfbeb64426 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.en-us.md @@ -11,7 +11,7 @@ Configure and mount an OVHcloud HA-NAS storage space on your Windows Server usin ## Requirements - a [Dedicated Server](/links/bare-metal/bare-metal) **or** a [VPS](/links/bare-metal/vps) **or** a [Public Cloud Instance](/links/public-cloud/public-cloud) with a Windows distribution -- a [HA-NAS solution](https://www.ovh.com/world/nas/) +- a [HA-NAS solution](/links/storage/nas-ha) ### Settings diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md index f9dfa1a8c5c..748f2a32bda 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-es.md @@ -15,7 +15,7 @@ Configure e monte su espacio de almacenamiento NAS-HA OVHcloud en Windows Server ## Requisitos - Un [servidor dedicado](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** una [instancia de Public Cloud](/links/public-cloud/public-cloud) con una distribución Windows. -- Una oferta [NAS-HA](https://www.ovh.es/nas/). +- Una oferta [NAS-HA](/links/storage/nas-ha). ### Configuración diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md index 7a4075806ca..748f2a32bda 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.es-us.md @@ -15,7 +15,7 @@ Configure e monte su espacio de almacenamiento NAS-HA OVHcloud en Windows Server ## Requisitos - Un [servidor dedicado](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** una [instancia de Public Cloud](/links/public-cloud/public-cloud) con una distribución Windows. -- Una oferta [NAS-HA](https://www.ovh.com/world/es/nas/). +- Una oferta [NAS-HA](/links/storage/nas-ha). ### Configuración diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md index 032010baee8..0f2b4753ed6 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-ca.md @@ -11,7 +11,7 @@ Configurez et montez votre espace de stockage NAS-HA OVHcloud sur Windows Server ## Prérequis - Un [serveur dédié](/links/bare-metal/bare-metal) **ou** un [VPS](/links/bare-metal/vps) **ou** une [instance Public Cloud](/links/public-cloud/public-cloud) avec une distribution Windows. -- Une offre [NAS-HA](https://www.ovh.com/ca/fr/nas/). +- Une offre [NAS-HA](/links/storage/nas-ha). ### Configuration diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md index a42b9f61f64..4f164a9c5c2 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.fr-fr.md @@ -11,7 +11,7 @@ Configurez et montez votre espace de stockage NAS-HA OVHcloud sur Windows Server ## Prérequis - Un [serveur dédié](/links/bare-metal/bare-metal) **ou** un [VPS](/links/bare-metal/vps) **ou** une [instance Public Cloud](/links/public-cloud/public-cloud) avec une distribution Windows. -- Une offre [NAS-HA](https://www.ovh.com/fr/nas/). +- Une offre [NAS-HA](/links/storage/nas-ha). ### Configuration diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md index 931112a931f..629a197a1a1 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.it-it.md @@ -15,7 +15,7 @@ Configura e monta il tuo spazio di storage NAS-HA OVHcloud su Windows Server tra ## Prerequisiti - Un [server dedicato](/links/bare-metal/bare-metal) **o** un [VPS](/links/bare-metal/vps) **o** un'[istanza Public Cloud](/links/public-cloud/public-cloud) con distribuzione Windows. -- Un'offerta [NAS-HA](https://www.ovh.it/nas/). +- Un'offerta [NAS-HA](/links/storage/nas-ha). ### Configurazione diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md index 8b33e9da0da..60544dffd22 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pl-pl.md @@ -15,7 +15,7 @@ Konfiguracja i zamontowanie przestrzeni dyskowej NAS-HA OVHcloud na serwerze Win ## Wymagania początkowe - Posiadanie [Serwer dedykowany](/links/bare-metal/bare-metal), **lub** [VPS](/links/bare-metal/vps) **lub** [instancja Public Cloud](/links/public-cloud/public-cloud) z dystrybucją Windows. -- Posiadanie usługi [NAS-HA](https://www.ovh.pl/nas/) +- Posiadanie usługi [NAS-HA](/links/storage/nas-ha) ### Ustawienia diff --git a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md index d71a66134ec..b0e77fa179e 100644 --- a/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md +++ b/pages/storage_and_backup/file_storage/ha_nas/nas_cifs/guide.pt-pt.md @@ -15,7 +15,7 @@ Configure e monte o seu espaço de armazenamento NAS-HA OVHcloud no Windows Serv ## Requisitos - Um [servidor dedicado](/links/bare-metal/bare-metal) **ou** um [VPS](/links/bare-metal/vps) **ou** uma [instância Public Cloud](/links/public-cloud/public-cloud) com uma distribuição Windows. -- Uma oferta [NAS-HA](https://www.ovh.pt/nas/). +- Uma oferta [NAS-HA](/links/storage/nas-ha). ### Configuração From 22e5067cd174ab72a4395fe995c2ddfb46baf364 Mon Sep 17 00:00:00 2001 From: Montrealhub <89825661+Jessica41@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:45:26 -0400 Subject: [PATCH 102/160] Update guide.de-de.md --- .../activate-windows-license-private-mode/guide.de-de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md index 215be9fe22b..e4d272117b5 100644 --- a/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md +++ b/pages/public_cloud/compute/activate-windows-license-private-mode/guide.de-de.md @@ -17,7 +17,7 @@ In diesem Fall müssen Sie die Lizenz manuell aktivieren, um Zugriff auf alle Wi ## Voraussetzungen -- Sie haben ein [Public Cloud Projekt](/links/public-cloud/public-cloud){.external} in Ihrem Kunden-Account. +- Sie haben ein [Public Cloud Projekt](/links/public-cloud/public-cloud) in Ihrem Kunden-Account. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). - Sie haben einen [OpenStack User erstellt](/pages/public_cloud/public_cloud_cross_functional/create_and_delete_a_user). From 0e974d620481a20497e743324be404bb4577add6 Mon Sep 17 00:00:00 2001 From: jessica Date: Fri, 18 Jul 2025 14:15:28 -0400 Subject: [PATCH 103/160] minor guide update --- .../starting_with_a_vps/guide.de-de.md | 4 ++++ .../starting_with_a_vps/guide.en-asia.md | 4 ++++ .../starting_with_a_vps/guide.en-au.md | 2 ++ .../starting_with_a_vps/guide.en-ca.md | 2 ++ .../starting_with_a_vps/guide.en-gb.md | 2 ++ .../starting_with_a_vps/guide.en-ie.md | 2 ++ .../starting_with_a_vps/guide.en-sg.md | 2 ++ .../starting_with_a_vps/guide.en-us.md | 2 ++ .../starting_with_a_vps/guide.es-es.md | 4 ++++ .../starting_with_a_vps/guide.es-us.md | 4 ++++ .../starting_with_a_vps/guide.fr-ca.md | 4 ++++ .../starting_with_a_vps/guide.fr-fr.md | 4 ++++ .../starting_with_a_vps/guide.it-it.md | 4 ++++ .../starting_with_a_vps/guide.pl-pl.md | 4 ++++ .../starting_with_a_vps/guide.pt-pt.md | 4 ++++ 15 files changed, 48 insertions(+) diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.de-de.md index d55c4b6e6f0..19baf7eae4f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.de-de.md @@ -263,6 +263,8 @@ Sofern nicht anders vermerkt, können alle in unserer Dokumentation beschriebene Wenn Sie eine **Distribution mit Applikation** (Plesk, cPanel, Docker) ausgewählt haben, gelten die allgemeinen Sicherheitsmaßnahmen möglicherweise nicht uneingeschränkt für Ihr System. Nutzen Sie deshalb unsere Anleitungen [Erste Schritte mit vorinstallierten Anwendungen](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) und [cPanel auf einem VPS installieren](/pages/bare_metal_cloud/virtual_private_servers/cpanel) sowie die offizielle Dokumentation des jeweiligen Herausgebers. > +Wenn Sie Ihr Benutzer- oder Root-Passwort verloren haben, lesen Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password), um zu erfahren, wie Sie dieses zurücksetzen. + #### Windows VPS @@ -380,4 +382,6 @@ OVHcloud bietet auch die Lösung SSL Gateway zur Automatisierung dieses Prozesse [VPS absichern](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Wiederherstellen des Serverzugriffs bei Passwortverlust](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-asia.md index 7c299525869..977ca13d8eb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-asia.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server @@ -371,4 +373,6 @@ You can install this SSL certificate manually, directly on the VPS. Please refer [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md index 6bfd896787a..9f9cb414bbb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md index 6bfd896787a..9f9cb414bbb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md index 14122474d02..2f3d5b969ba 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md index 6bfd896787a..9f9cb414bbb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md index 7c299525869..fc0ebfa18fa 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md index 6bfd896787a..9f9cb414bbb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md @@ -256,6 +256,8 @@ Unless stated otherwise, all administrative actions described in our documentati Please note that if you have selected a **distribution with application** (Plesk, cPanel, Docker), generic security measures might not apply to your system. We recommend to refer to our documentation regarding the [first steps with preinstalled applications](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) and [how to deploy cPanel on a VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), as well as the official documentation of the respective publisher. > +If you have lost your user or root password, consult [this guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) to find out how to reset it. + #### Windows Server diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-es.md index 98bd50b3e96..b604874062c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-es.md @@ -257,6 +257,8 @@ A menos que se indique lo contrario, todas las acciones de administración descr Tenga en cuenta que si ha seleccionado una **distribución con aplicación** (Plesk, cPanel, Docker), es posible que las medidas de seguridad genéricas no se apliquen a su sistema. Consulte nuestras guías [Primeros pasos con las aplicaciones preinstaladas](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) y [Desplegar cPanel en un VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), así como la documentación oficial del editor correspondiente. > +Si ha perdido la contraseña de usuario o root, consulte [esta guía](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) para obtener información sobre cómo restablecerla. + #### VPS Windows @@ -374,4 +376,6 @@ Para un proceso más automatizado, OVHcloud también ofrece la solución SSL Gat [Proteger un VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Cómo recuperar el acceso al servidor en caso de pérdida de la contraseña del usuario](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-us.md index 98bd50b3e96..b604874062c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.es-us.md @@ -257,6 +257,8 @@ A menos que se indique lo contrario, todas las acciones de administración descr Tenga en cuenta que si ha seleccionado una **distribución con aplicación** (Plesk, cPanel, Docker), es posible que las medidas de seguridad genéricas no se apliquen a su sistema. Consulte nuestras guías [Primeros pasos con las aplicaciones preinstaladas](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) y [Desplegar cPanel en un VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), así como la documentación oficial del editor correspondiente. > +Si ha perdido la contraseña de usuario o root, consulte [esta guía](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) para obtener información sobre cómo restablecerla. + #### VPS Windows @@ -374,4 +376,6 @@ Para un proceso más automatizado, OVHcloud también ofrece la solución SSL Gat [Proteger un VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Cómo recuperar el acceso al servidor en caso de pérdida de la contraseña del usuario](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-ca.md index 1051ff075f2..2fb0ac70100 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-ca.md @@ -258,6 +258,8 @@ passwd: password updated successfully Veuillez noter que si vous avez sélectionné une **distribution avec application** (Plesk, cPanel, Docker), les mesures de sécurité génériques peuvent ne pas s'appliquer à votre système. Nous vous invitons à consulter nos guides « [Premiers pas avec les applications préinstallées](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) » et « [Déployer cPanel sur un VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel) », ainsi que la documentation officielle de l’éditeur concerné. > +Si vous avez perdu votre mot de passe utilisateur ou root, consultez [ce guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) pour savoir comment le réinitialiser. + #### Distribution Windows @@ -375,4 +377,6 @@ Pour un processus plus automatisé, OVHcloud propose également la solution « S [Sécuriser un VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Comment récupérer l'accès au serveur en cas de perte du mot de passe de l'utilisateur](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-fr.md index 1051ff075f2..2fb0ac70100 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.fr-fr.md @@ -258,6 +258,8 @@ passwd: password updated successfully Veuillez noter que si vous avez sélectionné une **distribution avec application** (Plesk, cPanel, Docker), les mesures de sécurité génériques peuvent ne pas s'appliquer à votre système. Nous vous invitons à consulter nos guides « [Premiers pas avec les applications préinstallées](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) » et « [Déployer cPanel sur un VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel) », ainsi que la documentation officielle de l’éditeur concerné. > +Si vous avez perdu votre mot de passe utilisateur ou root, consultez [ce guide](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) pour savoir comment le réinitialiser. + #### Distribution Windows @@ -375,4 +377,6 @@ Pour un processus plus automatisé, OVHcloud propose également la solution « S [Sécuriser un VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Comment récupérer l'accès au serveur en cas de perte du mot de passe de l'utilisateur](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.it-it.md index 9693ac54e13..33244134e5e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.it-it.md @@ -257,6 +257,8 @@ Se non diversamente specificato, tutte le operazioni di amministrazione descritt Ti ricordiamo che se hai selezionato una **distribuzione con applicazione** (Plesk, cPanel, Docker), le misure di sicurezza generiche potrebbero non essere applicabili al tuo sistema. Per maggiori informazioni, consulta le nostre guide [Iniziare a utilizzare le applicazioni preinstallate](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) e [Distribuire cPanel su un VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), oltre alla documentazione ufficiale del produttore. > +Se hai perso la password utente o root, consulta [questa guida](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) per sapere come reimpostarla. + #### VPS Windows @@ -376,4 +378,6 @@ Per un processo più automatizzato, OVHcloud propone anche la soluzione SSL Gate [Mettere in sicurezza un VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Come recuperare l'accesso al server in caso di perdita della password dell'utente](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Contatta la nostra [Community di utenti](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pl-pl.md index 8970b304918..af1ad75dea3 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pl-pl.md @@ -257,6 +257,8 @@ O ile nie określono inaczej, wszystkie operacje administracyjne opisane w dokum Należy pamiętać, że w przypadku wyboru **dystrybucji z aplikacją** (Plesk, cPanel, Docker) ogólne środki bezpieczeństwa mogą nie mieć zastosowania do Twojego systemu. Zapoznaj się z przewodnikami Pierwsze [kroki z wstępnie zainstalowanymi](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) aplikacjami i [wdrażaj cPanel na serwerze VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), a także z oficjalną dokumentacją producenta. > +Jeśli utraciłeś hasło użytkownika lub root, zapoznaj się z [tym przewodnikiem](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password), aby dowiedzieć się, jak je zresetować. + #### VPS Windows @@ -374,4 +376,6 @@ W przypadku bardziej zautomatyzowanego procesu OVHcloud oferuje również rozwi [Zabezpieczenie serwera VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Jak odzyskać dostęp do serwera w przypadku utraty hasła użytkownika](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Dołącz do [grona naszych użytkowników](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pt-pt.md index 1cc23bc4a54..8b693a829a5 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.pt-pt.md @@ -257,6 +257,8 @@ Salvo indicação em contrário, todas as ações administrativas descritas na n Tenha em conta que se selecionou uma **distribuição com aplicação** (Plesk, cPanel, Docker), as medidas de segurança genéricas podem não se aplicar ao seu sistema. Sugerimos que consulte os nossos manuais [Primeiros passos com as aplicações pré-instaladas](/pages/bare_metal_cloud/virtual_private_servers/apps_first_steps) e [Implementar o cPanel num VPS](/pages/bare_metal_cloud/virtual_private_servers/cpanel), assim como a documentação oficial do editor em causa. > +Se perdeu a sua palavra-passe de utilizador ou root, consulte [este guia](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) para saber como reinicializá-la. + #### VPS Windows @@ -374,4 +376,6 @@ Para um processo mais automatizado, a OVHcloud propõe igualmente a solução SS [Como proteger um VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[Como recuperar o acesso ao servidor em caso de perda da palavra-passe do utilizador](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Fale com a nossa [comunidade de utilizadores](/links/community). From c3a0924243cc3131c9e0648beb22dff433b7c0ef Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Mon, 21 Jul 2025 09:48:04 +0200 Subject: [PATCH 104/160] Email - Creating missing fr-ca file + fixing EN --- .../email_reset_account/guide.en-ca.md | 2 +- .../email_reset_account/guide.en-us.md | 2 +- .../email_reset_account/guide.fr-ca.md | 70 +++++++++++++++++++ 3 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.fr-ca.md diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-ca.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-ca.md index 7e577b9b946..a65e026a672 100644 --- a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-ca.md +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-ca.md @@ -24,7 +24,7 @@ You want to: OVHcloud offers 2 email solutions, and the concept of account deletion differs depending on which email solution you choose. - **MX Plan**: This offer contains a certain number of email accounts as a bundle. When you delete an account, you free up an account "slot" of the email service. -- **Hosted Exchange**: Each of these offers consist of the service itself and individually billed email accounts. If you want to delete an email account, you will need to **reset** it. Once you have reset your email account, you can use this account again to create a new email address. You can also [cancel the subscription](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange#deleting-accounts) for this account if you wish to permanently delete it. +- **Hosted Exchange**: This offers consists of the service itself and individually billed email accounts. If you want to delete an email account, you will need to **reset** it. Once you have reset your email account, you can use this account again to create a new email address. You can also [cancel the subscription](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange#deleting-accounts) for this account if you wish to permanently delete it. ### Delete or reset an email account diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-us.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-us.md index aeca7d0992b..21a89897b30 100644 --- a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-us.md +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.en-us.md @@ -24,7 +24,7 @@ You want to: OVHcloud offers 2 email solutions, and the concept of account deletion differs depending on which email solution you choose. - **MX Plan**: This offer contains a certain number of email accounts as a bundle. When you delete an account, you free up an account "slot" of the email service. -- **Hosted Exchange**: Each of these offers consist of the service itself and individually billed email accounts. If you want to delete an email account, you will need to **reset** it. Once you have reset your email account, you can use this account again to create a new email address. You can also [cancel the subscription](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange#deleting-accounts) for this account if you wish to permanently delete it. +- **Hosted Exchange**: This offer consists of the service itself and individually billed email accounts. If you want to delete an email account, you will need to **reset** it. Once you have reset your email account, you can use this account again to create a new email address. You can also [cancel the subscription](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange#deleting-accounts) for this account if you wish to permanently delete it. ### Delete or reset an email account diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.fr-ca.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.fr-ca.md new file mode 100644 index 00000000000..4ad95c84e1a --- /dev/null +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/email_reset_account/guide.fr-ca.md @@ -0,0 +1,70 @@ +--- +title: "Supprimer un compte e-mail" +excerpt: "Découvrez comment supprimer ou réinitialiser une adresse e-mail sur votre offre e-mail" +updated: 2025-04-28 +--- + +## Objectif + +Vous souhaitez : + +- Supprimer une adresse e-mail que vous n'utilisez plus. +- Réinitialiser un compte e-mail pour l'utiliser sur une nouvelle adresse e-mail. +- Réinitialiser un compte e-mail pour le résilier. + +**Découvrez comment supprimer ou réinitialiser une adresse e-mail sur votre offre e-mail** + +## Prérequis + +- Disposer d'une solution e-mail OVHcloud préalablement configurée telle que [**Hosted Exchange**](/links/web/emails-hosted-exchange) ou **MX Plan** (proposée parmi nos [offres d’hébergement web](/links/web/hosting)). +- Être connecté à l'[espace client OVHcloud](/links/manager), partie `Web Cloud`{.action}. +- Disposer des informations de connexion aux adresses e-mail concernées. + +## En pratique + +OVHcloud propose 2 solutions e-mail, la notion de suppression de compte est différente selon votre offre. + +- **Email MX Plan** : cette offre est vendue sous la forme d'un pack de plusieurs comptes e-mail. Lorsque vous supprimez un compte, vous libérez un emplacement sur votre pack. +- **Hosted Exchange** : cette offre est à la carte, vous commandez un abonnement individuel par compte e-mail. Lorsque vous voulez supprimer une adresse e-mail, il s'agit alors d'effectuer une **réinitialisation**. Une fois le compte e-mail réinitialisé, vous pouvez réutiliser ce compte pour créer une nouvelle adresse e-mail. Vous pouvez également [résilier l'abonnement](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange#supprimer-des-comptes) de ce compte si vous souhaitez le supprimer définitivement. + +### Supprimer ou réinitialiser un compte e-mail + +Sélectionnez l'onglet correspondant à votre offre e-mail : + +> [!tabs] +> **MX Plan** +>> +>> 1. Connectez-vous à votre [espace client OVHcloud](/links/manager). +>> 1. Rendez-vous dans la partie `Web Cloud`{.action}. +>> 1. Cliquez sur `MX Plan`{.action}. +>> 1. Sélectionnez le domaine concerné. +>> 1. Positionnez-vous sur l'onglet `Comptes e-mail`{.action}. La fenêtre qui apparaît affiche les comptes e-mail existants. +>> 1. Cliquez sur le bouton `...`{.action} à droite du compte à modifier puis cliquez sur `Réinitialiser ce compte`{.action}. +>> +>> ![email](images/email-mxplan-new-reset.png){.thumbnail} +>> +> **Exchange** +>> +>> 1. Connectez-vous à votre [espace client OVHcloud](/links/manager). +>> 1. Rendez-vous dans la partie `Web Cloud`{.action}. +>> 1. Dans la rubrique `MICROSOFT`, cliquez sur `Exchange`{.action}. +>> 1. Sélectionnez la plateforme concernée. +>> 1. Positionnez-vous sur l'onglet `Comptes e-mail`{.action}. +>> 1. Cliquez sur le bouton `...`{.action} à droite du compte à modifier puis cliquez sur `Réinitialiser`{.action}. +>> +>> Après la réinitialisation de votre compte, si vous souhaitez le supprimer définitivement, vous devrez le résilier. Pour cela, consultez notre guide [Gérer la facturation de vos comptes Exchange](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange). +>> +>> ![email](images/exchange-reset.png){.thumbnail} +>> + +## Aller plus loin + +[Premiers pas avec la solution MX Plan](/pages/web_cloud/email_and_collaborative_solutions/mx_plan/email_generalities) + +[Premiers pas avec la solution Hosted Exchange](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_starting_hosted) + +[Gérer la facturation de vos comptes Exchange](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/manage_billing_exchange) + +Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support). + +Échangez avec notre [communauté d'utilisateurs](/links/community). From 6182f44cc3eb9b863974a08f0495fb04b49b0035 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Mon, 21 Jul 2025 09:49:02 +0200 Subject: [PATCH 105/160] Reversibility - Fixing link --- .../22-SDB-opensearch-reversibility/guide.en-gb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/account_and_service_management/reversibility/22-SDB-opensearch-reversibility/guide.en-gb.md b/pages/account_and_service_management/reversibility/22-SDB-opensearch-reversibility/guide.en-gb.md index 56e2ee40cd0..5528a0bf84f 100644 --- a/pages/account_and_service_management/reversibility/22-SDB-opensearch-reversibility/guide.en-gb.md +++ b/pages/account_and_service_management/reversibility/22-SDB-opensearch-reversibility/guide.en-gb.md @@ -40,7 +40,7 @@ Features of the product line fall into three categories: | **Function** | **Description** | **Available formats** | **Migration model** | **Available documentation** | | --- | --- | --- | --- | --- | | Infrastructure as a code | Automated deployment via Terraform modules specific to OVHcloud | NA | **Inbound**: scripts to be adapted for other providers
**Outbound**: Terraform configurations need to be rewritten | [Terraform](https://registry.terraform.io/providers/ovh/latest/docs){.external} | -| Anti-DDoS protection| Anti-DDoS is a set of tools and mechanisms designed to absorb denial of service attacks. It includes traffic analysis, "clean-up" via a specialized network, and mitigation using VAC technology developed by OVHcloud | N/A | **Inbound**: the anti-DDoS system is part of our infrastructure and is enabled by default. No action is required
**Outbound**: order and configure an anti-DDoS solution from the new provider | [Anti-DDoS OVHcloud](/links/security/anti-ddos) | +| Anti-DDoS protection| Anti-DDoS is a set of tools and mechanisms designed to absorb denial of service attacks. It includes traffic analysis, "clean-up" via a specialized network, and mitigation using VAC technology developed by OVHcloud | N/A | **Inbound**: the anti-DDoS system is part of our infrastructure and is enabled by default. No action is required
**Outbound**: order and configure an anti-DDoS solution from the new provider | [Anti-DDoS OVHcloud](/links/security/antiddos) | ## List of architectures From 43a85b5cb8eb46dd4cc0a1b1da2e43ca1a5e3647 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Mon, 21 Jul 2025 09:56:01 +0200 Subject: [PATCH 106/160] Emails redirections - Updating guides for countries with no Exchange --- .../common_email_features/feature_redirections/guide.en-asia.md | 2 +- .../common_email_features/feature_redirections/guide.en-au.md | 2 +- .../common_email_features/feature_redirections/guide.en-sg.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-asia.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-asia.md index efc32a966e6..6e01e3949b8 100644 --- a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-asia.md +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-asia.md @@ -63,7 +63,7 @@ Click on the tabs below for an illustrated explanation of how aliases and redire ## Requirements -- A preconfigured OVHcloud email solution, such as [**Hosted Exchange**](/links/web/emails-hosted-exchange) or **MX Plan** available with a [web hosting plan](/links/web/hosting) +- A preconfigured OVHcloud email solution (**MX Plan** available with a [web hosting plan](/links/web/hosting)) - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-au.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-au.md index efc32a966e6..6e01e3949b8 100644 --- a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-au.md +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-au.md @@ -63,7 +63,7 @@ Click on the tabs below for an illustrated explanation of how aliases and redire ## Requirements -- A preconfigured OVHcloud email solution, such as [**Hosted Exchange**](/links/web/emails-hosted-exchange) or **MX Plan** available with a [web hosting plan](/links/web/hosting) +- A preconfigured OVHcloud email solution (**MX Plan** available with a [web hosting plan](/links/web/hosting)) - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions diff --git a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-sg.md b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-sg.md index efc32a966e6..6e01e3949b8 100644 --- a/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-sg.md +++ b/pages/web_cloud/email_and_collaborative_solutions/common_email_features/feature_redirections/guide.en-sg.md @@ -63,7 +63,7 @@ Click on the tabs below for an illustrated explanation of how aliases and redire ## Requirements -- A preconfigured OVHcloud email solution, such as [**Hosted Exchange**](/links/web/emails-hosted-exchange) or **MX Plan** available with a [web hosting plan](/links/web/hosting) +- A preconfigured OVHcloud email solution (**MX Plan** available with a [web hosting plan](/links/web/hosting)) - Access to the [OVHcloud Control Panel](/links/manager) ## Instructions From 80bbab36b1892d8d565be1c683971b8041725441 Mon Sep 17 00:00:00 2001 From: Slimane ALI Date: Mon, 21 Jul 2025 10:52:31 +0200 Subject: [PATCH 107/160] Disclaimers update + FR translation --- .../ipfo-vrack-hyperv/guide.fr-fr.md | 4 ++++ .../dedicated_servers/move-failover-ip/guide.fr-fr.md | 6 ++++-- .../dedicated_servers/network_bridging/guide.en-gb.md | 9 +-------- .../dedicated_servers/network_bridging/guide.fr-fr.md | 6 ++++-- .../network_ipaliasing/guide.en-gb.md | 11 ++--------- .../network_ipaliasing/guide.fr-fr.md | 6 ++++-- .../proxmox-network-HG-Scale/guide.en-gb.md | 4 +--- .../proxmox-network-HG-Scale/guide.fr-fr.md | 7 +++++++ .../configure-ipv6/guide.en-gb.md | 6 ++---- .../configure-ipv6/guide.fr-fr.md | 7 +++++++ .../guide.en-gb.md | 5 ----- .../guide.fr-fr.md | 8 ++++++-- 12 files changed, 42 insertions(+), 37 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md index ff569f0a29f..11b8646e3d4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md @@ -4,6 +4,10 @@ excerpt: "Découvrez comment configurer une machine virtuelle avec des IPs Addit updated: 2021-02-25 --- +> [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 supplémentaires sur un vRack. Vous pouvez également configurer des adresses Additional IPv6 sur votre vRack en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objectif Suivez le processus d'installation d'Hyper-V, l'association d'un switch virtuel et la configuration d'une machine virtuelle pour fonctionner avec les IPs Additional IP sur un vRack. diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md index d51194fa1e3..5f7bdf91dd0 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md @@ -5,8 +5,10 @@ updated: 2025-04-28 --- > [!primary] -> -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Cet article concerne le déplacement d'adresses Additional IPv4, qui est limité selon des [restrictions régionales](#limitations). +> +> La configuration d'Additional IP dans un réseau privé vRack contourne ces restrictions régionales en perdant la dépendance à une seule région, tout en facilitant l'interconnexion sur une large gamme de services OVHcloud. +> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md index ad5d423a248..25b7a5d242f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md @@ -4,18 +4,11 @@ excerpt: 'Find out how to configure your virtual machines for access to the publ updated: 2025-05-16 --- -> [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. -> - > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > > Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
-> You can find more information about configuring Additional IP addresses in a vRack in the following guides:
-> IPv4: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack);
-> IPv6: [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md index ba27313d5d1..71333ada254 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md @@ -5,8 +5,10 @@ updated: 2025-05-16 --- > [!primary] -> -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs virtuels en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md index 1238aa4e319..133a484972c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md @@ -5,17 +5,10 @@ updated: 2024-11-05 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. -> - -> [!primary] -> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > > Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
-> You can find more information about configuring Additional IP addresses in a vRack in the following guides:
-> IPv4: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack);
-> IPv6: [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md index 15718919cdc..f05751d2be3 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md @@ -5,8 +5,10 @@ updated: 2024-11-05 --- > [!primary] -> -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs dédiés en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md index f12e6b3f03c..681fa9deaca 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md @@ -15,9 +15,7 @@ updated: 2025-05-16 > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > > Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
-> You can find more information about configuring Additional IP addresses in a vRack in the following guides:
-> IPv4: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack);
-> IPv6: [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > > [!warning] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md index 8fb30507e34..01a242b0e2e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md @@ -11,6 +11,13 @@ updated: 2025-05-16 > Les générations de serveurs Advance plus anciennes ne reposent pas sur la même infrastructure réseau. > +> [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses Additional IPv6 sur vos machines virtuelles en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > Depuis mai 2025, les adresses MAC virtuelles peuvent être utilisées sur les serveurs des gammes High Grade et Scale. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index 96580c76e6e..4931f5e84f8 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -8,10 +8,8 @@ updated: 2024-09-11 > This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > > Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
-> You can find more information about configuring Additional IP addresses in a vRack in the following guides:
-> IPv4: [Configuring an IP block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack);
-> IPv6: [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). -> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 5c5a5296e40..78bef15c5c0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -4,6 +4,13 @@ excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" updated: 2024-09-11 --- +> [!primary] +> Cet article concerne la configuration d'adresses IPv6 principales sur une interface publique. Vous pouvez également configurer des adresses Additional IP sur votre VPS en utilisant [ce guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objectif L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VPS OVHcloud est livré avec une adresse IPv4 ainsi qu'une adresse IPv6. Par défaut, seule l'IPv4 y est configurée. Si vous devez configurer l'IPv6, vous devez le faire manuellement sur votre système. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md index b4fdc432112..c1e652d4fdc 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md @@ -4,11 +4,6 @@ excerpt: "Find out how to add Additional IP addresses to your instance's configu updated: 2025-04-28 --- -> [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. -> - > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md index 1137104948a..c6c424ec916 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md @@ -5,8 +5,12 @@ updated: 2025-04-28 --- > [!primary] -> -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos instances Public Cloud en utilisant [ce guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Veuillez noter que les adresses Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants :
+> [Configuration d'un bloc d'IP publiques dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance) ;
+> [Configuration d'un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif From 45d4c8e2da4406ed922150b1a573bc7f38c38324 Mon Sep 17 00:00:00 2001 From: fabienOVH Date: Mon, 21 Jul 2025 11:23:06 +0200 Subject: [PATCH 108/160] en-gb version + index --- .../eos-cpanel-plesk/guide.en-gb.md | 93 +++++++++++++++++++ .../eos-cpanel-plesk/guide.fr-fr.md | 2 +- pages/index.md | 2 + 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md new file mode 100644 index 00000000000..47041d4f337 --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md @@ -0,0 +1,93 @@ +--- +title: "End of Plesk and cPanel support for VPS - Ensuring continuity of your services" +excerpt: "Find out the end-of-support dates for the operating systems on your OVHcloud VPS that affect Plesk and cPanel licenses" +updated: 2025-07-21 +--- + +## Objective + +This guide will explain how you can ensure continuity for your services by migrating your OVHcloud VPS to an operating system that is compatible with the latest versions of **Plesk** and **cPanel**, following the end of support announced for several OSs. + +**Find the end-of-support dates for the operating systems on your OVHcloud VPS that affect Plesk and cPanel licenses.** + +## Requirements + +- A [VPS](https://www.ovhcloud.com/en-au/vps) solution with a [compatible distribution](https://www.ovhcloud.com/en-au/vps/os/). + +## Instructions + +The **Plesk** and **cPanel** publishers announce the end of support for the following operating systems: + +| Operating system | Impacted by | End of Support | +| ------------------- | ------------- | ------------------ | +| Ubuntu 18.04 | Plesk | **1st January 2026** | +| Debian 10 | Plesk | **1st January 2026** | +| CentOS 7 | Plesk/cPanel | **1st January 2026** | +| CloudLinux 7 | Plesk/cPanel | **1st January 2026** | + +For more details on support purposes, please refer to the official documentation: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/). +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/). + +### What can I do concretely? + +> [!primary] +> +> From a **security** point of view, continuing to use an unsupported OS exposes you to attacks. +We recommend reading [cPanel recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/) and [Plesk recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/). + +#### 1. Check your current system + +Log in to your [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section, and select your server under the `Virtual private servers`{.action} section. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +In the `Home`{.action} tab, find the details of your operating system in the `OS/Distribution`{.action} section. + +### 2. Identify a compatible OS + +If your operating system is part of the OS that will no longer be supported, migrate to a compatible system recommended by the publisher. + +Consult the official documentation of supported OSs: + +- [List of OSs supported by Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/) +- [List of cPanel compatible OSs](https://docs.cpanel.net/installation-guide/system-requirements/) + +#### 3. Migrate your service + +**Option A — Manual reinstallation** + +1. [Back up your data](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (web content, database, emails, etc.). +2. Reinstall a compatible OS from the OVHcloud Control Panel by following the “Reinstall your VPS” section of our guide [Getting started with a VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstall cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) or Plesk on the new system. +4. Restore your data from your backups. + +**Option B — Migration via Plesk or cPanel** + +This method is recommended if you can deploy a new VPS instance with an updated system alongside the old one. + +Order a new VPS with a compatible OS if you have not already done so. [Install cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) or Plesk. + +Use the migration tool of your choice. These tools allow you to automatically transfer your websites, databases, email accounts and configurations from one VPS to another: + +- Plesk Migrator - [Official documentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/) +- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/) + +**Option C — On-site update (advanced)** + +If you cannot deploy a new instance of a VPS, you can use certain tools to **upgrade your operating system directly**, while keeping Plesk or cPanel installed. This method is intended for advanced users, as it carries risks if executed incorrectly. + +- For **Plesk** (switching from CentOS 7 to AlmaLinux 8), use the `centos2alma` script provided by the [official Plesk documentation](https://github.com/plesk/centos2alma). See also detailed instructions in [Plesk support](https://support.plesk.com/hc/en-us/articles/12377714344983). + +- For **cPanel** (switching from CentOS 7 to AlmaLinux 8), use the **Elevate** tool provided by the [official cPanel documentation](https://cpanel.github.io/elevate/). + +> [!primary] +> +> These tools are not 100% guaranteed and require full backups before proceeding. Also make sure that your VPS has sufficient resources (RAM, CPU, disk). + +## Go further + +For specialized services (SEO, development, etc.), contact the [OVHcloud partners](/links/partner). + +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md index d7eaf10c25a..246aab16a65 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Fin du support Plesk et cPanel pour VPS - Assurer la continuité de vos services" excerpt: "Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel" -updated: 2025-07-15 +updated: 2025-07-21 --- ## Objectif diff --git a/pages/index.md b/pages/index.md index dd0f92a5d2d..67453ebd85b 100644 --- a/pages/index.md +++ b/pages/index.md @@ -132,6 +132,7 @@ + [Bare Metal 3-AZ Region - Service presentation](bare_metal_cloud/dedicated_servers/3az-presentation) + [How to obtain the carbon footprint of your OVHcloud services](account_and_service_management/managing_billing_payments_and_services/carbon_footprint) + [Dedicated Servers 3-AZ Reversibility Policy](account_and_service_management/reversibility/17-dedicated-servers-3AZ-reversibility) + + [End of Plesk and cPanel support for VPS - Ensure continuity of your services](bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk) + [Security](bare-metal-cloud-dedicated-servers-security) + [Dedicated Servers service Security Specifications](account_and_service_management/account_information/security-specifications-dedicated-servers) + [Configuring the firewall on Linux with iptables](bare_metal_cloud/dedicated_servers/firewall-Linux-iptable) @@ -259,6 +260,7 @@ + [Configuring the firewall on Windows](bare_metal_cloud/virtual_private_servers/activate-port-firewall-soft-win) + [Public Cloud & VPS - Image and OS life cycle and end of life/support announcements](public_cloud/compute/image-life-cycle) + [Managing a legacy VPS](bare_metal_cloud/virtual_private_servers/vps_legacy_control_panel) + + [End of Plesk and cPanel support for VPS - Ensure continuity of your services](bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk) + [Backup options](bare-metal-cloud-virtual-private-servers-backups) + [Using snapshots on a VPS](bare_metal_cloud/virtual_private_servers/using-snapshots-on-a-vps) + [Using automatic backups on a VPS](bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) From cbcb1dd52a03f6537ad6f10aa31b93818c3da667 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Mon, 21 Jul 2025 12:10:38 +0200 Subject: [PATCH 109/160] Adapting links for email guides --- links/web/email-pro | 1 + links/web/emails | 1 + links/web/emails-hosted-exchange | 1 + links/web/ms365 | 1 + 4 files changed, 4 insertions(+) diff --git a/links/web/email-pro b/links/web/email-pro index 4b18fbc024d..de9716a6f31 100644 --- a/links/web/email-pro +++ b/links/web/email-pro @@ -2,6 +2,7 @@ - [en-gb](https://www.ovhcloud.com/en-gb/emails/email-pro/) - [en-ie](https://www.ovhcloud.com/en-ie/emails/email-pro/) - [es-es](https://www.ovhcloud.com/es-es/emails/email-pro/) +- [es-us](https://www.ovhcloud.com/es/emails/) - [fr-fr](https://www.ovhcloud.com/fr/emails/email-pro/) - [it-it](https://www.ovhcloud.com/it/emails/email-pro/) - [pl-pl](https://www.ovhcloud.com/pl/emails/email-pro/) diff --git a/links/web/emails b/links/web/emails index 39f798b7639..79049897af2 100644 --- a/links/web/emails +++ b/links/web/emails @@ -4,6 +4,7 @@ - [en-ca](https://www.ovhcloud.com/en-ca/emails/) - [en-gb](https://www.ovhcloud.com/en-gb/emails/) - [en-ie](https://www.ovhcloud.com/en-ie/emails/) +- [en-in](https://www.ovhcloud.com/en-in/web-cloud/) - [en-sg](https://www.ovhcloud.com/en-sg/emails/) - [en-us](https://www.ovhcloud.com/en/emails/) - [es-es](https://www.ovhcloud.com/es-es/emails/) diff --git a/links/web/emails-hosted-exchange b/links/web/emails-hosted-exchange index ef77b69bbc0..33fe991c7eb 100644 --- a/links/web/emails-hosted-exchange +++ b/links/web/emails-hosted-exchange @@ -4,6 +4,7 @@ - [en-ca](https://www.ovhcloud.com/en-ca/emails/hosted-exchange/) - [en-gb](https://www.ovhcloud.com/en-gb/emails/hosted-exchange/) - [en-ie](https://www.ovhcloud.com/en-ie/emails/hosted-exchange/) +- [en-in](https://www.ovhcloud.com/en-in/web-cloud/) - [en-sg](https://www.ovhcloud.com/en-sg/emails/hosted-exchange/) - [en-us](https://www.ovhcloud.com/en/emails/hosted-exchange/) - [es-es](https://www.ovhcloud.com/es-es/emails/hosted-exchange/) diff --git a/links/web/ms365 b/links/web/ms365 index 69e42cc1a70..9c9f6567aca 100644 --- a/links/web/ms365 +++ b/links/web/ms365 @@ -2,6 +2,7 @@ - [en-gb](https://www.ovhcloud.com/en-gb/collaborative-tools/microsoft-365/) - [en-ie](https://www.ovhcloud.com/en-ie/collaborative-tools/microsoft-365/) - [es-es](https://www.ovhcloud.com/es-es/collaborative-tools/microsoft-365/) +- [es-us](https://www.ovhcloud.com/es/) - [fr-fr](https://www.ovhcloud.com/fr/collaborative-tools/microsoft-365/) - [it-it](https://www.ovhcloud.com/it/collaborative-tools/microsoft-365/) - [pl-pl](https://www.ovhcloud.com/pl/collaborative-tools/microsoft-365/) From fa0b11f40b12d369ddb27a0017f544e1670554ef Mon Sep 17 00:00:00 2001 From: Axel Dumortier Date: Mon, 21 Jul 2025 12:48:18 +0200 Subject: [PATCH 110/160] FR internet add warning on brovi lte key --- .../comment_activer_backup_LTE/guide.fr-fr.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md b/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md index f13a4e2a8e1..a118ed2ecb6 100644 --- a/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md +++ b/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Comment activer un lien de secours LTE' excerpt: 'Découvrez comment activer un lien de secours LTE' -updated: 2025-04-28 +updated: 2025-07-21 --- ## Objectif @@ -15,6 +15,11 @@ Un lien de secours LTE permet de sécuriser votre connexion en cas de coupure. S - Disposer d’un [accès Internet xDSL ou FTTH OVHcloud](/links/telecom/offre-internet) et d'un modem Zyxel ou Technicolor TG799vac fourni par OVHcloud. - Disposer d'une clé LTE Huawei E3372 ainsi qu'une carte SIM permettant l'accès au réseau mobile de données. +> [!alert] +> +> Attention, les clés Brovî E3372-**325** sont nativement incompatibles avec les modems OVHcloud. +> + ## En pratique Cette fonctionnalité est disponible même si la configuration à distance du modem (via l'espace client OVHcloud) est désactivée. From bc1823136bfb46e4fc5e7818ee1eaa0890f80e71 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 07:47:34 -0400 Subject: [PATCH 111/160] minor update --- .../services_backup_storage/guide.de-de.md | 6 +++++- .../services_backup_storage/guide.en-asia.md | 8 ++++++-- .../services_backup_storage/guide.en-au.md | 6 +++++- .../services_backup_storage/guide.en-ca.md | 6 +++++- .../services_backup_storage/guide.en-gb.md | 6 +++++- .../services_backup_storage/guide.en-ie.md | 6 +++++- .../services_backup_storage/guide.en-sg.md | 6 +++++- .../services_backup_storage/guide.en-us.md | 6 +++++- .../services_backup_storage/guide.es-es.md | 6 +++++- .../services_backup_storage/guide.es-us.md | 6 +++++- .../services_backup_storage/guide.fr-ca.md | 6 +++++- .../services_backup_storage/guide.it-it.md | 6 +++++- .../services_backup_storage/guide.pl-pl.md | 6 +++++- .../services_backup_storage/guide.pt-pt.md | 6 +++++- 14 files changed, 71 insertions(+), 15 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md index 2d07c9f6d81..3b46e7ef829 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md @@ -1,7 +1,7 @@ --- title: 'Backup Storage auf einem Dedicated Server verwenden' excerpt: 'Erfahren Sie hier, wie Sie zusätzlichen Speicherplatz aktivieren und auf diesen zugreifen' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Ziel @@ -144,6 +144,10 @@ Es wird ein Bestellschein erzeugt und sobald Ihre Zahlung verbucht wurde, erhalt > Der Backup Storage Dienst hat ein Limit von drei gleichzeitigen Verbindungen per IP. > +> [!PRIMARY] +> Um den *Hostname* Ihres Backup Storage abzurufen, klicken Sie auf den Tab `Backup Storage`{.action} im Interface des betreffenden Dedicated Servers. Üblicherweise geschrieben als `ftpback-bhsX-YYY.ip-Z.Z.Z.net` oder `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (für Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-asia.md index 65e71f4e7b9..2b48a1189b9 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,7 +138,11 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. -> +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md index 65e71f4e7b9..37e310d1cb4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md @@ -1,7 +1,7 @@ --- title: How to use the backup storage on a dedicated server excerpt: 'Find out how to enable and access your additional storage space' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objective @@ -138,6 +138,10 @@ An order will be created and once your payment has been processed, you will be n > [!warning] > > The backup storage service has a limit of three simultaneous connections on an IP. +> + +> [!primary] +> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md index 9f5e6e02377..99129ea9c2d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Utilizar Backup Storage en un servidor dedicado' excerpt: 'Cómo activar y acceder al espacio de almacenamiento adicional' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objetivo @@ -143,6 +143,10 @@ Se generará una orden de pedido. Una vez registrado el pago, recibirá una noti > El servicio de Backup Storage tiene un límite de tres conexiones simultáneas en una IP. > +> [!primary] +> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. Normalmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (para Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md index 9f5e6e02377..99129ea9c2d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md @@ -1,7 +1,7 @@ --- title: 'Utilizar Backup Storage en un servidor dedicado' excerpt: 'Cómo activar y acceder al espacio de almacenamiento adicional' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objetivo @@ -143,6 +143,10 @@ Se generará una orden de pedido. Una vez registrado el pago, recibirá una noti > El servicio de Backup Storage tiene un límite de tres conexiones simultáneas en una IP. > +> [!primary] +> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. Normalmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (para Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md index ee03b69d281..a9fe32c0a09 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Utiliser Backup Storage sur un serveur dédié' excerpt: 'Découvrez comment activer et accéder à votre espace de stockage supplémentaire' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objectif @@ -145,6 +145,10 @@ Un bon de commande sera créé. Une fois votre paiement enregistré, vous serez > Le service Backup Storage a une limite de trois connexions simultanées par IP. > +> [!primary] +> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Habituellement écrit comme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (pour Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md index d015dba90bd..ad72b82b467 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Utilizzare il Backup Storage su un server dedicato excerpt: Come attivare e accedere allo spazio di storage aggiuntivo -updated: 2025-07-14 +updated: 2025-07-21 --- ## Obiettivo @@ -146,6 +146,10 @@ Verrà creato un buono d'ordine. Una volta effettuato il pagamento, riceverai un > Il servizio di Backup Storage ha un limite di tre connessioni simultanee su un IP. > +> [!primary] +Per recuperare il *Hostname* del Backup Storage, clicca sulla scheda `Backup Storage`{.action} nell’interfaccia del server dedicato in questione. Di solito è scritto come `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (per Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md index d54b4c15029..2dde9d50044 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Korzystanie z Backup Storage na serwerze dedykowanym' excerpt: 'Dowiedz się, jak aktywować i uzyskać dostęp do dodatkowej przestrzeni dyskowej' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Wprowadzenie @@ -146,6 +146,10 @@ Zostanie utworzone zamówienie. Po zaksięgowaniu płatności otrzymasz powiadom > Usługa Backup Storage ma limit trzech jednoczesnych połączeń z jednym adresem IP. > +> [!primary] +> Aby sprawdzić status *Hostname* dla Backup Storage, kliknij zakładkę `Backup Storage`{.action} w interfejsie danego serwera dedykowanego. Zwykle pisane jako `ftpback-rbxX-YYY.ip-Z.Z.Z.net` lub `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (na Linux) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md index e3cd49aaec1..38b529b8a70 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Utilizar o Backup Storage num servidor dedicado' excerpt: 'Saiba como ativar e aceder ao espaço de armazenamento adicional' -updated: 2025-07-14 +updated: 2025-07-21 --- ## Objetivo @@ -144,6 +144,10 @@ Será criada uma nota de encomenda. Uma vez o pagamento registado, será notific > O serviço Backup Storage tem um limite de três ligações simultâneas num IP. > +> [!primary] +> Para recuperar o *Hostname* do seu Backup Storage, clique no separador `Backup Storage`{.action} na interface do servidor dedicado em causa. Geralmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (para Linux) From b5a81fe5c99984d273e9822e7092eaad8c6c07d3 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 07:48:00 -0400 Subject: [PATCH 112/160] minor update --- .../services_backup_storage/guide.fr-fr.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md index dec5e08e6c1..d66c9729864 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Utiliser Backup Storage sur un serveur dédié' excerpt: 'Découvrez comment activer et accéder à votre espace de stockage supplémentaire' -updated: 2025-07-11 +updated: 2025-07-21 --- ## Objectif @@ -145,6 +145,10 @@ Un bon de commande sera créé. Une fois votre paiement enregistré, vous serez > Le service Backup Storage a une limite de trois connexions simultanées par IP. > +> [!primary] +> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Habituellement écrit comme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> + #### FTP/FTPS ##### NcFTP (pour Linux) From 1d3a260886a77de8472aecee6f36627fe00d8e87 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 08:09:04 -0400 Subject: [PATCH 113/160] minor update --- .../virtual_private_servers/starting_with_a_vps/guide.en-au.md | 2 ++ .../virtual_private_servers/starting_with_a_vps/guide.en-ca.md | 2 ++ .../virtual_private_servers/starting_with_a_vps/guide.en-gb.md | 2 ++ .../virtual_private_servers/starting_with_a_vps/guide.en-ie.md | 2 ++ .../virtual_private_servers/starting_with_a_vps/guide.en-sg.md | 2 ++ .../virtual_private_servers/starting_with_a_vps/guide.en-us.md | 2 ++ 6 files changed, 12 insertions(+) diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md index 9f9cb414bbb..c939fdffbd6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-au.md @@ -375,4 +375,6 @@ To automate this process, OVHcloud also offers the SSL Gateway solution. Please [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md index 9f9cb414bbb..c939fdffbd6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ca.md @@ -375,4 +375,6 @@ To automate this process, OVHcloud also offers the SSL Gateway solution. Please [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md index 2f3d5b969ba..9273240b1bf 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-gb.md @@ -375,4 +375,6 @@ To automate this process, OVHcloud also offers the SSL Gateway solution. Please [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md index 9f9cb414bbb..c939fdffbd6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-ie.md @@ -375,4 +375,6 @@ To automate this process, OVHcloud also offers the SSL Gateway solution. Please [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md index fc0ebfa18fa..977ca13d8eb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-sg.md @@ -373,4 +373,6 @@ You can install this SSL certificate manually, directly on the VPS. Please refer [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md index 9f9cb414bbb..c939fdffbd6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps/guide.en-us.md @@ -375,4 +375,6 @@ To automate this process, OVHcloud also offers the SSL Gateway solution. Please [How to secure a VPS](/pages/bare_metal_cloud/virtual_private_servers/secure_your_vps) +[How to recover server access if your user password is lost](/pages/bare_metal_cloud/dedicated_servers/replacing-user-password) + Join our [community of users](/links/community). From 3865259ce58695937bc6aa372f81c3044a1e4488 Mon Sep 17 00:00:00 2001 From: Yoann Cosse <63302382+Y0Coss@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:38:16 +0200 Subject: [PATCH 114/160] Update pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md --- .../internet_access/comment_activer_backup_LTE/guide.fr-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md b/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md index a118ed2ecb6..6f8621dbcaa 100644 --- a/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md +++ b/pages/web_cloud/internet/internet_access/comment_activer_backup_LTE/guide.fr-fr.md @@ -17,7 +17,7 @@ Un lien de secours LTE permet de sécuriser votre connexion en cas de coupure. S > [!alert] > -> Attention, les clés Brovî E3372-**325** sont nativement incompatibles avec les modems OVHcloud. +> Attention, les clés Brovi E3372-**325** sont nativement incompatibles avec les modems OVHcloud. > ## En pratique From f30325593aae00bac271f47dea1c0d1cce18b0c8 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Mon, 21 Jul 2025 14:55:50 +0200 Subject: [PATCH 115/160] Date update before production --- .../how_to_use_terraform/guide.de-de.md | 2 +- .../how_to_use_terraform/guide.en-asia.md | 2 +- .../how_to_use_terraform/guide.en-au.md | 2 +- .../how_to_use_terraform/guide.en-ca.md | 2 +- .../how_to_use_terraform/guide.en-gb.md | 2 +- .../how_to_use_terraform/guide.en-ie.md | 2 +- .../how_to_use_terraform/guide.en-sg.md | 2 +- .../how_to_use_terraform/guide.en-us.md | 2 +- .../how_to_use_terraform/guide.es-es.md | 2 +- .../how_to_use_terraform/guide.es-us.md | 2 +- .../how_to_use_terraform/guide.fr-ca.md | 2 +- .../how_to_use_terraform/guide.fr-fr.md | 2 +- .../how_to_use_terraform/guide.it-it.md | 2 +- .../how_to_use_terraform/guide.pl-pl.md | 2 +- .../how_to_use_terraform/guide.pt-pt.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.de-de.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.de-de.md index f7676a2ac2f..45247a88e0b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.de-de.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.de-de.md @@ -3,7 +3,7 @@ title: Terraform verwenden (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-asia.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-asia.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-asia.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-au.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-au.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-au.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-au.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ca.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ca.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ca.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-gb.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-gb.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-gb.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ie.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ie.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-ie.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-sg.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-sg.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-sg.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-us.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-us.md index c2f4c233de4..dc32c31384c 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.en-us.md @@ -3,7 +3,7 @@ title: How to use Terraform description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-es.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-es.md index 1cd080b7d76..f3baf82bc5f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-es.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-es.md @@ -3,7 +3,7 @@ title: Terraform Tutorial (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-us.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-us.md index 1cd080b7d76..f3baf82bc5f 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-us.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.es-us.md @@ -3,7 +3,7 @@ title: Terraform Tutorial (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-ca.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-ca.md index 10ba0105db8..d1b62906749 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-ca.md @@ -3,7 +3,7 @@ title: Comment utiliser Terraform sur le Public Cloud OVHcloud description: Utilisation de Terraform keywords: infrastructure, instance, cloud, creation excerpt: Décrouvez comment utiliser l'outil Terraform pour abstraire le déploiement de votre infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objectif diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-fr.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-fr.md index 0a10cd4c639..c0aa8abd349 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.fr-fr.md @@ -3,7 +3,7 @@ title: Comment utiliser Terraform sur le Public Cloud OVHcloud description: Utilisation de Terraform keywords: infrastructure, instance, cloud, creation excerpt: Décrouvez comment utiliser l'outil Terraform pour abstraire le déploiement de votre infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objectif diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.it-it.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.it-it.md index b8601b7fb0a..67731e71a05 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.it-it.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.it-it.md @@ -3,7 +3,7 @@ title: Terraform Tutorial (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pl-pl.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pl-pl.md index a015f233029..22d30730d5b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pl-pl.md @@ -3,7 +3,7 @@ title: Terraform Tutorial (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective diff --git a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pt-pt.md b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pt-pt.md index 9f29719ca3d..3038c3d6d7b 100644 --- a/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_cross_functional/how_to_use_terraform/guide.pt-pt.md @@ -3,7 +3,7 @@ title: Terraform Tutorial (EN) description: Procedure of use of Terraform keywords: infrastructure, instance, cloud, creation excerpt: Step-by-step documentation on how to use Terraform configurations for your infrastructure -updated: 2025-07-17 +updated: 2025-07-21 --- ## Objective From 0d7dfd868181701ad37734326c49f7085e8248b2 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:59:18 +0200 Subject: [PATCH 116/160] DE proof --- .../dedicated_servers/services_backup_storage/guide.de-de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md index 3b46e7ef829..c0c7c197b89 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md @@ -144,8 +144,8 @@ Es wird ein Bestellschein erzeugt und sobald Ihre Zahlung verbucht wurde, erhalt > Der Backup Storage Dienst hat ein Limit von drei gleichzeitigen Verbindungen per IP. > -> [!PRIMARY] -> Um den *Hostname* Ihres Backup Storage abzurufen, klicken Sie auf den Tab `Backup Storage`{.action} im Interface des betreffenden Dedicated Servers. Üblicherweise geschrieben als `ftpback-bhsX-YYY.ip-Z.Z.Z.net` oder `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> [!primary] +> Um den *Hostname* (im Format `ftpback-bhsX-YYY.ip-Z.Z.Z.net` oder `ftpback-bhsX-YYY.ip-Z.Z.Z.net`) Ihres Backup Storage abzurufen, klicken Sie auf den Tab `Backup Storage`{.action} im Interface des betreffenden Dedicated Servers. > #### FTP/FTPS From d5dc9d3433e3f90bafa817f6f38add3c0113e815 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 10:27:47 -0400 Subject: [PATCH 117/160] minor updates --- .../dedicated_servers/services_backup_storage/guide.de-de.md | 2 +- .../dedicated_servers/services_backup_storage/guide.es-es.md | 2 +- .../dedicated_servers/services_backup_storage/guide.es-us.md | 2 +- .../dedicated_servers/services_backup_storage/guide.fr-ca.md | 2 +- .../dedicated_servers/services_backup_storage/guide.fr-fr.md | 2 +- .../dedicated_servers/services_backup_storage/guide.it-it.md | 2 +- .../dedicated_servers/services_backup_storage/guide.pl-pl.md | 2 +- .../dedicated_servers/services_backup_storage/guide.pt-pt.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md index c0c7c197b89..1ebbdaf6915 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.de-de.md @@ -145,7 +145,7 @@ Es wird ein Bestellschein erzeugt und sobald Ihre Zahlung verbucht wurde, erhalt > > [!primary] -> Um den *Hostname* (im Format `ftpback-bhsX-YYY.ip-Z.Z.Z.net` oder `ftpback-bhsX-YYY.ip-Z.Z.Z.net`) Ihres Backup Storage abzurufen, klicken Sie auf den Tab `Backup Storage`{.action} im Interface des betreffenden Dedicated Servers. +> Um den *Hostname* (im Format `ftpback-rbxX-YYY.ip-Z.Z.Z.Z.net` oder `ftpback-bhsX-YYY.ip-Z.Z.Z.net`) Ihres Backup Storage abzurufen, klicken Sie auf den Tab `Backup Storage`{.action} im Interface des betreffenden Dedicated Servers. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md index 99129ea9c2d..d560675083b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-es.md @@ -144,7 +144,7 @@ Se generará una orden de pedido. Una vez registrado el pago, recibirá una noti > > [!primary] -> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. Normalmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. El *Hostname* suele escribirse como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md index 99129ea9c2d..d560675083b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.es-us.md @@ -144,7 +144,7 @@ Se generará una orden de pedido. Una vez registrado el pago, recibirá una noti > > [!primary] -> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. Normalmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Para obtener el *Hostname* de su Backup Storage, haga clic en la pestaña `Backup Storage`{.action} en la interfaz del servidor dedicado correspondiente. El *Hostname* suele escribirse como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md index a9fe32c0a09..180772cab13 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-ca.md @@ -146,7 +146,7 @@ Un bon de commande sera créé. Une fois votre paiement enregistré, vous serez > > [!primary] -> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Habituellement écrit comme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Le *Hostname* est habituellement écrit sous la forme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md index d66c9729864..b6808a47097 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.fr-fr.md @@ -146,7 +146,7 @@ Un bon de commande sera créé. Une fois votre paiement enregistré, vous serez > > [!primary] -> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Habituellement écrit comme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Pour récupérer le *Hostname* de votre Backup Storage, cliquez sur l'onglet `Backup Storage`{.action} dans l'interface du serveur dédié concerné. Le *Hostname* est habituellement écrit sous la forme `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md index ad72b82b467..2cddc0219ee 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.it-it.md @@ -147,7 +147,7 @@ Verrà creato un buono d'ordine. Una volta effettuato il pagamento, riceverai un > > [!primary] -Per recuperare il *Hostname* del Backup Storage, clicca sulla scheda `Backup Storage`{.action} nell’interfaccia del server dedicato in questione. Di solito è scritto come `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.net`. +> Per recuperare il *Hostname* del Backup Storage, clicca sulla scheda `Backup Storage`{.action} nell’interfaccia del server dedicato interessato. *Hostname* è generalmente scritto in formato `ftpback-rbxX-YYY.ip-Z.Z.Z.net` o `ftpback-bhsX-YYY.ip-Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md index 2dde9d50044..75e5bbfbbaf 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pl-pl.md @@ -147,7 +147,7 @@ Zostanie utworzone zamówienie. Po zaksięgowaniu płatności otrzymasz powiadom > > [!primary] -> Aby sprawdzić status *Hostname* dla Backup Storage, kliknij zakładkę `Backup Storage`{.action} w interfejsie danego serwera dedykowanego. Zwykle pisane jako `ftpback-rbxX-YYY.ip-Z.Z.Z.net` lub `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Aby sprawdzić status *Hostname* dla Backup Storage, kliknij zakładkę `Backup Storage`{.action} w interfejsie danego serwera dedykowanego. *Hostname* jest zazwyczaj zapisywany w formie `ftpback-rbxX-YYY.ip-Z.Z.Z.net` lub `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md index 38b529b8a70..eacac239277 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md @@ -145,7 +145,7 @@ Será criada uma nota de encomenda. Uma vez o pagamento registado, será notific > > [!primary] -> Para recuperar o *Hostname* do seu Backup Storage, clique no separador `Backup Storage`{.action} na interface do servidor dedicado em causa. Geralmente escrito como `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Para recuperar o *Hostname* do seu Backup Storage, clique no separador "Backup Storage"{.action} na interface do servidor dedicado em causa. O *Hostname* é geralmente escrito sob a forma de `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS From ac87e76800041aca8fb2b33bf0bce8944b0edb15 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 10:58:01 -0400 Subject: [PATCH 118/160] minor updates --- .../dedicated_servers/services_backup_storage/guide.en-au.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.en-ca.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.en-gb.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.en-ie.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.en-sg.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.en-us.md | 4 +--- .../dedicated_servers/services_backup_storage/guide.pt-pt.md | 2 +- 7 files changed, 7 insertions(+), 19 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-au.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ca.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-gb.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-ie.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-sg.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md index 37e310d1cb4..5030385f4be 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.en-us.md @@ -140,9 +140,7 @@ An order will be created and once your payment has been processed, you will be n > The backup storage service has a limit of three simultaneous connections on an IP. > -> [!primary] -> To retrieve the hostname of your backup storage, click on the `Backup Storage`{.action} tab in the relevant dedicated server interface. Usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. -> +To retrieve the Hostname of your backup storage, click on the `Backup Storage`{.action} tab in the interface of the dedicated server concerned. The Hostname is usually written as `ftpback-rbxX-YYY.ip-Z.Z.Z.net` or `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. #### FTP/FTPS diff --git a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md index eacac239277..8ad9fa01c7e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/services_backup_storage/guide.pt-pt.md @@ -145,7 +145,7 @@ Será criada uma nota de encomenda. Uma vez o pagamento registado, será notific > > [!primary] -> Para recuperar o *Hostname* do seu Backup Storage, clique no separador "Backup Storage"{.action} na interface do servidor dedicado em causa. O *Hostname* é geralmente escrito sob a forma de `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. +> Para recuperar o *Hostname* do seu Backup Storage, clique no separador `Backup Storage`{.action} na interface do servidor dedicado em causa. O *Hostname* é geralmente escrito sob a forma de `ftpback-rbxX-YYY.ip-Z.Z.Z.net` ou `ftpback-bhsX-YYY.ip-Z.Z.Z.net`. > #### FTP/FTPS From ad0957ef50d5d44cd7f2553bf4bf1fca2e22c523 Mon Sep 17 00:00:00 2001 From: Babacar Diasse Date: Thu, 17 Jul 2025 18:15:51 +0200 Subject: [PATCH 119/160] feat(LDP): IAM documentations --- pages/index.md | 4 + .../iam_access_management/guide.en-gb.md | 197 ++++++++++++++++++ .../images/basic_policy_1.png | Bin 0 -> 39542 bytes .../images/basic_policy_2.png | Bin 0 -> 73952 bytes .../images/carousel_policy_sub_1.png | Bin 0 -> 73155 bytes .../images/carousel_policy_sub_2.png | Bin 0 -> 35791 bytes .../images/carousel_policy_sub_3.png | Bin 0 -> 65620 bytes .../images/carousel_policy_sub_4.png | Bin 0 -> 79389 bytes .../images/create_group.png | Bin 0 -> 33549 bytes .../images/create_policy_service_1.png | Bin 0 -> 26816 bytes .../images/create_policy_service_2.png | Bin 0 -> 67642 bytes .../images/create_rg.png | Bin 0 -> 79290 bytes .../images/create_user.png | Bin 0 -> 37034 bytes .../images/local_user_control_panel.png | Bin 0 -> 80900 bytes .../images/policy_create_actions.png | Bin 0 -> 45984 bytes .../images/policy_streams.png | Bin 0 -> 82267 bytes .../images/policy_sub_product_types.png | Bin 0 -> 70989 bytes .../images/service_empty.png | Bin 0 -> 83114 bytes .../iam_access_management/meta.yaml | 2 + .../iam_migration_to_iam/guide.en-gb.md | 83 ++++++++ .../images/graylog_legacy.png | Bin 0 -> 119082 bytes .../iam_migration_to_iam/meta.yaml | 2 + .../iam_presentation_faq/guide.en-gb.md | 136 ++++++++++++ .../images/activate_iam_existing_service.png | Bin 0 -> 61448 bytes .../images/activate_iam_new_service.png | Bin 0 -> 50585 bytes .../images/activated_iam.png | Bin 0 -> 56044 bytes .../images/grafana_header.png | Bin 0 -> 134884 bytes .../images/graylog_iam_ca.png | Bin 0 -> 126740 bytes .../images/graylog_iam_eu.png | Bin 0 -> 125628 bytes .../images/graylog_legacy.png | Bin 0 -> 119082 bytes .../images/iam_policies.png | Bin 0 -> 165695 bytes .../images/osd_iam_eu.png | Bin 0 -> 34747 bytes .../iam_presentation_faq/meta.yaml | 2 + 33 files changed, 426 insertions(+) create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/basic_policy_1.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/basic_policy_2.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_1.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_2.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_3.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_4.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_policy_service_1.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_policy_service_2.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_user.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_create_actions.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_streams.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_sub_product_types.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/service_empty.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/meta.yaml create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog_legacy.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/meta.yaml create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_existing_service.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_new_service.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activated_iam.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/grafana_header.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/graylog_iam_ca.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/graylog_iam_eu.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/graylog_legacy.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/iam_policies.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/osd_iam_eu.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/meta.yaml diff --git a/pages/index.md b/pages/index.md index c9d6993cf4b..c9b8d88380b 100644 --- a/pages/index.md +++ b/pages/index.md @@ -2064,6 +2064,10 @@ + [Web Cloud Databases - How to manage logs](web_cloud/web_cloud_databases/retrieve-logs) + [Managed Kubernetes Service Audit Logs Forwarding](public_cloud/containers_orchestration/managed_kubernetes/forwarding-audit-logs-to-logs-data-platform) + [Pushing logs from OVHcloud KMS to Logs Data Platform](manage_and_operate/kms/kms-troubleshooting) + + [IAM](observability-logs-data-platform-iam) + + [IAM for Logs Data Platform - Migration and Breaking Changes](manage_and_operate/observability/logs_data_platform/iam_migration_to_iam) + + [IAM for Logs Data Platform - Presentation and FAQ](manage_and_operate/observability/logs_data_platform/iam_presentation_faq) + + [IAM for Logs Data Platform - Configuring Access Rights](manage_and_operate/observability/logs_data_platform/iam_access_management) + [Ingesting your logs](observability-logs-data-platform-ingestion) + [Field naming convention](manage_and_operate/observability/logs_data_platform/getting_started_field_naming_convention) + [Mutualized Inputs](manage_and_operate/observability/logs_data_platform/ingestion_mutualized_inputs) diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md new file mode 100644 index 00000000000..1cb04285e27 --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md @@ -0,0 +1,197 @@ +--- +title: IAM for Logs Data Platform - Configuring Access Rights +excerpt: A comprehensive guide to managing access rights for Logs Data Platform using OVHcloud IAM +updated: 2025-07-17 +--- + +> [!primary] +> IAM for Logs Data Platform will be available starting **17th September 2025**. +> The content of this documentation is valid starting this date. +> + +## Overview + +This guide provides instructions for configuring access rights on OVHcloud IAM to manage permissions for various components of Logs Data Platform. It will give you the best practices to handle the rights given to your users and will ensure that you can replicate the functionnality of roles and permissions with the more advanced system of policies. This guide will use features explained in the [IAM documentation](/pages/account_and_service_management/account_information/iam-policy-ui). It is therefore recommended to read it before reading this guide. + +## Requirements + +- An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) +- Access to the [OVHcloud Control Panel](/links/manager) +- A Logs Data Platform Account With [IAM enabled](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/). + +## Policies and identities + +This guide leverages [local users](/pages/account_and_service_management/account_information/ovhcloud-users-management) to explain how you can share resources to another user. This choice has been done to illustrate through captures how it works inside the OVHCloud control panel. The policies created can be applied to any OVHcloud identities through the OVHcloud API. You can use these policies to share data with a local user, another OVHcloud nic or an OAuth client. You can refer to the specific [IAM Policies with API guide](/pages/account_and_service_management/account_information/iam-policies-api) to recreate all these policies with the API. + +The identity will see a new service listed in their Logs Data Platform. This service contains the shared Logs Data Platform items. To ensure the recipient can see the shared items, we must share a view of the service with them. + + +## Access Rights Management + +This section details how to configure local user/identity groups and policies to replicate the behavior of the legacy role system. + +### Create a group for local users + +By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHCloud control panel, Navigate to *IAM / Identities / User groups* to create such a group. + +![Create a group](images/create_group.png){.thumbnail} + +You can then create a policy with the basic rights to access the OVHCloud control panel and attach it to the group. All your local users will be able to connect to the OVHCloud control panel. Navigate to *IAM / Policies / My Policies* to create this policy and attach it to the user group. + +[!basic policy](images/basic_policy_1.png){.thumbnail} + +After attaching the group, you can add the **controlPanelAccess** right to it. + +[!basic policy 2](images/basic_policy_2.png){.thumbnail} + +The group is now configured you can then create the local users. + +### Create a local user + +Creating a local user is fully documented in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). Remember to attach the user to the group. + +[!Create user](images/create_user.png){.thumbnail} + +### Create a policy for the service + + +In order to allow the local user to see the Logs Data Platform service inside the OVHCloud control panel. The goal here is to have access to the service only but without any sub resources visible (ie no streams, dashboards, indices, aliases or OpenSearch Dashboards instances). Navigate to *IAM / Policies / My Policies* to create this policy. Add the local user to your policy and select the **Logs Data Platform: service** product type to list your services in the *Resources* dropdown list and enable the panel of the *Actions* related to Logs Data Service. + +[!Create policy service 1](images/create_policy_service_1.png){.thumbnail} + +The policy can then allow the service with read only access on the choosen service. We have some mandatory actions which need to be given for users to be able to see the Logs Data Platform control panel without error. The minimal set of actions are listed below: + +```yaml +- ldp:apiovh:cluster/get +- ldp:apiovh:cluster/retention/get +- ldp:apiovh:encryptionKey/get +- ldp:apiovh:get +- ldp:apiovh:input/get +- ldp:apiovh:metrics/get +- ldp:apiovh:role/get +- ldp:apiovh:service/get +- ldp:apiovh:serviceInfos/get +- ldp:apiovh:services/form/get +- ldp:apiovh:services/get +- ldp:apiovh:token/get +- ldp:apiovh:url/get +``` + + +[!Create policy service 2](images/create_policy_service_2.png){.thumbnail} + +Once the policy is attached to the identity, they will see the new service in their control panel, but with no items available. + +[!Empty service](images/service_empty.png){.thumbnail} + + +### Create a sub resources group + + +All the items created by a Logs Data Platform (ie streams, dashboards etc) are materialized as sub-resources of the LDP service. +One of the new feature available thanks to IAM is the ability to group sub-resources in a **Resource group**. A Resource group can be used to share related resource together and are a convenient way to groups items which are supposed to be used together. For example: a stream and its related dashbaord, an alias and a OpenSearch Dashboard to explore it, an alias with all the streams attached to it. This feature is a good way to completely isolate sub-resources and make sure you don't have to handle them one by one over all your policies. + +To create a resource group, navigate to *IAM / Policies / Resource Groups*. + +[!Create Resource Group](images/create_rg.png){.thumbnail} + + +You need to select the product type (Dashboards, Streams, Alias, Index, OpenSearch Dashboards) and then select the specific resource you want to share. + +### Create a policy for the sub resources + +This policy is the one you need where you will effectively replicate the [legacy roles permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission). You will attach OVHcloud APIs rights and backend (Graylog, OpenSearch) rights to allow identities to see the items in their shared service and interact with them in the corresponding Web UIs and APIs. Again navigate to *IAM / Policies / My Policies* to create a policy. + +Similarly to the previous policy, you need to add your local user and you need to select the product type of your ressource or sub-resource if you want to enable the actions selection panel for these specific sub-resources. + +[!Create sub resource policy](images/policy_sub_product_types.png){.thumbnail} + +> [!warning] +> Do not add a Logs Data Platform service to this policy. If you do so it will transitively give access to all sub-resources of this service (ie all LDP items) to the local users/identities or groups attached to the policy. The previous service policy has been created to prevent this behavior. + +You can mix Resource Groups and specific resources in the same policy. All actions attached to the policy will be then be attached to all related sub-resources. +You have several actions for each sub-resource type. For brievety purpose, This guide will not detail all the actions available for all the items. + +Here are some use cases several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. + +- These actions give an access in read-only to one or several indices: + ```yaml + - ldp:apiovh:output/opensearch/index/get + - ldp:apiovh:output/opensearch/index/url/get + - ldp:opensearch:index/read + ``` + +- These actions allow to read and modify a Graylog Dashboard: + ```yaml + - ldp:graylog:dashboard/update + - ldp:apiovh:output/graylog/dashboard/get + - ldp:apiovh:output/graylog/dashboard/url/get + - ldp:graylog:dashboard/read + ``` + +- These actions allow to consult and create visualizations in one or several OpenSearch Dashboard instances: + ```yaml + - ldp:opensearch:osd/update + - ldp:apiovh:output/opensearch/osd/get + - ldp:apiovh:output/opensearch/osd/url/get + - ldp:opensearch:osd/get + ``` + +- These actions give a read-only access in both Graylog and the control panel to one or several streams: +```yaml + - ldp:apiovh:output/graylog/stream/get + - ldp:apiovh:output/graylog/stream/url/get + - ldp:graylog:stream/read + ``` + +> [!carousel] +> +> - ![policy sub resource 1](images/carousel_policy_sub_1.png) +> - ![policy sub resource 2](images/carousel_policy_sub_2.png) +> - ![policy sub resource 3](images/carousel_policy_sub_3.png) +> - ![policy sub resource 4](images/carousel_policy_sub_4.png) +> + + +Once the policy created, the local user/identity will only see the related sub resource of the policy in its own control panel. + + +[!local user control panel](images/local_user_control_panel.png){.thumbnail} + + +### Analyse your policy results + + +You can verify the correctness of your policies by following [the IAM troubleshooting guide](/pages/manage_and_operate/iam/iam-troubleshooting) + + +### Going further with local users + +Local users are useful for generating Personal Access Tokens (PATs). These tokens have a configurable expiration date and can be used to interact with both the OVHcloud APIs and the Logs Data Platform backends. + +> [!api] +> +> @api {v1} /me POST /me/identity/user/{user}/token +> + +Thanks to OVHCloud IAM, you can then delegates creation rights of sub-resources (indices, aliases) to your local user and interact with the backend APIs directly with these Personal Access Tokens. + +The actions related to create items are part of the service actions. You will need to add them to a policy to allow a user to create items with their PAT. + + +> [!info] +> You don't need to allow any OVHCloud APIs action to allow a local user to interact with the Logs Data Platform backends (OpenSearch, Graylog, OpenSearch Dashboards) APIs. +> Local users allow you to generate tokens which can only interact with the backend similarly to legacy Logs Data Platform tokens. + + +For example, these two rights allow a local user to create indices/aliases directly on OpenSearch without having any other rights on the OVHCloud APIs. + +[!policy create actions](images/policy_create_actions.png){.thumbnail} + +## Go further + +- [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) +- [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) +- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) +- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} +- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/basic_policy_1.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/basic_policy_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c1b5d6422d2b2dd55f72307897416561d1f133ba GIT binary patch literal 39542 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�*Y38y?kay6 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

RLTs~ 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_1.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1257b8a4b08dd10b3f92bcda9b625edff7747eee GIT binary patch literal 73155 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ΝSto=ce7N64*ZDlzT33it`%4BB(Z$$#fbN6f+YtD*P!jj)cie8~u z7jzs%-d=UKtM1)ysj%HFk)QlMmz8GAt6yP2Fw)GaVt z!o{7RvJ0XBJ3i}@LqkQW+K3*O_+|Y+yZ|!83%rCd_|lg2)b3vFEb89TAPqWwTTi4T z$sWpeFVmknZx~OkE8)j1jWE&`!@WA%ubn^s83D>DKn@E_!`W)s#mr4PrMqnuw-2JdAWjRg#Vt z{}t+e!wOpVx_qwogts0vD}Y~}hVy7S=YJ$AaUsc5u28CE&HEQlC_;6n1Z~`c0$2(> z5JbxB8&_0Ziy*Vj-ejQ!D(%c87cAT!cq3Vw$MwWPs`tY%vmD;WEXt(R(Z}(VOieLq zTw5Mnt$C-QrCJ#aQ)7)%k6+sF{g9~`(z6%smC(?@s~6j>r0hZvRCl6C7T*Ohn5GcW zA;=Yj2S3)rez{dVn%TgzN$`@D5yD#KO?>i^`WwvrDD}zvwtjECXgGe&ZCJN_t8@CF z7~x)l08ooN-0XLMQSx^+dRHYHCZYA7$i>L75Jjw+1%qD@9aW?@zmXXQ5=*OarA@iB z=3oKxC(=$Ox5nhqA+();O=puIrZ&f=`pf>BCXdO^0Jo3O$?)j0V!}8`2E|Xq!ZcXA z$0UY#Ve69+w2W~kg9OXY7=Ybg6>z^j!hzvQdUWI_MoRC`C(%2t|IPoqwApNn-km-qGW#Z(bVs_n& z^}3r_d}-qc$7j1s-R207$<0=#vD|u+x7`rPsl!R$PNkirn%bkN6hb%E0+)NU%c{)? zX9r$br?cfuk(*}L8+|xvk0GHyaX|CL7i$vfs3`9OjbAA!xn{~Lhr#)kibjYI4;-m&kruSEW67YHyT%=JT+ zHAv6dQT5r~x8wtAwbt29TIaLw(w|vQm(kd_myzrCJY{Qc>R?GJ&zg;C&VJ2{pMr>Os(>U-F}!PkJTMx)!G8S9NPLGbzc_DLAZe zr3?e__gq(A<|}J=`=d*ASuZCfkPw~#bJcslv%Lxf&Y+!*;~N}@&W!IhJ;P=LC_pEudx>!CdLC=I#BW{Z*D05aBCW5`8sKewFb1XKi+> zNAu3z=o=D)zy1eV^xW?BVfmWdJhw^Og8iX7BM;Jttv}w3FQaLH`LTX>J{a<`5o_{F zOP(xI`KPxe;D(5%oK8PRkR7%v756_s8d)Rf?}hKGc3?2wBnI2M=ldw)pt=43$LFY71?Bs;fQ1 zbx<_ueX2(oZ7kz8*nQ%XBnOI_?wQA|kN7bS#(yysPhT<<%)aNVxW@W2$U_F(mvRw_ z$e&ox`2Fd4>bXnFaMR23Yc(O=i;uhIu99K2=H<@@^Gwa_!v}3WUt3et?bA@CPi~Yj z^RwS!j9L#_bz=X6JHGeW%w6l)cYe7htTVqlo2O@DhQ)-+FVahpWn`2T{nktR`!h}Q z4o>E%c~y<**ESIP86lIZ!K{*!)qzoGOfB5g0oPY$C5oeK&aNYPCDhyqKXF`lpszc$ zWP-dhX0l7{d)QPs)sSraZB3|;&nnHx7kX;B2ix}f~t~Qacdn}C}yH=Fv^RmjqQSe9_=BLaEWPakc5wI6bua5 zEpVq}?gkB1Ms(_uxfGw!?8hirYNA=gQO|w;LU*5S2GQSA7n5qvQN%-HDzo_>ov)k} zlC5BW91k^)?m$(jf_BUFAG_IOb$uy+%iLy>JPKG5)`WdX48^E;+wT`j99?{7yE;;i zMq0|lB;I>Xeb@o5oXOeONYIY&$ANUU@ie0+CsRLrAexzIN-j8~$r^&PC)Upo5~jY@ znzIHxVH4)!O~>yAT>UdgV~kGnxE|o5dV>0ima8Knl7b;tf^4oQDe&)k-Bz++*AJd& z`Z{85sVr64xM_Uwo^3Qm(L9k#ut_OQWjXCG_)3{x`AfxF){f>I*H8~nka76WD<>~p zW!h(LRl)(bX_%z;M*rMrrMd%@96sz`oVZY<56PWc1{vBTb|m-JT-PzTEf7j{5wCUv z+qUD>J$cFKNx}PsL(xny^XiZ^>H|cHhrTsL=t}9B)0#KGRpglHkT!)-f;c3 zoYM}I=@z=}+TM?PZyyqs;FCc2^NhAqET+KCjP+t96Hl8Da6Cc@UTp5QRI_2*cOjl$ z-(b%k~Q2IGG8osW(Z z6glXa4q8)USH`{%;;=e4thoZ+BpoM2QhaLS{t0q3hoAX*`!M`A8ydEF$dVd7a9sT5 z|479~d#EYq_%ajbZeTFHd65vHU@PZ8fX9>Hjh%sH-Om^JoY-0`SGQa*=(BMsByeAo zoYTAzeywI&^seM1#0hT1AS0*l%7EY3&~~y^oi7AMi9`r*CRJ34%NB||{d@v-DT_~j zOqz)*r=y!pv3vd6Tr*sz1UJpe`J_AhCt~58v5Pn||80V~_kSXomc*5-r+la4)78jQ zfmt~t#I%XamWl_V_LMKpbfI(~y2wS&d|{c(%h!3{nU?T>dAi(p`Esv@wDQ=1*ec4} z5aHr_$-S(T3AV%>jJCjoaKw6ko+H|!Qjp;{OPL;*Z~FI@xeajz@`B!ZMazx4ZRBc- z+u;`$y^92epoc-5x&pzf&#g1AvHan+0xmaxDR98_6`LfF%y@FhrDm9Cj1(3 z&eV|Zcv=l{WKPH<1~fE)hUmF6_MWIjCyWv7YukaK8T;-ZSAS+bE_T*YU}g*4aG9p? zg@NsMiyWaaX4Yx;4vlo+dju7A)R)sIh_CN=jKA!D<*xN4& zVR-3<9DJ+G-(X#U@;e33d}zDwyekUWTXA0duH84{h_jRB5Zn;OZc&&@yRXwiy zsl|>QePt)FO5?liiE;>XPvGPT{zOz@7t-O?^!9_y&LJnd#}lfecDW-+lD2V$lRpPO3$~`V#f9x! zDFDOcOlxC0BfM_Tcds-eCbV<>;C`ZkrC;3tigwm({SRrU@&85Ixp)@sW;$W_*>m06 z5h=<<4=Boc_GMQz2Qqo%TalCz$#V6K|*u~%A!*(sFt?-2LMG+L!qwStj0)s+lxt>iv4|FW##r1RSJ8Er*N^vJH`fI z%6wQRH(8>TQ0pO~hS#-l+P@&d<_BR_90NAmP^#QfMuHP;fH#SfaWBno#e$V^4f zwjnkB)TTiaCj-aVaxe=jJ{NEQHskY&1m`!Ks~pMzqot-$;n0`gv!jU@x23s>w7Y z$!${Nl4pwJkVRRGU_Jb!y4ou8Mmp)tacq=&($^mO-(p&(17j_4ZMeqKwD1cvRkhS@ zXt>BrQ#M2-O3!$xGEo1FLcQ&!%LpL=$b(LN5Gh||WM}qCnDvlZ4O>+iXi}o2r4^xD zdo?jB57>z=p-c&epYeb%o)0D`q&bnwgtW$ON9vaxPo+cht_*HR%uIHNs?%fuCi|$TTfLQx4$pcg1x3SxAsYcm6L2PXg3Bn5R#ES8eaqpLt{=0&>Jqc?Zt{{$NqmPM&ps?+ie zs!IdM`kdv6-yTb?14ZB7^nI^v@XPard95iIIPogTc7#lz6zMx2ckV7gUkVXWww6CytymQcXWHmR(a-a);|1F5b`w|2MU+dCt#GrC|y{Ew-*MB;+>vM<76mY z^)IK3cRSN_fl6zK?92d1GUcam1RQBC;i+|&y(GSu71V~C7j8LQ)$&yI6;NH7klsxK z_6jLk6AdCtZj^M+vSqHk!XaF#d%(5vQJWmvv6DYkF+e9(}?H}@Z4DCSubQ>n6~ zA+vaL?xya!!=Tu11|9X@i>5yy^erA98-7zRQyOLE6lVQ|y2u-~I6hC)tTn>p7;i`0 z#1s!d%0kVpZd|}Xn?u5-bF{gP!w9dv&dGAJtTu)jI_8WK2}Psfj7(_e^KCQAb})kC zR|6v$X==4opqbV*LoK$cRKOl#L>dDPG^jL;%NWeY9bjlrXMBO@we4$%)EXU-h|VL&*!!+Cai^!Z;Y=Ts%PG;bE6 zIqRHE?OOSB&)>jiz^S5UJ6$?QcvsrfwWpxxD-|)(L8xDdyntdZU*oTUb;6&oIYAyR z#{lMdrHbDcNz?1wOXT4z=W9ut+pRI$HPL^T6vEgb(*A*Imp4GJXX~grere{jMQMy! zga$6Rr#D|TFwE7_6AO*#Cyo1u)XGWHYn`3PA(~5cmDoRZZo1KMw&4W`6gnRNmR6y& zO$NK?6bTq^kAYDd&c8H;JWNv0$h&94Xt^SCH2`R{JxB`8L&uKQH`yp|!?ItcmOo7J znXJSc_o`%!hsBg7=NR-|Ired|r5wt!0gi?rt>xV})46rgo;?6cCM-$ab~yA6IxM7f z$V&N%`#M3F)^wuY;d$$IQALt;%(`?u&EyG5R0!r+tcet#b;o!bse(*P$eo*rE&bqV z@ic5X@$5?OZzm$mcVfxPF>5go9LXg4cRs_uZ~s3;x^@yon1c--4wh5EsK+L8StB*g zoZN-u3Hen)vb5hkHqt~au}eq_C(Ekp5_4C!{IcekY%?BXu+9e#dxPQ2#%_1!myrE< zXY>%f?VG5B87Oc2Z)XzTTU)s-`5iXcR22N)Zu#5ANc`NCVfpja&bbg2K187>nk;Ai zDyPBgHSoI}ofwhE!w6lt4a&;9HmsVmMt zdm$fH$qO;d<;l*g-)Kt0MT>jOZ3Jj|`elnV*xGarjYPkKK{}4p zh3VagJH&)q=cY|&gXKY(9W0Rf%=VRc6XZ+?9%H+ z#KjnktqJ&3O`?D3WeW3)-zF9+hN<6y`Fd*oW_7L`<)Ra{cmGH~oy!4FwVSg5oTxP* z5CV5q|K9S3)<~*HlvA=t2qE**OwA|>}Y0EtwZ4)xn&8*#+3kiv8OpLWJPih!kd%Z z+bce94T6QVilCQKSv~6o2}&#}EMwtc*7yDB;liM)=(O~;(=MGaWwMv|l@;f9)ACiz zTuB@(DW{zIkBd4RYyeDEQXi8FuP?&Y4CK?t5{1)3x)5p%p_RHhq9;KDQ=RX>KxWPj zGPTVrr3T3ms{XWC-NaBUbD;jeaCblku*Xnrj}mN^r`1ac8lHe7HrZ>bh%Po2GC0$E z*e0ww8MTAqx*ls_SvjJZ>6r65R+8}K6!NYmTA$i;ARc6PL}j|=)ccLu{%`U2e(Av| z@ZBj)Gc;^S7R+r`;xUWPr&n8IM>|&(UMA4My5D!3ud-XuU%!KW`=qdsG^Kfv~4<+pJPM(weV%#*VxYu=&C<@=dls7m^tXp6RtsPEK+_bQpVR4YU8Toh zf^w$E!sXxUt z^FzFh(*%n5I?_OQpVvB3gO;H?*|ag1a<#JyEqdtte&&pXQNVaNFSpFlXQ)GMI2u4`8kiHNg$(ySnW6$`{$;;X23-zji1JQv%=P&^ugv~69^6T;10Jd08O@Y{654hjWr;jyg zcpZ~p>x^CB&J?vVz=E1tb>P4ryQ#S3(^`vT9&1J|R+Ki0AEc_u=eH9|!Y+4)mZgjR zra=u~!fzu}sYk9rSo;&tr#t64h60=Qz~d;jltBOy*FmIg>ZFPbNr@G>l@2$$4|@f zT+1#mo;ZhXeue2&7<4Bifw;;WUd$h1}<#$#WXO@7v z^CD_qPBMT11mIq2Xc%#iICzuvng8NIV#vhUS1dX*B7#`9HNKWinAN=^an||;ciG-V zKOLJ;wDq~yDwsWQpR(av7_KZ`7cP4P;aQPj^fqLn95$y_c|377V!tfU+igF{hwMtQ zJG(`r%#)t75R;eHvlM~0gH5WT1z^bJO8v_TjkAe8<|1>*Nrq2BP_fea-KpFgDX&7d zpCmfxK=q8(FY3FgKg-+R^B&l#&lh=IR(kVispQk29xqy0eb>OJBWO`3Q;KcqNuEedSs1>nGM#@D= zmm|T5^tzV~lIMD)G>;duotcWJ!%hH96-`>(!B)@!q0VT@HK{@8(9kcKUFHH(&WeSAbEiwD9S}a z1l7NUp6*JRb;qJv#j_f~8-zd1x$$bHn+5;CX6FuXPPCTOm8AFk*E{z7^U*A#GtAeN z8PtjIl6{UdYIQGNccHOx&I>!pYRxA{lX91nK(bB2Ib5@Lrt}s}*@#?uiXg zA>zz6=$^HL&KqN*5vb2@b{BffWip6JuSjV;N#ru$Ki zZv30mor|c7&C1Oll?J6QT&^P|1_wM3k3uK28+(urw9O;zCjvEvm--(dxI6x3Cc@_p zL^>Gp_za_>c`KYk{TQb)d9(BU55zv7KV3wE&o!DAVKs#3<5QqsR!>FHx;CYK&FxAM z`2t|@^^+XG`vTwFS(Av2G0ZGjnx73IE9Ls+e4?t1>rs6$`RF_Z^+5-vI@=X1yAgWA z&rir{8Cl}Nw(3a;242QkId}5{^XD<;hUgkiz z|FW~LPkL8wi;_PHOyNzlNQiSLb)4Yh`vQ-i!-&z=EGcn7vB1=k&*Q_BsJA{K+)r6> z$$&F*bF)mg`gieo2^sgP8v4A+X~|Gv6?RF^^3@C@;N@WvlCTLT{~7S%sjdLj!_22E zwBGk+T8)$YKPU`oRat(Qc((WD{rn(>8cUuE=|x-KT=JG=$LNnL-kTh;vVX6 z*p@J7cJ$H|=t`}4(X!EmV|>1DOF1ZInvv=}cCJ_^XNrYycm*wp?5J9z%lC+uz9!Ca6F9lBo5nY$WwS4=XACqS>p3Mm zI&r8NsKn5<&7Cx#z-l*Vg=%2Qp-NoO++NQ9IHuGPa;0MGUvC=ZW07)B;lyHPwE1YPU%_ z6S+^5vI_=%PbHzImHxV1Lw@kuW_CF46vs<6j%~^Wi7(kHaF@rjYnxowvK*hPD?hfz z=vy4r{*6fgSdBSKS0eb*!}TjAF~?}csVgkN+A>0?E3!!EQ(No{*)#Z=*Xv7s+P~#@ z?(DppmCCZxh&6NVuQ?}`P60dr)oa%&BRMa~tM;UFjwu^hsG~$bRDD|9s=ZB93`EEw z7D#i>9#1C<))}rIJc8Qt5Fn2}n&6Kg4Nc>F?0-j2Iw6{LQ+DU9=8k0~{p0|5P4F=5 z$^F?JM>YRx*TAkw2YTTfGO*owKG|P9_vzMyd}clAi-(?kY7#lV3|Kcw_l6c8VyXYj zc+fwUKCYFHHe#0#OrOtpA{!a*>s|1!J}&+I`W<>(>E^3~ozkcSZETEQ`}aL=@}Q8A zPjjnyr`N06`M$fTvK8d%?us7<$FHTJHL_N_GTk)(l%QN>%81+C{%>KJ;w z_)cuFv=LR8;OkJWamB_wXZ=V&j63?Hp;2UY#Qw)sSU0*0JC;i*a411oi2688e{i7o z013=ewkNUTJxdE~^oQ4-;5l?ihUCwG#8DVuph*BqqSBk^?cq zLMA2{4cm76d*BHo^JayRwOZ>zam7yVN8ycYSugBtRpC6KI2Xy4jnEId)M<@g(VC)Nhx!B+wixd zPQ3hEG)ZaDFDl>}iMZC%m#y~&NFlh}GlIACl{Q8N7mq!*HE8*yM~%DaovB!Y$Hy~Q zim$RIx;6PR8nWsLPVftmya7YeykpT^I1MbniK;Y00%Y$r7zf@vv#YSs@6@TP+lSH0 zt_dxxup6%D0hp-^7|a&1*|*-@^kEjK>XS7|Y^K1~9%_9-o$)B?FHr4kPW-0j@nM|$ zFKN$v&fSE9@zRV22d+1^Y$I5hF5DE8Dk-l%31P;=%CV-Zq| zpjOLOtv(n+kQ4XJ3V~Q)yt&p+P;M4Ap}A$YUKQvt>vo1AmLhsdfb4APVvCQ8^mq=>LeyiIMt8o(>1u)!*&Li$DH;!T0~+qDk{M zjq%2Jtee+j_&NCF=?=rRnjAiuw(GSjgDN$)za{g${TO#10NWU_Ds!--+i8wF-!&8w z4#1y*jI!WzSTbjG5UwpW<{Or*VfJ9auFjfg87;;8h2;4wX~gw*8|tRlG{8ZeQE)^z zw@~S(gm`c)?4f&qljvSnHA`iy^@JRgw+R1rkr;l${fOkP}n}KllsoZId6(W4Y`k5ePnp|k_aHxlL{48yFCx&5%vNl z{dpA?EAlJwhFCQeC4{B^HKkDKVPV=3LIwq}vqFm>-q5T+q`eO+r90MM4v@VF-<~zF zJS`(HwPY8eM$xq?k`UmF1RF(os#^!ds>aNFHFdSzOF!y+QY2u58)15a;`g|0f3!n| zePtz$s4wkYiW}>(AF@TSUqGF?#N!>)uD=_KdY*Op*b;#h7kd6;A7Zi=s>bK z*Gm!LBs8x=Y~5P!CIEPLdbXeFI`zw+qL(dSuK;FVvuls@KQ|y+!kPuNg)Rb=Eex?% z&Zu<7^S*b$)y6&(g!^vyW6)RQJ+CH4(nS|vkc^;SqCx^oe1u}0nQbd_6GM7{;%4}R zDMo8a7xrS}aH2zV{izXjeYnu_7Uz!${Yk47XYB6!ADz1Ay9rv1BVN8Y3)mCW8xu{m z6`pS;{B&AF``PxAk4erj@uUK%T5Fajrj>zH1<398{E0fdHj&z9ZPq@J5^ca!nUm zZl+cR!`0(PFNVT&AhbB^I=wNS5y_n6C74wiI%#??IhjGppSlr|9@jJoRXPaQ`J#i@ z;=9tKJ)TRxMI~HCxs!S~v8o{|ZH<+pfi=pJVV!Fzrb(2y1U{Hc{Im;MO4x4gb9WZj z@VRa1AHg8`C++mU*Q=M>Kd?^eZdR}4t?x%RxQFEVKZ|b8hILost^0dhkXrb;(~Rvt zP$Va+S;(*VW~ikHR=}{iIqUKhj8{s_?iUnY*-i(=LqK{Sce_I!ekjU#1pQ@aARffW z;YA@B5i|Yh_;X4h2K4Bjqh+*vkSFKAR%SdfUeLBhdqH>+E@9c2D)&}R#Zi1;~bC{YGKn`-qCh6$=3DR0k|C$fJJWJ_7&h zuS=9|R#|+oY}~TFUK^x+Jv+GSi$))Oioi!dI-Gku@slX@e~a-z%x-TU|R_ELxtu!q*|Hio({?Tz0tUO8Mh%b-19csQchiKFiP zp6E=c&84}(ye!d!41Rqz7icWJInPA#HRICktSJA|#rygGoCm$4=tP-@)S3;|hhl3Ylhf_i`PKV? zW^^c6a4kLS46Ze~##F{|=pE1E)S=EkEnpq)=xY1i`_WfU+wI&)=wj4WafHLbXgk5} zs$WbfRC0CBowxi)rPi<*3_joyG?j5{Nw3{hc~FnXT6$P1Wb_8&)QdnWzBgz10-w{V zPhayTT}M%#&ule`t&$74myd|N%BCd%#~zmm#yr`Fa`sL zR_3E*^Gr7aV62Lm^E4ssgPCIWpUmVbqGfr|Vz&h)AiVLl8ggd5|wx{ z*bu)jg3y=3;9Kb{{Rvu|YnPcF{Ee*ZS`+KF_gC^K34H&%XlqPMw`dzNH7`WyTiTf^elpCVLt0p%1gfSb#8?=7ePG0=o{7#ntU#NE`y?FuHXQeX3`M$CZ2y z3?~ex$oUNaciyVQG@jkxy=0OQXcWt@Rc2s#kz~f|4dys{Hd0gh#7vk3FxF!6D;G0y z+%>m@gWCf3G2aDcFG7QJHyQ72jB>e}6R|4HwML{#5r) z4Cv-UrLyb_#3-`1CX+LHB;1zNN1^!#MUGltNEds(V94V*czkW5f~d4L;S9 zx|FkESdEgpVvq#ztbAB}?Ks%Z7cqy;;0j*?JS)Kc>r8kjz*cN4bUkms1b~w$5hTiGsc8zAlo4grUd;nSysJS-U=j zmo81^OnD7_i_Undkk>Bnw7+zY+P{3^Rhu9~<$Zmmn+u!VKDnmiK3!Q zi**L7s{XA&@$V10ZD@-i*nG;qTyr%T^U(=&wRv!qh|sOcZ%Cb&;NZpqz45KVbCRfC zd?j05vV2piROOUvDreA|v!LpZzeip=> z+&iX|#iiKxHXJFt`PkYJxN)Q~QKU+KR0@g;8P3ialA{Z4j*eq^VGps`WBIi-&;lyy zq+(`r%F0sp9Hxk-1EUgOq4Ye5OTAww4Id<-`l_+|d~9%R>sh?^J&Y~@Wbq?6;U)gyUIL&1@{WvuD4X>Vlad zaWi5tG?|}vPI;IZPpzuAdX3$?gwhA<4D2`0m z3>@tQDx8LfNYPS+n|!k>6_!yzYoz0AS!H^9&~`D$PlD?pn6jpaQFEjC5*(@jB7<)R zpQQPiNkMLgmspUv?KVTpI&Xkz_L7FU<8;Oq#-Fw>fXG~9envWYHO(*qYX zQ`*@2b~Ed_v|lcMzy=>qyT65GEiG^ zWBg8*se@ZOL0P1z5R1c%*GQA1BSy1gjlO#@>_FOp*V#$Rzy&;4me%%0b5RMZ)QlY{ z2#(vw2!+v!nPk^h%vj{f;pbYd! z4x-UbjIe7CUN<1jTl`H!jS<=Weq_+p{&=v+ZfEd9-H)|A>r4f%1Y0lefK==Q%tRJ? zl{bWq{>xDftL1|rwuH;gyESM#s7OI1LFK4Igu`Y!%V5$s6-EoalC2a|&b)JKA&`_5 zapb4MgqTTKFFF+OkV?S5FmLvo-*YsG4}wQRy(31*glQ?C#aCNby2L-PW#q8Df0gde zm!rOurQw{wzs`Z8Vy^1vPi0f|SS2t2R2Kf?)j%Z+O3p^AIvS?$zgke8wBR&U?IRmr=BMsbzOF?Li01)4~1i7}UiC&S!Cf!rC|3Zx0~EenCcUiVIk?<7dqsJ3G$JgkyxZ`cJ)kKb;A| zHGiHOKYOkXJ>5)xy2j49eb1UkwPWQ;{X4zHczoefDt?redCYKU`Qc&&)-=EjLf)-S zMmGUL6REd)wlz-qx1os6kCRr`4e~?LTtj}kse@l?^hKk-Q8+vGlS2!!o|?V&q@cly zetsk8MTzu>;|UN2N(Z_jZ*?^U6>2i;h$05ekQz_0o602HV0Ltt6NM_=L$KUUaf6K z#i|<&My+jackF71mo-5TC|`GSDp+4X{^`o6epSQ!(VpfnTecR`^&VaF+k$Dl1I>)( zCi4kd;(wE~KUM~zB~opUP!akoTIH=={4(p_a)p+!qBq*8No&AbxLvrVr^^;p@Fjcr zo)nzHq)%IxKeQD=$QeSm1ZL~+t`#ZjPv-=p%LZUIt{k^^ z2fCfDWDX=XJUB4{zrGZ3`%oYmv^)-)AvxZ-;`^Oq7XJ$H$g4Sa-@)A0x6*~{l@j`TGtnGKCq1Yj{?!6*kHOv z&-6cG!v9C&$0R?`wLGQnJN2b?6C0ma|5Q^9`mNQD2v3S&mEo}#_3DB*?`uMaRQ+n2 z^5by!YTlZ-MrU+c4b5H>JNoU#w1)Cq_LoJ?B^kZ3u{wT5te*6VyXD6OKTss*s775Z zl3PyepUBLHER4fF?YlN63^AhnlAsA5dkZO>sbrVLG`qJ6r+M_NzB`?Pl(Nzw=+qZk z;-VjDw-xn|4 zH+@LE&c;wT-_c@4NHU6O41S5u8D>RDkfmzUxQdKm ziFmPnTKGLXYYEY=N?IeV${{PRyOn-L)g8j(w&*wQA6@n=Y=_&WDS@js$}fC2Rn}|fHQGD8&f>8I5~=- z+EB)pkiAit74+B8jiF_@|APc=YS9Qnu~ zSh{k&QY+KB$^k|mp7C(&7)1%nI)lT`Mq}b)u0G9KHv3fJMwpMA1TywU#2xg2#LtWz^PBP+K3h-mqzt1*5X z>(x7DiRDp=XgI0$%fa;}lGWH>MhdGp2d1H|{w7uoZ2I7#65E_*x5v4dXxe|aq|k2Wyd z5c?M{V^)}4t3i)|h-i6bf2+?tdPCe?vD zzJ>=^*E0Wl&IP%=OkXPs zk{4&jfwh59S>O<7<|_d_zu!7$yoa4A-eczqR!u%c2h((1O15=K9!HX07teC*I4-Ze z)ZUf(&7nzbfjjD)bN$}$?wYY{N3`mml4_9u+N0eN73uf?2gIItYCQb!P!Jj{-irYh zAEy78(%{YGQhmiPlqkZZnVhd2J^@g6{~*cwnxJPqLHnmhW4InlfqSWx5j6U2kXX)a zUOnmU&g*C)(y@>hZSLC78kX&2I)B!XXXZzz+=&SUdL5bEe~}?#d6uk9j7@9yuRNGD zaV7K9%wOSRn9JNfOG8dn>rDaoy6^7qzvL<%PCaZC=opP8R}}E3l;j#qtY?{28*IEz z6jmgA4GxB0uU8i6o)+=DZB9XNa6hDuvF0>Dsg&&W0*E&^pvJKFWi|bbb$T8&ueQKO#)4x#M}ojMLSp z&1-w7?O0Wj0;Ir|5wIpNx0_3(H^;ijtjUhb@Kj6yF#0VXov0`u^#3557My#c-9*bw zt`+kdr4KdN@+>NbYz$s5e8%BAuxpi-#vN^~W^@D^p5+x4azHT;fEz2zR%%XKd0~Ii z$gW}lD_!XdNSg9-2l^7+m4^%CiA~S5Wsx^Ho2-TDeRrF38qSvUuBBLhdIcWF3wY;A zhPox3Hz}gb;eNv->*cgX17%sfseJ5&g#_x>^y>QEe6$F5>O|;nF}T|>;5Z}-0C$4b zWQg`%JRK3b;9Vd&I&(Btdcq+o6Vq|as%wE-%XgTtkgI5k2Se8)(Se$@Mt8}14%!9e zrld>uVFq83HdPLr_dc~ypzztEE@t^B7&f|Gi*U49!4;6#e^U)P1_7A6~70Q3e}uX z!2BGivb->8W9W#8$pYSA`+oUcsw@J&(gBG@WHv*><(3GL^dC4r&F}3@QtD9C#azfg>!2s{j~r;QI7Vk18Ixp*Ryu8X4aG}xc`^Oeg&&325NTwrhVS9~_5J3tj!B5q zY$9WLae52S#}nLysx(QY@E8CiugN8f8V^I?Of^@3_FLNJK5d?)(U&%{Z1MZ*ctoa7 z2#3J8jV#bV|D^d_-;pinQ2JT0XepO-sL#cYGaEP}xHIEny}KLlxe@L(^OkTxOm|%5 zp5h7kA{~idsg1LybE9fGS}AR1u6FB8E4A?%eQ|$hfyYM}^4r$@#tgwkp*CcuP%H3Q zLE6Wc!|l!)d3+M?kG;lANR0b$whlN{@8#>Mijdi#nrmCmwC9bvVD}V=H>1!nKeQs@ zGXOaCx`q>_1rzR0j5rX0SxeR@k{x8U(EV2xZ~Gp!g2~@VxmGxmJ-ad;W~W1m4n9Zh zX3TbPS`o9o8OV?Kh4rX}SfOWy1_u)=g-_gyCOq}yjwhQrqaGR0`fI;fG|_D2X_Ro& zt8LeBYG+%R3CrU#Kln^^2$r4J~iEO9_k# z>&&MakUSJtGpPYBHjbp#ib6VuTvXm|V-XG*>OE6F0(wwBtwCyAi$>1ydrOqHhjutZ zwC{g_sn?!F28^aWE*KncMVT$6VuoVug=q0w-)EQb&YImboBvbjMo_!Pad292E4c;V z4DtH=_1gu*YDB30rE%s!aP!=OejC;kF4G5|OQW$g?U+B1tB(86Fej+a=iGIu zl^70sRH4-E49&1j8)cRnlTWuxzI}es%V9crNV2Z^;oJ*;;rBE1g3B~`UBCBvHOfFe#;0(K$u5YzVi)~E#kvm+^m1^pdet>_q^rk&ZdgoU0I8DWgIi43 zGoGoKDCHtA{bUkRpC8^SZUj!pyM$TIn8$KauD6&{@y@P3m1KnnAfM5RyTvK7j`7#? z#l+A^(2bIM#e{Ph=medR_mlpodYOf37X$e#uR-E%AA))oT18M(7NEmRg(aJcw% zjQ#l14*F|iXibHL{qXN4Os3i-J$X5k@v*Mo+ITY--nel8khB0ngVHb!_4oW+*O$Dq zkzP*3ZjDJlbvsj`%`oQ9a8hgjwT3E~lInF?;lJPtjYQ`u;*Q`J_n=#9h~IbACgbwX$h++MRz!hYm2 z*Ea51g?Yx8lK(&dXm;Ey`fKnQJFv|;v&uW@&0rc&NxnHIh1qC_?r>po?AR~3gz-@KxMy=0T zU#zQsav$)F;OaG`PqQ5;9PdelY709`+%AX^vGZk(&3yBO8ZES09Vn?7m;amKK@&4~ z;)qDloV#-Sv?ZpsqPRUa6Q*-?M3d)mQ|MI*9UX-ieBL8#dLeJV%$=U?zc^qcUa+tl zQmtTWDT}*baT%@f2V&!;skbuGi7*d0$TL3r2Qd!FkZ8rz{sEVK`?1Rci`!vwsXLsv z2ud}wC1)*{96gAdP)~=b|&a8uUG=hsY1J~q9Xp{0`VD9(_14) z0To2`L;25+^8MIK6IX;MJ8Jp~3fsGL>>jxi{u#xbc&Xdq)~w{ofsA)uIlKs^*`V0? zv#%M<*B79kUQh6<)U&Y{E0w$#PuM*L;a{U~c`uR=^nji>qY^k?lA&KJG&!xwMPVwK zUpg604-(eTh|4B^77t8^$j=YzFh1O|AeMgI#jqMl$ZjWaN+g!ad)Y%@`sGZ7aZ&WW zpNLCTaQpCPQ~PRS7`DA`e=+X}z~Z6_kH&|kK(E$+iI=wgvOY&&nBDoQGYAMs*)Jpk zopJuN8@%h-2EdCkgAuA@t63+);B*kDQm2D<{NR8KTV;2NbZaQ>x>TGCIDq?{T-56a z!{Ml&y0YVeZJTVT$A^D(s#0U2bQH9AG@m*mc+2)PYF5_%BtV+oawfp_!CoE zgI9m)a8a*>RP7ix;zZl($|)gI!ys0m`yit|(}= zsPiF?!KtNq}yo%XeEZnM)hSx%o7|gpR5Xcq01vNEq2g8nISeO z!x>=nO-*&tgohz`gw*(Gv*6xni|g6&ddOxq=+}8tIUvF3&XCaskZAsFd9u zQOD2h!|b)Guz7G&pfC&~QPy?$NTL=KXkNe!YF108>$?sk&8TS~HjYbovvg7V94y-CQE<0c z|6kzsqD3k*+j@Ij zLRj8t*?`t?!>r=TRu0Wm&+HDiw8^uQN*~r#K#fGp%_PpgBfHQM0hwfdo3a;+Gp;Iq zR}yV>5Wx>az>%y+NpSM7ydv4`&~T(^ZEUuxL|$jAqKH_eSAS_(m&L{@{r3>3B^9A% zoSL2DN(35>rt}iE_PN*SQ+LlmFC&0+3&&|3DMWN}u)v6nC@yILB1G=3W3LoM5vyvs zByA#9?!8058iXdln>TB$nx;ruJ~7_P0jsukry5UR6?Dc_~=0$B&Q2X~kvCZDzabxA<(xI-rZ8kC| z1s#gQ6>~;#kVvy%>Wvx^AcaBC)IRMYg-+Y{aruv^=)If z-16T;ffb-%s`bma6*fF_a#xtZ4lW$1vmG2 z0}_JOwfCm}hGl)@7n4({HKN$MC?hq0o1FN#(u8VZJ4ZoqzQ75O;LYi@avU8>z~9iG zO1&v7|J@5ij{&o&D631RUqRR`EHamI?Y#7zrxMyH>vZMgSR4P13Bt#k-uC$Tw{U%% z9wFjkMTIe?c8|AVMnVGNS-pg=anf#*T*LcQC!g~w(UJ57|G+a>4sPS zQsYqOa&Nq2b5$^(^2b_1d(^oapgZa6O&|)vz@VXQE{o1@6e@Ncd~c^ECvJP$wsj^Z z{9ZRl+hB3ovsvuYz4}VLJ0qyG$n`M!oED?RdptiYUWPzgfJ}j>tS4->f^@!JG}Mw@ zP7Vcc9U%2LiAdo!&Bd6&t|K`@OM#6uJdAI-VNj{ux>Q1j$f`?kFh5|mA(0}x@EWPe zYzAM}_~P)~0@6MCFpfM2pEcGARzi*E7V|8!d=@0V{xi;XCD_xmX`FLi6L=AvgRGda`?Ng| z8@#blk|%><^4GX4ns3K*%#jt|nT!HYFk|YCl}#{Y(!D8b|^r%IdZ$Vi=5OsQ22T0Vo%gL5G!ga;OIg0 z1nxF;%kPg&1@OsW$uawL57UI!o6PNaK0>R#C3kPnzOM|zs10Yj17Z97$nT5jQl=+Y zxPqvrq8BOQNSwiX_P|{&wUJsy62|^&gOd#+4oQ@YxR0;qr{esny1W$R8#?bTs1lqHA3Jc z&d6;uq|sOHSH!)r(}1fwwRqi~p->`!%)$tBt6>K6&DrShMhL?XxQF&#f_qO2JnT&f z`1@(rfMkh0*%0N|5?(r4knfD1tgPHql>PZX2;gJQTe$6d#coYc$JwF_hwUxX6{$5V zSOB{Nek^?YOe7 z`@8E!*jtoM?ozGGkhbX$7hplN=XaV#r?*2$p60)a7csI2MgGBXDc3RNPDdH79ctX6 zt1-b2z2+-8zSZqx=z|M2!81U5k2O$8mEfuQWY_0E(}C<`cNt5Tt$WJ%eW*yM)(cc@ z@lE7)DnQxyYa`M{%PSl}@b*@!b7>ORL=I>#bo=;hGfvM;Q+LU=iKV4+;u~n@_Aa+x z361+Psel7=o>}rPy%b$>zUu4a{hN&(O=qgre-MZ{s4=>BQ@@kJS}6W&0_z`lGWy*uvh7R&m)8zNg_}{pLzW%@X}p z#ARimGB7Az>sX`lA48uM-MAJl=o?TZZ1&RGt4Q#FEqoQoVgL2{ zRf&@RkIxS~?tgrKmj66k{&{W1a|i`K)nJ9+e%9pD5E}cL^{Y8!H+r^JV@xsqf0>K2 zQ}krf>Y22qg-y(s(0_>up`N?i?-v$6Ul)2T83Km9r8?UeMb%`Tc-Smc8Pk{3*U`@a z3Mz~uMz@zQAD8!o(mrMor*-r<+8HSc|G_U;ue!AVw9kul%D%wZ}Ma6{9ZU()Bl8U5^un^dg&Lb&S^kHGd_n!o?s*kA{UUo%ar~7o&F~+K0Aoa@o20nJr-}Hpe-~WSr z4y9mg3w9UU`H_&Wh4tdc*tf`)imG<5W@Xd4)b#Lk4;Zk6+lnv&d1s4y=MJ>=@QelEg`V;zVxF5W2uhWpq+C^W zG>HCRbMwA?tkU0-S0DFLR7o4nw0l8Y5AT8Z(7d%nRfmlttPAzs| z=}o1w;Uh@(q^KD=-42nK?b)pMHETsEa3SpmDMbGZ6BfbSS^re`H~!mTk)@p&~MBv`YoU&GHyB9OOPEmC9GQfu&kBKfa35Qydxw*Q#}aCD8t$yb;} zZZc6|7}bn&4aML{&bCu3udrll`ioYP|1S+4yIrg`Jx~uATEo1nZCJ7-GjzBH4zK<< zi@gK~%iYSa`WhlCfq65U@HmQN)v63S7T2E93LL?=3wvzr{Kvr(GGG(|FBjo)&_V_) zDe13?!R>9Fy)7^x2R-r4(Rv5(diGD@a&~J|n4*ko9`iW~_6IiljTZS^Zw#OIm(Bc&ZHAKw}+V?@XI4MJFy^MY%JwUdq@!_RdpMc<*9XP zIw6#6naQvGpf=$!+vbee8|;2HHPP$v0=X4**YD-NHb+S$+WPNGm23v8mh&G^{O^`hnW^^Gk8 znD2t2BS<8>9eVU1gsmCR7ZZC2?e$LWsmyRAx6Z@sOUNK6blnM9QCvC~!pzS%8w{+C z-85F#V0_!jc1CBWbQMVBj`ytV&}iVpYJbb=hr`6l{M(sQmA}n66HJTcPxeT--e!|@ z3ao4ADstvw*q;kan(2m;{3GFO)c{8yKT+pe5h&%+v|r0nJEInem9InrN;la`Kh-O- z&0R79QhYS_1z>C5gc(}j#kR{&nU_-+n6k`ds8nj>xMR?vug6cm0X_2m7@V39Y z()SwEaJPsg6%H1Rf&easB1Kj8E`&-KUSj535fX@Uh0R3~Qp8oW2{rzrTn$Phum^hpBInnLI zx)sNPnOvjJxW-Iy7iz)N`#V9};ZAtWTEid0S4fof`Y1@ajq9YI?|F);EotT#zy z$2`QaTH)(_>Z^Udm&=ZS8=%NK_#fTk9S|``{)%+p-bJ8bgEG{t2sevFO7NyB2fvCi z54s^tPmcG{_dqRn?Nh@K=%9^viBNkSP{{Lo+H3J^6)w1P{Q|{2+VDQ@0Zn)eXZ^f!=QnLJv*< zVkMl>Mq`|oo%SF|M#UUY^O0cor_L)$LXAfTbV^ErtNS}_`{r|Om=ebAroq0kvWS<* z-pi$i>VmA5#l5x9qtk_UqJ$2#FcqkL%Dm{PbkEeIve@z-4B$`91B;i9NodDW2zX^Y zJz?;^FZuZ3$lxn@x{DLX1xqAO=6T}XIxNF{jW(SPK<1DTFoLC@&>mNX8{y)O&dwef z7-sTO#Q0((7b85%HF5Kfy;Hzj`>TM-gP*{sF6Dgn{s`cM$@8peig?>|@#!@p$ro{< zGj`ImL*v_kGlimViBnp|uB1|u+bhz%t5|EmS@=py~SA5Fwlphwl?$Uqh#V9@2efwB*5Y z*t}#|Zi)3f@bc)IMwchyu-d*omirjDEHTY;+NV+2GAp!fuPDV3=B79S;LG1Sw*mN1CeR58?GbA<{=zQY~ho z2$E~67aoon!|~yadOOa$k2^p*U>Ffw)nwrsq-sD5vEpL2cc`Rtm>_fju-LfR`)Z-~>%TE3;#7%gfe_Jkh}#Yjf*M zGz-7Bi7=7c6macSW2X2Z2Y6B7Ggy`}>lJ1%9Mkqy??}=EEgHT&k^rpq0+`mIp-0CK z)cCje`?Fd+{~)xh6~);&m|jgd0JvAMG|EiZF>us7D038XVF+e2G??>`ckOxfgEF^# zjds|F#j6spkI_dLGN2qKe&bg$rCjpM8lU?!on*dadEI_1eyro~tVpD4@=NGRf${k9 zQ}zy@KeB!36|}fjRcqj68bzbEIh8m9f|ml`td7&)LrUf+6-~x18?_fAuwb}=v5-K2 zHs0q^2EOeLcEoZ%Lp z9`x~9Q$*OR0^j%36QY-?Mx1Mja`VGAZUxd0hg}T!K~%~w4UseL;pBMoBm{5_ygKAJ zW-aoM6cS0SKzWF6%9JKhR#dIte@;=od86*GtId6eSFAAF>M~TOAb0_J-t?+LKjbUX zjpI^qJ~4a7a@T1JDN5d#ne|9=YCvx9T!#BNt;8qbe6Ted6UdnMe`qqie8*d&a#N~U z?PLsKqOdb0!7G#EAA`;zH<-)a5hs@GZi+Z>#rEHLw{LdpS?*6e;@jkas8jo1ASyOD z*{Q-^hF0lmM3!U2`s+7=Z!$5PZ^xhJriJWKjVe%xWaHx3VfP(nv)yGo#MpcRVAnZ~ zcAAut_z$Dkc6lwpZve5{Je87q#}UJ@^G75W-XAFuv?xzJ^Q1~&Co;XW(q57#Y6VBW zt?p+Wn4~H#1tOngDqYQN865#LC`hf9=Y8yC+`qq72iw^Fb^~NQl)0W!Q1t@}Qc!gb z^6swU;z)7&ULLn^IFPK%qpznTV64Y#iOBgdOELpGo-cmgsFd=@j{KQc6t}Y{oM`qp z!a^viPA)YmG?5AnY|VQu@Qu%cxtcc`WmcFW0>vbd;~ig2dEa>d)cQD;Ou3;loub~3 zcz7rT-8Z!ZKW@;Fa@6fqH*Lq+;cnb1E~mXmsI2`?eaO2O@Ay}Hb1H_u>T_IsMcv#< zH@uARj` zDPsyKsMm=w@j;j`ZUlTv@Trc9pH23+0J>G;_2CT<{@~OuB_?D#!z)R0j$(-zQ|ef# zyCw1rCi^z)^#g^@(`k3X`@h>p3p}xHhI(s#bl<7>uUiD zG$`Xe1H=YXc4;|5a55fLhXK$v#^M()pSxQA^obrBtH^@|M3Ky@!S59la?3sohUDun zg0246v*xev?u9H^&^|9*`$i&* z<;B*>#m1mI;8w#W7o3tIIv8I_<=LD1wJxaKvs}~lNpIJ9F79A=Aiv}-^@Pkn1*zh49`o6gjQQ}-T?4_q&%hW+RgHl0m!Gl{h|b;rDQ-*w^m$HS3gVHQR#B^aYbV?Q2pdut9 z=r*QiL8k4Av<<#4h-kew-X`a_s}oZOm|u3kVT~fI^fN=qxhNgl1_u6uoV3nUu*qF8 z7D?DRMzMTT$`Dx$#~xFj@o3*A37A?&Ai#nhE2re1tz?4g{2GssBQ#%2Nrm|ezdfap z`~K}11|^LrUsMhEu>Ge{Kp1VsP@&-D!~MjX zZwDe?W8;!i0Q0iEW>KCd;`Lb-C_r+hYbmm^6<+8sdlr0yP*G(Ax`+}-!ya5QJ*RG# z|Js_UGa9<`Dh$7#7AXtq@xoHQaZ0SwL%xT+T*wBHAKoD}8$gqC^!jYbQSK2tEq}DU2};)(j17a+7A? zBC;EnV>tCs#on5~nZ#(uZWI8MpSCp;&WLxNAC@n&BL>eQr%zNwar-IGJJCnLk{3_! z5ctEWUk=uvz7TemJUwQo1xKsX;Otn~{jWFMtiLe9Nnuh1xC^T$&r86epm{P$LAxK= z0eD`9D*f9RVZGXs8StE|BF36rsJ1imDli&Q8p#4m4D7Vc+b6a$G%DX&On=nBvfBy7 z*<3x=k_{?^6fP;KTZ^8S_gh<}F`54`PBcWk_*HTsWZ9j=a$-5D-!S-;qHDge(p?|y z>;k&xcO)>NZaK7 z>PR}mxcgUI=@uacCQvwSs?T#V$LCHJ+y#?5fLm&-nK z``S&Exd$OQZ=ZD<(+WIQt% zgli?w5}B?t&DhMi$a76B*^>|OUzxJCsa&%9alSdaK1$w{WT_9QFLY_3bG_!9iWkuZ zoUN)}z&J{~T2L2lYu&Yiwis>qFfkx2pg`i(UAlq-MNJ695X6|n@}%O(-v!*hH0t5BEd>oTjMNMCO+l#u+_0^*0- zpT~rH)#W5(MR9-^fs2-50xvUe_;|^O;`cKw&Oqc8&%YPLG|7G?W&)}HH{NMPk6*tZ zqfUihb$VwugqY#e69KBj!$adb82X_J^vsMWh5INfEO6%{R)yMTA76Qz-kSmlumi4Y zmF3Y{VnYh=>MfX03GNeA>uhXjUoGcBDd7_zdt(6>k`-5@at2tz&hQ=A~;*1*%Y58*(Zd)u^J}&8mL>jJj zmsO&s+R$cJ>yKkzO#A))iEeJ(>7|@kF1P%)HNz+K|_5!)~k~NUR?(|n=ir~^LD2*Khw-S3Lgvmyf zqu14i^jv)3-k`z-X*G%Z0%ttZAK#o4a_`g!({(|}2jsDh9z!{C3 z>CD}ZG`z*^xu~4y@QPBy?RP6Ajc=WID7H8|k)-X8gYRng?_g>t35qKX?eLR7=gq;} zvl*qoHH%SG6Hk)P-j`FmKaI(@s2SH=II#_S@+x-1*5LpzamE{bH!)=(aamVUj_3@Q zjJcw)CJHa2)t%~BYfAzZQ@&mJ8vpDUA~MoK3A0d*grY{kZh^<`dk22GZcvTWI36=0 zf%wbmyDeD}RphrIhmLB|ip_`I5S}aq6s>8Hu1$4C3{e}O3L_1 zpH2h;bA^TcI<*f*dpW*xVioJpaLt{nLoFC3OswLWak`-mbpbpcTMC}t?yO3hc6T-b z&)YSC4?(&V9_B2Z_RwS9?_a^EY%ciK4vUigow^}QRobQHFPNy+vml8OJ_;4 zqsV&aKI?!ux?YAP{YTpeci5x=ef=gF@-KeBkT)&ohrpl4?J8 zRHu*yGn3njONN~_GVe_9i+B6Ev|Y88`>7D=%(m1=MCwCTM=u|n$^DIWbf)WKm$Rc% zM!*l1jA508D`urjInsRqq6(<%@P}i%ZfPl7P-B ze^eb*BA0JTcC3N^r=N#0GsKb$z|Z?}D@exO9|#zYAl%?YcPPFFO&5p&|8y+OITRlF z;b|1bJ$c!YHvQ_`bmzO_JFemVQiZS7+UJo0QQ4Tfmac#;Q;4>Lif*_y%j@XdfYI&T zC91*gQ z@4GVIog0DJxPdwQ#xVc9SANbIOPd=<%E_Z2+Gtzg5FYxj?0;-n9G9#0rAR#>On?F?g8nKoh-Gmv5qJ~>dUJxFAbVTpYGTc2AL7`QAdr7>q(!Qo&boKluL&Sct(1smWOXb}*&a2NH zVt#TeabumRbAO_4^6gEzz!fts(uXu(K83kh{*dd!pD6b7``>$TJAK#0$apR3;)CAb z0$B1R5>Huf-Tb1G3J|6U0)2LGDjlpW5ubc*IK!j;VG^rTF_gLhPX6E%6|a@Q-JuqjP&Ps`Uh61*XFD&YZuT2xTK|0+&x|d zmj-5{tS(E%9_m}H+0EJKGQTIvuC1a-YhIEb)r=MOugKPlOvs{)vn>EW7p-3nAtKoK zmBLAOAUv6^L|O70=9eeOspFLgFE9Ou+uO%-m44J;;!gW8AA_BeM2Y^mcFp*khe-~yM6!YF7BrHVMl3lxDyRe z<9@07s4P`(Wz(PjGSXBIQ+W3T3RPpkqAW6s^a{L;=J-niE>Srgl%qMu9J4` z1e^nFf;fOk*y8^7CtEFEO`O`|kH7Jd<4iy6?uq-V`~$3(ZztldPu3;@@LwNc$yX3b z18^J)JQ-T*b)4FB%Cgq-+{oKv*r$G)e%*+Xahq)M>WMuo+@USO?Ti<$-8t0em9$SlSF*eLsi z)FXJyi|3lh2?q6dSYb*}q>5@^-A97F_|VjZ=Z%7O7e#jO6pB+w1IL`XZpi=Y=l4>X zZNTmcPsDw-fLw@K;(OpvOj5<1c+vDlfw{O}m2BPv!t2>$?GM^ecRdiQ%s%cv-KC3i zb77NI>ZlVT83taE@oLgGhRqG3eSFrN&Nf};jSEU8h=I#%Q z0-M*%vhLt{Bh#?_L*U#0*;;qHf!y+<p8v{w z3vsaO91jDnXm{G*H5tCoIq!!#n@hpmP8;f1bum%nBg~W=k)g>0#g_-~zsV2odY4MQ zzvt8-M*fNGuUiqft;3g?j1jL@t~XB-jJ*$KFYJOZwiTI%;-4W@@lu7ikr^)DkoR3l z#r-^>yuo^6=rcRjDqjT)OSH;?;x&k+lYuI#7J)!w_565SeKw(ePjP=S-yiA{TMCFD zL~cmy!i}d=h=T8OV!F@HoS^Hnsx>6k^NRQ9y^y+G5)vdgUn9-_o)#l_Dga_OoO(%0 z$LC)Y*m7gyGFBkZ4CFFlhikjMC$)LQtvWA+91~9xY1Rp%4$F@z_T#qfm1SucHGugS zpu|Prepkml&Qa_A&rj8>>EmJqV4G+jmI>`PEsCT9Gl&$JqJMZAnW~(-TD;wFN?*AgR+W zY-{_)Aq%Fl=e1K=#R~Ch zCRCOcaBw0Iu6^Kh!U)4)jE1BG18);gW|ch`?uNY4ZB>*??66(txXp~;y*xjVx)O)2WBwhxI^^WlWO$bi ziy)22ytJ~!GzCNAjG?ovLiiAZi@AS%M2cx36f@CC@E>8XSCvV5^a*68$9M5@(JR%@ zOA@zA&JQU}f)f75rW+N~@J47lO)BN0;MQUtldzCy2@;g-1}c~L@y&CaKM&b~B>@HV zDmaovEn10@eF^7W$fIG~G!-^0a)yg4m`j~{KVwy{xT4lAk z>4?xnye#Ag#-%E%MOKSec)yPnB32IBw8Ie5GhNJOP6@Z&m7L*z64Udz;15zYB;=eH zZs|DC?`p1GUqN!kL^+6#R+fvFtXSxOaTVA>i@H{Vx}|{~(qa^E7!MtRaAc{Hqd62F z1)e>Hq9F|dq3qih@0k#6Xgkm^F0eG}E25o+EnPOKFH8HKR2wj71 zBGgv9So{#$MCg4!$hW?2Ts{slc=Dc!yL;d?oDnOYQ*zyZpkn?4pQ92t>G<6FIhHui zL+n6-w0R3YF0p~dQw60r+|xG8vG9*+y zd@?F7X81bW@Tp^duU0`vQKBW>>@v{5g^0us+$HE82hk`33wt(83gF%_>)F(J57-x| zpde{L>|vNL9`}tWNzqwFu#u!E{Cq||`Zgx^`~V4d8*6P}Cy`_#PKnxmZA-}b;$e-{ z+frEH2fmz-7z^sy167kOPy5WA*c;}t)rcE!vcTbd2Y7;rtpL{bVwLLIfzga3u5W`} z^>-Yi;iu1pQj^zQy6vK&P{|Q^pAfx=kPH28X|>o zQQv9EIz=2yV&nzxoO)%be>ttf5=b#5WYuJ838ZA*J}2jqMojDKh%TM*Ywd5!07jc% zUe`#js|+V`x9fGQNQWoF*pfH3Zkqxc4>mjNYvX4V_Oa*Wq>9h@wQLm$Dh=`V7Ln0w zZhrb_S=~H16wuEL6~$min{XL6MT67$><7h5&7pI=TFIo*gLCb7*#8deVATo^nQP+2 zpfDk+SD8#!9>#L90et2j+;6rkJamIT+%*i&jw8g}>D!+R!Z7*AFEe?kS=;q;kQdiq z?iWpLlE&GsLi$M46BZ#!5 z=r_<~jFbB$j5ji-29%=~vijdI-G>;6HwdaKLs=4{Q_Bk4s$*#E)53lo+g6`gaaSQb z`tkl)N~KKNJaw5g+F+Xr4b0vV)7`++I^7yX?$Tv1j)D6JbWaTks*dcS-DzaDU)_qR zre`%&UH!>s3LPVb#8pT2a1f!@w%1)Zfpy}StoWyUD@2by>NvYs+TP+xuLCwg~G0h$VNgBSlBrmm)36L*}WHJ@iyCV7bVl%_6OS_hJS^j)8;aduU zBP~Ka8a{)~mqRx!U+~mYny0NM_tH5&3?E(a`(lp=io^Lbz7-?pxJ`TuWiFxKm#}^7D zwyFg;uVLoGUG@?2)s{OC485|-CUN}=8J-g4tO7H*tJ;&N#hUD2bW|2w_q=&jw6 zF^ySu5Z4kZ3)Jy+qAKqupj{2*Nf=JbD?48({O(%M*8{<(3FAo`ucg z#epg~btSuy=VC+uTuyvEpawU9SbL2zcs`;xu$EIiH-$seIL5ube7e1!M-MrX3y08Hj8j*k` z$g0c#0fxeJESHH*i?3AFF(Kbwuc0hdr?Oo-?~Hey3+oR~YxoDxc%vmTLc6Zj6dIGd zCE5njhEq@^VI3n^lulb~Wo0ag-i?8n=f4m4I|PADy6a@j#$#Ia>a~<%V}!_Mw{F|D zPly>Fo8Mpy#P_QaS5>@`L-$U?o^7_P0jXD%&quQ2uZfkRPgy+D2R~e(g(7a^n4wO) z5B|FL`_0_=XX$sL(Z{#UqoykJy(Gm^H*cyK{@>BvO%EUaYhUqBuL3@INp!yH?@Xiw zuhzrIQK=h@3M_wH;!~hV1K9X8G0eS`WG~upnXTn~4^8N*PX(QM;^n9aY8aF7gY(E_ zzOpZ*$tQB5ER*i836meU;Emb-HMO~RriW;p%4CWMUXT{8GU5x?&m@#U9N3c{`lslZaXD!+?k@dRx3|0vznpgb4=82&bTcdHFjtY zw-STq;Srhx2HO~88txGjygmKaXN$`=5j71pxbH>@%biWJ6_f#^S+YFvG3L4I_0w|O z1}T1OdQW(^mLKJFO$-!#d_lmP_)PGeGW&P_>)rOa5GXBZO;~m*UvYDveLt(y;+rMZ zba1bD`3`CnVPdkliF()((lNp9b7~oqdz6OF>5lt>SRMF`KhbH%bLv>#qKNrpH{X_D z$NWDf*pIw@$AgXkWoGjKPmMA$nB!_{99^Y7omrB6x6m;DvfaX|l)Y<*wm3YuVq^X( z88z15;d**X=(@LRG~s1INab_YeMvDks@a{W+LCkGz&@oU#Y&T{J6U7mguBeVU^col z=>{0(nr6qYBX~&~?xB7QSZ~YG)zC(!*?RN)o_h5YJ*v_(vjy9c(`1pP=pKP8nSNrVyMets>H}EM-&0hWYh=c~1 z!j3-S=1qcok0uBE;<|N>cQz7?_JjX~2=l;;d#a=zJj^o{Z$i+a|8|ZlF=N7{b-q|) zw7cLU3WnzpQdC12_S#E(yflP-eqBAkS1I7J@jct6(&zH?myE&T3_A?osT($2Fc)zW z;r?SvOa1X^-hgwNzC(FmE&X9DRMD#dtIH!A+V?pn0%@%H)J zLugJX1f`C_o9%Ufj+Zxg^J?7TAB0f_IaP+wxpnXW5x5yG& zbf$azhlF$v$Ua;m0rd(KPfEW^ zyW)XHoCrTAlP)1A@$o@+`N+%DEsikp#I zo(UC?QoFe!a&wt*gVrYv>FBMDEmnHkfv-zxVK90~w!7VPfcpb0RcAX<&;)Xw;dS{h^R*wqAOGl2zbro75P--8##kmkouEhrtD-R9ADASD;z$`QK@e%BKOO|(`26B!(lDx8pIaASf``og;DFa&k-BCydS|E;C@Y2kR+A=7*R`^QSM>gt>j z&AgFLmT&4Q{~(*u%@>p#%fV{}$y*~RnoA9jmyyv<{Sf}Lo}{xOoCc&hM}^gFeT1=U z>!)#YLbJm(1~;G0FjwY~oIk0^71I2pqsQ^$r-mRC_N=2M6gT^Kh79d{aVl++g3(ZK zIS`~lt(2Z~T&EG=<-hS#auClWvlStmWF1wMS?yM`3!fei?7Vn{v^+iwa0}GQjiF;1wI+3H9*8R(JB96O+z@ z)Bs;kHbSvol(WXd^tW+`)`?U^}}> zs*OPGrz1;?qI!C`H2!nEA6(;t#cYi|l+~g;g{u1A@@dPF#r{bmRk^7Z1XfziqEh0{ zOr!-BkI%TN?EIY=z{}j2sWn@IE>{j#?%yPg*|Mt21%n$PB3%V0K^H`((#YH_ zjOrkPQ3Nh}GXS1)J0nPBMx#=p0g5p&ly{`ww-L|#P-b$0{@>IWDl-MF<4qO$~iUS=b z2?taIYYLqA4lX{W2wyeMFTv4U9MTOE@X}XHgqjP7-YLrfb`Y*UpvnA~CalYZ`Pg-) zSJud8mblZlY4vq;9Q(1!uQD!oEkLFW7yjZ?o99bU&TaGJKH5sqsABuizaS6ZQmuQG zH9Rem(qGmmj!fS12-+Saou5xQ(XXqDRuq0J{n<9`_Z~%oMQbB785eQRjhpoGDr09s zG*qnWH#rRP1kTZcT3Ms(HJ<~JEO>8&4k;ycgH`7oO=#SE?{nu-PTbiSQoa%B9_%yb zaO%w`M6dNCO*ljF-$x%R$K!=dPOf5qKtAzMTx0U2>L6D6(#^EJ51YP=^i518pKntb zx+jkz&rY2m$qeZ=hWl~(Ya9%BqEhC@tJ`$lU-aL8W$4XY#qC6jr(SFaoOe_mM;+JO z)iTdrx9h>1*3=lnkkKcW2aTt8ET+g&Kv_=BU`V4yU$P=^EO$})#c!T0w)sDbtF$+< zyZ$#sBd|wo=R+!ziLQ{-}50;CPUXN1ZJ6jcmKfQIwWBVt*5Wrh1YOzVX)Ih zjk6_w{oKNW{(7r9HjKT>KvXnpx43kTyE;8EC(YgG7nRSO-1JRLIa=L;-?Q6Q3nYEG z9z8I!JDWSF@lM@wxo@6AzA65J7Oqz>8*56C z75^%S;M*-PK1)yF>Ogo#ohSY^#*DS7FokQLa{%%bZ@hG+Hk0a@t{3gc?)Uls7uRb4 zHN{p1rL_dWk-dyw2);%)R0mT|PXzRqVsF$kgOIWoh7Jr#-$rKMXu+ zjoAdmYYQYtL8ZKBpKpgtq?J8AECNHgzSzD;1_Y0-4O1J^5Ymnrh}qKBdR$R;ZP@c5 zp>|C;)&1j}vfc?dgPL5}xsr_P`BVp8{{10H-HiH+8@16ylX~yO3VxN_6?dfJnu}VaTB7>)~JQ$LQ>VDEtY!g03?4rbIw88ZzrWWH#=8XmU#g6yb)*Y;IjA zUmlh5sMf??%5$x|4{P(Tm+MJhw-C1GAdW>yp;E*C`j74po|s=1;M!0FjPLEx{+6uv z$=>~5x+%y!@8sD8Mnt*7u8@Q?XWCaHp31w~! zL~@X5_9))Ro7XXM3JbpK;ITKjKIk?GlY2ceS3`Dpw)zUq_XgpZE>kgi?u!I$7r%ei zDD<(jMSEPG2)FX4JYQ)K;S}M@(&5S2;4)|EYEDQ3cv4^2gt#>jqMF}(p`d`o3gXSy zu*XW8ymVHRS@wcU)Nz%G2P%<+`G*F{XodITCwdwhmS>o=nYuVhnh6fO1nYYD3ea-u zHE~bu#dm8W9a)<4^1w@OiOGlfb`RD1AznIplycpt1bIX>Bf=t087 zP!i|&w8o(Ea5nezl3ad$v;8${2jv-SxGdpm-`4zCP9NU#l20WLSsK{_q%-i4D_{Lu z6iNP2`Jk6r%ri{1w7R>OLNsu&S>p0F=dfsNrx=74O=lOS0Ol2>HHeKF}V?=6i?saLZ_<=V5TB+ur>AE4eZ>ftLdx3F7l3Lz$z(0cU(Z*c-= ze&vOp^~&J0UEsAA-W{(a#7h`!JH|>3_*;W6>u0lTp{$P~NwjLo{Bc#7$kqsWS{>OY z$%cx{)z`7W3y59JvtFHckcKrxB2m$W86Jve%IZa_ zo?S4E{^=bt%iDZH>4K`ovar31keWS2Z^76Z=PF`4&2c&7o7fEXa9QUL>N#rBRwYFG zo~-uG6n9%^OiBTSw_f;p)FC`(uxb&Unfm<8RDrxYRU*^a?|B%L8vmAUNMq#=`by2Z zPL4>40j@I?L-_AU`Wi#JK16X4IYqHsJAYDbz=xS|G#ba#hNb^sif~H@rh(@7cFvDA zFz4b^=$kqD<<6&PD97kT>Hm7Uu30WamxO}C>)Y_|HC@Dj%FMbqgNX5 z40;#oKKg2!m`l<_QH86S8=Dho7B-rt-f@bBn*G0U2UAKOPeant;My;qR_-Zq&Hs`P zw$J{b1n=SW?;L6}QcEhq*>{J}4XOzbcX$IYnQyeY=aXrY7R23d_1TwEShIKgvKjb? zEUxs7678|96u10@3vBo2$Ij;kGO13|c%3gM4Q-g=J6RDjYyk6puVmX}wksq+ashv8 zPprZV-&_W^2amM?F2Z1{6K29EmjcwD2f$t^e}yWb6)WW>L13l=CoURZyY_;NY31?j zbj}5THnWgvXX)8bs zs0xI16heUSkHC4lV%D3QJ~j;!`eO+V)JJ)He9CEPh}o9~OUGatM-q;pZ#ogVF&j%j zTccF%wbD`}Y@n*zE$1eD3Ip~r6Q7&FzyH2k7MygnqX!V zLHoqPJu5^M?yo`lx7z#gvRg3}ym2+SMq@sWJES&mN$s~KmMtl$lo7AC?Jcty5H&eH z&3j&II5!Uq`{%cdn6uhGBOHzaGiGOTIPUH>bhOh2i@IpCLDC@_UKjjHL9%$Nqfs>M zNSdPlZZj4BZ`9)bQLSpK-LGZ7B%Ff_g)I5!C<2wta8}WM z230jhjS_frCy+Sn&fzBx!owi6A$ zT3T4!>-gFgjZIzNlr9g0>y&o1J%R8EaSNX4ql5vV#>M%4{?vfoV~dEu;062G zCT8nMFG$Zi};ri-VN^4h=K?Jnj7!?^@;vY;Peffz&& z<+=I4z+l-fDyk!_7MrT*_16~{wE@k-{95DGVE+@_`*TjvJ!3&U!~XhR^cN}dkDI~J z8&5vMFCvHI4d!W{QMao$lPQ=R5D!qYB(C&*qTgS)J9W<J!Or}OcOzfAd@MV-04zvfHNea(laMfq#0a&xtyCWAIt*V=Hicb5;< zMqT`Rw{d+S@Lo@8U!I6W%m0k?4P3aXD>)Gkc3f|d;CDsw^)$Kh`&u`|E0^b`chxnv zZYq3s!6@}AE6Lb#Okc*@Ar=)l&`l@_LW0l*#9JV!+L*onGhE)a@VQ{sqdU4ij zF>x(JNLX18baQuaCB^VUW$tdmG5l5lH1hT{bz@$vH(dB*_g1>_$AI1XVjRV5b7+G0 z{c;2K@I;dAc5jH!sW?>AXc9v(lV>fVy9%4+GkSq~KK9Q7Fo}l3hRO3C^zj3l03rvd z7}@vaph3{ct}^y4Z}0q>#;YN zZ{}@$-p%VGw&tcYruuOfC0QHVYyvefc*^vsP64Qs$AjbLd>Y^hGk`T+)}BM&a(tY+ zpleC)(6Fz$AfU9OWC+5^h_%GEa(T}MeWpH~!yG=}Atd-5oz)pc(CcjF;Y#c3^M@zKW>WeI=4B?3BT;fTr8tTy72G|4Th^S~iCQDkC z)x1$p?2j5hBfNjPj(}S^Rqypf`3$54jz=BY z{3a7LMm$W#=B+2$3J;*ut@%4ePJ!RV@Ws=)tLEX%lrt%{JK_v*k7)aFx1zr0(Uc5H z2lFmhgeF)_$|he~J-}iur%4&Q)?1PVxZS>Te?&NpEKa~<&tpe`Nm$Z``Ms-k-BDz= z2c5sMaa)^q0PJfE#I?6u=`$tin``yG*&1}!MvU2M-l@_2f1ir`H29+&g@h=Go%IQG zH*d+PWP5u;Yd;nVhQbbtzFzmJ*g9S?R3n*@$dm(i^|DJnsMVg9mM`Y1N17dIhs=HX z^ax^;8zX#rG<#PpLYV8TL!~DBd{2V8SDYRwl0OQOH&}yBb=m#28Wj;%T?>l#9{Xd&G)%l?_P|B zVTNj<--0{#@$r0%Dnm2Z)bb~G#;i1ak_f=_Z?`hXmSm5Z4Wa~whyh&IljR=z9kW#G zJ((2U<$3SEa;1)bXMQour_y3G7K(1)s~Q+fXg7*g0yiVp4=inYQKup!PvDi`ro2hx ztO|%Lj3Upw@vh*9=j-8`l0(gWDf1E<&0#CIQ8E4S-j2}9vrLMv*J%nH5)zbvTh*$t zu{$LZ zUMzlYoIJhm()OfBhhzo5`rkg8KdE9g178rbI!Fkj@F37P?&P>oQx+8O;kK@4Dg0ox zd1fWy#2awLTJ>nzpPxnPniNjflPXXqDSq_+#Fi+WlnBEa$vv;x*~&9Uixe6TLEbr( zo#wEK+~rB-;suk`hJk|p!1fUyfN?n}H(}8JuryR|pEX+%%g)4cvQ#*^4ftp~o8E6V zDuv(yX(S$q_O?Dm$6x%|66%WJQ;{X)D7INOy-1Qw;soP#uU< zKyr`52g1FATcv-QsUy;1-mU8vrHH5f1?)n2*FHUk5%MUWw#?FBUPl25aN`)0H_;TP9d1qev&zA;JQhSx z?i8OToe2u0fxTdv*?NeL?=(M;t&9;hzO1t@i`RRakWxY(ztv}voL7b{o!-9F9OjZz zn(0m_D)8wW=jEijq>voWKNln|_a}eYwa~>opKf5AU!RYgd=T=TW#->>Q_Wjw50P|V z81^TT2XdkY`?bhCUl+LJhc~Ah3MMJt@o~3O$8iV4Iv<}wg{Tk}dcKk=j#B2n{W{!? z4}x&qh^L~TF5ag{Md<|hCruhv$JI;DO-vNlR;iD*oY;7CtV!q^vP<)l4P3sQSe>=1 zaoBzX{CzSdp4u%XZuOP)#c*T5G)!dIhN13}>d7GTt52nSbmz3rE*8w4oKh9-`;T&lRh1c*0k}m371WqS$H{Y|i;%Md~z!g}%MCBO5mZSEU z!tiZdN?J<4A;fAZNajV+OcECI6L@khij?4gK4Xt}1uprS zzbUr&e=l(Oq9AC`N<5@V`?~PV_Oc_c@ywDQ6mPaHl@K?`d6ar~m>K=F=B=>-Z1S+C zXWA@teQ|w49a*+yS%yR&T@+P*zIc4SZ3tw0-9i~#RlFIUn{qI@zPI7yefrS%?QQ@K zi+X6e2k$PU9yCH?!HI@-K1SzS3-7&LiEp*#SXd z6iQZVW4b*}Y&w`x4>lM#SJm##J?uH(M(jF9CWwSG+hP^#wI4n;(q2q8U9}~fh8XJZ7Wl~Z^yQH zu|44vpYP@=qUw)8KUVpaP}x`}-}%hofuetEU>4&9%2JP*Ja@Siwqd8Ct7jj_xGfJby%EwAtR%Fvgy_hS+YWpS6_O!`CMCvoJw%ggb2j<4mL08=wi`AYR zQD;Lnsu-NU$PNRLtj;K0S1&JY&gMVXuC8bSUE}JHqatidzQt;(j?;1|Ueq!iqWPkb z*LWR>n0B&4u*^N9{f8FC)j}qg^Tj)q7V<|w1(v+0Rf$#aQuMACF4YFlg~46T#jtZ& z%`l&1o{bC=UU=PIRB2%oucrq%U-aA4L8Tnq8)=GLV)XGbCHrM_%XD4O%>gxg1 zIkU^9o(*L`O$0)YU@AHYcY{gCSV?bx3VfVRT@MJhDC(RBll}2~)9OxZ3+Xc2lJYd> zIP2_6CD)$RHOR7bwc!DX==QY+k~$-H1eR^e@I>!$X$Y@GB&6biv~9C~NR3bL<+cH2 zWzHjQ5)7I;115N8{Gf8qglz})blfcXIH#YE?|4I2ne`0~=0N`vz3oM~p4o#xLM`35 zI6+8V;Vjz5HR6oj{+a=)j{NN8`JDw8W6kaD1HYhIcIC|T`_VzP4&b)KNFt)iRMV3# z^^|J;0Gto;doyjvAL(7OAq94~`>%KxZ|>}G$_c4kio~b)L7sIa>1OWKtDC{M8_MJ= z9~R&QB>pjU$~tv!G<=Zo`-5i0Cmkw`B-jiuOczHqSeL~Kyf&cQ7Y*|iokq0g{L3(e zoayV5QYmLEsxVsZClNXp{ zF}#fft``i(=T(JZVD2U6douHP(Bx#b>gv!W-PpwO;CMkD-9(W@a@AuO|`GYW=i+%<45d;VQq3q!7#`N+MkNQlcL)W zE8w}=c$!cmyMLG20j2nWFq8Lozv==G=JifCr0m*pBGaId)DA!-RLL`0Z$X2nUWz4J_B>WB{f>XmjRvSjb**PD@td;qogC2nb$> zxDdY*6FzX)v+2*|WmU!f$~@Yd^hES?H`$^gNS{Y^1VmpJ|b0-q`+P1tOTc9^AR>|{#urgXU*J2_BY zjwl6PZgdWF2`mn{xES5u1WJi21^XdjC(Y(#6WK3iuzoPaYAu*?m5Z}ZjYzOKrQVTW z`#-Eh6>yGRxpQDN5LO|&AHrQMC^gL#juW(SyUd1e?(-lHR{)Ph10dm}Gy2n5S^izC z2gVrpM*uk$%YHgdlBpljBpolu79q1y-jSUKl=9R{nQEOs1u~V7U(rBGx*(zIeavvk z=>II+wt*}rgfjeYkHR1HdX7Arr4V5z7Xv!)*l}f~3 z@N#b8WlOg;-aAweuLqjS1V=T`UqegYkM$>H>53kIl~&72f8(-0jfv&wb8!u}0QOq{ z*c_`72M7y(l~Hx!a-EYNIkKXN-TDhwUnB@@o}hlM&1SDmzL;hDWvPx(@QRp>0|-6S zyj7rxYeCVm0-xazmkp-y^`RdIyi0`CKh&fSj8%5P%q!0Az^Wg>Y0IzrHd_#n;yIp! zMV#W*GR21VTtIOkMh8<#z+ldI_+`x9`Z<{*N@4DYnG2E}Sd8w-Ynu}bSbZx9G^OWv zN&_1eieq|XdU?!O>sSK9tLp-BG%PTyme*QrXpgL*IJMw*h@6B`G`_KDVX^e{PhuTn zlZ5>qU~CMU!_LHoY{^0tFF-i5q>VGO57tVn8bw)W;K)h>Veuc%+{-h(9XE%vb2?Ms z1~>?OT=9H5W^?*I#%4hjJ$7FcYQO0 zgp*H!w zTeN8`b+z@-Y58-%BST)U7M@USyG7;3G5$BQw+uJMbZd|ccuwv`K(_91Z zbo%leYY++>l-q65KGxOw8(8CnSI@*V42iQ1Y&Rc#=#I2n&%@9g(rYlsrUV_f^d4F>4>0M@YK7~I*3?y`f227eUQNk?=A2sx(|ZFdVj{9?G!^))|2#4r@By^8Saa0 zN|~u!haZgAn!FKU;;0gNdHL@0h7Y+Hj`rbDKT94AmPI36t-}CEE4&*%msHhJp94>& zB9Hp^D@;1>^Z_@}>@3r<1|~D(4J#EQwmByK-;SN;b_Agz{zhEw0BD;o62}uTrtqRDe&M3y9D&(c@h+kI{P6tbLfCBDeMz z9e&C_d?Znm2L9ahC!baVE`gr4{;%3Y6AN|34G8{+-Y-Q^kp4sOjkx06|Az}WDN>{e zpOy0i2ZETJ46m5u! z*ZU5sRyV2)yq?11o@T{`Z_8Jo;oi}q@B#A&fCZdQ~0->v(7e1I3D$oL~2`_jThx%hkn5bjPxV^XtQVWrY|LfMBu zENP3sIn*zEIgqvz5M7jZF+K~8%aka3b;{qEAv1L+EcIO;PK+dd6!XblD!o1pm2+V% zDuT{B6)ZEpV#IMh0loVUg;~#K&4CnH$mn527C?|T;9Jn~>aB=q2I15yI%qfkS<9Spydoza1O zxOKDE{9BdTMVq%R36TX~ZUg&%fG|~|zEFKLiEZzX7w3A)1$SL_9OOed-q&+4mp6x; zUq3~tpDO(E6-*w&wW3lbVCn7vceHTvooNqg-_11ex=#ObjP|IzH9)!yu`d|@aJR$b z=Ov`OFyi*qR$mO1MA;*v{=Zh_4IVbM-@+xo4k@~|T|+NNixOKqPn-q^x$U*lysPoH zdU}K-b6T@J1ew!5ca4_{7f{zIQrj^Q29gwoimmm;3Sp;~##1q}raNWX8a#cdSiAAD zT#m`4F3*F;)BEdRJJg$MVmDxeYQ4c-Z8da(fVnHXkj&!MR-XK|n8E!u%d8&_*!uKe zTMzVOUG$4G_q8!Ad_uS+(ko!n9(S?6D!HqNI-@68TBWs{9$ZcpGLc97#nCe@)f{df z8kus8a>dJZ*2KXqxQwy77K?_|SA zmKrag!Ap1voM2u{OTX#yzCA#zY>4BnA=^}CcD;|y+QvR8BGb3nLXx{?s(ssF-k}oeY^f!}!GNc6Ef5yuqu_0)z5G$VZ_lAd)KETmT4asy z)}2)Cuz<#$%ZM;wfu-raR0Bqiv~uHy^k6rwjjerOQnZbtL7BKizT^RDX$h1&Mv2UUIjF)G)ae3^H1+IP+vGe%eH z-%g;@a;XJr3Na9WrK0t$k8`#CUz_R9OR3 z^eZGOW8C%{OIRRP=Batov$hcpp>(q+O_fiQylW~#M$f6xaN*P4!5;WOb-8e1-P41; zHClQg>g*ZUI};gB`_^+oZ}3*6qBnrL%Cw_Xg~DKZk8`7~W#gMz@nDess)O1xgH$NK z{$*u@c)0Jud=p%^fvqk0QN&-m#6y~N(uyFnlUxC)=Q$(_K?=5gJ-`ARF{2cNGn`XQ zNW-xJA=+JBw_6(%}byPV8_Is1!94qzAp<$bZ>yK*hG0I=Bq+{<}CNc+t)YR#W)vY~hcHw1i>(kzs#xRw@+y&YhY|ru3P$ zEqWt9lmnWNX;by4odb*Gn@EoweTNZN)+Yib2kushtKF?2``xj3(S-MlCPs3yq8yU8 zceF)}-pBsxj}OEelQp<^vF#K=vm6a?Zp+~rGs^iK+&`{s;RP_J^buHD=QUg zPIU?Kk=)Mm0%sVwWv7cLe3-yo5sfeFY%%9t5yXQu%#fKfS9V$M_OOS2&;!$U^yd@a zzzW++P*yq;52%F%@M)ZoSp`8x$`voy}=c$j>l%*UqaCCvt`|Y+2S4v20PttJl_q$euBz(Gwl-2ow z+YkDT43)LAZ!#nE#YB}8N`kLIC>D6hMlOoH+t<#s^ROJSAl65v^PgB44!p3<`UFSXu3XqUZ8_9h!_x`r3e;D0>eLTlqN-tMaYDw zP$XDMy1;Nmq@|?KuQ-J9WHeNhyq6<)*De-4pZo2<>NjF~TeL=XtD#LJGmv!&QN#Cw zOWKHkR+F#h?HLasFhIVd6bhJ0^C%awNw6{mzMz)-6Vv+2q2EbXP%b(qcCEWU27Hn( zriIo%=R#*XthlnhTAvX*zXpV`^6dlmS0}$sMUJLmh zsn2Oi?H2i|K9WCmC!mK+bu{_;+Yr;?IvScB*bfk$ zI92Yn|K24J)SbHR1YqVnz4KZJRkeZJpX0}MS9&0cK@_$BX`$3vERyfuje2$7&$ zKOo&vOZ_WKGX)T|AdJw=b0Ob;mSWy)W_FRzhV^th0DN-L{QVMSL6kiwUMQoC+CV}g zjJFY+fz_OOo@(g4Fy<7^=Qo(r%?WR8&tz+I&ouDhV-MqlXQ=o1a#uM_ZM!=Kyxjce zIn8DBrW`~dv;hxS5#*1<$4BT8BxnQzCX1;}WTb!UT7x{l%OadTl)<2nPSj5B=3ZY)Nzsx=!RM<=ol*1D@arn0? zc$Tm35Dsjdr=>x+L#$4;+VcL4wEo?@SFTV{f2nAGm9Qn3CV0y#me?*M8k4K9YUBsJ z->P!EJL%uTGBrU!|RSJk;MB$CFmu zM2RdTQbbvr49QMp-zkleoguqS3?gg8*t3oiMU0HBVeE`Vw(QX`gvc`X-Tl_RfBf$2 z{&9b=d(Z#poY!;Cd7bk-@6UNXPaR$8gr;vFxzKQRil$p#5)hBY5N=k%ABIl)Vx-)MAXWd_4WMuXJ-I z=2GZ`&ui^&jonpQ!j=D2{}N`ug}rlu4L%Vq#c)lauS$4r;RW)b@s6Od+gw=##er05 zxJVcO!GjT1Uxo;hpQq3x`PA+x3A#(+zvkNP>whC@uO$rfw#Nk{w+`i>S}+6MFQUkL zHQb47UK=W+H~GIHE>8mQ!5EpRykFzBt7(zOZQQvN$~J;=P~oeH%P)%RgZ;wO^u<`X zc~qY#%gas?^%;ZKf6WBt2;#>5`X1Jx*p9H}DFWm>N)LrAr|XnYxm#OUl#RjqYO5iy z>($n3T(-`ru5YRMC^}f(;AVV3V8QFMYAhos9@bOMhe`D9ar(ucO9n^hWuNQ0n!yw% zeQS%ycJ`GrO49X;t4w8Vw_*Q`cU!+5mk!*NRTFi?z3BMheu`F+k6KYWG@>rA{Bl@O zrs=i5s$C@PNU9|&d)IRS*XG`#NALSo?ioo>mFzA7!mKEXhlmFtbfx_U0FUA()pSGV zCr~%!dT`ZdU0hTIR6q4m&kTHgdQCdHwmv>$_ErH;C$`4!1e_B zIW5$r-O`*#*pLFjx|!4SS&md(<)Pej!B)ljA@XX=zQL}%n`Czsv1hr?oNF5?a#UEG zq6>~l`tbWeWXtXydamks^dQ$REe?1L{@l&47dN!eGbv3do4m}~e~c?%?S6srS_D+cLqy>O>c=N}XRlUh^bJcU$`s zXHU5z%y`wZ?pc-nc%m|ulKn_6PR5DNY37D4zzl3qprv$ZN=LA5Cr?e%It*lGO|-qI z&-+{BO^7l36Nm+jmM$kV{LLV3hNvqeWFkrd>55R2hLTtI>Cro@dgJO_yAEj2BeTrI zl5<1(peIFgsYCE#(w+dE_$t8ugTZ}od~1P<#f zTe$*4cQd2;HdbxqwhPia!1b?GEJCI6jP{Q-lZ-keRMH21Ce>^Ac}~)BHQS`xByp^BTpaiN>Xar6v6;S-oMh)qB(?*pI>;FGxC? z+o=Df$5hT0^>s&-c4b1zUugHS;egS0H8g$k2*RE7>Dd?yutIP3K9a%8V!?;` zFRX7uQm@Owl%DmUvm4{?=;jC z16c^D9hv;FOaX0OTiru4J@ZfPH12%#sTu92Zq@B9hE(>C?Q)pPe`Qmr9 z^X+6Ta?YmcK|7kW;FBcDZMLi{Wo?VPGkG8ETgWMw`fX>ZfG-Tj)5^HjMkzA+u#LkH zoArh2%Rl+i_S}*vb@PP(kdPg}S$Y)lN(+%e<9Z8#N!Et);@}2FRYEEhE-)VBW-70&RgTSv~gw8L{t{! zfd3~TjgqnSm#KOYRlis=e+Hz?)~#e2#=dmYy}r{LijorswHk+iWr>6ve~NcC6qN8Y zFrVTt)5#GeguO%3yFCAD;~>XNGX7Gx?DL_fiPm&urY$wM|G?(`5F1f<>sWu@_bMlej*gx~7o)I&w03$2}k5}Hc5Z)o&VAtw5d>|Im3vjM(7g~>LJeKe>3Z@0U-7Fq@S-dX}ITIo-@)BR(wn=H8k;Omg&U=ONOlG>%KnZ zI_%0=Ma+RQql8bj&KR69@SsXfOo$kr5|$`ke#B5Ig%pQMVgTxucC62btG6E0ED*#0sMa-|F$m~SsI^5z9N8{pdaN)f5P z7C!syX3$QUMpuaXSik;g0kF1#<@V&j$tYxmXN2nRYEtLOLTigWRuzySSM$<;p5yU1 ziin}KFsFUe?v3{X+??g;s6T%j*ggUb_GghU=KqU0#e6Mpb9 zC>vLPpL&I&U9^nXpCOk4L#llxwca~)$6;{gsehJ9DMR~~=il^H{&(IiUa^t=O9$9~ zr3{O%k#R@E0&l39_i=4H_wRJF{-ZSrz={y5Z%oFD1=@N2uK}ZbS~VSq){c1SXWDCz Tzz_6}0Zsj$j!Kcz4#6QXxH|!YyAve1+u-i*?yiIDo%dU3-*xZ4 zckT1-bJpqqrmL&EpX!==e)4p46cnnAw73cs6bv>L6tu?&1jrc?n=Z%+ zC^%PYJD`s`lnTfksYdP!@Lfwq}gZCQfE%cFvaeKQCZAgdi6& z{d19+lbO*^D|)C`l(Pa#kL4Sr;2}HWoHca#mJ8Ha0#sUUCryaxn>2wZj=8 zq$fF)jJSxJTgK^{g`1lC_Q2IercC;cEFZ>)wtM5^X-FF!a+7TJOJaRxg&C%v%b9gg z2)wdpF9J-2bS(T)TiQ22Y!&GX+x<6#pmie{xVw9IQhh4t3to$JlKq!+-h*}gLaVee z$idU)R82%qK|zr$1doJ?iRqXI6a3F<1%FX-aq*18Z=WG;imEvnkhY>PO8<13!KQ;W z^;#ieLz=cZl4op{OhZY6X|5!yip0_9urV>4XXoxYEKgAtyiq{qoT`P6f2HhcvC|pG zxIX^m47=sB+)`yvj0g)G?5nNEaK%mCRZHuIC*Zhd%U}W*_*3LAn%Y*#P}&FL17Pj( z9A@CcA(v8Dc0)_3SGD$151+>wu%m<#6rUQCs;h#OILqk)c-BQ*xkeHc(cDR;XJ1?0T5h(wP{l7nDcq((G z>x9o}JqF7nSIv0cS&v{h!xzt0mM7J9E#>jOOQ}72&A0B$*o&)c+2=kx$Sh?9V!b(5 zIjc9j3i-P8`s3b5?F^CHacbXa&vpb-U@A6_niBVHfgzn<3xLeqf0#MMqovJ%tVjKy4 z?scr#3WR%1N*5b<0Os#CejWD1`(zWnQ^$3=-BiMr*zr)bCuE&r`?$l`HQKk}??S$R z@K;L3nvWSG>+uql97Zn#Q#GYE{)kwno8O!gk2b#;@yx*GCwXIt_;O2%@2XwP5u>=# zq|Wh=ET(F7(PDL5s~0!<`RB#8$t8i80O2pG+QC3mxHh{m6H~;EW64Eit+(3?uX?J) z1d!}0BA-fQMc~76t`^dK`R1CH&QgYQxKyUYc12r2#|>JSYe3+UK?kW`OS4F0p)Tet z*1d0CxD~R_b>-(bHM3KryBH$vI;Ko-iOr21%>46niR>^WpXY@lQ2ja@_T_{QaC5qh zmQ3D8e*NO);jK~6W?4tPxs}Wo@!q)mR{0@wSNv(AQmzQi?i(y$lUdD6rZ-gqPc%BV z`InE805w-CiCS}(tr3*Jeq`A`$z*y&*MlRHTLb zdhIISbb(Ut>a&&0WE~xim|?ZEt@76WIF1})@B7LF@~{5y&-49bjnCCb z&$c!b^`E9nkb!z;Mpt!n3^EJ@t;+Q0-c|f(ubr_iu@+f+5_YSG`UE8510{;L{(L~! z3z3WIvr+v_iCi6wHoK09_tx%4kAgyh&|m|GtyY|)(?$em31@K1H^)nGP2`zX;sb}x z=-AHAA<>ax&wv5DRV)#=5RkI5R}B&`v%9+q4?2h~MSt8>1T*&g*N$G1_i&lAC3VRO z+$?#$1azfR(LQ(`vDilA&senfpBc;GO$JRIZTr5}K&T-QHAbK-G89 zk^2HFh^>VGOq7ttLteGJ48f@FiRJ43`zPCtiC@VU;66!9ZVQ$Hg|* zb9?$`#VS0L@a}o@BZQlur9!zSlx%+`ymja6`RTFbHCd$laed|k+F?%*cZh1Ux1g%; zST}S^pTsFM9W8fj&@lV=x-G+t?pvD}%ZWhr`-1cVAD{Gw=rMID9Ge$oF8lWuvPves zW^g~gF57hpkMYGzVx-%C8wobYS#M9wU2fxuB27ni8eA)pt>j%!i~*Oh;)>{xX>;?k z;=D)HwWC~?&lJhI$FbqZELU%9Mhrd`Ogm4{>@LbeChLkl%5u2VdMTJlwZH##oKj2_ zu>#gt!WBsk8(cr%w!@FUn=x~9Mj8P`Y1F&Qj~43DT*}{W>_7og)Lh@WZo5(s&*{fBB&$5i<%#7 z1>zoEtc2!q+a6aIHQnaytQoVio{-dv$xv7r+F)+{hGli2CKR%7d1;b8TYj=~gpD+~JIu=4_!lV1QGyIY! z7XNN#aq|XPxhi2J#Q7hD>u=&uJt3zs*9yqDgdv+PG{Ndu)U&Aa=IVJeh6CTcP&+x( zIt1qNM(XCgI2`%OLKhB}`90WcqVBEuF>66VAU3Sh7*uB1ztdO`H?L+d4GW^L`$kQg zP&n#pS#^GF4HNpkyJYcnA5iiov~Klq5^>aNn_IhOBexbJCG}B1-uqJ=eZKUK(%N&3SL{3;%FlCoJNZg zEyI8&s?-NGw~x)?XZ(ANjB#<|RP8oN&ST!g-(ZO!Ks+_`SG|j7m`dyO2q<&Uw#WK-oD|+B*Mn+2x-; z$FLp*_ub)igt84LPq33=n35BHmFQv90)Nq?K6eIyoO*w(X3lFfYr7T|DkbT7sgF7F zG}e4_Wd2K0VYd{x&;FXJ&XKyBd{=ZTO>D}r*0qm>N7#rmFv4KeRfL>U+kpvapG#I0 zLQCpM9qca)Tp`k8Py>1)`j`N;dOA9m#WoqauaBeb-C(~YwPA}VfdMwv>Z-C7i z6*fJ_P-w)_@yT15yMf$8r*ibY{=&GYr*dNhMpuQ3h6?@a@iidhuWfBtj@POtZp)Vq zY1n2sDy9J)%56$F7?F6N{c#zX7~OBKxWq|hqi_XY%l$Glh09G#2xLbN8Mt0Su@Ceu zQ@v}=uHj*`G}L=EL)z*fpnM9?p<%IuGwWhq(J4jUrRBkAr4-Zm)Xr@&37wDjOTU}^ zQ6KKg-Gs7E0V1@(J0{&ezE)u|g!uui_%`rDO?TM#yyy3sNfH!1ZqV0K7DxY8J8@D66uhv(Y71D`};4h0OE}Qe~?fBTr`dfZAqT7vB%88Bf zM?}%Ys1CV`B+S3AyQ@m~cW zZSKqqz0@FZh^mL|mx(F(_;bkRyi53l53E63b^7qv+NXKR(x{~T3KJE8J)yV;>p{A~ zV|!<3rM|Z$;81=9t6^R7CBq$L>e9u}@_Qe)(sUPfEW94tZN}5oVjk3*bg`ZZ_!-Kj zyT+Yx@5|d%8En4L>!|*6@xo;yv|_?{b=vE?I>j9r^Zv|VX@^=gQ8oWlL04qBnV8U; z#N!s#HrJVVlY&Dx99b=KEcz#>1W?5I3RJ6nCd!7yhF#joN3M(j=IsNL8E7D3Afc+1P_)))n zRUmKuLG0pKalbC=dvZHRStonM-*DtqFXm_KTLrn|ptU9-w&7nFNM$n@aKJLEoD`$y3?YiC5XkwO6E21}B$o0vlNxO5jITxV&2ZCU6VmRQ4qflmp!lWrexq z--5VRC@sIo4flH)RJb2{yiHG+^A#tUvz!EOq}G2)7uBJnBm+g9nCJ~{fFc@;?981D zgK-=03Wv7g%f6O&U)?+xtb6hYHZUE4>!N=i5&J!d;DC5t==qTZEte~4?>DfAD()4P ziy*9*QNwv*7+3gv!_6Nr3jt)V)c6-#p**u+4Z zx3{=`gT*2W!4s6KE3B9cY-&ZEsx)M@_s*1jxD8C5Y>s;*W7xa*g5u}D*J`?p{k)3r zxmiwh9@Niey6YYIC>JTK;nf%{j6V7|VYk_#uMHOeFnP>gZia_rX?sgSKD0sJt%+N+ ziH6-o@srt}=i^J}+$qx8AeJv#XK}@pu8XR3cbO21+k?j2@@<%*QbV%UMLA`;BQanV zS8};*vgg7cj}u> ze%Vme7eNAdtcsO1LKg;h=fQS$QvX_q%`3Uc>hCU)eOcl91B{d|^P?nTS+$%kVb#-R zzkK_WSrZ|aXaaT}z=2KArrmG1VPotoI=A4EUt(i?MP z!}^rcQ1F2n$RC}jf|wh= z{=2j0oZO;YbjFXG?|Ta?EMp8KC)O^0H178i=y zf%nK=u;2&9nQb|>phS>@@AY$onuhI&a4Ee@Wik0NPmNZqK&m>u>X0*Xfqo_yfH);M z{Dp-*YO>3_sl5adA)^7Sa=9k{%V>?e02vCSbSneYh(+P{wBRUfrNf6;i<<*Zz>@!9ha-+T4 zigbQBUGO%|>dVBOUqoBwrbw8zKe(JnqW2!S&q>}0Z{!5!A5IO$ld$iD<=RoR*|n-R zr+Jd}G2KT!fH);w7sr8?kw&wbg-GRe61w?D+}{f#EINqeG(da!w{T;ornA8A8wlAm>wg)g?K|S_GWYVkxltCkL=fREHZp$}nn;ex zE2p^nykqtsE=J*0y~KcL(eMrP8zdk6J38Hekq-VVdGCL(o16k}Lvap`92O)9If*Fv z2%&aP^|*gTwjUgO|5Iu4fA8M^T_N+odp9Od^~v7K+LQ*K>@|YKqBSm>*~F=~*OZ^C z4hrf9CkeaBo7)HBD}8ohwWCPaNQ@89^NUiD^}r;?IWH%#lQ97bpW;9g_Qp&5tGc)N#8X`X_lqf9a{s6>WoM2>-(cRGA6UjLxnjV? z96KB2D(I|0+u9yVny{&-bik{OkY{RXcSv?C+6X!9XEwiG{Gc zi$gQVqz+tDrrX{gJRR8W-7V&OE(gr%EUx8YnXGojruW`_k$W_={;ckUsmtC@#$8{x zWs_}i^K3&3I37&T@2N8WTq7rC$Mm7E2%!hg4|DRjPgm^&XD%m@qdLn65fk$t6ePKXb~cbB-uTa zG1sgRk+$J*@kR;ATSbS5>gkCwAA`B%fQsav(jQQ>Osa7;V=b40GwvFXHsGqNwDqMC z{v>@gEFtjt_Vs)FRHR15I5A#)+%{75FCl%_DEv+NSlT_=5k-HmdWyimG??|Tu#^-O zcruI^WDFd{lQFcOS~BU}>7l|h#^*8o%?(!0UQjHTHZ#Gr=YKtKh)VeMnrYXWUAsAT zqcYX)0b7rM?0$mGSb&W@4(j^t9W4?fQTX?b`BH+>Dv3i4H{{#hsGYJi>7mm%opSml z>60GEKkjx@>yUVf#Yea0aYwbfM)#~t)fO#<>V$oXaHET$&1Ddrh4qHZZnd$OMF}_x z$pW2|FBfk(u2aXF_TErDcKJMPU;SxkS}(gEEOo2m+h5Sv(_=fwVesJBPabf!BI z?lMQ*3|o+U2u;B!PYi6buLO6Sh9R5|(4ImafYgE6xkt67fTryvdV-BH^o0;3IIrYk zAt^YQiJdyB@nMb@FY|+TDaxjfu5fy%T|Dq2@)3g_+0biQ8i>@iu8&DlO%R*3%XM zbn}PoofI#MNC~GSGRR-deajr6(w^R>>Kup9kqgbVGSABSB_#a9g`$QolSE=}p!f2I zvWy{^ga3e2$t}1AOFd(#XQFWXL5d2U6zePTW1oP)m&C@n@>QquNIT_Em?aWSvEQJZ zJT|S_9k7#Be+a*v48IP?pubvE-pk4)7_y6bbSwz zbsb$7cfA*?6Ex2)+#(rD^zPKp02qh(S6VQ6-t)59dTLdTXB$;={K-m&)_1Ye(;F%I zF1?*tI`3^%IK0g^(pDlUswlMua74EEqclW7oEamO0Sn zqeKuldcIj_7lOy;j=rMEm(5wVv6AKmbkluR8nO50Y^iL8U`o+o%8nGNEQP&tDthj9 zys?2b9Eb_@BVLYHNiE^Grm^wWP3OtvT!;TgqS)ij;+L2izJ=FLLiZQZiTo6r!r&cA zekAUvl)5cO+9mmiZBXyNO zI%2xz$2-abw$zL`thUd{8lkX=hEYeo@jLV2KD-Sl?x|n+8-f0;cKG;OC|Kad+rJ0? z_B-U}f_=)l+i#mHq~2VK-1i!x;S-*%dQXiz5n;OKOtFyy{9hs)YO09^2qh+~a5roW z7gwtj6I7kV4|HNdu?vN#wCC;gmKWZqq%H^1R{@w=0>p808uD5nzX zlNPOXn5%_GU~Cij3GjUhUk4OjU$kk2Y?MMWx{A)+H6{{btIul`93Gwl55dcW4GigS3I5iO78e8YK282 zqZwwZri~ZL?JS*mlC@!8KMVmVd!YR_989S%$4k?%$T)w+q5?P!3{}4CMq5FdS`c8<*Rot}!)!>_ zVCT0Z*OW@AIbC7gbv^c8wlK!F-x$uTu|%i?QAc~z>Z z<`Ri6qRhXO1%JehUH+Sdh!kJ;Ab!1S8^mqj#YoxesF0tZuA7=To>m4c+_Ze8Hk9k` zQ_GNTdjc-?twO-$pBA|Fv6#-I9O2NtJoFwF@YA7Fc;SlwZ8FW!l=1G<@Oy*(tf@^f zv9FTfAqAHr6!joeM-*LNMl0-SCU)O`)MAx~`*^^mz*&wv4hn_YBZ^FVKfz2MWY4Pp zW^_Y5mCl0_(Aq$4cO`mG+8XVHzSjGjG7YlmI`bPDcV2<*yXi2RdHi)d)l)84K|Awa z#6wjC1*0i_neihmf?|iS3JRnp%wDsR4r~Qx-o~?GZP>eMxabnfv-!S--!poR&iY%EqT= zV@SSl{bP7KIYICw%^J4Xz(_fU2t{!4gP za|nam-Uzb+Va41z2qQQUcqR!!yjGFmRBqNZ$t^nwMEqPH;2$3cz@#HSO?x9FePlW) zF12n%drf`PQeEX{G(H9E48k)oox@2GIYWKcss?t?C(sh z<{Qos=-Hf=c|)KOE%5SlPpSYP$_Zu%qgGq+8Y3U;{veCdgn9qW#-;ZIxllGn;7Ka+ zZ&kV{Z>|_xm))@`BduzTr9YJ1ctP8$@kTJ6+kg!ox7&MS4|L>NhXjc2%neyH|IC7N z3X~=GxvL~4fguKlYH|qloM5?i*}ZaRhmIvxCdC<*&C*!ez3P%SPlhiVD&La=0oQS3 z1z^A!(cLp{DbX6^6On=*SzrzwF#5P>Ol7`;q3|}0lHVY{jGA662f)@0{^gSBoUU3Gx)eKCD{6T_()rpK2 z@Y2-#>sq;8Qlwd9vd=eFR>nEaim}4w$y8kF0jt(;Y`%32p{mZkC^50foS=z^kbyLt5`gG7vYVeSrI$DFQ06-n37U(Ne#SXAEPE)dpa5J zgc2dvL<3CNU1hkllQA#-%;9xv<}+#3<{JX7B2)B>F{$V0%)T>9ZK3J>2HyvW7RWGr zZLNWL<-C9OLhtPMR^P`U&+odNmnQYPe`9OfryMtahdsc%V7|W>w@>u#A-Bwk)^Qx^ z(=ssMcW}t{Z*TEJ7VQT91RirkaPx@vZ?gdH{$apATkT(70EjpGOH5;tZE@6QI|NWU zkmtTu7!B`k{Sqhy*I(!jjAZXk?!VjZ&oqXzR2h>nd#B1D`7e}i17jzPX_-L+5i)IZ zk9H6-=i6L^i@ZXF(YEK#7%S5%H|pX_Gk0Yp6n=Ig3e2=6aLzuQ23J< z0_q-WUH!J;KZ>xByjG#_ zIYo{y=lU6*27jH)>zYj~St*E;{8!Rc1!AEyiWf*BB4YftDdXe)lmDpK*B~A#)|meR z4X+qbg3<3i6SN>sg9rHXI7_$a5ss z+Wp4_=~eoI3DNpWt~K7nckCDO)T1NUg=UdZr?~Ndzp@}l47q?QS1)XqP2$pZWDQ}n z#jGV5x_pAvXyR3!0>;X5%g_+fItgdOX$Q&=BAMIw?D7a$+Yw<+R#~8Wpavetu%I5e z(2VC*S#GkQ-EWrEAYk?$G5Pwiwgl9?FdTI+0d}`+?auD>~&54+l#Z7K5O zX0xP8Wj@ze8aWSWs3?YiBsCji(9fJGR5x%MIq++XQ1N6lk@dKq-$+w!Q=Fx`UD$Z+ zS`J^xstCmkeyMZEYK7_J>?seyli8|UVXAgTorZZ=vUx(RBHe~Fz03UM=jhF zW?Z&p2rP_k)Wb?q6k40c(+2Nqb1rW-vCB%ajFlsAA#{qmsoiRKjcGhf=VgW51g(lIUX{yD^pNTHByd{U(_ZO0m8;HBCDZcbb*=Kdu3j zMZJJh%I^94NZQ(*aPus>*(|2mJp%>-}{WKx<@8Cf!P+`L*8Vq zvyIEVdtQBVct5Ft!kZ^no`H>ZiIQYBA#DwSHC+BVIhiEt`*ALxcR6q#$TBLm`DH`HY#cHVnQ}aj)yWK-tlV zp2l-YpnvV{3p3N#PEd|ZcC^eqh^)z{w^e|R9d7`>a$`Jgh|KY95a8}x`sz^1HVQ?8}4yijrkvhW5*P28!q%9z{`5oewvTvwg+ z7?jTk8hhJ;^z7Ve9Hbb(h-e;t?RIx2=4;tXu&oX092f4*<+I5JGQ3CbyyYKH?q7)K zk^yA)(Us7NeP-Cn8cIsW13@EpK~(l#^8G#u6LayBtcBs=r3MNs;Vw z1PHj&xIU6!)J8E7=*NhN;5`+mQB~3#>IE?`gy`8>sENNN&s}q3Be;C$_+t?BBu>;^ z_T)%vKRzP79kEDGUPwx^vQT95{PZ*Ic7Kzu!NlOx$xN5IbFSC3enSF@UQHkS?*Uz?&pKg~ zWaU?y*3Cf#{2)~P?xO7It!z!i**h#3G~!)TyzJ-05J#I%r{8HQ5@tV1j}x%u@*Dc{ zhg%`u3r;iw^&vqdscO1s&WE@C3n<%=QpJH&iyB|mPo5tOd;vh8XU<@kE7z8KUI8mR zI1a;E*fmS7r0!6_nCbb`+-S7D(@kPcz8|9wxSHee8>MFFW#Pmc_vGLfpe}o;p=8F* zSdpnU{!Hm2>~$Ed#R){MP5M(s--dF3s3p0!66&L@(W%&ftnT&VEuf<+>sY!H#0r$G z-cB`m%!e7hMaFjle+`i*9&?eYZ36Fjb2Q!J>bG-2Q3?lN2Edl9keUqc7O)ue<2`w!^u-+yPxc-62L>!5CrnI~WZ` zgKkYZ6`9)SNgrvlbCOTdG0^6Y2*QBpK;9Gfq2imovB`E_gX$oQ_KE)Ue^m(b+CE)g zVKF)?to9~Ma94e;#?}ceeA&z5@d(oHVmO#+j(prK5-eyAnVP;>RMqdw5)2ONh1;>^ zy>({;iCK}FU61XnMIdmNlQ#2Rpaq3F(6W{IZo|mCRk}k^38WNa zh)vxjSaLkcaiuW%w~=Gojq49;xKRTrUakZtZF*?^J~SG~HM|c6MD-aW|1k?RaZ1hq zU5^Zm-%$;9RcQMnvpOEC3jA#=y3`0!J=$2((e3&Xn<@2a&KChi<)I60MJb0;6r@)W;TH}&2$x?4X3dv&a z+(I8PrpZGza&b|5q7d}HJE{+muOfX)d71u%OWiv46w&fPWxrp3&s94C{U`lxbI=u(+p?SQk2(BM78dkV}yVso;$_VKl zEmxx->qNoTUdg-{#9*Od8vGz(*~&NCypnmuT*StEYtt@pR_65#TjAaML>s9I*Mlgz z?Q!T5zuGHUCJ$HkCa$m3Hr>gfXk_b!V>d==sj?AYD0I0}NOiYJY3Zg*f*{mRil35@ zq_*iN=HJIa|0f3qGW9#-?XB2(Ww^LUOaFf{{KYDTRrp8%O1C5UtGGXpsW7FdS(@}#Al1Ul?0 zJC}2a0Kzk|mwF=)C&Kg99$ic|m6kr6P>(E^>((^lvnf(ym%zX^#l(+Vx*s7$qEn5JM(k*_&E+r?(Sq)#Hn6&lU9XjArnk|u-%0Cz z`M`MQ$~dzD{Ioxdn!WKP&>2k6mgT>~-m?N#2_)5|XxbOcJqi&0qHhcuvg!%Az8lQM zvnnv`j=skxKH{dukao6t+nnBxZaf!g3IHI+BRa2;+edUsB(8z zP5_*8dxF8++j57)nAUOuVg+#%ahy2#fdB)k1B^sDUx%J&+P@ zI4oFZ`}_P*8)6zXlrpI`wjY}d?eyp^MYUE_9{YgIK2H(K)X5=NxAg1R7p_OV!iulG zoDc^IF$E_vfq!^#xT3ob?h}y-f2l-LG>F29*sy#DPz+yY1ReC9oU!P4hFIuaKxrg& z2(n$p+{M^Alul^Hi^02>kZx4~9;vp}T2|ZR^O`~!&txp2zXHDVvylEXTh^C}i|vz; za`(+Cp5;C4xHG@J#12;1y)M2oY&=bpwWbJ)8YFq*L>;&DamG-eGi_awIe#|Yllj~% z`l3y8+EV;hD~pkXf9MEesq>$vCSq%SYP3l7Eu(Y%6#V`vsY*60;i0UqRcxor`ywHL z1|D)sG}tFpcKP_2C3f>{Y}Z%ZLFZxXZtjevdtCRVvcuF(YXZ}X_lmZ>0;Ad z6mc-bk!ng#_X&pz>%Ya*ujGi-`qTy2+*qFo-i!^M^#BamEvVe zZb%p94voH83cYJzBeHw;IRQojllPf|ZVyM&*Z6C$SKvXs7FaVr){^Pt`fyq~AV*qK z0?a7XPL|8a>rO47&4*OKQalkMgrvVutF8vEV)+;q{#{KPrk@P`cMDMN)VK<&OT&AN z46FV6jQy;N@;uz&-oF7DBuS@WpV`|-{NYJ)xhX`~!tWc5d1R$0$~tXK|Kwc{(iz4z z@JB|plotax88e>*QXzto-x$e?d*%)MQd3KqIDlE-moI=nKRW6+0;;FfrQDv-ldsk& zpq2R7hxV7Gjflbb5HQvmIn*UxuCw(cK%VrQCVJI-bHaOiQ&te_(C&SS&xpAlg~5xb z@Z;4Ns(q1f$>X|fn<>oBcm~}8hTa~~>OqEIWKD;Kea(aANWS;F{U*wm$E>Kc#&-x% zc8>p5U+R88VWVN1x{0Z!O2&4Mi>7nrt1dzl6Dl<^|d)^VSUJ= z^L8yJO`}SjyU<|fR(`1=C@<(}<{WA=}09_Xq zQ6`eBrosTd;*_NKh3t;aIRsgcs41>>LNw-MEC;IXXkyd?cqrOM;JMd_&=dRjLID|b zG!iw(C|+dhSlon9AxKK6|K3uu$X-?Z>iKIseGE+2>p1BBzKSVE*NZ00$pY(sP_FP~@JYV3P^d z=v;^f7f-<*Qn7Xd^3E(QAIjNTlM!g_X=Z`;+mcwFEDRzrD|>UKY(>-SPX8BkcJb7z zwL`aVJWvJ!nNMovb&c~aT{oLQ%|FF*fZ2){t3$^Sv&?tthKyd1vDtJ34*5>M>Ni!g zb`AJs>%dyg4`xQRJBNzJB&xy>Qi2It({~Z$~8X+5M!!(9($lI?&__r8qD($V)W||HEdnB3J9C!`<~94Hk^0*hp4$e)<;FWI zlUv+<+Y+imAoF?4G+xj4#2mWr*kQ$6!g-j*)H1PrdhoUErR7XoZj>OaGuvXK?WE5Q2APhK8tBxaF9uM!A3ZfPazSFy*-MKEJjw|6x?OHezM==ZIED`>I3nQpRR>pX) z<<<0&bE|#8W11VmwQ{kGto3hIvxc&HfI%avfP(^dmpc6E(7lCHhx961yW=w}G8+Jx z^|f{>(fHFc)hUNj83KM05>{w)6Mphmc^8E4_5M?1`Sup!fi(8w!$O%?y#Vb57JgOCTscHMU(IwpHGS>zEq#xMDYafiHT zWo{?1A!|a}>YSJ@r_U))7yJXjoM^94_ZljVA}kf0N@IJy48s(xBgrARYdLutFLAOF zNc0)V@SL-xJH#V{IxO)-c260AH-UR4Mv8i=^33ZdhhMPoOs0uk6%Qu{mYU|9R;A(c z78x5r!=$)O>&j;OslUcGfS*=+Sz{F(0K(aO(4<8{63?T19qpM#r4EK>uy$1oaKAog zS!HiO<&v)NRy#=o1;GC#&19{DaqOiD9r%s!iG`y_FR z=U5U;-@OU$c|B3!@`3R0GIx>wI4M^l&xe!cD8vEoqKb5xVNkZ)(}`%y+bzPmjdj(1 z%%G+e^T4z)c{0ula@D+Te^W>QlwfbyG`G<1 zp87gUI!6Qqo2EQ|@wz{9@>$CeD*>{QAP%tFeItq3_n8pPwwSaTwS95U;Wj@eBy~51 zCs;!ScTFC15#gkcdbyAY+cWgGIU4Aj+UB8Ig6R^MRQDt#}EQ{I!vuOK1t zwZ_U@Q;6%x9)C4Bm~?tMlRv%~j?)y{u6GgAeLqzaZGTIPX;@+%BY6SOyAiJcWM>9S zZ|266&@O!1Z@VP8u=}_>pDe}3CXfoeNbU2IV$XU4>fyfLYQ7aiIlsb4u7M&xW7(T{ zu_NCl$ls-i{EYg0UJwDa-H(Ux-5>S@=a^F{Eq`da>u!2^_Nwds+WZn{k}v1t)TU2` z>d2-;Jwt)i}ClIO4JA3sAj0j;i*sW z?_*S7oV1&$iUf2;y&fEld4S@t!k+geq!RT)4ln$*tun5)CF!J};-EeU{hs`Y@f%G= zT^vqA0^YN&!Lu?fLb!Fox~qaNsg#03h3bZo{6-PxsLjS>jSc)v`QftyIqodjos^7h zZHfKD{lN4fGnJkFnwr>liMNd*3&^#nyk$eNs4rgAY$cQTyHz+d;`jK?i6O1+iTQdo zvqYEV{*Zv|-w__y79@Cng4Sr~f_dpie1l(R5RJ@`wv|ZXsOnFVqtdN~LtX6OT`^ES zUHG(lDZR-pQR#zM5dqBWRU>ZIRXh%;J|Ce{|8vlgt4hp)DzaL}D7ESo<{Upp5xYSn zv9PRHJ1nUO|GtT*c1FS@t#V5u*4woW_t=)*aId=-{7 zANo`Dxri=p5xcuRBfxgD<i(6V1>$Ugc^A#iq?-d0j5ajHA-> z%Lv<;nw8L2=kv{!2n7SP4F-nAaCkxxF!#6pk}GGHSXZxI;i_V@zDLMO*~^!sxcy;E z{BxBEC*`@LVqy;F4wY%(-o0w$zN?~@>SLb$W>-U?lmGDjJRS8Nv-%e}d2ppJTOpiw zF%GuNw=YuFS{->(2+_N1%!G2fv& zL4?bP)z1PBI@oVDnF)bQ2_+CCnXKoOpr^?*1CMa1bJEk|YF$;6WiR4`2f|=6r$olE zAYNj@MQ?cwipjZmV7PN)F>g}W6%Cjsq0DqXt19Q?$q1;37W^W{3O8JTy7XJL#QuYK zpy`izXX$EfUUv{wdZ4g(KJmnPSe+ii_4de&n~yohclFQAl`z3H)yv?;suKKCF^t;m zmb9X5f*}X)#O||!#fA9{jiGSTo&0d8q;Cf!O*$cLocpWP;Yr|GNl!k5e#MVnRDp$J zJlqq}W>uANi$l_!JNTzj9c3yt&-mduo7}Dp%rD>{S*iP>gD%@{-YM);?9!KTI~mTgigK7+*V8U zWPjw4zwqk1>>G+K(b-X8)9qfm``)?GuNI0RC8??coZnNH#(~?ILng>HSC?fD8F$1+ zQXf+!f9=#iVm)@?(Xf2pT+KEdS;4GIj*TmsWF4J-A}c%XUi2)y+{|=DxldM>9UiO< zjes3GErpp0V+CWh@{8oxaM{da={f|#Kahb zQYycI`P%%ntbgMiuLRTGEYuK!%Gh8KWUvq6a+`1r;BZrX1X?LcOcvv?Q6ul%^u{BP2M72a8Wl zR_=$A8UdLvcb#;~%bG(15*@2%ZWc)c<8H&>h;1aCK92-==a?+pbtPMoNB6%)1tLYz z#C1HgJGDpk{e#rcEk zesc}%!K~sWJxywGg12MM4ExD9HvWTNNb`<-J{Wh$@zSYJPlHaHxi>>q)SMGvFvIaB z_zqs=!MYiQj5Ie6%uXlZ77n|39VsC=4e7bIDXgql0%DH6ykPzP>sK}~CLzkmNZTO~ z&&`jkBX@#;Q#`^IZ-E%qiV6H!=3Y`JU!1#=Lf1_nQ+?Pf|FzYiYXu-4_clHN`u#1Q zm&C#qN!^@H4%@U1GoF+%8~gWKl-uxcbuCGMn77A2*mUHcEt_9P+-{D-Ca!ykR}vM= zwJB_VvSg{u+;TwP&xb&E{fbXN)Ct^iCdCXCE3_r130Rw@2MGz3N=mA8mKjs%$0u?a zU|osk3q1pH!BkU|8NtWjaq9o3eTww3s~h^nmh=5AqYcA|H9oGCmZ6v6<3}I>wnk0X zNS~JrB?UZOqDc*-AX!kW(-FMd!oz(tfZMHbf0s9sN+^186r7aD1*Rr|O%b}Fp~>Rw z54E?W-tzTaVsDZvJyWOc1zQ=zi!A65AZzM8zW85gD=+;xv3O3%RFOU_#y}}9X4I%X zP-R0Nn)G0$*)#^w$>Qr}{-z4venBd0GO`s|bg|u&{mlLb<$03n;9OF~b4B%B1V6p8 zC_ri}&Rpm!Jnng-;c&v|aCz3P7tfb7v)3>sG*|=omn2eQ)$QvCU-)F82=rpa*Hm!E zXr6DXgLdrLt@Uy9C9N8iG`?=;qzqDOI$E{wtl`r=Tg?w!CIbeoetj`ssfaoA)T;lB zxwj0CtJ&5xZA-G4nVFfX#LUcOu`FgPfh}fcW(JE{vY1t3W@cs_edolz6FqaIyJtE& zX8!HU+?BhkGAq~0eBQMZUutvsAdZ+Xo#hseU>Z5!#Pp!)4?X#66L<_{}e|~236-QvLIe($U;ClgsMleH2 zlyQ$fl_%^7*gXh}SN(fLsD3%54x8F?+>&p&l=y`ZJB;OVd(Ooq0=v(J-)2|JwQmFT z%PS{?-Og*2xG;kb*4&8>*t~N9PA&D~es<=IZ&OY!`j^Rz$~taaw24G(30 z;0C12Nu#i9ya36N3ir*(oYxof0*zn@aoufik7uI?HqKb4_no zloAr@oY(g)E*^D4-u!xA82AovQ1D}e0D~fRNv&eqP@OUG#b7TLHlM3L23a+oN z9yRbECZJ-Ec<*4C-~!-RPKd+b;S zR!C`83hC3iEFR|K=@WEqcRGWunu$6W5{Cs;GzgA|H}!f|_*~Zg2Y?fSE!S)>w*1cY zkv_heaiV3b*x*3s1B>r2(S@qB`xd%AX36SckS0I(W)>R2Lk_;tDlDJGh0JaSeq)O; zK=ixQ&CcxBwRcKcq~S9^i2@=(!&pi@2ozFSoh{lurRthh#RVK`-2)6e;}VWeB1BOo zHel_DJLr6f14TrrSZ(1b7fXZULyNhS>LP)Z+84-W&5=`(#Bbthu(?d{(*Fd`N z2T2UDFmLK^=uA`wF)YY$)|B&XYb6aAou#5#Hb^#fImhV@pdm|}1NqbEDdLS!hw9s& zXH*tEfmJncEuF=*(((wU6Kg4}gQeqAJ#iA?5BwN|msQ`(lpTkrJU7oSWfbE6#Am7d zG56tC%cRs(J&8L!tWvc$YY&arBJ(%mX0i$RE^BYlWoTwe8YPmxi3iSjyZa723*D#T zS4=c;giGw;3KmH9XT%M6dJk7<)ubbSyx@bX%W_o8SA>gp7P+dqY2=B!Mrh0{p_q73jbM zBU*YZ&2;sqC5Zb%)-WPn`mTE%aJkKV9IRkAh2Ne0@l#O<>DT?m3*$=H-EZXQaL?qy zYI!x^%uwSlb>8H1gM430bn2r!aCkPoRaBOb;}(e7RwHFtJ*bnz$3aZgdOQWaNQkzM zpa6DChYPy+2J&!}4D96f&ZkLcBB zx$Oc|&HtZks51%}7$GEZA*5wFG_-$J*QZlaeZB@4vfxxw{O1Iy4blGA2wM2(7QuvA>( zZduCTJd3nlJr2UzLML};4N^u|9ytGkK4|sat$J%Vw}hOPqs8r~hVrw2de%WhV-H4s zWTH-yI0)XUtWmLStiLvq2+Z@RRIh#L>G`S5B(h&1BaH@J;3G z6}z8OBGxD$k2@)R-%?bO?^JteJ7ue13%-;ta27gwo;mG1?f3dnV!_{+-^&t&SCeR} z-HazA$i@#a1R{`^K{J+dB^eQ!wPUz`_~bSu^tPfdQN4i;@tF(|oUdJep-M(Fho#d}{h0^&_j39ZK(rSzo_m?{my8b-6>XjH;rEP}LoXl6=fI zU-%#8Ly~hwikz>xv;5hT4P#~r>y&YI>N7-|8j+8h6J=E$-YZ}T;f@5MvEee9TI<&* zMv|k{%3wL2L-9VOHYC7jTbt`}Q^kdr@52=|iLfws=nqzYgmsr65-E89+}uD6RPlA@ zv|}9ZKQAk;(lj0OpsjJ*{z0!d;7a*13g?Js=ZEV{$Gv?~?$|2Z9;kv8AQ0Wza_WhTL{`E=OZWT_Rtv1Peb;XotTzOWg_RfIzj3 z=Gfs%;DG>Q_{ZN$hHMy!Kjq-jINi5Iyub~EiQ@t$Pg~xuH9fWb!@POrGrkmaGsNw~ z!O_LUqR9>&xad{q6h?mi9!Fyh+w_&_!`6H+k36skfob&QTT%TrMafeaA=xfUG>Mit zHAb5s8V=^3v}y%2;mKLoV##j5o`CHwC)s?^F>0#Nj!IJj1DBVg#`$**_Wb?I;Z9w& zEhnukou1D`l-5EP$>+U1TQpf`rNl?07g~r^9&$T0`?2LO$dB42A2OAcKSngYt`Tom zJx0-xjK*?0FC??DOhxxsr&{BH3H=h^nlD1B+D8>Gw{e4q-!!ncHj3;=FhqlUmn=T1 zXV#z8%6A8VM>_33yVc{lg$4!Z@e7FYLACt&Ps?*AaH-hjZ?C3;M9JO-wehdG zaQ0e8TNKrtxK@fRa}-=h<)lg^$b<{YP0D0VjIk@B;xfruhi%#T!WGoTP4*D;3nry5 zJ1`L4XyM>3#z02Lue}di!^?aP*0F|&i)=Zr4<{Y|mvFg=%ZEYG9nuS|nqLR5T|5dx zAvX$(ke?qc&fe#w?A!d=&&1rDX7w?uWq#B#KM{e3&meJ2YxabFbtlU;_4U}?Ds351 zYf=;xx$as96=SJ*KRmQzc^UN_u6_L1VPuW`?=e?5iPZF!B<20CRz+sU)oxKj|+>brf^HDYPNJBiBMOU zU?u*hY4{b&uyv*dxsz+_7{HoFLhS z)#JE1jJ0jYFY5Nmd1C1#-3ifY^*_*eFdDk^$3~uI+C6#%bzuovSdZ+UTNln}0L+}X7esJ<|7iYq6u(SmoOflscRwH!;7f8-r? z4!Q5n(3GrImUy&JW)+JRU2Lv70Obl23$z8rP^t97j*vl56v^c>HAUqRoLhXAOJSU_ zk||ZyaeoOZjL?NN5O4cxF?lr6b!ey{b08^%+;5logOR52{0F*{?3h7}T3bPi_x% zW!Si@4{Q~m$W)g@0xIcu)Y2wLPdyarY$Z0?xksu((SEN53|3 zGc_I9Y&ARu$FkF;Axy0vmGoXL6X3l&qkmAI*k8h$-;c>VpB@cve^hS2)rh39_H}Hr zb(G?|$*vFg93*A5jOJ6i>For`(o@Zyz8e4}M#}#LBW`v_MPa2k;LaQA#uY{B5z_C4 zd(vxX;*#1PMKb@Lh?q$Ccy=H zB!||;XT5X6kzU8u?Fn{KuPxrcvt)6!?35o)RFIZQ>H0&hdEgx|Yp~G#jpW22AUcc9 zl1suCzNoFI%bv?uq_nE0#q zjhZ1zDBIewyBsG2uLIl7%Aj2vM#tFb`b_WXaHkMpmK+<2pW*>b4(bsv%V zetqA@m`N&93i_No^XmZA_V-mpYnV&H{8-Rf^w$KIdvffMtXZUx-Syw+chGnx*X_IX z6rU~@HxeVHRrLM3GSxqhXEOAaBh$Z}(|3E{a2bLwY$;HQ1m)Y5(m%C5gz_1=|9Gz8 zxoe_A#Qzitw}tu%|5Fs;iV6|<|G>Y^%lW@Hq}Ld|PH+o?bIq#g$T5W!Ka_IM-Lb=q z{a2%vE!H4KT?^)`(a|!rLB^f56O8MjYvqI@!j+q++uu#8UcCyZfApmbk_9WxKPU}Y zj3<;kK^7QO5OwCK`<>W!%y)r1s%${>)9l#Hw+rvF3b&b>*QwmsCoy-b84l-a#XrVzbOVX3C-9}WAb3T6+|^TxZ%vKFlQcHi;oFsmv3LNL)$ znY98u*dzA^UHwKQPaQp8`&7CZ3G&aZioS7S+4OX0-lj&F#Iu^V>X0lesoO1uq*JI| zJx3L|(4(GiV=}-;U^>;;2c&k4?e#H!TNclB=o^_P|7-)ynKxo+FnEo%u(F;@(RuE# z=8TUsC!*`S1lq-pik_@YWod~9`G?ZJnXpB@d7SlTE#l$Xw-1TFY3Fx105Hq@9SY`S zlJsQ+BQT?qaa65#q>%zP`m-BzCf$#*&n*o_p2<%SkH;$v>O-sD(v|%DFPpNgy0dE1 zA+s05E8WQOWv00kDmO8CV}kcZQBHH>@Vopx3^Y)HAFBKJ2}6=xf8!p}qD&K1%x_J1 z<&2wce!$VuuQzIGKynBly~4oaaQXgM%_vT}F`k zwY*~bB6#q?{IEEks8sUdByIN9zXKuKx|T*Xbex9j+9rY1_UEa)(cv9iK-_Ph4l08D zqfMBKXY;XI(GkYNf4(;W((Tq)dPYe1H1*mKIc=Gm6cGCKeirh{V274JT<=6#D_@`3 z!yS)BKERo)LXM|8)FbY&lZMEzkJp;modfLvZ(;F|uQzX}vJCn2hl9;41CIXYIxEP6 zg;X6O#|U~*E{`4&6mhtGabgMqPLFqp?su9JMRKk`Ha=x9l~sLfJh3l3y0J>sd>KPM zpeV-zRRz#zXYGXL_3J(NdaI zLJ#k)0eyZLA9Syt#P{Ugq2GQCmh6i~R;DCar{I4JOrNrWTDrD%uq)A^-egc*nE&{VIkT{okEZ#`TUzgo?Ber7fB@-=gdVcfD9 zoj5YRYOkY?hA~I&z9)$rmyE@9Zb&`>0c(`pC748PPknuCY8XUqlaC-q1k`HJC1Z1 z-PQ0bGP`245})1u4u)8^G2Ro9t(~)N!jKvkRkHq@EAy#!?@?*{2LEz$g_&?=G)}Lf zguc(y^N2?OojCHFgk7uWtOJ=3ABbV1plCcyR>B_i!!J{C+GEnq8F8D3J98Ll-%*-U^?_%71>*JZ1uy! zCgzI2Au$XD`lcZ68Fk|6N{V=BIARA$#B4#e-N#R)#MWe=b%2j=KHj zl}DYR>@PE02ook`yI1B!)K*dx>95G!S!G=wPh(5dzqE;^bdl9$T+6u0IIQVi+_JSD z#L*WWHNkw`G(NfC9plFrarze=H>@9{LrgQeMAwVntfc|nNqA5MGtpcRu;InjqurTw zvWifIlbJq3@sjZUIaPM5!! zjc1R{fFexW?QRGOY@)vc_}!ooS1|&+tSR??aF~`w`OFM50SB1Q2@V3qS(t9uwb~zM z(Pdjm{Ib5XSjr(6JA%Z>k9ZwUNPAO&8$Y&n$t|Ny?c0ajp~-1e8z|{4dY)M>j)nmr zig3Rj>46*tipRLZ8$_wgyLigh>hc7PfA=>PHmC;ccu8!Mf44tgvt?yt2dJwJjg|}M zN>$tgIIL*~j*vmJ%*9z&$kayf|-bLRp0-T0opaC@)m%qp4` zeW`6|<`NRhCFRc_fo!jvlJsxqlJE;@rW#h)-e%YhQ9HCdPoM{_ z1l-lDZ;F+gbO)SdUoGI8amid%Il6M9Zgi0oREO^GT2?E2*B-I&9o=80l$B25fzEn6npWl1Rf@5?YgcX%WSrk* zQ7pyL_oWkKWQI*~Jz6cK$xE>@{I+Ee6{+bu;;tBL6hwD|SLBb0Z~~265LrIbS7@ z>3Z#-;NZ{MWSgOaZ@JlfV4{^}Uhs3W+WH`Eydz)|U54g|T&|YfPG7vtMguSdq=bXFC^PCI7QuSj&4<%H0K{JFE1?4>JyGdz6PrIWv7SlnZO0_h2T7;x|lMif*i-YZ9G<`t&`I%TUD|^7i z3@p8v&AtrFcP8(3Iaz>91mec3bkE0qt+{=)`bxQc$iYk>j9*np6lPW9^%K}eU0&_n zJm{X9w=iZ|i5N>!NvFaLRBVC~mwRU<`?o(!F@dR-hgb@x{|Q~wp?BH+&&l#gqOjTP z*ZXk=wcKB{83VIvF9IO!OiKj$A49p#Bqa$>7J9J zlhK!SyNa@4eT5-@1$56rXBNb?93j0(z!&*4l9tc!U-$c&p0X!66=>QdL9fJuXL&JT zPuEe4fHsNonWfcTecGZF+!hZ@9rOXT)T%Kty2n+pHybdyc) ze<$61riVc(dS5$yu|eSF?7xZb5d_GLUbQ*UxOp^SW9{D>(SY?rIaoOPHw|@2Kp`Wf z;;l7DQNr+*@Miko9nhECblB;Q#ywiPAS*W!0|?S5{1oJ`m#)um+q;u%Z?N8;9&O45)3El}QodE=4&sB|Nm@WhUH0}aWu9k7 zTD*~_ax){T=rK!NucdM^{8_p|HSy=vTP+)^uqU#fL?Xz>c6MdiYYALUz5MHLi)SG` zK0>N-GJ2^);b4&A)Qea*k^Ii=c}#nv=;eRpBqR{`zlcA1-3tGA<4?8~@&8%;iC?;l z+}#n~&)i=AyDS0Ev7W%4_jNj+?6jab@dw=1zzNEIWSkwE8z?d_ygYD~4tLAAZR+SW zF?jyjY^(2D6r~*Rh?6Gcy!VB59=+ z#?$zR^O32krDt;c@@s7wZ24MO66<+i=Ot+*H+Z~ybWg0uVX}sS2rh!Ilo9PGR+pOx zP`cX@#it$^?+c0y=oR2A9d>v6+f{iZ6wcxIFcJGcwp;k3J5oOQuJDIv31pWwqX%5Xq`_<(z{jP`^U5veHR(*Z$|v%@RIQ+30hMji*+F6Gwfq1>@gz)& z-kG=}e}~XO_EM)WKPJ;s9RA$-96Hqn!x9}x?*6amGnrHai%&1F{<8|(r_^U$ zuMr~9eQ9AMq+ixD3N@E_VAQDCgIlRKOftCx3)$U6H}iFFN9p8qvhHE*alW6xloKU9 z?`-u`;5^^z0-|NKw;%D@0P2dsb^o)$WWc}B=;K?x+XiFV_kV3p{ddXff9@=?DG0pX z&d7ZnaMX>&zfB!1O3kS zte?2D5PhW0R-)iW-uwk=7V1WQh0D zO#IIG`86wKPynjOzySF0mVD+!bW_IBWgK`bQ_a~cfa5)B#LkrG}U_I&1G>NWoyd+Cp# zd(IqD6llooK2+;CU*HLff_nM-GbXk{QE}!P4k3r2OulffI7LCT>+g62@MhwKU?@L$ zn?sA^@-&&&a7P=n-E$q8KoJ}__r7&Z+$qDMSR;4l^F{N!mv?QDLkZ+;nJI%y5Pk0>n0yYPgu_PX*SDScZ;+}l8MXC6BhRLI; zV4#h@u826q<2<`r+d(j+`s2RqoJ?FI+X5OEBKQi@0%7Gh4=H1_RYF}S?FlkBBO9f< zE>aIi?lG3#uAIBKR8dx@JFtj_!DD-!$O##UMS7 zWxzgssPKZ5uAP!HQ6a64SQ>es49sHk-BG>t>1hqGS(P*OU&8I`&_8t+r_~0EB^V<# zcuXFWirKw!fskC9mL?-zkfgqDNNZ~GkLD$jHW${Wpv%~ZXnCWHoY=9`=TURGQ|!b? z`sT1yf|$DYtq*FCRJ=L2ovSvUtz`=>@&~H$XmI-tR3-Q1?9F~og!ngA!hwN|O~KU| z)_(9`L7RpemwlS>cM^@)yGdR}u2XwGyVjklv^Ddh&6x_M9L?h ztiqM3xs?2}WM+A6%oQDmp!2!^@*<8Pu~4wlR<^BeyCD!HVaqdyNyuo}QbXG`ekL)r zm1%t!y)(R`%UrG1>-L#)leU)ffj>`7CvnVIU!KBy_DefjKY(0lPNo>t*`b+ z6e5qBSY8xrS=dL+)~d5g{5#vYLyPFHKWd7aZ;CnpNS>F4hCJh1uuG2`U`0h_I(egx zfNEumtjZX9tb-v0Gnq`eY)H0w^yT!2-A|p}ciMLY5@bnq9^(9VUom)!DM$>Qeq`hflPnrDbfp?5+r}G`Jd(3pK zt&8aF6XJW!GVmAnXWhz!-B=c{wzd#xbw48Ag#Sr`8_r7+-{Ez*OCgkR%q^$MXnP(v z)Pos!MaUhZ1-3f*<^EN+Y>oP9N0MnM%;)hms9G1wsz!cnM5AUuvBz7LX7T}TWMiIEsji`Pt$y7 zgv3MEYEurc*2(G-I*Qs zqQrdv=BlYUQkIe$R&PJkjLk9I;fani>>KBd)XImc|APgy{}L8*y=i9qs&}aOL|)#i zJANwegrvQSp-gDhdmopgE^=jf=v_w|NSoFKjlzKMeQD*)F6B6vPhXxZU$~{5rXATb z4ee_VU1^2XN$WTS(1MAr;gV7O{SV?D!?odJ4L0I_qS|drp!|Xc<8%UbycLBp8Su2- z-k2cW5C~Jz|H^g@)aH?Z38V5U2L~!qyFiwwuuOcB=GMWi+^)|Ls5$v!dw%kzh29SJ zlPV?s525apgvM5YdcPTO7lc%Cx3XSzSmx_14cY;Ry7|ncL!aWihZqB)fLlzycNLL1 z?Eej`f+fmz*^O@pNAghcEg^o)g5SU2j=r6&gZwY%O%(|+!qO`fTySYavTTJ#(96by z)F2uff5q>e!@0N>b^h#{TfT`l0+q-p92D?}WOed;Z<0aBI<&_5O4lq_*Fe+Jz18jm*Gi+Xz!v-@l{ zTbxYJ&#P4aax&yL4a-e@eU&BN5oBI7Q`n9oz?qH92RtZIm>QD`x*8vzLdzn?;n356 zQp2tH?+_4N57=X89y*`fbcQC8VMQWrZal}AZH_(*d;WfyYzZT#9Jn0MOsJe=aI)9GIX zQ2qIrdi*rlxwt)9&*%A_kBIB+w{Ya2a7(PW=CPxjf5QQNX%)IkdWVsQ?%e9l8?(XQ zikyvCUPj%QccZHFcyBLumWZYwJi?BZZJGRo6k&3!4s9MmoV%45Io9h021kT0lqAA^|zR@$U6YPC^aiu;6V$ zkPvl?TMp3s8)O-Y1xLXrk7tN;=Uy~OWsl_is7|3)xXaI9%=ic1;`WVp|J%FneWPda zc(pkaZuvNx6yW(sptxlx`2Ty_>x;?J_;G+wVbGPL5SM0J1C4$YgM@SmyXTaf7hY5JRlink&6@z><%pp{5d5sYr2>DUr!U0>_V}0u7>Z)1V@fmz zAsKT6hPNg-=LY&9l0fSABVkHgNnGtZmWJtcv0XPd^20#SEV_2a! zA5UQmsN_NXj--gLfZ;B}<&mQa5qD!Bg>NQ_dAB5Gyw1e4LN-H3#SOA4s8Um5qW3NE zo0(5*r7Nzn-0^?)Q+o0qP#2xc2sW_nj{6D`J`I(?0Xbr26D;A_gSji@6H1iHS%y9a zh&TPZ#GV7$nvtYsso(B@fE%U%D~LE}9*);Q5xrK7cZ81ntA;F|9M-M28e{hQzrtC* zSy?#=b*5S@NfY>ohnh0iX`&pvrL%;q<16L0rHDrZk6&$7G3SYS1<$7N0T1WMajFJE zw@!ubFBtl7onLqrfjpt`rAS!VvLRJ|U>kNO!^2KDsC1BSwM;_9UV?7V5NdVjqoSwbjeN67V3%wg2CNhLRD~IP&8w5+mK#BNX>J8@J432vx*J37E?2 zBvuNVlL7E1>oeY03QOH@3TNh^Aha=mQe2!kJuL4RP1_U8+;|UUJG>zigEC>wb7t4% zQPByUUcTNt6D%3`>tbhw#KFnxt?&TZ&N#|q5BtLo>#Q|ZA=_L(qdH?qX9V#)3b@@Q zB1$&R#Tx!lFIipS0aX=r1;w9B+)l0-se5Mwo~YD5iC$~8;=S5vBl(MpZD&h%%VgF} zH9*U8Xz3W-T#m`v)>f~JB>pqYN8oSgskaPdo!%}o^Pn|fKEzuZ!zq86r>&2bwu?uq zeO+Hw)8cV8OdNWL8t%VY*z9C@>%(fNYdv$vTdnwM*dJw6GrR-pwnj+5Sr=XoB=+{mI9?3xN`SeDdd} z;JMR<=*3bf6$ApU`Dj%U!s=CD;BB>@#8Sbo%!&XKN$R z_f9)J1Nb_mD#60G)bIEtJIXE2UZWJ9!k7r~a5krXWj{i~iPQtvqCD}Ie}hrO6O?hB`G7n{I4pQU zd!%ldoTEo}MEPP&xdvoHOh3OU$4SWAE`cgS4Er0zmybC?5r0H{R=wI~BhXqvK6QXl zJ`Zx6oyMA;oS_=l*$O^@ScRB_{(JhjL%CvA*72jB(k8F{E1_5G8@>RfZCN)@NSHNH zu-yWanI{Wj|H3u_lKf?HTeD?na8W$h*t@`ED?*7`j}6T8x;9M)Pr%F7qqbGsUgKhY zdC-~<(_-Z!`sF#p?#-SpPxQHT>zZ@{Od&8s)e^~|CRrMORuVUs=5)!82w%{trf$~1 zDhL@p*C@I^heke*5wE`zGoZ1)^n3iIIQM-9k_eU7!dp~DxXjb7LCcs{ZH7XyY>rOA zS21|gA^Kiy^o{FGUFIdpIa>FJNEhpTFvNFbwl#Io&c5$Ck0ovxUjh`mvqR#Lkb@ZXK=a1_}%(Sd+Ne0cYE$SmHo3k4@njQDEV z0k|Bh0LoOwTTcw1tmqk|f%)0K)(e=D&K%Y$7z=XXA~xFiA$X!XSd$8cuGm($1JZw&I-XAT{kBWFQGR3dQ8kh$w zuGb4?Jgz#F7m#Ha)TTU@Wlhj1Cdn5Vd2BUXI!tC77yFA9U(gz4VAyia!<-Cn>sJkVsI3E)% ziw25g66^hX;u-*a9dT3#wqdV7xI$SmghT44u$if6bd*LL9xxn-lgFDC41HCi&vi3w zh1^t?6^(OV)bd;Qy?D#=gGT;1*8)?csRD?plgKpS=Pb#*tMGcy-o~iFr#MKXLKJyZ z@heKoGEZLy9BjI%Zl~80Ap2QPgTkB5e;ocE+$>AHRR!BK)jvJbYk7HJFTfTIJ?tYa zLNIfuLEE!2_4tigH|4g<`8~p6ID>GZuQd=?tA#V-9W~fVDlDvUP_Sri$zRrqp0;ac zV&9XrI}LITNn)Z;b~(6p>E4(WdnvU5|Kz+_+#eqk zEXIsAewjSzPdpwN)CFhAi&I?4{hX4nmHF6EUlK9$mpS?Swv_Yy44Lbht#zBB)+jBTye z_VaW#-(-B$F8dtQ)M$DO(amar%<3zPXS){(W$doIg2n}biASwv8xI?2h&?{>>;2h@ z&#-`B?RyPVT@`;EmLja0bMsf7ec0bE_W`fOPdh%KdPB3+9ijjvN}@^N$4_ALNwVR) zSRemH^Mu>6b5GU>>AIg;XVcakVa+ zAl&U*LOu_Nv)f*44*(k6JI>sY4#9k_v}RYyrY2*V^D7o2{dvk{J5sCMbm{bdPB?*@ zALTR-Mcik1m;r^B6T{-jr6Qq~V+N)$PLtCpLve5LR$V83Y`T-0M@8vu{5aQkP-!%* z%$WJyhvb+Sc@p{hs7K7);j<*Dl>ESVaeCIX!>R)H!29$WpVz+O3RrN1GeL*Xj0-GZ zVr2>zK!D0^DZ@y~nBnVq!joMs z9LIhB7iOf>p1omxFW+_b4bEUyDXw;JIdFO}m7t?4DvhZFv81*kht zmuD5^boN-GaE@C)SDyZMzsh5Dv}Ek5>073ge1cXY&(yHT!E9LQXiFm<2mGy_S`Q1! z#ZLPimHVZ^SITpg^SXnp;wPk?QnMFZEH99l?y`KL>kMN1tq}J+6RX@DPyW}+qLilf z)jr!Ud3$lf^9g9vC0JMo{n+u8vI~z+s`y~W=$}ta-trh-odJOe5OYZbm2S>`Z*xXw z)ekv`Le3pVSjmM}UN6E7D?4MVHl+ifhXNmQ4ys&Ed2*ahK6PoZ`?!gqkYCUlm#RqA z6*%rxrjnu2@m7GiZy61w&hJ@-4YZ_p(7~`!HXMtz<-S(G0a4prCiC0uS1wSO9$%Z> zZO4dtwT*994E{9wB4Bb>?;G5dT^>%lt};=$R&5qyN{7N!<M_UD zFnW_hIF(&YFuK1UI~7d9B!cx;jooXk;@F%oL*8=2_vO(Fy;V1Pe2hA^`9`{wZ=^?C zUI9&m&mNkUk+sGs5_Q~QxY!8~E`=@YXZ-UtFW%qLG{gnNc4xY1SpvE2IQU(5O>9q7 z7M+8t9}`B2rw+^lcjc~2j-9o4dsn5H%x@D6eHzx=m66b^clHP~=av%h8Sn`fzlvig zD{^Ji`Qz5fc^9`i9oAFelxJ94ZW^mZ_urDqufRNRyRFY<>9=m=-qoLVWo{wXj*?S` z$lc&xsbzm9&s|gtfd~dsRq9$s>a*N5u(`ULe#4)v9lq13Cl5|iwuC9{b1Z) zIdL%dRZ9JR&G{S_3`RsS#T#{VT7z4Ievlw&yNqFd8aDP^u-3tmU+IG^Z^Oi72bHES zDzxlQ4UQB1Ay|M6peJ|g+b3LpSO1F6Z_mJcy;_Oyc^y2=4d8Eq6q322z6VPSH{!Xv ztpDn)>145nswTJ)O2~E^bALZG5>6c=UEnRvGF;e?_KeuU@v7Fgm?s`fH<|)NJb`pD zgbEXwphW6kaf6ZNwIHfpALd)>zowQrmZcW8ZP$aD7@%)3ob1%J!=z(j{}N&|y{K|d z!A%LuORAAClsrwt>XEB{*}@Ca z-{k`{5+DazXz>32nkxCVUsT`z`>aLg(EvRS$M0~dz*zE7vif<+Ysvw@`Cgw8D&Eh) zNv)^z9GYGG${y=rfrTjuNr9ZltQHacxJKZS4Mr?sbsQ!=yyJf*X zU#j`JqIN)Md z{GI`7blDDCgxX%#Y`IUm^^VSUaRt3Z0(N9$r>DLa{rEQGSKt~G8m~;lo(=o(r({Jp_~3Dbd=1$EKop2eYq@3x%C(Yu1!NVwl)gC@Q=n|}9 zh#NH{jta5f&pnbU%iKJU%Eb0j|2Rea@!_}K!Uco{fnEc|ppmiQXs)o1yu~;<+OHsd zl_S9i3!QepTQghu*C-a-b%ny>LcLq%81pEH_z`Y%yWO>bp495)xth71mB?q=Y zIx~lv<*Wp3)vGk9g9RGN<+#~1_yTiNL!0gkKTa=Ft~kMpVz35Q6T}wgpDTi<>VTxx zuP$F*7U0aS%V0jA-S1J6eh1$lN0OD-LN%8dS z%2Bl$J)F3!LApX6Q-U#kktcR_C_hhSJ{A!8A8w8o<@WZHyUc*?fu1w5tm@GfzyT!z zvo)IygK;Fv;dG3=JbAR?^N2}cX;*WMD917uB)>vBX|uAyb{0O zo2D@_D{upwxtDTnV zZa4;N{C>QBJLbO8nTH>?wRH9^Y_y%*@R)^*VY>XbYpb|5Jv-~4B^e_s@Hd}8u-U>lgh)78&qol`;+ E0B}tA^8f$< literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_3.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_3.png new file mode 100644 index 0000000000000000000000000000000000000000..314a94e917ec5bb987a59cee562e47327e978df6 GIT binary patch literal 65620 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png new file mode 100644 index 0000000000000000000000000000000000000000..faed3315690a4131e45342911ed7225ebcdcc629 GIT binary patch literal 33549 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

U58~O93lJUz!<<2p|DzJ)MlEs{xgNAMCef zv}n(H{U{Geb+D?Q;>g*=)E;HqKI&lkcdsKDkx{2A;C=X4X`G6Y^f<5ISnkg+$j=(Q zZ|epoziZ&#Wm(wdd+9j;w@Y=Z$I);-x7&aBG_?YzdyEkc=WfIZ^}itm`bWp1rzG&b zp@kCl-#!ZE7%2n68@D-u|5IY!|20(p2_De4vp=`I7pryVt}7ED4Y6#;DMuHl67dEO z)?GZRKZYRS!>A1!S}`xuigq%$xN$gg0SvKg^7tg|8JU(_qDNvf=@#oEl zOcKMYT|4Dv>8;t?a5dWib}J%-eTo$AJXo$FD-S&DvpFH)lCHr%1FQ-1%hxp4)qkq!YTMy|+t{S&RAvNDPKiiOEX{W|#Cc%Fmh(9Xzr!5hr z(83(eN9%n8vFc|)%zIs#q!(3KA!ltOnuVfQB5Nz%H$Ulkiv6j@JW5uO-Z z-S~?%VK?y|!}Q2N4PX0Ukitqh-xKdL;q~3iL`a=zkrArJEn(r3?@ev zBqhu|)t(lMOrM8|W36BMNmeLCvfq!-J1i~nKRzOb8oxhTt(%xIB{`9OtaY3RPtbCB zkaBRnX}~V5@#;o04Po`nwZjhQdEfyK#a3(%YS%H}Yw?QfbWFY0cbfk^nej&@d5zbU zdZ=@H z4Zmk|QkCI8yH2@tUz@ejUu%RzAHg**e`g61OHWPOB}B1uEOo{Mh$m|(tE!%c=;C~U z*Sk_aFb1@bzY}FFXRe~38S-)(GF{B2F-9d@S9xVK3^n%555ndyPIRjwc{|yeQNnbJ zosp*bN!tv=79;IK(V_XD2>JH3Y~V?q)UXOU~mUhM+b zZ}DYB?`WyY==*uTtrpELJ5-=U|6qHBMLU9sH#yK*Rzgp2)>?qN~L`e=d|b1W<;fE4~nJ zjD^OdoJ;`mvIHHFYg5hMw0JF_IDB~N>ciSCE@qYnwov5=^HfUE4gXo>Jb$h4D8E)HW;xhKJr^lQ z{p?J~Sn$wk4G zbMmHYv>5nzt{004IBri_WH1)V<;_T}V$4&>n&Hm4!fkfY1n+ym%_uk)D&0c#i2wvt zPT>p}O(5DGGM|*;RcmLC+T&$A$)WVK7fctfows=$G9)G6Z;hJU$yDEcDmIPoxmpf#c6(ulsjs_bnfL8DM#qyx+}uuD>%cFH=I@A&{_|k8y?y&-QaC* z0Kb_hb&un3qtNW3l^hYf#}PxA9><_qy!Uph3Xe3=giUrp=|yQgA+Yi;XpcyliLFNI z_gU7j!!??4fRBuL1FNZ#uQSrTIm%@sipHH>`fJD@-Jr>C3f&BHIKaP}&2u%ql$Pvu zK@hCcHtS9LD+ofa7toI$?oz(QS{#sm^N+Ri7 z3Px@Sflt?y7UYL+s77Jgq>QVWu|EAB^n0L%rsT zh!@?&-;njar@u6wbBML8F+di(RL;q0$=|E!j7uM3s$$-M>-7lwF}l2@yHhli7}$qP zB1V(dFMWo&W-WIYSE|6#1-Yy4r}H@|@jprM`6d0d*mrMb*c)nG#61;tcMnTJhc3X9%-*~IcmzSsatTAk5l0XOjjnuN3A z6_G=PG8eF;8G%(v!&Ue{9ZoP z|I8C;m04>55(;7~=1;I+Ny~;5_a%DmIa30#pm)d7n|hq}H_O*7lXtWTXsx+c^YPXT zD5q_bl6vb2uBejc6f_*~3&wcux0}cGHlaO@Tf`T7gzR-I?Pk58vYg4tGuAJv+w~XM z0fyvu5KsN(=*gM0lXo++_A|<*(~hglU?#q3;yqL#kL60YKL<9`nhcaTv0I3_|KajQ z?OsA)xuudXUI0IukXkZG@;qYRZJhGd8In5KREQ0*rfT;8SlLl1hfx(* zPOt2iwwf%_*}w>KOEyEsNy)u7B!o|5>CxH3-KTY~qH^)w>CD;+2O`M=-~C=U|B(I; za9b%KHrbjJIT{UcFiP7c38l$=4zUS-GOjt@ejSgr{V3~^3r;Gj@wQYjXO;G0YtBP% zeW;8T&B{*L4*z0E=CjjmP%R#pC*$DaIHfY4dM|wfOUh#KJYAOiq3I=a9U5FD@~|8^ zxG!CJm_TH4qYt9b>|9QiN8P&G&iedc@O$}jf!hi1DGyS;{PP@AooZt0$J7w% zNOCEOeRVfEb=QaQ-cW6*ZRVIma@L=5Bf|k13{^dll|7g13aaibud9P~y7mCXRu%*K+_=PBDt1Bpe`&b z!EmWRl=6!W*Da^{1046o-;*dKX5&5);(nbHsjhO7c$JOFmp!xTRC!B_rAFK zK(_>|mR+jW*%&UjDv^7k=!IYF;5B+@iYvQgclIWBZl$U?v)Eu^DA;1DYt@md;m@C{^RO|&vFjJ_c+FXxntfGvIFTLKhb;*fwn>pe{AboYR!k^#kkaY z2Ng%eF`4XcLVqsu6{U5AC~z2T8YxFs

!#w0Yl+kQ84Vif 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 Pg|JkWG!-l4O+x+y%9|9G literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_policy_service_2.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_policy_service_2.png new file mode 100644 index 0000000000000000000000000000000000000000..2326c644e8177c66ecbccce8dab38a9e18416681 GIT binary patch literal 67642 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 t_^|0H-M@p-)-ZU4efVe4{{f_m!Po!* literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_create_actions.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_create_actions.png new file mode 100644 index 0000000000000000000000000000000000000000..ee551f295b3dcd28cd8bbb6f6bee5077ee3ea5b1 GIT binary patch literal 45984 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 Fe*+$I4SxUt literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_streams.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/policy_streams.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa245e720e0575f0f0d67cfd230d097cc28051d GIT binary patch literal 82267 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

{4Vv* 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

W^PexH_w7ilHXouo8(?y>Rch+t* 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≈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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/meta.yaml b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/meta.yaml new file mode 100644 index 00000000000..b408a2a37da --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/meta.yaml @@ -0,0 +1,2 @@ +id: 7c168484-0ab3-436d-b130-4e5066838b6d +full_slug: logs-data-platform-iam-access-management \ No newline at end of file diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md new file mode 100644 index 00000000000..d2fcfcb4969 --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md @@ -0,0 +1,83 @@ +--- +title: IAM for Logs Data Platform - Migration and Breaking Changes +excerpt: Important changes to be aware of before the IAM migration +updated: 2025-07-21 +--- + +> [!primary] +> IAM for Logs Data Platform will be available starting **17th September 2025**. +> The content of this documentation should be read to prepare this migration. +> + +## Objective + +This guide explains the breaking changes resulting from the IAM migration and provides guidance on how to take advantage of the new IAM integration. + +## Requirements + +- An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) +- Access to the [OVHcloud Control Panel](/links/manager) +- A Logs Data Platform service + +## Instructions + +### What is IAM? + +IAM stands for **Identity and Access Management**. It is a system of policies and processes that enable organizations or users to manage digital identities and control access to sensitive resources, such as applications, data, systems, and in the case of Logs Data Platform: logs. + +- **Security**: IAM ensures that only authorized individuals or systems can access your logs. Authentication methods include two-factor authentication or federation systems. +- **Convenience**: IAM simplifies user management as it is unified across all OVHcloud products, allowing individuals to access all their products with one set of credentials. +- **Flexibility**: IAM allows you to create sophisticated policies for sharing resources in a robust way. + +### IAM Migration for Logs Data Platform + +The IAM Migration for Logs Data Platform is scheduled for 17 September 2025. A scheduled maintenance will enable IAM for all Logs Data Platform customers, introducing new features and allowing full migration to IAM. + +#### Breaking Changes + +##### Roles and Permissions + +If you use the [role and permission system](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission), please note that members of your roles will no longer see shared items in their own service when connecting to the Logs Data Platform control panel. + +However, they will still be able to access these items when using their credentials on the relevant backends (Graylog, OpenSearch Dashboards, Grafana). + +If you use the role and permission system, we strongly recommend [migrating to IAM policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management). + +##### Web UIs + +The Graylog Web UI will now display an Identity Provider selector. You can find the username/password authenticator by selecting **Legacy username/password**. You can also try the OVHcloud IAM authenticator by selecting the appropriate provider (EU or CA). + +![Legacy username/password](images/graylog_legacy.png) + +### Deprecated Features + +The IAM migration allows us to deprecate some Logs Data Platform features that have IAM replacements: + +- [Roles and permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission/) +- [Legacy tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens/) + +These features are replaced by [access management policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management) and by either [Local Users Personal Access Tokens](/pages/account_and_service_management/account_information/ovhcloud-users-management) or [Service account tokens](/pages/account_and_service_management/account_information/authenticate-api-with-service-account). + +### Useful Documentation + +#### IAM Resources + +- [OVHcloud identities](/pages/manage_and_operate/iam/identities-management) +- [Local users management](/pages/account_and_service_management/account_information/ovhcloud-users-management) +- [Service accounts](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) +- [Policies UI](/pages/account_and_service_management/account_information/iam-policy-ui) +- [Policies API](/pages/account_and_service_management/account_information/iam-policies-api) + +#### IAM for Logs Data Platform + +- [Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) +- [Access Management](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management) + + +## Go further + +- [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) +- [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) +- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) +- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} +- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog_legacy.png b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog_legacy.png new file mode 100644 index 0000000000000000000000000000000000000000..bb33c4b037d20916820b46928100e8a39c695f32 GIT binary patch literal 119082 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 Xcm5(wBVU0d00000NkvXXu0mjfk|(jP literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/meta.yaml b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/meta.yaml new file mode 100644 index 00000000000..28c5040bbf6 --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/meta.yaml @@ -0,0 +1,2 @@ +id: ba85821e-3812-4029-8936-9350af4b1d3a +full_slug: logs-data-platform-iam-migration \ No newline at end of file diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md new file mode 100644 index 00000000000..d92b0a1fc32 --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md @@ -0,0 +1,136 @@ +--- +title: IAM for Logs Data Platform - Presentation and FAQ +excerpt: A presentation on how IAM works with Logs Data Platform +updated: 2025-07-21 +--- + +> [!primary] +> IAM for Logs Data Platform will be available starting **17th September 2025**. +> The content of this documentation is valid starting this date. +> + +## Objective + +This guide explains the integration of Logs Data Platform with OVHcloud IAM. + +## Requirements + +- An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) +- Access to the [OVHcloud Control Panel](/links/manager) +- A Logs Data Platform service. + +## Instructions + +### How is IAM useful for Logs Data Platform ? + +Enabling OVHcloud IAM on Logs Data Platform delegates authentication, access management, and permissions to OVHcloud IAM. There are several benefits to using IAM: + +- [All OVHcloud identities](/pages/manage_and_operate/iam/identities-management) can connect using their credentials to all Web UIs (Graylog/OpenSearch Dashboards). The connected account will be the identity chosen for UI access. **You will no longer need the Logs Data Platform username**. IAM enables also the use of [two-factors authentication methods](/pages/account_and_service_management/account_information/secure-ovhcloud-account-with-2fa) and [Federation Services](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). +- APIs token can be both [service account tokens](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) and Personal Access Tokens handled directly with OVHCloud IAM APIs. +- [Resource groups](/pages/account_and_service_management/account_information/iam-policies-api) allow you to share Logs Data Platform sub resource in a more cohesive way. +- [IAM Policies](/pages/account_and_service_management/account_information/iam-policy-ui/) unlocks advanced use cases not possible with permission thanks to fine grained actions. + + +[!iam identities](images/iam_policies.png) + + +### How to enable OVHcloud IAM for my existing account in Logs Data Platform ? + +If you have an existing service, follow these steps: + +- Replace all your **Roles** and permission with [appropriate policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/). +- Ensure you have no **Roles** declared in your service. +- Ensure your service is not in any **Roles**. +- Ensure you don't have any [tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens). +- Use the dedicated `Enable OVHcloud IAM`{.action} in the **Roles** sections of the Logs Data Platform Control Panel. + +[! Activate IAM](images/activate_iam_existing_service.png) + + +Once IAM is activated, A new **IAM Policies** section will replace the previous **Roles** section. + +[!Activated IAM](images/activated_iam.png) + +### How to enable OVHcloud IAM on a new service ? + +When a new service is created, you can directly opt-in into using IAM directly and use [IAM policies](/pages/account_and_service_management/account_information/iam-policy-ui/) to handle access rights. + +[! Activate IAM on a new service](images/activate_iam_new_service.png). + +Once IAM has been activated, you can freely use any [OVHcloud identities](/pages/manage_and_operate/iam/identities-management) to interact with Logs Data Platform + + +### How to connect to Graylog with IAM ? + +When connecting to Graylog, you can choose between the legacy username/password system (for services without IAM activated) or any OVHcloud IAM providers (EU, CA, or US). Clicking the corresponding *Log in* button redirects you to the appropriate OVHcloud IAM provider to complete authentication. + + +> [!carousel] +> +> - ![Graylog provider IAM 1](images/graylog_iam_eu.png) +> - ![Graylog provider IAM 2](images/graylog_iam_ca.png) +> - ![Graylog legacy](images/graylog_legacy.png) +> + +### How to connect to OpenSearch Dashboards with IAM ? + + +When connecting to OpenSearch Dashboards, select the provider linked to your OVHcloud service. The *Log in with OVHcloud IAM* button redirects you to your provider to complete authentication. + +![OSD login](images/osd_iam_eu.png) + +Once completed, you will be redirected back to the OpenSearch Dasboard instance fully authenticated. + + +### How to connect to Grafana with IAM ? + +- If your Identity Provider is the OVHCloud IAM, you can select the option **Forward OAuth identity** to forward the identity connected to the Logs Data Platform. +- If you use another authentication provider, you can forge an *Authorization* header with a IAM compatible token. See the next section to see how to generate that kind of token. The content of the header must be ```Bearer: ```. Replace ** with the value of your token. + +![Grafana header](images/grafana_header.png) + + +### How to interact with Logs Data Platform backends API ? + +With IAM enabled, [tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens) are replaced by API keys (Bearer authentication scheme). These keys can be tokens from [service accounts](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) or Personal Access Tokens. Use the OVHcloud API to generate these tokens. + +> [!api] +> +> @api {v1} /me POST /me/identity/user/{user}/token +> + + +For example if you are on gra1 cluster, curl can use these tokens in the following way: + +```bash +ldp@laptop curl -k -v -H 'content-type: application/json' --oauth2-bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c -XGET 'https://gra1.logs.ovh.com:9200/_cluster/health?pretty' +``` + + +### How to create indices or aliases on Logs Data Platform backend APIs ? + +First, ensure the identity you want to use has permission to create indices and aliases for the service. If authorized, Personal Access Tokens or service account OAuth2 clients can perform creation/deletion operations. + +> [!warning] +> The previous prefix for indices and aliases was the username. Now the prefix is the **service name**. You will find the service name on the Homepage of the Logs Data Platform Panel. It is also the suffix of A Logs Data Platform service URN. For example: +> +> urn:v1:eu:resource:ldp:**ldp-ab-56945** +> + + +The service is tied to a unique Logs Data Platform so you will be allowed to create items only on this cluster. For example if ldp-ab-56945 is on gra1: + + +```bash +ldp@laptop curl -k -v -H 'content-type: application/json' --oauth2-bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c -XPOST 'https://gra1.logs.ovh.com:9200/ldp-ab-56945-i-my-new-index/_doc' -d '{ "user" : "ldp" }' +``` + +Similarly aliases created through OpenSearch APIs must be prefixed by one of your allowed services. + +## Go further + +- [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) +- [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) +- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) +- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} +- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_existing_service.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_existing_service.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f8f127917161314118b712d8890dcfebb83398 GIT binary patch literal 61448 zcmdqIRahL)*ELE4L4reYOVHr%Fa(ES3GObz-JL;#69^7N2o~HK+}#Fux4|6-=kS;O z-uIllbN4-8UG#MKQ(ZQ@s`g%MRrnW0Y4o?mZ{gtJ&}C⋘PmsD8a$Kwn0XGc{9?j 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%0AEYQb*Fnb& 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

#E8?T;j{YLRCX+1u@i%@s;|$H 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 QTw$uJsG(3Q|2p`;04f>hNdN!< literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_new_service.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activate_iam_new_service.png new file mode 100644 index 0000000000000000000000000000000000000000..99ed50ec29f32d3d02c6d5c1ee108dffd433710e GIT binary patch literal 50585 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

hHR-Lygdx1B2~is)BwildnVY9#oQfU}d(6gW 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

#-@OT+vfxr!-wIsG*8_a0gp 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activated_iam.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/activated_iam.png new file mode 100644 index 0000000000000000000000000000000000000000..35387d0581ab37820003bdc7ac4aeab1b91cb940 GIT binary patch literal 56044 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/grafana_header.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/grafana_header.png new file mode 100644 index 0000000000000000000000000000000000000000..56f71610aee9934d529c0cbd4720b1e6b5fa4a41 GIT binary patch literal 134884 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 &}VU=qRtN-m4X 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 (hQQln+Vxw(P4S3o~j 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

1{e7IQluqP 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/graylog_legacy.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/graylog_legacy.png new file mode 100644 index 0000000000000000000000000000000000000000..bb33c4b037d20916820b46928100e8a39c695f32 GIT binary patch literal 119082 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 Xcm5(wBVU0d00000NkvXXu0mjfk|(jP literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/iam_policies.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/iam_policies.png new file mode 100644 index 0000000000000000000000000000000000000000..95c8a7653239a4a286d9bf47b3c9fa3b207adc21 GIT binary patch literal 165695 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

t8 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

~*NtX`_vZZ) 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 JOQa2b{|84aeO>?n literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/osd_iam_eu.png b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/images/osd_iam_eu.png new file mode 100644 index 0000000000000000000000000000000000000000..4916fd93ef3b82d1fcf1a8edf970d41c0c83420c GIT binary patch literal 34747 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/meta.yaml b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/meta.yaml new file mode 100644 index 00000000000..f934e677fc1 --- /dev/null +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/meta.yaml @@ -0,0 +1,2 @@ +id: dbf0c9b5-ea46-4a8b-ad91-dbe8679f29de +full_slug: logs-data-platform-iam-presentation-faq \ No newline at end of file From f86d1a8b304b6c07d3fb17bbb58e49dc52bbf0f2 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Mon, 21 Jul 2025 17:43:02 +0200 Subject: [PATCH 120/160] proofreading FR-EN & translations --- .../eos-cpanel-plesk/guide.de-de.md | 93 +++++++++++++++++++ .../eos-cpanel-plesk/guide.en-gb.md | 40 ++++---- .../eos-cpanel-plesk/guide.es-es.md | 93 +++++++++++++++++++ .../eos-cpanel-plesk/guide.fr-fr.md | 28 +++--- .../eos-cpanel-plesk/guide.it-it.md | 93 +++++++++++++++++++ .../eos-cpanel-plesk/guide.pl-pl.md | 93 +++++++++++++++++++ .../eos-cpanel-plesk/guide.pt-pt.md | 93 +++++++++++++++++++ 7 files changed, 500 insertions(+), 33 deletions(-) create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md create mode 100644 pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md new file mode 100644 index 00000000000..82e11d139c2 --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md @@ -0,0 +1,93 @@ +--- +title: "End of Plesk und cPanel-Support für VPS - Gewährleistung der Kontinuität Ihrer Dienste" +excerpt: "Finden Sie heraus, wann die Betriebssysteme Ihres OVHcloud VPS, die die Plesk- und cPanel-Lizenzen betreffen, nicht mehr unterstützt werden." +updated: 2025-07-21 +--- + +## Ziel + +In dieser Anleitung erfahren Sie, wie Sie die Kontinuität Ihrer Dienste gewährleisten können, indem Sie Ihren OVHcloud VPS nach dem angekündigten Auslaufen des Supports für mehrere Betriebssysteme auf ein Betriebssystem migrieren, das mit den neuesten Versionen von **Plesk** und **cPanel** kompatibel ist. + +**Hier finden Sie die Support-Enddaten für die Betriebssysteme Ihres OVHcloud VPS, die sich auf Plesk- und cPanel-Lizenzen auswirken.** + +## Voraussetzungen + +- Eine [VPS](/links/bare-metal/vps) Lösung mit einer [kompatiblen Distribution](/links/bare-metal/vps-os). + +## In der praktischen Anwendung + +Die Herausgeber **Plesk** und **cPanel** kündigen das Ende der Unterstützung für die folgenden Betriebssysteme an: + +| Betriebssystem | Produkt | Ende des Supports | +| -------------- | ------------ | ------------------ | +| Ubuntu 18.04 | Plesk | **1. Januar 2026** | +| Debian 10 | Plesk | **1. Januar 2026** | +| CentOS 7 | Plesk/cPanel | **1. Januar 2026** | +| CloudLinux 7 | Plesk/cPanel | **1. Januar 2026** | + +Weitere Informationen zu Support-Zwecken finden Sie in der offiziellen Dokumentation: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. + +### Was kann ich konkret tun? + +> [!primary] +> +> Aus der Sicht der **Sicherheit** setzt die fortgesetzte Verwendung eines nicht unterstützten Betriebssystems Angriffe voraus. +Wir empfehlen Ihnen, die folgenden Dokumente zu lesen: [cPanel Recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} und [Plesk Recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. + +#### 1. Aktuelles System überprüfen + +Loggen Sie sich in Ihrem [OVHcloud Kundencenter](/links/manager), gehen Sie zum Bereich `Bare Metal Cloud`{.action} und wählen Sie Ihren Server im Bereich `Virtual Private Server`{.action} aus. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +Auf der Registerkarte `Start`{.action} finden Sie die Details Ihres Betriebssystems im Abschnitt `Betriebssystem / Distribution` aus der Box `Ihr VPS`. + +#### 2. Ermitteln eines kompatiblen Betriebssystems + +Wenn Ihr Betriebssystem Teil des Betriebssystems ist, das nicht mehr unterstützt wird, migrieren Sie zu einem kompatiblen System, das vom Herausgeber empfohlen wird. + +Weitere Informationen finden Sie in der offiziellen Dokumentation zu unterstützten Betriebssystemen: + +- [Liste der von Plesk unterstützten Betriebssysteme](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Liste der cPanel kompatiblen Betriebssysteme](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. + +#### 3. Dienst migrieren + +**Option A — Manuelle Neuinstallation** + +1. [Backup Eurer Daten](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (Web-Inhalte, Datenbanken, E-Mails, etc.). +2. Installieren Sie ein kompatibles Betriebssystem über das OVHcloud Kundencenter im Abschnitt „Neuinstallation Ihres VPS“ unseres Handbuchs [Erste Schritte mit einem VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstall cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk auf dem neuen System. +4. Stellen Sie Ihre Daten aus Ihren Backups wieder her. + +**Option B - Migration über Plesk oder cPanel** + +Diese Methode wird empfohlen, wenn Sie eine neue VPS-Instanz mit einem aktualisierten System zusammen mit der alten Instanz bereitstellen können. + +Bestellen Sie einen neuen VPS mit einem kompatiblen Betriebssystem, falls Sie dies noch nicht getan haben. [Install cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk. + +Verwenden Sie das Migrations-Tool Ihrer Wahl. Mit diesen Tools können Sie Ihre Websites, Datenbanken, E-Mail-Accounts und Konfigurationen automatisch von einem VPS auf einen anderen übertragen: + +- Plesk Migrator - [Offizielle Dokumentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. + +**Option C - Aktualisierung vor Ort (erweitert)** + +Wenn Sie keine neue Instanz eines VPS bereitstellen können, können Sie bestimmte Tools verwenden, um **Ihr Betriebssystem direkt zu aktualisieren**, während Plesk oder cPanel installiert bleibt. Diese Methode ist für fortgeschrittene Benutzer vorgesehen, da sie Risiken birgt, wenn sie falsch ausgeführt wird. + +- **Plesk** (Wechsel von CentOS 7 zu AlmaLinux 8): Verwenden Sie das Skript `centos2alma` in der [offiziellen Plesk-Dokumentation](https://github.com/plesk/centos2alma){.external}. Siehe auch die ausführlichen Anweisungen in [Plesk Support](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. + +- Verwenden Sie für **cPanel** (Wechsel von CentOS 7 zu AlmaLinux 8) das Tool **Elevate**, das in der [offiziellen cPanel-Dokumentation](https://cpanel.github.io/elevate/){.external}. zur Verfügung gestellt wird. + +> [!primary] +> +> Diese Tools sind nicht zu 100 % garantiert und erfordern vollständige Backups, bevor Sie fortfahren. Stellen Sie außerdem sicher, dass Ihr VPS über ausreichende Ressourcen verfügt (RAM, CPU, Festplatte). + +## Weiterführende Informationen + +Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner). + +Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md index 47041d4f337..07f71f315ae 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md @@ -12,30 +12,30 @@ This guide will explain how you can ensure continuity for your services by migra ## Requirements -- A [VPS](https://www.ovhcloud.com/en-au/vps) solution with a [compatible distribution](https://www.ovhcloud.com/en-au/vps/os/). +- A [VPS](/links/bare-metal/vps) solution with a [compatible distribution](/links/bare-metal/vps-os). ## Instructions The **Plesk** and **cPanel** publishers announce the end of support for the following operating systems: -| Operating system | Impacted by | End of Support | -| ------------------- | ------------- | ------------------ | -| Ubuntu 18.04 | Plesk | **1st January 2026** | -| Debian 10 | Plesk | **1st January 2026** | -| CentOS 7 | Plesk/cPanel | **1st January 2026** | -| CloudLinux 7 | Plesk/cPanel | **1st January 2026** | +| Operating system | Product | End of Support | +| ---------------- | ------------ | -------------------- | +| Ubuntu 18.04 | Plesk | **1st January 2026** | +| Debian 10 | Plesk | **1st January 2026** | +| CentOS 7 | Plesk/cPanel | **1st January 2026** | +| CloudLinux 7 | Plesk/cPanel | **1st January 2026** | For more details on support purposes, please refer to the official documentation: -- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/). -- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/). +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. ### What can I do concretely? > [!primary] > > From a **security** point of view, continuing to use an unsupported OS exposes you to attacks. -We recommend reading [cPanel recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/) and [Plesk recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/). +We recommend reading [cPanel recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} and [Plesk recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Check your current system @@ -43,23 +43,23 @@ Log in to your [OVHcloud Control Panel](/links/manager), go to the `Bare Metal C ![EOS Plesk cPanel](images/vpshome.png){.thumbnail} -In the `Home`{.action} tab, find the details of your operating system in the `OS/Distribution`{.action} section. +In the `Home`{.action} tab, find the details of your operating system in the `OS/Distribution` section in the `Your VPS` box. -### 2. Identify a compatible OS +#### 2. Identify a compatible OS If your operating system is part of the OS that will no longer be supported, migrate to a compatible system recommended by the publisher. Consult the official documentation of supported OSs: -- [List of OSs supported by Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/) -- [List of cPanel compatible OSs](https://docs.cpanel.net/installation-guide/system-requirements/) +- [List of OSs supported by Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [List of cPanel compatible OSs](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. #### 3. Migrate your service **Option A — Manual reinstallation** 1. [Back up your data](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (web content, database, emails, etc.). -2. Reinstall a compatible OS from the OVHcloud Control Panel by following the “Reinstall your VPS” section of our guide [Getting started with a VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +2. Reinstall a compatible OS from the OVHcloud Control Panel by following the `Reinstalling your VPS` section of our guide [How to get started with a VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). 3. [Reinstall cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) or Plesk on the new system. 4. Restore your data from your backups. @@ -71,22 +71,22 @@ Order a new VPS with a compatible OS if you have not already done so. [Install c Use the migration tool of your choice. These tools allow you to automatically transfer your websites, databases, email accounts and configurations from one VPS to another: -- Plesk Migrator - [Official documentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/) -- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/) +- Plesk Migrator - [Official documentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. **Option C — On-site update (advanced)** If you cannot deploy a new instance of a VPS, you can use certain tools to **upgrade your operating system directly**, while keeping Plesk or cPanel installed. This method is intended for advanced users, as it carries risks if executed incorrectly. -- For **Plesk** (switching from CentOS 7 to AlmaLinux 8), use the `centos2alma` script provided by the [official Plesk documentation](https://github.com/plesk/centos2alma). See also detailed instructions in [Plesk support](https://support.plesk.com/hc/en-us/articles/12377714344983). +- For **Plesk** (switching from CentOS 7 to AlmaLinux 8), use the `centos2alma` script provided by the [official Plesk documentation](https://github.com/plesk/centos2alma){.external}. See also detailed instructions in [Plesk support](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. -- For **cPanel** (switching from CentOS 7 to AlmaLinux 8), use the **Elevate** tool provided by the [official cPanel documentation](https://cpanel.github.io/elevate/). +- For **cPanel** (switching from CentOS 7 to AlmaLinux 8), use the **Elevate** tool provided by the [official cPanel documentation](https://cpanel.github.io/elevate/){.external}. > [!primary] > > These tools are not 100% guaranteed and require full backups before proceeding. Also make sure that your VPS has sufficient resources (RAM, CPU, disk). -## Go further +## Go further For specialized services (SEO, development, etc.), contact the [OVHcloud partners](/links/partner). diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md new file mode 100644 index 00000000000..86f859c68ee --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md @@ -0,0 +1,93 @@ +--- +title: "Fin del soporte Plesk y cPanel para VPS - Garantizar la continuidad de sus servicios" +excerpt: "Descubra las fechas de finalización del soporte de los sistemas operativos de su VPS OVHcloud que afectan a las licencias Plesk y cPanel" +updated: 2025-07-21 +--- + +## Objetivo + +Esta guía explica cómo garantizar la continuidad de sus servicios migrando su VPS OVHcloud hacia un sistema operativo compatible con las últimas versiones de **Plesk** y **cPanel**, una vez anunciado el fin del soporte para varios sistemas operativos. + +**Descubra las fechas de finalización del soporte de los sistemas operativos de su VPS OVHcloud que afectan a las licencias Plesk y cPanel.** + +## Requisitos + +- Tener un producto [VPS](/links/bare-metal/vps) con un [distribution compatible](/links/bare-metal/vps-os). + +## Procedimiento + +Los editores **Plesk** y **cPanel** anuncian el fin del soporte para los siguientes sistemas operativos: + +| Sistema operativo | Producto | Fin del soporte | +| ----------------- | -------------- | ---------------------- | +| Ubuntu 18.04 | Plesk | **1 de enero de 2026** | +| Debian 10 | Plesk | **1 de enero de 2026** | +| CentOS 7 | Plesk / cPanel | **1 de enero de 2026** | +| CloudLinux 7 | Plesk / cPanel | **1 de enero de 2026** | + +Para obtener más información sobre los fines de soporte técnico, consulte la documentación oficial: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. + +### ¿Qué hacer en concreto? + +> [!primary] +> +> Desde un punto de vista **seguridad**, seguir utilizando un SO no compatible le expone a ataques. +Le recomendamos que lea [las recomendaciones de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} y [las recomendaciones de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. + +#### 1. Comprobar el sistema actual + +Conéctese a su [área de cliente de OVHcloud](/links/manager), acceda a la sección `Bare Metal Cloud`{.action} y seleccione su servidor en la sección `Servidores privados virtuales`{.action}. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +En la pestaña `Inicio`{.action}, consulte los detalles de su sistema operativo en la sección `SO/Distribution` del recuadro `Su VPS`. + +#### 2. Identificar un SO compatible + +Si su sistema operativo ya no es compatible, migre a un sistema compatible recomendado por el editor. + +Consulte la documentación oficial de los SO compatibles: + +- [Lista de SO soportados por Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Lista de SO compatibles con cPanel](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. + +#### 3. Migrar el servicio + +**Opción A — Reinstalación manual** + +1. [Haga una copia de seguridad de sus datos](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (contenido web, base de datos, correo electrónico, etc.). +2. Reinstale un SO compatible desde el área de cliente de OVHcloud, tal y como se indica en la sección `Reinstalar su VPS` de nuestra guía [Primeros pasos con un VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstale cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) o Plesk en el nuevo sistema. +4. Restaure sus datos a partir de sus copias de seguridad. + +**Opción B — Migración a través de Plesk o cPanel** + +Se recomienda este método si puede desplegar una nueva instancia de VPS con un sistema actualizado en paralelo con la antigua. + +Contrate un nuevo VPS con un SO compatible si aún no lo ha hecho. [Instale cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) o Plesk. + +Utilice la herramienta de migración que prefiera. Estas herramientas permiten transferir automáticamente sitios web, bases de datos, cuentas de correo y configuraciones de un VPS a otro: + +- Plesk Migrator - [Documentación oficial](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool - [Documentación oficial](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. + +**Opción C — Actualización in situ (avanzada)** + +Si no puede desplegar una nueva instancia de VPS, algunas herramientas permiten **actualizar directamente su sistema operativo** conservando Plesk o cPanel instalado. Este método es para usuarios avanzados, ya que puede suponer un riesgo si se ejecuta incorrectamente. + +- Para **Plesk** (cambio de CentOS 7 a AlmaLinux 8), utilice el script `centos2alma` ofrecido por la [documentación oficial de Plesk](https://github.com/plesk/centos2alma){.external}. Consulte también las instrucciones detalladas del [soporte de Plesk](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. + +- Para **cPanel** (cambio de CentOS 7 a AlmaLinux 8), utilice la herramienta **Elevate** que ofrece la [documentación oficial de cPanel](https://cpanel.github.io/elevate/){.external}. + +> [!primary] +> +> Estas herramientas no están garantizadas al 100% y requieren copias de seguridad completas antes de proceder. Asimismo, asegúrese de que su VPS dispone de recursos suficientes (RAM, CPU y disco). + +## Más información + +Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner). + +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md index c082b9e661f..e84d1bd5152 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -12,30 +12,30 @@ Ce guide vous explique comment assurer la continuité de vos services en migrant ## Prérequis -- Disposer d'une offre [VPS](/links/bare-metal/vps){.external} avec une distribution [compatible](/links/bare-metal/vps-os). +- Disposer d'une offre [VPS](/links/bare-metal/vps) avec une [distribution compatible](/links/bare-metal/vps-os). ## En pratique Les éditeurs **Plesk** et **cPanel** annoncent la fin du support des systèmes d’exploitation suivants : -| Système d'exploitation | Impacté par | Fin du support | +| Système d'exploitation | Produit | Fin du support | | ---------------------- | -------------- | -------------------- | | Ubuntu 18.04 | Plesk | **1er janvier 2026** | -| Debian 10 | Plesk | **1er janvier 2026** | +| Debian 10 | Plesk | **1er janvier 2026** | | CentOS 7 | Plesk / cPanel | **1er janvier 2026** | | CloudLinux 7 | Plesk / cPanel | **1er janvier 2026** | Pour plus de détails concernant les fins de support, consultez les documentations officielles : -- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/). -- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/). +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. ### Que faire concrètement ? > [!primary] > > D’un point de vue **sécurité**, continuer à utiliser un OS non supporté vous expose à des attaques. -Nous vous recommandons de lire [les recommandations de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/) et [les recommandations de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/). +Nous vous recommandons de lire [les recommandations de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} et [les recommandations de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Vérifier votre système actuel @@ -43,7 +43,7 @@ Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous da ![EOS Plesk cPanel](images/vpshome.png){.thumbnail} -Dans l'onglet `Accueil`{.action}, retrouvez les détails de votre système d'exploitation dans la section `OS/Distribution`{.action}. +Dans l'onglet `Accueil`{.action}, retrouvez les détails de votre système d'exploitation dans la section `OS / Distribution` de l'encadré `Votre VPS`. #### 2. Identifier un OS compatible @@ -51,8 +51,8 @@ Si votre système d'exploitation fait partie des OS qui ne seront plus supporté Consultez la documentation officielle des OS supportés : -- [Liste des OS supportés par Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/) -- [Liste des OS compatibles avec cPanel](https://docs.cpanel.net/installation-guide/system-requirements/) +- [Liste des OS supportés par Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Liste des OS compatibles avec cPanel](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. #### 3. Migrer votre service @@ -71,16 +71,16 @@ Commandez un nouveau VPS avec un OS compatible si ce n'est pas déjà fait. [Ins Utilisez l’outil de migration de votre choix. Ces outils permettent de transférer automatiquement vos sites web, bases de données, comptes e-mail et configurations d’un VPS à l’autre : -- Plesk Migrator – [Documentation officielle](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/) -- cPanel Transfer Tool – [Documentation officielle](https://docs.cpanel.net/whm/transfers/transfer-tool/) +- Plesk Migrator – [Documentation officielle](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool – [Documentation officielle](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. **Option C — Mise à jour sur place (avancé)** Si vous ne pouvez pas déployer une nouvelle instance de VPS, certains outils permettent de **mettre à niveau directement votre système d’exploitation** tout en conservant Plesk ou cPanel installé. Cette méthode s'adresse aux utilisateurs expérimentés, car elle comporte des risques si elle est mal exécutée. -- Pour **Plesk** (passage de CentOS 7 vers AlmaLinux 8), utilisez le script `centos2alma` proposé par la [documentation officielle de Plesk](https://github.com/plesk/centos2alma). Consultez aussi les instructions détaillées du [support de Plesk](https://support.plesk.com/hc/en-us/articles/12377714344983). +- Pour **Plesk** (passage de CentOS 7 vers AlmaLinux 8), utilisez le script `centos2alma` proposé par la [documentation officielle de Plesk](https://github.com/plesk/centos2alma){.external}. Consultez aussi les instructions détaillées du [support de Plesk](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. -- Pour **cPanel** (passage de CentOS 7 vers AlmaLinux 8), utilisez l'outil **Elevate** proposé par la [documentation officielle de cPanel](https://cpanel.github.io/elevate/). +- Pour **cPanel** (passage de CentOS 7 vers AlmaLinux 8), utilisez l'outil **Elevate** proposé par la [documentation officielle de cPanel](https://cpanel.github.io/elevate/){.external}. > [!primary] > @@ -88,4 +88,6 @@ Si vous ne pouvez pas déployer une nouvelle instance de VPS, certains outils pe ## Aller plus loin +Pour des prestations spécialisées (référencement, développement, etc.), contactez les [partenaires OVHcloud](/links/partner). + Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md new file mode 100644 index 00000000000..4ef8f369061 --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md @@ -0,0 +1,93 @@ +--- +title: "Fine del supporto Plesk e cPanel per VPS - Garantire la continuità dei servizi" +excerpt: "Scopri le date di fine del supporto dei sistemi operativi del tuo VPS OVHcloud che interessano le licenze Plesk e cPanel" +updated: 2025-07-21 +--- + +## Obiettivo + +Questa guida ti mostra come garantire la continuità dei tuoi servizi migrando il tuo VPS OVHcloud verso un sistema operativo compatibile con le ultime versioni di **Plesk** e **cPanel**, in seguito alla fine del supporto annunciato per diversi sistemi operativi. + +**Informazioni sulle date di fine supporto dei sistemi operativi del VPS OVHcloud che interessano le licenze Plesk e cPanel.** + +## Prerequisiti + +- Disporre di una soluzione [VPS](/links/bare-metal/vps) con [distribuzione compatibile](/links/bare-metal/vps-os). + +## Procedura + +I software **Plesk** e **cPanel** annunciano la fine del supporto per i seguenti sistemi operativi: + +| Sistema operativo | Prodotto | Fine del support | +| ----------------- | -------------- | ------------------ | +| Ubuntu 18.04 | Plesk | **1 gennaio 2026** | +| Debian 10 | Plesk | **1 gennaio 2026** | +| CentOS 7 | Plesk / cPanel | **1 gennaio 2026** | +| CloudLinux 7 | Plesk / cPanel | **1 gennaio 2026** | + +Per ulteriori informazioni sul supporto, consultare la documentazione ufficiale: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. + +### Che fare concretamente? + +> [!primary] +> +> Dal punto di vista **sicurezza**, continuare a utilizzare un sistema operativo non supportato ti espone ad attacchi. +Consigliamo di leggere [le raccomandazioni di cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} e [le raccomandazioni di Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. + +#### 1. Verifica il sistema attuale + +Accedi allo [Spazio Cliente OVHcloud](/links/manager), clicca su `Bare Metal Cloud`{.action} e seleziona il server nella sezione `Server privati virtuali`{.action}. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +Nella scheda `Home page`{.action}, trovi i dettagli del sistema operativo nella sezione `SO/Distribuzione` nel riquadro `Il tuo VPS`. + +#### 2. Identificare un OS compatibile + +Se il sistema operativo fa parte degli OS che non saranno più supportati, passa a un sistema compatibile consigliato dall’editor. + +Consulta la documentazione ufficiale degli OS supportati: + +- [Elenco degli OS supportati da Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Elenco degli OS compatibili con cPanel](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. + +#### 3. Migrare il servizio + +**Opzione A — Reinstallazione manuale** + +1. [Eseguire il backup dei dati](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (contenuto web, database, email, ecc.). +2. Per reinstallare un OS compatibile dallo Spazio Cliente OVHcloud, consulta la sezione `Reinstalla il tuo VPS` della nostra guida [Iniziare a utilizzare un VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstallare cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) o Plesk sul nuovo sistema. +4. Ripristinare i dati a partire dai backup. + +**Opzione B — Migrazione via Plesk o cPanel** + +Questo metodo è consigliato per distribuire una nuova istanza VPS con un sistema aggiornato contemporaneamente alla precedente. + +Ordina un nuovo VPS con OS compatibile, se non lo hai già fatto. [Installare cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) o Plesk. + +Utilizza lo strumento di migrazione che preferisci. Questi strumenti permettono di trasferire automaticamente siti Web, database, account email e configurazioni da un VPS all'altro: + +- Plesk Migrator - [Documentazione ufficiale](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool - [Documentazione ufficiale](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. + +**Opzione C — Aggiornamento in loco (avanzato)** + +Se non è possibile creare una nuova istanza di VPS, è possibile utilizzare alcuni strumenti per effettuare l'aggiornamento direttamente dal sistema operativo**, mantenendo installato Plesk o cPanel. Questo metodo è indicato per utenti esperti, in quanto comporta rischi in caso di esecuzione non corretta. + +- Per **Plesk** (passaggio da CentOS 7 verso AlmaLinux 8), utilizza lo script `centos2alma` proposto nella [documentazione ufficiale di Plesk](https://github.com/plesk/centos2alma){.external}. Consulta anche le istruzioni dettagliate del [supporto di Plesk](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. + +- Per **cPanel** (passaggio da CentOS 7 verso AlmaLinux 8), utilizza lo strumento **Elevate** proposto nella [documentazione ufficiale di cPanel](https://cpanel.github.io/elevate/){.external}. + +> [!primary] +> +> Questi strumenti non sono garantiti al 100% e richiedono backup completi prima di procedere. Assicurati che il tuo VPS disponga di risorse sufficienti (RAM, CPU, disco). + +## Per saperne di più + +Per prestazioni specializzate (referenziamento, sviluppo, ecc.), contatta i [partner OVHcloud](/links/partner). + +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md new file mode 100644 index 00000000000..a1ee903c1ff --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md @@ -0,0 +1,93 @@ +--- +title: "Zakończenie wsparcia Plesk i cPanel dla serwerów VPS - Jak zapewnić ciągłość działania usług" +excerpt: "Dowiesz się, kiedy dobiega końca okres wsparcia dla systemów operacyjnych na VPS OVHcloud, które mają wpływ na licencje Plesk i cPanel" +updated: 2025-07-21 +--- + +## Cel + +Niniejszy przewodnik wyjaśnia, jak zapewnić ciągłość Twoich usług, migrując VPS OVHcloud do systemu operacyjnego kompatybilnego z najnowszymi wersjami **Plesk** i **cPanel** po zakończeniu wsparcia dla kilku systemów operacyjnych. + +**Dowiesz się, kiedy dobiega końca okres wsparcia dla systemów operacyjnych na VPS OVHcloud, które mają wpływ na licencje Plesk i cPanel.** + +## Wymagania początkowe + +- Oferta [VPS](/links/bare-metal/vps) z [kompatybilną dystrybucją](/links/bare-metal/vps-os). + +## W praktyce + +Producenci **Plesk** i **cPanel** ogłaszają zakończenie wsparcia dla następujących systemów operacyjnych: + +| System operacyjny | Produkt | Fin del Soporte | +| ----------------- | -------------- | ------------------- | +| Ubuntu 18.04 | Plesk | **stycznia 2026 r** | +| Debian 10 | Plesk | **stycznia 2026 r** | +| CentOS 7 | Plesk / cPanel | **stycznia 2026 r** | +| CloudLinux 7 | Plesk / cPanel | **stycznia 2026 r** | + +Więcej informacji na temat pomocy znajdziesz w oficjalnej dokumentacji: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. + +### Co mogę zrobić? + +> [!primary] +> +> Z punktu widzenia **bezpieczeństwa** dalsze korzystanie z nieobsługiwanego systemu operacyjnego naraża Cię na ataki. +Zalecamy zapoznanie się z dokumentacją [zalecenia cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} i [zalecenia Pleska](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. + +#### 1. Sprawdź aktualny system + +Zaloguj się do [Panelu klienta OVHcloud](/links/manager), przejdź do sekcji `Bare Metal Cloud`{.action} i wybierz serwer w sekcji `Prywatne serwery wirtualne`{.action}. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +W zakładce `Strona główna`{.action} znajdź szczegółowe informacje na temat Twojego systemu operacyjnego w sekcji `OS / Dystrybucja` w ramce `Twój VPS`. + +#### 2. Sprawdź kompatybilne systemy operacyjne + +Jeśli Twój system operacyjny jest częścią systemu operacyjnego, który nie będzie już wspierany, przeprowadź migrację do kompatybilnego systemu zalecanego przez producenta. + +Sprawdź oficjalną dokumentację obsługiwanych systemów operacyjnych: + +- [Lista systemów operacyjnych obsługiwanych przez Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Lista systemów operacyjnych kompatybilnych z cPanel](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. + +#### 3. Migracja usługi + +**Opcja A — Ręczna reinstalacja** + +1. [Kopia zapasowa danych](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (treści www, baza danych, e-maile, itp.). +2. Zainstaluj ponownie kompatybilny system operacyjny w Panelu klienta, postępując zgodnie z sekcją `Reinstalacja serwera VPS` naszego przewodnika [Pierwsze kroki z serwerem VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstaluj cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) lub Plesk na nowym systemie. +4. Przywracaj dane z kopii zapasowych. + +** Opcja B - Migracja za pomocą panelu Plesk lub cPanel** + +Metoda ta jest zalecana, jeśli można uruchomić nową instancję VPS z systemem zaktualizowanym obok starej instancji. + +Jeśli jeszcze tego nie zrobiłeś, zamów nowy VPS z kompatybilnym systemem operacyjnym. [Instaluj cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) lub Plesk. + +Użyj wybranego narzędzia do migracji. Narzędzia te pozwalają na automatyczne przenoszenie stron www, baz danych, kont e-mail i konfiguracji z jednego VPS na drugi: + +- Plesk Migrator - [Oficjalna dokumentacja](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- Narzędzie do transferu cPanel - [Oficjalna dokumentacja](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. + +** Opcja C — Aktualizacja na miejscu (zaawansowana)** + +Jeśli nie możesz uruchomić nowej instancji na serwerze VPS, skorzystaj z narzędzi, dzięki którym **zaktualizujesz bezpośrednio system operacyjny**, zachowując jednocześnie zainstalowany Plesk lub cPanel. Metoda ta jest przeznaczona dla zaawansowanych użytkowników, ponieważ niesie ze sobą ryzyko, jeśli zostanie przeprowadzona nieprawidłowo. + +- W przypadku **Plesk** (przejście z CentOS 7 na AlmaLinux 8) użyj skryptu "centos2alma" dostarczonego przez [oficjalna dokumentacja Pleska](https://github.com/plesk/centos2alma){.external}. [Plesk support](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. + +- W przypadku **cPanel** (przejście z CentOS 7 na AlmaLinux 8) użyj narzędzia **Elevate** dostarczonego przez [oficjalną dokumentację cPanel](https://cpanel.github.io/elevate/){.external}. + +> [!primary] +> +> Narzędzia te nie są w 100% gwarantowane i wymagają pełnej kopii zapasowej przed kontynuowaniem. upewnij się również, że Twój VPS ma wystarczającą ilość zasobów (RAM, CPU, dysk). + +## Sprawdź również + +W przypadku wyspecjalizowanych usług (pozycjonowanie, rozwój, itp.) skontaktuj się z [partnerami OVHcloud](/links/partner). + +Dołącz do [grona naszych użytkowników](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md new file mode 100644 index 00000000000..fc553334533 --- /dev/null +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md @@ -0,0 +1,93 @@ +--- +title: "Fim do suporte Plesk e cPanel para VPS - Assegurar a continuidade dos seus serviços" +excerpt: "Descubra as datas de fim do suporte dos sistemas operativos do seu VPS OVHcloud que afetam as licenças Plesk e cPanel" +updated: 2025-07-21 +--- + +## Objetivo + +Este guia explica-lhe como assegurar a continuidade dos seus serviços migrando o seu VPS OVHcloud para um sistema operativo compatível com as últimas versões de **Plesk** e **cPanel**, após o fim do suporte anunciado para vários SO. + +**Descubra as datas de fim do suporte dos sistemas operativos do seu VPS OVHcloud que afetam as licenças Plesk e cPanel.** + +## Requisitos + +- Dispor de uma oferta [VPS](/links/bare-metal/vps) com uma [distribuição compatível](/links/bare-metal/vps-os). + +## Instruções + +Os editores **Plesk** e **cPanel** anunciam o fim do suporte para os seguintes sistemas operativos: + +| Sistema operativo | Produto | Fim do suporte | +| ----------------- | -------------- | ------------------------ | +| Ubuntu 18.04 | Plesk | **1 de janeiro de 2026** | +| Debian 10 | Plesk | **1 de janeiro de 2026** | +| CentOS 7 | Plesk / cPanel | **1 de janeiro de 2026** | +| CloudLinux 7 | Plesk / cPanel | **1 de janeiro de 2026** | + +Para obter mais informações de apoio, consulte a documentação oficial: + +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. + +### O que devo fazer concretamente? + +> [!primary] +> +> De um ponto de vista **segurança**, continuar a utilizar um SO não suportado expõe-no a ataques. +Recomendamos que leia [as recomendações do cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} e [as recomendações do Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. + +#### 1. Verificar o sistema atual + +Aceda à [Área de Cliente OVHcloud](/links/manager), vá à secção `Bare Metal Cloud`{.action} e selecione o seu servidor na parte `Servidores privados virtuais`{.action}. + +![EOS Plesk cPanel](images/vpshome.png){.thumbnail} + +No separador `Página Inicial`{.action}, encontre os detalhes do seu sistema operativo na secção `SO / Distribuição` do quadro `O seu VPS`. + +#### 2. Identificar um SO compatível + +Se o seu sistema operativo faz parte dos SO que já não serão suportados, deverá migrar para um sistema compatível recomendado pelo editor. + +Consulte a documentação oficial dos SO suportados: + +- [Lista dos SO suportados pelo Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. +- [Lista dos SO compatíveis com cPanel](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. + +#### 3. Migrar o seu serviço + +**Opção A — Reinstalação manual** + +1. [Faça o backup dos seus dados](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (conteúdo web, base de dados, e-mails, etc.). +2. Reinstale um SO compatível a partir da Área de Cliente OVHcloud, seguindo a secção `Reinstalar o VPS` do nosso guia [Primeiros passos com um VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). +3. [Reinstale o cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) ou o Plesk no novo sistema. +4. Recupere os seus dados a partir dos seus backups. + +**Opção B — Migração via Plesk ou cPanel** + +Este método é recomendado se puder criar uma nova instância VPS com um sistema atualizado em paralelo com o anterior. + +Encomende um novo VPS com um SO compatível, se ainda não o fez. [Instale cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) ou Plesk. + +Utilize a ferramenta de migração à sua escolha. Estas ferramentas permitem transferir automaticamente sites, bases de dados, contas de e-mail e configurações de um VPS para outro: + +- Plesk Migrator - [Documentação oficial](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. +- cPanel Transfer Tool - [Documentação oficial](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. + +** Opção C — Atualização no local (avançada)** + +Se não pode criar uma nova instância VPS, algumas ferramentas permitem **atualizar diretamente o seu sistema operativo**, conservando o Plesk ou cPanel instalado. Este método destina-se a utilizadores experientes porque pode ser perigoso se não for bem executado. + +- Para **Plesk** (passagem de CentOS 7 para AlmaLinux 8), utilize o script `centos2alma` proposto pela [documentação oficial do Plesk](https://github.com/plesk/centos2alma){.external}. Consulte também as instruções detalhadas do [suporte de Plesk](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. + +- Para **cPanel** (passagem de CentOS 7 para AlmaLinux 8), utilize a ferramenta **Elevate** proposta pela [documentação oficial do cPanel](https://cpanel.github.io/elevate/){.external}. + +> [!primary] +> +> Estas ferramentas não têm uma garantia de 100% e necessitam de backups completos antes de serem utilizadas. Certifique-se igualmente de que o seu VPS dispõe de recursos suficientes (RAM, CPU, disco). + +## Quer saber mais? + +Para serviços especializados (referenciamento, desenvolvimento, etc.), contacte os [parceiros OVHcloud](/links/partner). + +Fale com a nossa [comunidade de utilizadores](/links/community). \ No newline at end of file From 521d8d6eff438745e93a5a98586b118520e9cb17 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Mon, 21 Jul 2025 17:53:39 +0200 Subject: [PATCH 121/160] remove spaces in the header after --- for DE IT PL PT versions --- .../virtual_private_servers/eos-cpanel-plesk/guide.de-de.md | 6 +++--- .../virtual_private_servers/eos-cpanel-plesk/guide.it-it.md | 4 ++-- .../virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md | 4 ++-- .../virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md index 82e11d139c2..034c676c1f1 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md @@ -1,8 +1,8 @@ ---- +--- title: "End of Plesk und cPanel-Support für VPS - Gewährleistung der Kontinuität Ihrer Dienste" -excerpt: "Finden Sie heraus, wann die Betriebssysteme Ihres OVHcloud VPS, die die Plesk- und cPanel-Lizenzen betreffen, nicht mehr unterstützt werden." +excerpt: "Finden Sie heraus, wann die Betriebssysteme Ihres OVHcloud VPS, die die Plesk- und cPanel-Lizenzen betreffen, nicht mehr unterstützt werden" updated: 2025-07-21 ---- +--- ## Ziel diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md index 4ef8f369061..88e126f9349 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md @@ -1,8 +1,8 @@ ---- +--- title: "Fine del supporto Plesk e cPanel per VPS - Garantire la continuità dei servizi" excerpt: "Scopri le date di fine del supporto dei sistemi operativi del tuo VPS OVHcloud che interessano le licenze Plesk e cPanel" updated: 2025-07-21 ---- +--- ## Obiettivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md index a1ee903c1ff..077efd65b7a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md @@ -1,8 +1,8 @@ ---- +--- title: "Zakończenie wsparcia Plesk i cPanel dla serwerów VPS - Jak zapewnić ciągłość działania usług" excerpt: "Dowiesz się, kiedy dobiega końca okres wsparcia dla systemów operacyjnych na VPS OVHcloud, które mają wpływ na licencje Plesk i cPanel" updated: 2025-07-21 ---- +--- ## Cel diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md index fc553334533..9dfef6c090f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md @@ -1,8 +1,8 @@ ---- +--- title: "Fim do suporte Plesk e cPanel para VPS - Assegurar a continuidade dos seus serviços" excerpt: "Descubra as datas de fim do suporte dos sistemas operativos do seu VPS OVHcloud que afetam as licenças Plesk e cPanel" updated: 2025-07-21 ---- +--- ## Objetivo From 5a45a7a251ee4e58a5006326217f581db42b66c6 Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 13:53:05 -0400 Subject: [PATCH 122/160] duplos and fixes --- .../ipfo-vrack-hyperv/guide.de-de.md | 4 +-- .../ipfo-vrack-hyperv/guide.en-asia.md | 6 ++++- .../ipfo-vrack-hyperv/guide.en-au.md | 6 ++++- .../ipfo-vrack-hyperv/guide.en-ca.md | 6 ++++- .../ipfo-vrack-hyperv/guide.en-gb.md | 2 +- .../ipfo-vrack-hyperv/guide.en-ie.md | 6 ++++- .../ipfo-vrack-hyperv/guide.en-sg.md | 6 ++++- .../ipfo-vrack-hyperv/guide.en-us.md | 6 ++++- .../ipfo-vrack-hyperv/guide.es-es.md | 6 ++--- .../ipfo-vrack-hyperv/guide.es-us.md | 6 ++--- .../ipfo-vrack-hyperv/guide.fr-ca.md | 6 ++++- .../ipfo-vrack-hyperv/guide.fr-fr.md | 2 +- .../ipfo-vrack-hyperv/guide.it-it.md | 4 +-- .../ipfo-vrack-hyperv/guide.pl-pl.md | 6 ++--- .../ipfo-vrack-hyperv/guide.pt-pt.md | 4 +-- .../ipfo-vrack-hyperv/meta.yaml | 3 ++- .../move-failover-ip/guide.de-de.md | 9 ++++--- .../move-failover-ip/guide.en-asia.md | 8 +++--- .../move-failover-ip/guide.en-au.md | 8 +++--- .../move-failover-ip/guide.en-ca.md | 8 +++--- .../move-failover-ip/guide.en-gb.md | 4 +-- .../move-failover-ip/guide.en-ie.md | 8 +++--- .../move-failover-ip/guide.en-sg.md | 8 +++--- .../move-failover-ip/guide.en-us.md | 8 +++--- .../move-failover-ip/guide.es-es.md | 6 +++-- .../move-failover-ip/guide.es-us.md | 6 +++-- .../move-failover-ip/guide.fr-ca.md | 11 +++++--- .../move-failover-ip/guide.fr-fr.md | 8 +++--- .../move-failover-ip/guide.it-it.md | 9 ++++--- .../move-failover-ip/guide.pl-pl.md | 7 ++++-- .../move-failover-ip/guide.pt-pt.md | 7 ++++-- .../network_bridging/guide.de-de.md | 7 ++++-- .../network_bridging/guide.en-asia.md | 9 ++++--- .../network_bridging/guide.en-au.md | 9 ++++--- .../network_bridging/guide.en-ca.md | 9 ++++--- .../network_bridging/guide.en-gb.md | 5 ++-- .../network_bridging/guide.en-ie.md | 9 ++++--- .../network_bridging/guide.en-sg.md | 9 ++++--- .../network_bridging/guide.en-us.md | 9 ++++--- .../network_bridging/guide.es-es.md | 7 ++++-- .../network_bridging/guide.es-us.md | 7 ++++-- .../network_bridging/guide.fr-ca.md | 7 ++++-- .../network_bridging/guide.fr-fr.md | 5 ++-- .../network_bridging/guide.it-it.md | 7 ++++-- .../network_bridging/guide.pl-pl.md | 7 ++++-- .../network_bridging/guide.pt-pt.md | 7 ++++-- .../network_ipaliasing/guide.de-de.md | 7 ++++-- .../network_ipaliasing/guide.en-asia.md | 7 ++++-- .../network_ipaliasing/guide.en-au.md | 7 ++++-- .../network_ipaliasing/guide.en-ca.md | 7 ++++-- .../network_ipaliasing/guide.en-gb.md | 5 ++-- .../network_ipaliasing/guide.en-ie.md | 7 ++++-- .../network_ipaliasing/guide.en-sg.md | 7 ++++-- .../network_ipaliasing/guide.en-us.md | 7 ++++-- .../network_ipaliasing/guide.es-es.md | 7 ++++-- .../network_ipaliasing/guide.es-us.md | 7 ++++-- .../network_ipaliasing/guide.fr-ca.md | 7 ++++-- .../network_ipaliasing/guide.fr-fr.md | 5 ++-- .../network_ipaliasing/guide.it-it.md | 7 ++++-- .../network_ipaliasing/guide.pl-pl.md | 7 ++++-- .../network_ipaliasing/guide.pt-pt.md | 7 ++++-- .../proxmox-network-HG-Scale/guide.de-de.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-asia.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-au.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-ca.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-gb.md | 3 ++- .../proxmox-network-HG-Scale/guide.en-ie.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-sg.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.en-us.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.es-es.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.es-us.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.fr-fr.md | 2 +- .../proxmox-network-HG-Scale/guide.it-it.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.pl-pl.md | 8 ++++++ .../proxmox-network-HG-Scale/guide.pt-pt.md | 8 ++++++ .../configure-ipv6/guide.de-de.md | 10 +++++++- .../configure-ipv6/guide.en-asia.md | 11 +++++++- .../configure-ipv6/guide.en-au.md | 10 +++++++- .../configure-ipv6/guide.en-ca.md | 10 +++++++- .../configure-ipv6/guide.en-gb.md | 5 ++-- .../configure-ipv6/guide.en-ie.md | 10 +++++++- .../configure-ipv6/guide.en-sg.md | 10 +++++++- .../configure-ipv6/guide.en-us.md | 10 +++++++- .../configure-ipv6/guide.es-es.md | 10 +++++--- .../configure-ipv6/guide.es-us.md | 10 +++++--- .../configure-ipv6/guide.fr-ca.md | 11 +++++++- .../configure-ipv6/guide.fr-fr.md | 5 ++-- .../configure-ipv6/guide.it-it.md | 8 ++++-- .../configure-ipv6/guide.pl-pl.md | 10 +++++--- .../configure-ipv6/guide.pt-pt.md | 8 ++++-- .../guide.de-de.md | 23 +++++++++-------- .../guide.en-asia.md | 23 +++++++++-------- .../guide.en-au.md | 23 +++++++++-------- .../guide.en-ca.md | 22 +++++++++------- .../guide.en-gb.md | 23 +++++++++-------- .../guide.en-ie.md | 22 +++++++++------- .../guide.en-sg.md | 23 +++++++++-------- .../guide.en-us.md | 23 +++++++++-------- .../guide.es-es.md | 21 ++++++++-------- .../guide.es-us.md | 25 ++++++++++--------- .../guide.fr-ca.md | 15 +++++++---- .../guide.fr-fr.md | 21 ++++++++-------- .../guide.it-it.md | 19 +++++++------- .../guide.pl-pl.md | 25 ++++++++++--------- .../guide.pt-pt.md | 23 +++++++++-------- 105 files changed, 669 insertions(+), 309 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md index 59be8195951..0f39ab31d52 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md @@ -1,11 +1,11 @@ --- title: "Hyper-V mit Additional IPs in einem vRack verwenden" excerpt: "Erfahren Sie hier, wie Sie Hyper-V mit Additional IPs in einem vRack konfigurieren" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. +> In diesem Artikel erfahren Sie, wie Sie zusätzliche Additional IPv4-Adressen für ein vRack konfigurieren. Sie können auch Additional IPv6-Adressen in Ihrem vRack konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) verwenden. > ## Ziel diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md index 170244d9775..1cb0157bd23 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md index 328252153f2..2407a4991f7 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md index 855cd7be457..7459aa280af 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md index c13fcb8f270..c740120654f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md index f27ce25de8b..d68c945c4cf 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md index 67766920367..d334a69f667 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md index 9e176b3fc42..1863738ed97 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md @@ -1,9 +1,13 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> This article is about Additional IPv4 configuration over a vRack. You can also configure Additional IPv6 addresses on your vRack using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective **This guide will take you through the process of installing Hyper-V, associating a virtual switch, and configuring a VM to work with Additional IPs over a vRack.** diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md index d8862bdd186..f03c9864c52 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md @@ -1,12 +1,12 @@ --- title: "Utilizar Hyper-V con direcciones Additional IP en un vRack" excerpt: Cómo configurar una máquina virtual con Additional IP e Hyper-V en un vRack -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> +> Este artículo explica cómo configurar direcciones Additional IPv4 adicionales en un vRack. También puede configurar direcciones Additional IPv6 en el vRack utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md index a78c49c887b..eb97cfcda25 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md @@ -1,12 +1,12 @@ --- title: "Utilizar Hyper-V con direcciones Additional IP en un vRack" excerpt: Cómo configurar una máquina virtual con Additional IP e Hyper-V en un vRack -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> +> Este artículo explica cómo configurar direcciones Additional IPv4 adicionales en un vRack. También puede configurar direcciones Additional IPv6 en el vRack utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md index 9958fde85c9..a7e190f2005 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md @@ -1,9 +1,13 @@ --- title: "Utiliser Hyper-V avec des adresses Additional IP sur un vRack" excerpt: "Découvrez comment configurer une machine virtuelle avec des IPs Additional IP et Hyper-V sur un vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- +> [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 supplémentaires sur un vRack. Vous pouvez également configurer des adresses Additional IPv6 sur votre vRack en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objectif Suivez le processus d'installation d'Hyper-V, l'association d'un switch virtuel et la configuration d'une machine virtuelle pour fonctionner avec les IPs Additional IP sur un vRack. diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md index 11b8646e3d4..5a2b77181db 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Utiliser Hyper-V avec des adresses Additional IP sur un vRack" excerpt: "Découvrez comment configurer une machine virtuelle avec des IPs Additional IP et Hyper-V sur un vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md index 603e850c539..976cd660430 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md @@ -1,11 +1,11 @@ --- title: "Utilizza Hyper-V con indirizzi Additional IP su una vRack" excerpt: "Scopri come configurare una macchina virtuale con Additional IP e Hyper-V su una vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. +> Questo articolo riguarda la configurazione di indirizzi Additional IPv4 aggiuntivi su una vRack. È inoltre possibile configurare indirizzi Additional IPv6 sulla vRack utilizzando [questa guida](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md index 3d21ae0933a..ef4e7bc0d6b 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md @@ -1,12 +1,12 @@ --- title: "Korzystanie z Hyper-V z adresów Additional IP w sieci vRack" excerpt: "Dowiedz się, jak skonfigurować wirtualną maszynę z Additional IP i Hyper-V w sieci vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> +> Ten artykuł dotyczy konfiguracji dodatkowych adresów Additional IPv4 w sieci vRack. Możesz również skonfigurować adresy Additional IPv6 w sieci vRack, korzystając z [tego przewodnika](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Wprowadzenie diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md index 90c933cbe9c..8880cd5f99d 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md @@ -1,11 +1,11 @@ --- title: "Utilizar Hyper-V com endereços Additional IP num vRack" excerpt: "Descubra como configurar uma máquina virtual com Additional IP e Hyper-V num vRack" -updated: 2021-02-25 +updated: 2025-07-21 --- > [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página. +> Este artigo refere-se à configuração de endereços Additional IPv4 suplementares num vRack. Pode igualmente configurar endereços Additional IPv6 no seu vRack utilizando [este manual](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/meta.yaml b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/meta.yaml index 7c1bccc52b5..3252fa49cc8 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/meta.yaml +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/meta.yaml @@ -1,2 +1,3 @@ id: 830ad60d-7a3d-4ff5-844f-1af2c6accf08 -full_slug: dedicated-servers-foip-vrack-hyperv \ No newline at end of file +full_slug: dedicated-servers-foip-vrack-hyperv +translation_banner: true \ No newline at end of file diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md index 7475f7ef8b8..4f89af6cbfb 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md @@ -1,12 +1,15 @@ --- title: Eine Additional IP umziehen excerpt: Erfahren Sie hier, wie Sie eine Additional IP über Ihr Kundencenter oder die OVHcloud API umziehen -updated: 2025-04-28 +updated: 2025-07-21 --- -> [!primary] +> [!PRIMARY] +> Dieser Artikel befasst sich mit der Verschiebung von Additional IPv4-Adressen, die nach [regionalen Beschränkungen](#limitations) eingeschränkt ist. +> +> Die Konfiguration von Additional IPs in einem vRack (privatem Netzwerk) umgeht diese regionalen Einschränkungen, da die Abhängigkeit von einer einzelnen Region verloren geht und gleichzeitig die Anbindung an eine breite Palette von OVHcloud-Diensten vereinfacht wird. > -> Seit dem 6. Oktober 2022 heißt unser Dienst "Failover-IP" nun [Additional IP](/links/network/additional-ip). Die Namensänderung hat keine Auswirkungen auf dessen technische Funktionen. +> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md index 5102222183c..e39fae6d798 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md index 2dc17a5abf8..c14710653d5 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md index 48cada95974..385350c2a0b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md index 4d2b446ecb4..0b76fc302ad 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md @@ -1,13 +1,13 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] > This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). > -> Configuring Additional IP addresses in a vRack private network circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. > Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md index e3bb019e4cd..c246e4e1765 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md index 478a4117d03..252ae036955 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md index ea5bbfe5b8a..dcd0277401e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md @@ -1,12 +1,14 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about moving Additional IPv4, which follows [specific regional limitations](#limitations). +> +> Configuring Additional IP addresses in a vRack (private network) circumvents those regional restrictions by not being dependent on a single region, while facilitating interconnection over a wide range of OVHcloud services. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md index 09075bb7e5c..d800f1e333a 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md @@ -1,12 +1,14 @@ --- title: Mover una Additional IP excerpt: Cómo mover una Additional IP desde el área de cliente o a través de la API de OVHcloud -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Este artículo se refiere al traslado de direcciones Additional IPv4, que está limitado según [restricciones regionales](#limitations). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> La configuración de Additional IP en un vRack (red privada) sortea estas restricciones regionales al perder la dependencia de una sola región, facilitando al mismo tiempo la interconexión en una amplia gama de servicios de OVHcloud. +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md index e066391d339..fa96cb5eb3b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md @@ -1,12 +1,14 @@ --- title: Mover una Additional IP excerpt: Cómo mover una Additional IP desde el área de cliente o a través de la API de OVHcloud -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Este artículo se refiere al traslado de direcciones Additional IPv4, que está limitado según [restricciones regionales](#limitations). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> La configuración de Additional IP en un vRack (red privada) sortea estas restricciones regionales al perder la dependencia de una sola región, facilitando al mismo tiempo la interconexión en una amplia gama de servicios de OVHcloud. +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md index 1b0a1877c4a..4d86b26ff72 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md @@ -1,12 +1,15 @@ --- title: Déplacer une Additional IP excerpt: "Découvrez comment déplacer une Additional IP depuis l'espace client ou via les API OVHcloud" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Cet article concerne le déplacement d'adresses Additional IPv4, qui est limité selon des [restrictions régionales](#limitations). +> +> La configuration d'Additional IP dans un vRack (réseau privé) contourne ces restrictions régionales en perdant la dépendance à une seule région, tout en facilitant l'interconnexion sur une large gamme de services OVHcloud. > -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif @@ -29,9 +32,9 @@ Cette technologie vous permet d’échanger les adresses IP d'une solution à l' ## Prérequis -- Disposer d'un [serveur dédié](/links/bare-metal/bare-metal){.external} dans votre espace client OVHcloud. +- Disposer d'un [serveur dédié](/links/bare-metal/bare-metal) dans votre espace client OVHcloud. - Disposer d'une [adresse Additional IP](/links/network/additional-ip). -- Être connecté à l'[espace client OVHcloud](/links/manager){.external}. +- Être connecté à l'[espace client OVHcloud](/links/manager). > [!warning] > Cette fonctionnalité peut être indisponible ou limitée sur les [serveurs dédiés **Eco**](https://eco.ovhcloud.com/fr-ca/about/). diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md index 5f7bdf91dd0..3dd2340661e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md @@ -1,13 +1,13 @@ --- title: Déplacer une Additional IP excerpt: "Découvrez comment déplacer une Additional IP depuis l'espace client ou via les API OVHcloud" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] > Cet article concerne le déplacement d'adresses Additional IPv4, qui est limité selon des [restrictions régionales](#limitations). > -> La configuration d'Additional IP dans un réseau privé vRack contourne ces restrictions régionales en perdant la dépendance à une seule région, tout en facilitant l'interconnexion sur une large gamme de services OVHcloud. +> La configuration d'Additional IP dans un vRack (réseau privé) contourne ces restrictions régionales en perdant la dépendance à une seule région, tout en facilitant l'interconnexion sur une large gamme de services OVHcloud. > Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > @@ -31,9 +31,9 @@ Cette technologie vous permet d’échanger les adresses IP d'une solution à l' ## Prérequis -- Disposer d'un [serveur dédié](/links/bare-metal/bare-metal){.external} dans votre espace client OVHcloud. +- Disposer d'un [serveur dédié](/links/bare-metal/bare-metal) dans votre espace client OVHcloud. - Disposer d'une [adresse Additional IP](/links/network/additional-ip). -- Être connecté à l'[espace client OVHcloud](/links/manager){.external}. +- Être connecté à l'[espace client OVHcloud](/links/manager). > [!warning] > Cette fonctionnalité peut être indisponible ou limitée sur les [serveurs dédiés **Eco**](https://eco.ovhcloud.com/fr/about/). diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md index ba4ee870dd6..7613a01f978 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md @@ -1,12 +1,15 @@ --- title: Trasferisci un Additional IP excerpt: Questa guida ti mostra come spostare un Additional IP dallo Spazio Cliente OVHcloud o via API OVHcloud -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Questo articolo riguarda lo spostamento di indirizzi Additional IPv4, che è limitato secondo le [restrizioni regionali](#limitations). > -> Dal 6 ottobre 2022, la nostra soluzione "Failover IP" si chiama [Additional IP](/links/network/additional-ip). Questo non ha alcun impatto sulla sua funzionalità. +> La configurazione di Additional IP in una vRack (rete privata) aggira queste restrizioni regionali, perdendo la dipendenza da una sola regione e facilitando l'interconnessione su un'ampia gamma di servizi OVHcloud. +> +> Scopri come configurare gli Additional IP in una vRack utilizzando le nostre guide per [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo @@ -27,7 +30,7 @@ I blocchi di indirizzi IP di una Region possono essere trasferiti da un datacent ## Prerequisiti -- Disporre di un [server dedicato](/links/bare-metal/bare-metal){.external} nello Spazio Cliente OVHcloud +- Disporre di un [server dedicato](/links/bare-metal/bare-metal) nello Spazio Cliente OVHcloud - Disporre di un [indirizzo Additional IP](/links/network/additional-ip) - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md index e94ab630d32..7890771a9a7 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md @@ -1,12 +1,15 @@ --- title: Przenieś Additional IP excerpt: Dowiedz się, jak przenieść Additional IP z Panelu klienta lub poprzez API OVHcloud -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Ten artykuł dotyczy przenoszenia adresów Additional IPv4, które jest ograniczone zgodnie z [ograniczeniami regionalnymi](#limitations). > -> Od 6 października 2022 nasze rozwiązanie "Failover IP" nazywa się teraz [Additional IP](/links/network/additional-ip). To nie ma wpływu na jego funkcje. +> Konfiguracja Additional IP w sieci vRack (sieć prywatna) pozwala obejść te ograniczenia regionalne, gdyż w przeciwnym razie utracisz zależność od jednego regionu, ułatwiając łączenie wielu usług OVHcloud. +> +> Dowiedz się, jak skonfigurować dodatkowe adresy IP w sieci vRack za pomocą przewodników dla [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuing-an-ip-block-in-a-vrack) i [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Wprowadzenie diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md index c1a4f589fff..749bcb6f257 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md @@ -1,12 +1,15 @@ --- title: Migrar um Additional IP excerpt: Saiba como migrar um Additional IP a partir da Área de Cliente ou através das API OVHcloud -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Este artigo diz respeito à deslocação de endereços Additional IPv4, que é limitado por [restrições regionais](#limitations). > -> A partir de 6 de outubro de 2022, a nossa solução "Failover IP" passou a designar-se [Additional IP](/links/network/additional-ip). Isto não afeta as suas funcionalidades. +> A configuração do Additional IP num vRack (rede privada) contorna estas restrições regionais ao perder a dependência de uma única região, facilitando ao mesmo tempo a interligação numa vasta gama de serviços OVHcloud. +> +> Saiba como configurar o Additional IP num vRack com os nossos manuais para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md index bf494359aa4..7ee6abfbe8e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md @@ -1,12 +1,15 @@ --- title: Konfiguration von Additional IPs im Bridge-Modus auf Ihren virtuellen Maschinen excerpt: Erfahren Sie hier, wie Sie den Internet-Zugang für Ihre virtuellen Maschinen konfigurieren -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren virtuellen Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm) verwenden. > -> Seit dem 6. Oktober 2022 heißt unser Dienst "Failover-IP" nun [Additional IP](/links/network/additional-ip). Die Namensänderung hat keine Auswirkungen auf dessen technische Funktionen. +> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und somit für mehr Flexibilität sorgt. +> +> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md index 7c36ee00832..eee8117198f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md index a4b06ae1343..bc2a809503b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md index 61f3cfafcb4..8b29e95a1a2 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md index 25b7a5d242f..0a307535d6b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md @@ -1,13 +1,14 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
+> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> > Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md index 7e2474643aa..b0121591548 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md index 6a09077af90..678371779ab 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md index 83ac77fa08a..50f2abaaa9a 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md @@ -1,12 +1,15 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] -> -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md index 2997470f8c0..6786b4a41c5 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md @@ -1,12 +1,15 @@ --- title: Configurar direcciones Additional IP en modo bridge en sus máquinas virtuales excerpt: 'Cómo utilizar el modo bridge para configurar el acceso a Internet de las máquinas virtuales' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus servidores virtuales utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md index 564b22ede18..db031e6c86e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md @@ -1,12 +1,15 @@ --- title: Configurar direcciones Additional IP en modo bridge en sus máquinas virtuales excerpt: 'Cómo utilizar el modo bridge para configurar el acceso a Internet de las máquinas virtuales' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus servidores virtuales utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md index d4348bb1235..083c456ec9f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md @@ -1,12 +1,15 @@ --- title: 'Configurer des Additional IP en mode bridge sur vos machines virtuelles' excerpt: 'Apprenez à utiliser le mode bridge pour configurer l’accès à Internet de vos machines virtuelles' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs virtuels en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. > -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md index 71333ada254..f443c123929 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md @@ -1,13 +1,14 @@ --- title: 'Configurer des Additional IP en mode bridge sur vos machines virtuelles' excerpt: 'Apprenez à utiliser le mode bridge pour configurer l’accès à Internet de vos machines virtuelles' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] > Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs virtuels en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. +> > Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md index c9042339f88..d38c4c67475 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md @@ -1,12 +1,15 @@ --- title: 'Configurare Additional IP in modalità bridge sulle proprie macchine virtuali' excerpt: Come configurare l'accesso a Internet delle macchine virtuali utilizzando la modalità bridge -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Questo articolo riguarda la configurazione di indirizzi Additional IPv4 su un'interfaccia pubblica. È inoltre possibile configurare indirizzi IPv6 sui server virtuali utilizzando [questa guida](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Dal 6 ottobre 2022, la nostra soluzione "Failover IP" si chiama [Additional IP](/links/network/additional-ip). Questo non ha alcun impatto sulla sua funzionalità. +> Ti ricordiamo che gli Additional IP possono essere configurati anche in una vRack (rete privata), per consentire l'interconnessione di un'ampia gamma di servizi OVHcloud e offrire una maggiore flessibilità. +> +> Scopri come configurare gli Additional IP in una vRack utilizzando le nostre guide per [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md index e5275b8cb4d..d33a6256687 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md @@ -1,12 +1,15 @@ --- title: 'Konfiguracja Additional IP w trybie bridge na wirtualnych maszynach' excerpt: 'Dowiedz się, jak używać trybu bridge do konfiguracji dostępu do Internetu Twoich wirtualnych maszyn' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Ten artykuł dotyczy konfiguracji adresów Additional IPv4 w interfejsie publicznym. Możesz również skonfigurować adresy IPv6 na swoich serwerach wirtualnych, używając [tego przewodnika](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Od 6 października 2022 nasze rozwiązanie "Failover IP" nazywa się teraz [Additional IP](/links/network/additional-ip). To nie ma wpływu na jego funkcje. +> Pamiętaj, że adresy Additional IP mogą być również skonfigurowane w sieci vRack (sieć prywatna), co pozwala na połączenie szerokiej gamy usług OVHcloud i zapewnia większą elastyczność. +> +> Dowiedz się, jak skonfigurować dodatkowe adresy IP w sieci vRack za pomocą przewodników dla [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuing-an-ip-block-in-a-vrack) i [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Wprowadzenie diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md index ea65d1023c7..0265b10ef7c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md @@ -1,12 +1,15 @@ --- title: 'Configurar os Additional IP em modo bridge nas suas máquinas virtuais' excerpt: 'Saiba como utilizar o modo bridge para configurar o acesso à Internet das suas máquinas virtuais' -updated: 2025-05-16 +updated: 2025-07-21 --- > [!primary] +> Este artigo diz respeito à configuração de endereços Additional IPv4 numa interface pública. Pode igualmente configurar endereços IPv6 nos seus servidores virtuais utilizando [este guia](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> A partir de 6 de outubro de 2022, a nossa solução "Failover IP" passou a designar-se [Additional IP](/links/network/additional-ip). Isto não afeta as suas funcionalidades. +> Tenha em conta que os Additional IP podem igualmente ser configurados num vRack (rede privada), o que permite interligar uma vasta gama de serviços OVHcloud, oferecendo uma maior flexibilidade. +> +> Saiba como configurar o Additional IP num vRack com os nossos manuais para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md index f03d3818033..2287b73844d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md @@ -1,12 +1,15 @@ --- title: "Konfiguration von IP-Aliasing" excerpt: "Erfahren Sie hier, wie Sie Additional IPs zu Ihrer Konfiguration hinzufügen" -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Dedicated Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/network_ipv6) verwenden. > -> Seit dem 6. Oktober 2022 heißt unser Dienst "Failover-IP" nun [Additional IP](/links/network/additional-ip). Die Namensänderung hat keine Auswirkungen auf dessen technische Funktionen. +> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. +> +> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md index 08d61221e31..d0bb0d0a1af 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md index e62f42a14c5..bb464ddae3c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md index 5309a7691d5..5aad7be4335 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md index 133a484972c..68002d46b33 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md @@ -1,13 +1,14 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
+> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> > Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md index 339c5f11b9a..857950c0b2c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md index 70cfa13c511..86d2559d2bc 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md index f7397c219db..83c6624a582 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md @@ -1,12 +1,15 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure Primary IPv6 addresses on your dedicated servers using [this guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md index c173190e405..bbf58fa9d01 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md @@ -1,12 +1,15 @@ --- title: 'Configurar una IP como alias' excerpt: 'Descubra cómo añadir direcciones Additional IP a la configuración de un servidor' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus servidores dedicados utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md index 602a9fd0444..d400c720749 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md @@ -1,12 +1,15 @@ --- title: 'Configurar una IP como alias' excerpt: 'Descubra cómo añadir direcciones Additional IP a la configuración de un servidor' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus servidores dedicados utilizando [esta guía](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md index e41f35824b5..bbd00601804 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md @@ -1,12 +1,15 @@ --- title: 'Configurer son adresse IP en alias' excerpt: 'Découvrez comment ajouter des Additional IP à votre configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs dédiés en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. > -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md index f05751d2be3..5fefb5ea97d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md @@ -1,13 +1,14 @@ --- title: 'Configurer son adresse IP en alias' excerpt: 'Découvrez comment ajouter des Additional IP à votre configuration' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] > Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos serveurs dédiés en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. +> > Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md index bc67f1c0779..45102ed7811 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md @@ -1,12 +1,15 @@ --- title: Configurare un Alias IP excerpt: 'Scopri come aggiungere uno o più Additional IP alla tua configurazione' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Questo articolo riguarda la configurazione di indirizzi Additional IPv4 su un'interfaccia pubblica. È inoltre possibile configurare indirizzi IPv6 sui server dedicati utilizzando [questa guida](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Dal 6 ottobre 2022, la nostra soluzione "Failover IP" si chiama [Additional IP](/links/network/additional-ip). Questo non ha alcun impatto sulla sua funzionalità. +> Ti ricordiamo che gli Additional IP possono essere configurati anche in una vRack (rete privata), per consentire l'interconnessione di un'ampia gamma di servizi OVHcloud e offrire una maggiore flessibilità. +> +> Scopri come configurare gli Additional IP in una vRack utilizzando le nostre guide per [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md index ec00210ec75..f3e1cc024fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md @@ -1,12 +1,15 @@ --- title: 'Konfiguracja adresu Additional IP jako aliasu' excerpt: 'Dowiedz się, jak dodać kilka adresów Additional IP do interfejsu' -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Ten artykuł dotyczy konfiguracji adresów Additional IPv4 w interfejsie publicznym. Możesz również skonfigurować adresy IPv6 na swoich serwerach dedykowanych, korzystając z [tego przewodnika](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> Od 6 października 2022 nasze rozwiązanie "Failover IP" nazywa się teraz [Additional IP](/links/network/additional-ip). To nie ma wpływu na jego funkcje. +> Pamiętaj, że adresy Additional IP mogą być również skonfigurowane w sieci vRack (sieć prywatna), co pozwala na połączenie szerokiej gamy usług OVHcloud i zapewnia większą elastyczność. +> +> Dowiedz się, jak skonfigurować dodatkowe adresy IP w sieci vRack za pomocą przewodników dla [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuing-an-ip-block-in-a-vrack) i [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Wprowadzenie diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md index fe0b4798037..2f920f2d53b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md @@ -1,12 +1,15 @@ --- title: Como configurar um IP alias excerpt: Descubra como adicionar endereços Additional IP à configuração de rede -updated: 2024-11-05 +updated: 2025-07-21 --- > [!primary] +> Este artigo diz respeito à configuração de endereços Additional IPv4 numa interface pública. Pode igualmente configurar endereços IPv6 nos seus servidores dedicados utilizando [este manual](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). > -> A partir de 6 de outubro de 2022, a nossa solução "Failover IP" passou a designar-se [Additional IP](/links/network/additional-ip). Isto não afeta as suas funcionalidades. +> Tenha em conta que os Additional IP podem igualmente ser configurados num vRack (rede privada), o que permite interligar uma vasta gama de serviços OVHcloud, oferecendo uma maior flexibilidade. +> +> Saiba como configurar o Additional IP num vRack com os nossos manuais para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md index 510f6652bc4..653213be3a8 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md index 681fa9deaca..1c7407bffd2 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md @@ -14,7 +14,8 @@ updated: 2025-05-16 > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
+> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> > Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md index 8e7dd51efb5..e506ed9da22 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md index 01fe766629d..7c3ee0b8752 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md index 01fe766629d..7c3ee0b8752 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md index 01a242b0e2e..6b60b268ac9 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md @@ -14,7 +14,7 @@ updated: 2025-05-16 > [!primary] > Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses Additional IPv6 sur vos machines virtuelles en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). > -> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md index 5bbf4a1ece9..06c4a6a856d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md index 0d90fe2cc55..e80a7bffc8d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md @@ -11,6 +11,14 @@ updated: 2024-09-27 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md index fb6deb97a96..b036b219f0c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md @@ -11,6 +11,14 @@ updated: 2025-05-16 > Older Advance generation servers do not rely on the same network infrastructure. > +> [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your virtual machines using [this guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > As of May 2025, virtual MACs can be used on High Grade & Scale ranges. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index 0482d7869d7..92f8955e4ba 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -1,9 +1,17 @@ --- title: "IPv6 auf einem VPS einrichten" excerpt: "Erfahren Sie hier, wie Sie IPv6 auf Ihrem OVHcloud VPS konfigurieren" -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!primary] > Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. > diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 90f3705b4ed..49d22034379 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -1,8 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +--- + +> [!primary] +> In diesem Artikel wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. +> +> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. +> +> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. +> ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md index 7e137834d63..3157326dbc3 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md @@ -1,9 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server is delivered with an IPv4 address and an IPv6 address. However, only IPv4 is configured by default. If you need to configure IPv6, it has to be set up manually on your system. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md index 03b812362d9..041c8a3c531 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md @@ -1,9 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server is delivered with an IPv4 address and an IPv6 address. However, only IPv4 is configured by default. If you need to configure IPv6, it has to be set up manually on your system. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index 4931f5e84f8..3edb52e6ebb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -1,13 +1,14 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] > This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
+> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> > Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md index c1982aeb7f3..6b8d7ca4bda 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md @@ -1,9 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server is delivered with an IPv4 address and an IPv6 address. However, only IPv4 is configured by default. If you need to configure IPv6, it has to be set up manually on your system. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md index b60e0850229..ac230e43aab 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md @@ -1,9 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server is delivered with an IPv4 address and an IPv6 address. However, only IPv4 is configured by default. If you need to configure IPv6, it has to be set up manually on your system. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md index 1ead3cfd833..3995b40852e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md @@ -1,9 +1,17 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + ## Objective IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server is delivered with an IPv4 address and an IPv6 address. However, only IPv4 is configured by default. If you need to configure IPv6, it has to be set up manually on your system. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md index 88e95ab5fa7..90a7f4eaedc 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md @@ -1,12 +1,16 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: 'Cómo configurar la IPv6 en un VPS de OVHcloud' -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> +> Este artículo explica cómo configurar las direcciones IPv6 principales en una interfaz pública. También puede configurar direcciones Additional IP en su VPS utilizando [esta guía](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md index e270e39bc37..ba825788f36 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md @@ -1,12 +1,16 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: "Cómo configurar la IPv6 en un VPS de OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> +> Este artículo explica cómo configurar las direcciones IPv6 principales en una interfaz pública. También puede configurar direcciones Additional IP en su VPS utilizando [esta guía](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite interconectar una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. +> +> Cómo configurar direcciones Additional IP en un vRack con nuestras guías para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) y [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md index a33775ccdf7..147873cfed8 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md @@ -1,9 +1,18 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- +> [!primary] +> Cet article concerne la configuration d'adresses IPv6 principales sur une interface publique. Vous pouvez également configurer des adresses Additional IP sur votre VPS en utilisant [ce guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. +> +> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + + ## Objectif L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VPS OVHcloud est livré avec une adresse IPv4 ainsi qu'une adresse IPv6. Par défaut, seule l'IPv4 y est configurée. Si vous devez configurer l'IPv6, vous devez le faire manuellement sur votre système. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 78bef15c5c0..8e871e78347 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -1,13 +1,14 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] > Cet article concerne la configuration d'adresses IPv6 principales sur une interface publique. Vous pouvez également configurer des adresses Additional IP sur votre VPS en utilisant [ce guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> Veuillez noter que les Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité. +> > Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md index 7fa98840a4b..eba6c9dd399 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md @@ -1,11 +1,15 @@ --- title: "Configurare IPv6 su un server VPS" excerpt: "Come configurare IPv6 sul tuo VPS OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. +> Questo articolo riguarda la configurazione di indirizzi IPv6 principali su un'interfaccia pubblica. È inoltre possibile configurare gli indirizzi Additional IP sul VPS utilizzando [questa guida](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Ti ricordiamo che gli Additional IP possono essere configurati anche in una vRack (rete privata), per consentire l'interconnessione di un'ampia gamma di servizi OVHcloud e offrire una maggiore flessibilità. +> +> Scopri come configurare gli Additional IP in una vRack utilizzando le nostre guide per [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md index 3496217cd4d..bb1eeebda44 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md @@ -1,12 +1,16 @@ --- title: "Konfiguracja IPv6 na serwerze VPS" excerpt: "Dowiedz się, jak skonfigurować IPv6 na VPS OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> +> Ten artykuł dotyczy konfiguracji głównych adresów IPv6 w interfejsie publicznym. Możesz również skonfigurować adresy Additional IP na Twoim serwerze VPS, używając [tego przewodnika](/pages/bare_metal_cloud/virtual_private_servers/configuing-ip-aliasing). +> +> Pamiętaj, że adresy Additional IP mogą być również skonfigurowane w sieci vRack (sieć prywatna), co pozwala na połączenie szerokiej gamy usług OVHcloud i zapewnia większą elastyczność. +> +> Dowiedz się, jak skonfigurować dodatkowe adresy IP w sieci vRack za pomocą przewodników dla [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuing-an-ip-block-in-a-vrack) i [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Wprowadzenie diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md index 3574797158d..e5633c326c7 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md @@ -1,11 +1,15 @@ --- title: "Configurar o IPv6 num VPS" excerpt: "Saiba como configurar o IPv6 num VPS da OVHcloud" -updated: 2024-09-11 +updated: 2025-07-21 --- > [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página. +> Este artigo é sobre a configuração de endereços IPv6 principais em uma interface pública. Também pode configurar endereços Additional IP no seu VPS utilizando [este manual](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Tenha em conta que os Additional IP podem igualmente ser configurados num vRack (rede privada), o que permite interligar uma vasta gama de serviços OVHcloud, oferecendo uma maior flexibilidade. +> +> Saiba como configurar o Additional IP num vRack com os nossos manuais para [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) e [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md index ef127ae30ff..38555f49aa5 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md @@ -1,16 +1,17 @@ --- title: Additional IP konfigurieren excerpt: "Erfahren Sie hier, wie Sie Additional IPs in Ihre Instanzen einbinden" -updated: 2025-04-28 +updated: 2025-07-21 --- -> [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. +> [!PRIMARY] +> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Public Cloud Instanzen konfigurieren, indem Sie [diese Anleitung](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6) verwenden. > - -> [!primary] +> Bitte beachten Sie, dass die Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Verbindung zu einer breiten Palette von OVHcloud Diensten ermöglicht und somit eine größere Flexibilität bietet. > -> Seit dem 6. Oktober 2022 heißt unser Dienst "Failover-IP" nun [Additional IP](/links/network/additional-ip). Die Namensänderung hat keine Auswirkungen auf dessen technische Funktionen. +> Weitere Informationen zum Konfigurieren von Additional IPs in einem vRack zur Verwendung mit Public Cloud Instanzen finden Sie in folgenden Anleitungen: +> - [Einen IP-Block in einem vRack auf einer Public Cloud Instanz konfigurieren (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [IPv6-Block in einem vRack konfigurieren (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Ziel @@ -22,13 +23,13 @@ Es kann nowendig werden, Additional IPs auf Ihren Instanzen konfigurieren, zum B > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für die Sie die alleinige Verantwortung tragen. Da wir keinen Zugriff auf diese Dienste haben, können wir hierfür keinerlei Administrator-Aufgaben übernehmen oder sonstige Hilfeleistung anbieten. Es liegt daher in Ihrer Verantwortung, das Softwaremanagement und die tägliche Sicherheit zu gewährleisten. > -> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](https://partner.ovhcloud.com/de/directory/) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Dienstes haben. Sie können sich auch jederzeit an unsere [Community](https://community.ovh.com/en/) wenden, um sich mit anderen Benutzern auszutauschen. +> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](/links/partner) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Dienstes haben. Sie können sich auch jederzeit an unsere [Community](/links/community) wenden, um sich mit anderen Benutzern auszutauschen. > ## Voraussetzungen -- Sie haben eine [Public Cloud Instanz](https://www.ovhcloud.com/de/public-cloud/) in Ihrem OVHcloud Account. -- Sie verfügen über eine [Additional IP](https://www.ovhcloud.com/de/bare-metal/ip/)-Adresse oder einen Additional IP-Block. +- Sie haben eine [Public Cloud Instanz](/links/public-cloud/public-cloud) in Ihrem OVHcloud Account. +- Sie verfügen über eine [Additional IP](/links/network/additional-ip)-Adresse oder einen Additional IP-Block. - Sie haben administrativen Zugriff (sudo) auf Ihre Instanz über SSH oder GUI. - Sie haben Grundkenntnisse in Administration und Netzwerkkonfiguration. @@ -312,6 +313,6 @@ Um die Verbindung zu testen senden Sie einfach von außerhalb einen Ping an Ihre [Umzug einer Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](https://www.ovhcloud.com/de/professional-services/), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. +Wenn Sie Schulungen oder technische Unterstützung bei der Implementierung unserer Lösungen benötigen, wenden Sie sich an Ihren Vertriebsmitarbeiter oder klicken Sie auf [diesen Link](/links/professional-services), um einen Kostenvoranschlag zu erhalten und eine persönliche Analyse Ihres Projekts durch unsere Experten des Professional Services Teams anzufordern. -Für den Austausch mit unserer User Community gehen Sie auf +Treten Sie unserer [User Community](/links/community) bei. diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md index 28fb20aa833..4ea4590539a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md @@ -1,30 +1,33 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective - You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/asia/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/asia/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/asia/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +302,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md index 9e1611f9975..4ea4590539a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md @@ -1,30 +1,33 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective - You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-au/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-au/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-au/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +302,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md index 4e3a7d04cd4..7dca8e416ae 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md @@ -1,30 +1,34 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ca/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ca/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-ca/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +307,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md index c1e652d4fdc..1b7a5880b69 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md @@ -1,16 +1,17 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] > This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > -> Please note that Additional IP addresses can also be configured in a vRack private network, which allows interconnection over a wide range of OVHcloud services, offering more flexibility.
-> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides:
-> [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance);
-> [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objective @@ -20,15 +21,15 @@ You may need to configure Additional IP addresses on your instances, for example **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-gb/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-gb/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -307,6 +308,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . \ No newline at end of file +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md index b5e620e6a9b..7dca8e416ae 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md @@ -1,30 +1,34 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-ie/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-ie/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-ie/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +307,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md index e77ea3320f9..4ea4590539a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md @@ -1,30 +1,33 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective - You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en-sg/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en-sg/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en-sg/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -299,6 +302,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md index a0abc3b0221..ed7b740d433 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md @@ -1,30 +1,33 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> This article is about Additional IPv4 configuration on a public interface. You can also configure IPv6 addresses on your Public Cloud instances using [this guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > -> Since October 6th, 2022 our service "Failover IP" is named [Additional IP](/links/network/additional-ip). This renaming has no effect on its technical features. +> You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > -## Objective - You may need to configure Additional IP addresses on your instances, for example if you are hosting multiple websites or international services. OVHcloud Additional IPs allow you to associate multiple IP addresses with a single network interface. **This guide explains how to add Additional IP addresses to your network configuration.** > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. > ->This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](https://partner.ovhcloud.com/en/directory/) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend that you contact a [specialist service provider](/links/partner) if you have difficulties or doubts concerning the administration, usage or implementation of services on a server. > ## Requirements -- A [Public Cloud instance](https://www.ovhcloud.com/en/public-cloud/) in your OVHcloud account -- An [Additional IP address](https://www.ovhcloud.com/en/bare-metal/ip/) or an Additional IP block +- A [Public Cloud instance](/links/public-cloud/public-cloud) in your OVHcloud account +- An [Additional IP address](/links/network/additional-ip) or an Additional IP block - Administrative access (sudo) via SSH or GUI to your instance - Basic networking and administration knowledge @@ -303,6 +306,6 @@ To test the connection, simply ping your Additional IP from the outside. If it r [Migrating an Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. -Join our community of users on . +Join our [community of users](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md index 40fe3de9091..29afff894be 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md @@ -1,16 +1,17 @@ --- title: Configurar una Additional IP excerpt: Cómo añadir direcciones Additional IP a la configuración de la instancia -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - -> [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus instancias de Public Cloud utilizando [esta guía](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite la interconexión en una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Para más información sobre la configuración de las direcciones Additional IP en un vRack para su uso con instancias de Public Cloud, consulte las guías siguientes: +> - [Configurar un bloque IP en un vRack en una instancia Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurar un bloque IPv6 en un vRacK (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo @@ -27,8 +28,8 @@ Es posible que necesite configurar direcciones Additional IP en sus instancias, ## Requisitos -- una [instancia de Public Cloud](https://www.ovhcloud.com/es-es/public-cloud/) en su cuenta de OVHcloud -- una [dirección Additional IP](https://www.ovhcloud.com/es-es/bare-metal/ip/) o un bloque Additional IP +- una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud +- una [dirección Additional IP](/links/network/additional-ip) o un bloque Additional IP - acceso de administrador (sudo) a su instancia por SSH o GUI - conocimientos básicos de redes y administración @@ -312,6 +313,6 @@ Para probar la conexión, solo tiene que enviar un ping a su dirección Addition [Migrar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es-es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md index 28e678eba6d..17444c954dc 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md @@ -1,16 +1,17 @@ --- title: Configurar una Additional IP excerpt: Cómo añadir direcciones Additional IP a la configuración de la instancia -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - -> [!primary] +> Este artículo explica cómo configurar direcciones Additional IPv4 en una interfaz pública. También puede configurar direcciones IPv6 en sus instancias de Public Cloud utilizando [esta guía](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite la interconexión en una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. > -> Desde el 6 de octubre de 2022, nuestra solución "Failover IP" se denomina desde ahora [Additional IP](/links/network/additional-ip). Esto no afectará a sus funcionalidades. +> Para más información sobre la configuración de las direcciones Additional IP en un vRack para su uso con instancias de Public Cloud, consulte las guías siguientes: +> - [Configurar un bloque IP en un vRack en una instancia Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurar un bloque IPv6 en un vRacK (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo @@ -20,15 +21,15 @@ Es posible que necesite configurar direcciones Additional IP en sus instancias, **Esta guía explica cómo añadir direcciones Additional IP a su configuración de red.** > [!warning] ->OVHcloud le ofrece los servicios que usted es responsable de configurar y gestionar. Usted es responsable de su buen funcionamiento. +> OVHcloud le ofrece los servicios que usted es responsable de configurar y gestionar. Usted es responsable de su buen funcionamiento. > ->Esta guía le ayudará en la mayor medida posible a realizar las tareas habituales. No obstante, si tiene dificultades o dudas con respecto a la administración, el uso o la ejecución de los servicios en un servidor, le recomendamos que contacte con un proveedor de servicios especializado. +> Esta guía le ayudará en la mayor medida posible a realizar las tareas habituales. No obstante, si tiene dificultades o dudas con respecto a la administración, el uso o la ejecución de los servicios en un servidor, le recomendamos que contacte con un proveedor de servicios especializado. > ## Requisitos -- una [instancia de Public Cloud](https://www.ovhcloud.com/es/public-cloud/) en su cuenta de OVHcloud -- una [dirección Additional IP](https://www.ovhcloud.com/es/bare-metal/ip/) o un bloque Additional IP +- una [instancia de Public Cloud](/links/public-cloud/public-cloud) en su cuenta de OVHcloud +- una [dirección Additional IP](/links/network/additional-ip) o un bloque Additional IP - acceso de administrador (sudo) a su instancia por SSH o GUI - conocimientos básicos de redes y administración @@ -312,6 +313,6 @@ Para probar la conexión, solo tiene que enviar un ping a su dirección Addition [Migrar una Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](https://www.ovhcloud.com/es/professional-services/) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. +Si necesita formación o asistencia técnica para implantar nuestras soluciones, póngase en contacto con su representante de ventas o haga clic en [este enlace](/links/professional-services) para obtener un presupuesto y solicitar un análisis personalizado de su proyecto a nuestros expertos del equipo de Servicios Profesionales. -Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md index bda62424603..d232a59fa51 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md @@ -1,12 +1,17 @@ --- title: Configurer une Additional IP excerpt: Découvrez comment ajouter des adresses Additional IP à la configuration de votre instance -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos instances Public Cloud en utilisant [ce guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Veuillez noter que les adresses Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité. > -> Depuis le 6 octobre 2022, notre solution "IP Failover" s'appelle désormais [Additional IP](/links/network/additional-ip). Cela n'a pas d'impact sur ses fonctionnalités. +> Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants : +> - [Configurer un bloc IP dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurer un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif @@ -23,8 +28,8 @@ Vous devrez peut-être configurer des adresses Additional IP sur vos instances, ## Prérequis -- une [instance Public Cloud](https://www.ovhcloud.com/fr-ca/public-cloud/) dans votre compte OVHcloud -- une [adresse Additional IP](https://www.ovhcloud.com/fr-ca/bare-metal/ip/) ou un bloc Additional IP +- une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud +- une [adresse Additional IP](/links/network/additional-ip) ou un bloc Additional IP - un accès administrateur (sudo) via SSH ou GUI à votre instance - des connaissances de base sur les réseaux et leur administration @@ -303,6 +308,6 @@ Pour tester la connexion, il vous suffit d'envoyer un ping à votre adresse Addi [Basculer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md index c6c424ec916..a9a7699943a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md @@ -1,16 +1,17 @@ --- title: Configurer une Additional IP excerpt: Découvrez comment ajouter des adresses Additional IP à la configuration de votre instance -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] > Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses IPv6 sur vos instances Public Cloud en utilisant [ce guide](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > -> Veuillez noter que les adresses Additional IP peuvent également être configurées dans un réseau privé vRack, ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité.
-> Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants :
-> [Configuration d'un bloc d'IP publiques dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance) ;
-> [Configuration d'un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> Veuillez noter que les adresses Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité. +> +> Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants : +> - [Configurer un bloc IP dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurer un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objectif @@ -20,15 +21,15 @@ Vous devrez peut-être configurer des adresses Additional IP sur vos instances, **Ce guide explique comment ajouter des adresses Additional IP à votre configuration réseau.** > [!warning] ->OVHcloud vous fournit des services dont vous êtes responsable en ce qui concerne leur configuration et leur gestion. Vous êtes donc responsable de leur bon fonctionnement. +> OVHcloud vous fournit des services dont vous êtes responsable en ce qui concerne leur configuration et leur gestion. Vous êtes donc responsable de leur bon fonctionnement. > ->Ce guide est conçu pour vous aider le plus possible dans les tâches courantes. Néanmoins, nous vous recommandons de contacter un prestataire de services spécialisé si vous rencontrez des difficultés ou des doutes concernant l'administration, l'utilisation ou la mise en oeuvre des services sur un serveur. +> Ce guide est conçu pour vous aider le plus possible dans les tâches courantes. Néanmoins, nous vous recommandons de contacter un prestataire de services spécialisé si vous rencontrez des difficultés ou des doutes concernant l'administration, l'utilisation ou la mise en oeuvre des services sur un serveur. > ## Prérequis -- une [instance Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud -- une [adresse Additional IP](https://www.ovhcloud.com/fr/bare-metal/ip/) ou un bloc Additional IP +- une [instance Public Cloud](/links/public-cloud/public-cloud) dans votre compte OVHcloud +- une [adresse Additional IP](/links/network/additional-ip) ou un bloc Additional IP - un accès administrateur (sudo) via SSH ou GUI à votre instance - des connaissances de base sur les réseaux et leur administration @@ -312,6 +313,6 @@ Pour tester la connexion, il vous suffit d'envoyer un ping à votre adresse Addi [Basculer une Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md index e30348ae88a..907987cfb75 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md @@ -1,16 +1,17 @@ --- title: Configura un Additional IP excerpt: Come aggiungere indirizzi Additional IP alla configurazione della tua istanza -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. +> Questo articolo riguarda la configurazione di indirizzi Additional IPv4 su un'interfaccia pubblica. È inoltre possibile configurare indirizzi IPv6 sulle istanze Public Cloud utilizzando [questa guida](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > - -> [!primary] +> Ti ricordiamo che gli indirizzi Additional IP possono essere configurati anche in una vRack (rete privata), per consentire l'interconnessione su un'ampia gamma di servizi OVHcloud e offrire una maggiore flessibilità. > -> Dal 6 ottobre 2022, la nostra soluzione "Failover IP" si chiama [Additional IP](/links/network/additional-ip). Questo non ha alcun impatto sulla sua funzionalità. +> Per maggiori informazioni sulla configurazione degli indirizzi Additional IP in una vRack da utilizzare con le istanze Public Cloud, consulta queste guide: +> - [Configurare un blocco IP in una vRack su un’istanza Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurare un blocco IPv6 in una vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Obiettivo @@ -27,8 +28,8 @@ Potrai configurare indirizzi Additional IP sulle tue istanze, ad esempio se ospi ## Prerequisiti -- un'[istanza Public Cloud](https://www.ovhcloud.com/it/public-cloud/) nel tuo account OVHcloud -- un [indirizzo Additional IP](https://www.ovhcloud.com/it/bare-metal/ip/) o un blocco Additional IP +- un'[istanza Public Cloud](/links/public-cloud/public-cloud) nel tuo account OVHcloud +- un [indirizzo Additional IP](/links/network/additional-ip) o un blocco Additional IP - un accesso amministratore (sudo) via SSH o GUI alla tua istanza - conoscenze di base sulle reti e la loro amministrazione @@ -312,6 +313,6 @@ Per testare la connessione, ti basta inviare un ping al tuo indirizzo Additional [Trasferisci un Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](https://www.ovhcloud.com/it/professional-services/) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. +Se avete bisogno di formazione o di assistenza tecnica per implementare le nostre soluzioni, contattate il vostro rappresentante o cliccate su [questo link](/links/professional-services) per ottenere un preventivo e richiedere un'analisi personalizzata del vostro progetto da parte dei nostri esperti del team Professional Services. -Contatta la nostra Community di utenti all’indirizzo . +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md index 5175e6d7d0f..fb3a70fefa3 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md @@ -1,16 +1,17 @@ --- title: Konfiguracja Additional IP excerpt: Dowiedz się, jak dodawać adresy Additional IP do konfiguracji Twojej instancji -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> - -> [!primary] +> Ten artykuł dotyczy konfiguracji adresów Additional IPv4 w interfejsie publicznym. Możesz również skonfigurować adresy IPv6 dla instancji Public Cloud, korzystając z [tego przewodnika](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> +> Pamiętaj, że adresy Additional IP można również skonfigurować w sieci vRack (sieć prywatna), co pozwala na połączenie w ramach szerokiej gamy usług OVHcloud, oferując więcej elastyczności. > -> Od 6 października 2022 nasze rozwiązanie "Failover IP" nazywa się teraz [Additional IP](/links/network/additional-ip). To nie ma wpływu na jego funkcje. +> Więcej informacji na temat konfigurowania adresów Additional IP w sieci vRack do użytku z instancjami Public Cloud znajdziesz w następujących przewodnikach: +> - [Konfiguracja bloku IP w sieci vRack w instancji Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Konfiguracja bloku IPv6 w sieci vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Wprowadzenie @@ -20,15 +21,15 @@ Być może będziesz musiał skonfigurować adresy Additional IP na Twoich insta **Niniejszy przewodnik wyjaśnia, jak dodawać adresy Additional IP do Twojej konfiguracji sieci.** > [!warning] ->OVHcloud świadczy usługi, za które jesteś odpowiedzialny w związku z ich konfiguracją i zarządzaniem. Jesteś więc odpowiedzialny za ich prawidłowe funkcjonowanie. +> OVHcloud świadczy usługi, za które jesteś odpowiedzialny w związku z ich konfiguracją i zarządzaniem. Jesteś więc odpowiedzialny za ich prawidłowe funkcjonowanie. > ->Niniejszy przewodnik ma na celu pomoc w wykonywaniu bieżących zadań. W przypadku trudności lub wątpliwości związanych z administrowaniem, użytkowaniem lub wdrażaniem usług na serwerze zalecamy kontakt z wyspecjalizowanym dostawcą usług. +> Niniejszy przewodnik ma na celu pomoc w wykonywaniu bieżących zadań. W przypadku trudności lub wątpliwości związanych z administrowaniem, użytkowaniem lub wdrażaniem usług na serwerze zalecamy kontakt z wyspecjalizowanym dostawcą usług. > ## Wymagania początkowe -- instancji [Public Cloud](https://www.ovhcloud.com/pl/public-cloud/) na Twoim koncie OVHcloud -- adresu [Additional IP](https://www.ovhcloud.com/pl/bare-metal/ip/) lub bloku Additional IP +- instancji [Public Cloud](/links/public-cloud/public-cloud) na Twoim koncie OVHcloud +- adresu [Additional IP](/links/network/additional-ip) lub bloku Additional IP - dostęp administratora (sudo) przez SSH lub GUI do Twojej instancji - podstawowa wiedza o sieciach i ich administrowaniu @@ -312,6 +313,6 @@ Aby przetestować połączenie, wystarczy wysłać ping na adres Additional IP z [Przenieś Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](https://www.ovhcloud.com/pl/professional-services/), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. +Jeśli potrzebujesz szkolenia lub pomocy technicznej w celu wdrożenia naszych rozwiązań, skontaktuj się z przedstawicielem handlowym lub kliknij [ten link](/links/professional-services), aby uzyskać wycenę i poprosić o spersonalizowaną analizę projektu od naszych ekspertów z zespołu Professional Services. -Dołącz do społeczności naszych użytkowników na stronie . +Dołącz do [grona naszych użytkowników](/links/community). diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md index 87214c44970..dc1b25ea00b 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md @@ -1,16 +1,17 @@ --- title: Configurar um Additional IP excerpt: "Saiba como adicionar endereços Additional IP à configuração da sua instância" -updated: 2025-04-28 +updated: 2025-07-21 --- > [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página. +> Este artigo diz respeito à configuração de endereços Additional IPv4 numa interface pública. Também pode configurar endereços IPv6 nas suas instâncias Public Cloud utilizando [este manual](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > - -> [!primary] +> Tenha em conta que os endereços Additional IP podem igualmente ser configurados num vRack (rede privada), o que permite a interligação numa vasta gama de serviços OVHcloud, oferecendo uma maior flexibilidade. > -> A partir de 6 de outubro de 2022, a nossa solução "Failover IP" passou a designar-se [Additional IP](/links/network/additional-ip). Isto não afeta as suas funcionalidades. +> Encontrará mais informações sobre a configuração dos endereços Additional IP num vRack para uma utilização com as instâncias Public Cloud nos seguintes guias: +> - [Configurar um bloco IP num vRack numa instância Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [Configurar um bloco IPv6 num vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > ## Objetivo @@ -20,15 +21,15 @@ Poderá ter de configurar endereços Additional IP nas suas instâncias, por exe **Este guia explica como adicionar endereços Additional IP à sua configuração de rede.** > [!warning] ->A OVHcloud fornece-lhe serviços pelos quais é responsável em termos de configuração e gestão. Assim, é responsável pelo seu bom funcionamento. +> A OVHcloud fornece-lhe serviços pelos quais é responsável em termos de configuração e gestão. Assim, é responsável pelo seu bom funcionamento. > ->Este guia foi concebido para o ajudar o mais possível nas tarefas mais comuns. No entanto, se encontrar dificuldades ou dúvidas relativamente à administração, utilização ou implementação dos serviços num servidor, recomendamos que contacte um fornecedor especializado. +> Este guia foi concebido para o ajudar o mais possível nas tarefas mais comuns. No entanto, se encontrar dificuldades ou dúvidas relativamente à administração, utilização ou implementação dos serviços num servidor, recomendamos que contacte um fornecedor especializado. > ## Requisitos -- uma [instância Public Cloud](https://www.ovhcloud.com/pt/public-cloud/) na sua conta OVHcloud -- um [endereço Additional IP](https://www.ovhcloud.com/pt/bare-metal/ip/) ou um bloco Additional IP +- uma [instância Public Cloud](/links/public-cloud/public-cloud) na sua conta OVHcloud +- um [endereço Additional IP](/links/bare-metal/ip) ou um bloco Additional IP - um acesso administrador (sudo) através de SSH ou GUI à sua instância - conhecimentos básicos sobre as redes e a sua administração @@ -312,6 +313,6 @@ Para testar a ligação, basta enviar um ping ao seu endereço Additional IP a p [Migrar um Additional IP](/pages/public_cloud/public_cloud_network_services/additional-ip-migrate) -Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](https://www.ovhcloud.com/pt/professional-services/) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. +Se precisar de formação ou de assistência técnica para implementar as nossas soluções, contacte o seu representante comercial ou clique em [esta ligação](/links/professional-services) para obter um orçamento e solicitar uma análise personalizada do seu projecto aos nossos especialistas da equipa de Serviços Profissionais. -Fale com nossa comunidade de utilizadores: . \ No newline at end of file +Fale com a nossa [comunidade de utilizadores](/links/community). \ No newline at end of file From fe6bf141870768c287deef6af04ee7e18066590c Mon Sep 17 00:00:00 2001 From: jessica Date: Mon, 21 Jul 2025 13:57:34 -0400 Subject: [PATCH 123/160] duplos and fixes --- .../proxmox-network-HG-Scale/guide.fr-ca.md | 7 +++++++ .../configure-ipv6/guide.de-de.md | 14 +++++--------- .../configure-ipv6/guide.en-asia.md | 13 ++++++------- .../configure-ipv6/meta.yaml | 3 ++- .../meta.yaml | 3 ++- 5 files changed, 22 insertions(+), 18 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md index 8fb30507e34..6b60b268ac9 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md @@ -11,6 +11,13 @@ updated: 2025-05-16 > Les générations de serveurs Advance plus anciennes ne reposent pas sur la même infrastructure réseau. > +> [!primary] +> Cet article concerne la configuration d'adresses Additional IPv4 sur une interface publique. Vous pouvez également configurer des adresses Additional IPv6 sur vos machines virtuelles en utilisant [ce guide](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm). +> +> Veuillez noter que les Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet d'interconnecter une large gamme de services OVHcloud, offrant plus de flexibilité.
+> Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> + > [!warning] > > Depuis mai 2025, les adresses MAC virtuelles peuvent être utilisées sur les serveurs des gammes High Grade et Scale. diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index 92f8955e4ba..6aa5fc67c2e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -5,15 +5,11 @@ updated: 2025-07-21 --- > [!primary] -> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> -> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. -> -> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). -> - -> [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. +> In diesem Artikel wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. +> +> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. +> +> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 49d22034379..2e766f5a52d 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -3,15 +3,14 @@ title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' updated: 2025-07-21 --- ---- > [!primary] -> In diesem Artikel wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. -> -> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. -> -> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. -> +> This article is about Primary IPv6 configuration on a public interface. You can also configure Additional IP addresses on your VPS using [this guide](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> +> Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. +> +> Learn how to configure Additional IP addresses in a vRack with our guides for [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) and [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). +> ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/meta.yaml b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/meta.yaml index b59c008b694..86aaeae2fd7 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/meta.yaml +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/meta.yaml @@ -1,2 +1,3 @@ id: a718350e-1b0a-4b38-9e03-5a6ea21782ca -full_slug: vps-configuring-ipv6 \ No newline at end of file +full_slug: vps-configuring-ipv6 +translation_banner: true \ No newline at end of file diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/meta.yaml b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/meta.yaml index 58162811b57..bbe50d93abb 100755 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/meta.yaml +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/meta.yaml @@ -1,2 +1,3 @@ id: 92c71755-8ba8-4471-81d0-08bc4396d55e -full_slug: public-cloud-network-configure-additional-ip \ No newline at end of file +full_slug: public-cloud-network-configure-additional-ip +translation_banner: true \ No newline at end of file From 9ff433ea37c7f84cd673cabe671c5549cb8a52c2 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 08:28:42 +0200 Subject: [PATCH 124/160] FileZilla for Web Hosting - Emphasizing info about Net2FTP disabling --- .../exchange_dns_cname/guide.es-us.md | 109 ++++++++++++++++++ .../ftp_filezilla_user_guide/guide.de-de.md | 17 +-- .../ftp_filezilla_user_guide/guide.en-asia.md | 24 ++-- .../ftp_filezilla_user_guide/guide.en-au.md | 24 ++-- .../ftp_filezilla_user_guide/guide.en-ca.md | 24 ++-- .../ftp_filezilla_user_guide/guide.en-gb.md | 16 +-- .../ftp_filezilla_user_guide/guide.en-ie.md | 24 ++-- .../ftp_filezilla_user_guide/guide.en-sg.md | 24 ++-- .../ftp_filezilla_user_guide/guide.en-us.md | 26 ++--- .../ftp_filezilla_user_guide/guide.es-es.md | 16 +-- .../ftp_filezilla_user_guide/guide.es-us.md | 16 +-- .../ftp_filezilla_user_guide/guide.fr-ca.md | 16 +-- .../ftp_filezilla_user_guide/guide.fr-fr.md | 16 +-- .../ftp_filezilla_user_guide/guide.it-it.md | 16 +-- .../ftp_filezilla_user_guide/guide.pl-pl.md | 17 +-- .../ftp_filezilla_user_guide/guide.pt-pt.md | 16 +-- 16 files changed, 210 insertions(+), 191 deletions(-) create mode 100644 pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md diff --git a/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md b/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md new file mode 100644 index 00000000000..e7ee152ec3e --- /dev/null +++ b/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md @@ -0,0 +1,109 @@ +--- +title: 'Crear un registro CNAME para asociar un dominio' +excerpt: 'Cómo y por qué añadir un registro CNAME a un dominio' +updated: 2023-08-29 +--- + +## Objetivo + +Al añadir un dominio a su plataforma de correo, es posible que se le pida que configure un registro CNAME en la zona DNS. El objetivo de esta operación es garantizar que el dominio en cuestión es legítimo para su uso en la plataforma de correo. + +**Esta guía explica cómo validar un dominio en una plataforma de correo añadiendo un registro CNAME.** + +## Requisitos + +- Estar conectado al [área de cliente de OVHcloud](/links/manager), en la sección `Web Cloud`{.action}. +- Disponer de una solución [Exchange](/links/web/emails). +- Haber añadido un dominio a su plataforma de correo. Si lo necesita, puede consultar la guía [Añadir un dominio a una plataforma de correo](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_adding_domain). +- Estar en condiciones de [configurar la zona DNS](/pages/web_cloud/domains/dns_zone_edit) del dominio en cuestión, desde el área de cliente de OVHcloud o desde la interfaz de gestión en la que esté registrado. + +## Procedimiento + +### ¿Por qué crear un registro CNAME? + +Aquí se utiliza el registro CNAME como alias, que apunta a un destino que, a su vez, apunta a una dirección IP. Por lo tanto, no se trata de un registro vinculado a un servicio de correo. + +En el marco de nuestras ofertas [**Hosted Exchange**](/links/web/emails-hosted-exchange) y [**Email Pro**](/links/web/email-pro), este registro CNAME se utiliza como código de validación (token) que será visible en la zona DNS del dominio que se quiera validar. El objetivo es comprobar que el usuario de la plataforma de correo es el gestor del dominio que añade. + +En el diagrama siguiente, la plataforma de correo electrónico ([Exchange](/links/web/emails) o [Email Pro](/links/web/email-pro)) se representa mediante el marco verde.
+Para formar las direcciones de correo electrónico, añada cuentas (representadas en este caso por "**contacto**", "**john.smith**" y "**mary.johnson**").
+El dominio **mydomain.ovh** se ha añadido a la plataforma de correo (consultar la guía "[Añadir un dominio a una plataforma de correo](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_adding_domain) ").
+La plataforma genera un código de validación (en nuestro ejemplo, "**abcd1-check**").
+Si la zona DNS del dominio **mydomain.ovh** no está gestionada en la misma cuenta de cliente de OVHcloud o se gestiona desde un panel de control externo, deberá añadir el código en forma de registro CNAME. Este registro se representa mediante el marco azul del ejemplo.
+La plataforma de correo puede observar los registros DNS del dominio **mydomain.ovh** para comprobar la presencia del código de validación. + +![Correo electrónico](images/email-dns-conf-cname01.png){.thumbnail} + +Una vez que la plataforma de correo haya podido leer el código de validación en la zona DNS del dominio **mydomain.ovh**, es posible formar las direcciones **contact@mydomain.ovh**, **john.smith@mydomain.ovh** y **mary.johnson@mydomain.ovh**. + +### Paso 1 - Entender el diagnóstico CNAME de OVHcloud + +La etiqueta de diagnóstico **CNAME** aparece en la pestaña `Dominios asociados`{.action} de su plataforma de correo tras añadir su dominio. + +![CNAME](images/cname_exchange_diagnostic.png){.thumbnail} + +En el ejemplo anterior, la etiqueta es roja. Estas son las posibles razones de este diagnóstico: + +- **El dominio declarado no se gestiona con la misma cuenta de cliente de OVHcloud que su plataforma de correo**. Realice [el paso 3](#step3) de esta guía desde el área de cliente de la cuenta de OVHcloud que gestiona la zona DNS del dominio. +- **El dominio declarado utiliza servidores DNS externos a OVHcloud**: el dominio está registrado en OVHcloud, pero utiliza servidores DNS "personalizados". Para comprobarlo, en la columna izquierda, haga clic en `Dominios`{.action} y seleccione el dominio. En la pestaña `Información general`{.action}, consulte "Servidores DNS". Si especifica `Personalizados`{.action}, deberá conectarse a la interfaz de gestión de los servidores DNS registrados en la pestaña `Servidores DNS`{.action} + +![Correo electrónico](images/email-dns-conf-cname02.png){.thumbnail} + +- **El dominio no está registrado en OVHcloud y no utiliza servidores DNS de OVHcloud**: el dominio está registrado en otro agente registrador. Compruebe que la zona DNS se haya configurado correctamente desde el panel que le ofrezca el agente registrador del dominio. + +### Paso 2 - Obtener el código de validación + +Abra la pestaña `Dominios asociados`{.action} y haga clic en la etiqueta roja `CNAME` en la columna "Diagnóstico" para obtener la información necesaria. + +El registro CNAME se describe en el cuadro de diálogo que aparece. + +![CNAME](images/cname_exchange_informations.png){.thumbnail} + +Introduzca el código único que aparece en la línea central (`a1bcd-check.mydomain.ovh to ovh.com.` en el ejemplo anterior). + +### Paso 3 - Crear el registro CNAME + +Seleccione la pestaña correspondiente a su situación: + +> [!tabs] +> **Desde el área de cliente de OVHcloud** +>> En la sección `Web Cloud`{.action}, haga clic en `Dominios`{.action} y seleccione el dominio correspondiente. A continuación, abra la pestaña `Zona DNS`{.action}.
+>> Aparecerá la configuración de la zona DNS. Para añadir un registro CNAME, haga clic en el botón `Añadir un registro`{.action} a la derecha.
+>> En la nueva ventana, podrá ver varios registros DNS. Haga clic en `CNAME`{.action} y complete los campos según la información obtenida en [el paso 2](#step2) de esta guía.
+>> Por ejemplo, si el código de validación es "**a1bcd-check**", debe introducirse en la casilla "subdominio". Por último, introduzca "**ovh.com.**" en el apartado "Destino", recordando el apartado **.**" final. +>> +>> ![CNAME](images/cname_add_entry_dns_zone.png){.thumbnail} +>> +>> Una vez introducidos los datos, haga clic en el botón `Siguiente`{.action}. Asegúrese de que la información mostrada es correcta y haga clic en `Confirmar`{.action}.
+>> +>> > [!warning] +>> > +>> > El cambio tarda un tiempo de propagación que normalmente se aplica en unos minutos. Sin embargo, puede llegar hasta las 24 horas. +>> +> **Desde una interfaz externa a OVHcloud** +>> +>> Conéctese a la interfaz que gestiona la zona DNS del dominio y añada un registro de tipo CNAME a la misma, con los siguientes parámetros: +>> +>> - **Subdominio**: Introduzca el valor como "**xxxxx-check**", sustituyendo las "**x**" por el código único que aparece en [el paso 2](#step2) de esta guía. +>> - **Destino**: Introduzca el valor "**ovh.com.**" recordando el "**.**" final si su interfaz de entrada no lo hace automáticamente. +>> +>> Confirme este cambio en su zona DNS. +>> +>> > [!warning] +>> > +>> > Este cambio requiere un tiempo de propagación, que suele aplicarse en cuestión de minutos. Sin embargo, puede llegar hasta las 24 horas. +>> > +>> +>> A continuación ofrecemos un ejemplo de respuesta DNS tras añadir un registro CNAME de validación: +>> +>> ```bash +>> ab1cd-check.mydomain.ovh. 3600 IN CNAME ovh.com. +>> ``` + +Para comprobar que la plataforma de correo ha leído la configuración del registro CNAME, vuelva a esta y abra la pestaña `Dominios asociados`{.action}. Si la etiqueta `CNAME` ya no aparece en la columna "Diagnóstico", el dominio se añadirá correctamente. Si sigue estando roja, es posible que la propagación todavía no haya finalizado. + +![CNAME](images/cname_exchange_diagnostic_green.png){.thumbnail} + +## Más información + +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.de-de.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.de-de.md index 445d7b388c3..f7dbec1de3f 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.de-de.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.de-de.md @@ -4,7 +4,12 @@ excerpt: "Verwendung der FileZilla Software mit Ihrem Webhosting" updated: 2025-06-10 --- -## Ziel +> [!primary] +> **FTP-Explorer/Net2FTP deaktivieren** +> +> Bei Webhostings ist es nicht mehr möglich, sich mit dem FTP-Speicherplatz über das Online-Tool FTP Explorer/Net2FTP zu verbinden. Um sich weiterhin per FTP mit Ihrem Webhosting zu verbinden, verwenden Sie die Programme [Filezilla](https://filezilla-project.org/download.php){.external} oder [Cyberduck](https://cyberduck.io/){.external}. + +## Ziel FileZilla ist ein FTP-Client, der für mehrere Betriebssystemen (Windows, macOS etc.) kostenlos zur Verfügung steht. @@ -12,22 +17,12 @@ Sie können damit Dateien bzw. Ihre Websiten online stellen, indem Sie sich im [ **In dieser Anleitung erfahren Sie, wie Sie FileZilla mit Ihrem Webhosting verwenden.** -> [!warning] -> OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. -> -> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Dennoch empfehlen wir Ihnen, falls Sie Hilfe brauchen, einen [spezialisierten Dienstleister](/links/partner) zu kontaktieren oder Ihre Fragen in der OVHcloud Community zu stellen. Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. Weitere Informationen finden Sie am [Ende dieser Anleitung](#go-further). -> - ## Voraussetzungen - Sie haben ein [OVHcloud Webhosting](/links/web/hosting) in Ihrem Kunden-Account. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). - Sie haben FileZilla auf Ihrem Gerät installiert. Das Programm ist kostenlos verfügbar auf der offiziellen Seite: [filezilla-project.org](https://FileZilla-project.org/download.php){.external} -> [!primary] -> -> Bei Webhostings ist es nicht mehr möglich, sich mit dem FTP-Speicherplatz über das Online-Tool FTP Explorer/Net2FTP zu verbinden. Um sich weiterhin per FTP mit Ihrem Webhosting zu verbinden, verwenden Sie die Programme [Filezilla](https://filezilla-project.org/download.php){.external} oder [Cyberduck](https://cyberduck.io/){.external}. - ## Interface Übersicht ![Hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-asia.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-asia.md index 2f7d034aaf1..ef1d44a7e9b 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-asia.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-asia.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** - -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> +**Find out how to use the FileZilla software on your web hosting plan.** ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-au.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-au.md index c87b372e810..89eaa107023 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-au.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-au.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** - -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> +**Find out how to use the FileZilla software on your web hosting plan.** ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ca.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ca.md index c87b372e810..89eaa107023 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ca.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ca.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** - -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> +**Find out how to use the FileZilla software on your web hosting plan.** ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-gb.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-gb.md index abdf43461e3..e4a7bb162fb 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-gb.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-gb.md @@ -4,6 +4,11 @@ excerpt: "Find here a tutorial for using the FileZilla software on your web host updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). @@ -11,23 +16,12 @@ You can use it to put files or your website online by [connecting to your web ho **Find out how to use the FileZilla software on your web hosting plan.** -> [!warning] -> -> OVHcloud provides services that you are responsible for with regard to their configuration and management. It is therefore your responsibility to ensure that they function properly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) if you encounter any difficulties. We will not be able to assist you. You can find more information in the [`Go further`](#go-further) section of this guide. -> - ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) - An [OVHcloud Web Hosting plan](/links/web/hosting) - You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. - ## Interface overview ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ie.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ie.md index c87b372e810..89eaa107023 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ie.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-ie.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** - -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> +**Find out how to use the FileZilla software on your web hosting plan.** ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-sg.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-sg.md index 2f7d034aaf1..ef1d44a7e9b 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-sg.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-sg.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** - -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> +**Find out how to use the FileZilla software on your web hosting plan.** ## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-us.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-us.md index cf22507ffb7..81aa35a25bb 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-us.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.en-us.md @@ -1,32 +1,26 @@ --- title: "Tutorial - Using FileZilla with your OVHcloud hosting" -excerpt: "Find here a tutorial for using the Filezilla software on your web hosting" +excerpt: "Find here a tutorial for using the FileZilla software on your web hosting" updated: 2025-06-10 --- +> [!primary] +> **FTP Explorer/Net2FTP tool deactivated** +> +> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. + ## Objective FileZilla is free software available on several operating systems (Windows, macOS, etc.). You can use it to put files or your website online by [connecting to your web hosting plan’s FTP space](/pages/web_cloud/web_hosting/ftp_connection). -**Find out how to use the Filezilla software on your web hosting plan.** +**Find out how to use the FileZilla software on your web hosting plan.** -> [!warning] -> -> OVHcloud provides services which you are responsible for with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. -> -> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](/links/partner) and/or the software publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [“Go further”](#go-further) section of this tutorial. -> - -## Requirements +## Requirements - Access to the [OVHcloud Control Panel](/links/manager) -- An [OVHcloud Web Hosting plan](/links/web/hosting){.external} -- You need to have installed Filezilla software on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. - -> [!primary] -> -> For web hosting plans, you can no longer log in to your FTP storage space via the FTP Explorer/Net2FTP online tool. To continue connecting to your web hosting plan via FTP, use the [Filezilla](https://filezilla-project.org/download.php){.external} or [Cyberduck](https://cyberduck.io/){.external} software. +- An [OVHcloud Web Hosting plan](/links/web/hosting) +- You need to have installed the FileZilla client on your computer. It is available free of charge from the page [filezilla-project.org](https://filezilla-project.org/download.php){.external}. ## Interface overview diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-es.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-es.md index ec45c61f79c..8e5693e6084 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-es.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-es.md @@ -4,6 +4,11 @@ excerpt: "Consulte aquí un tutorial sobre el uso de Filezilla en su alojamiento updated: 2025-06-10 --- +> [!primary] +> **Desactivación de FTP Explorer/Net2FTP** +> +> Para los alojamientos web, ya no es posible conectarse al espacio de almacenamiento FTP mediante la herramienta en línea FTP Explorer/Net2FTP. Para seguir conectándose por FTP a su alojamiento web, utilice los programas [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. + ## Objetivo FileZilla es un programa gratuito disponible en varios sistemas operativos (Windows, macOS, etc.). @@ -11,23 +16,12 @@ Permite publicar archivos o su sitio web [conectándose al espacio FTP](/pages/w **Esta guía explica cómo utilizar Filezilla en un alojamiento compartido.** -> [!warning] -> -> La configuración, la gestión y la responsabilidad de los servicios que OVHcloud pone a su disposición recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. -> -> Ponemos a su disposición este tutorial para ayudarle a realizar las tareas más habituales. No obstante, si necesita ayuda, le recomendamos que contacte con un [proveedor especializado](/links/partner) o con el editor del programa. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado ["Más información"](#go-further) de este tutorial. -> - ## Requisitos - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager). - Tener contratado un [plan de hosting](/links/web/hosting){.external}. - Haber instalado Filezilla en su ordenador. Está disponible de forma gratuita en la página [filezilla-project.org.](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Para los alojamientos web, ya no es posible conectarse al espacio de almacenamiento FTP mediante la herramienta en línea FTP Explorer/Net2FTP. Para seguir conectándose por FTP a su alojamiento web, utilice los programas [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. - ## Presentación de la interfaz ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-us.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-us.md index 70970273873..8fc39f9d1c4 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-us.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.es-us.md @@ -4,6 +4,11 @@ excerpt: "Consulte aquí un tutorial sobre el uso de Filezilla en su alojamiento updated: 2025-06-10 --- +> [!primary] +> **Desactivación de FTP Explorer/Net2FTP** +> +> Para los alojamientos web, ya no es posible conectarse al espacio de almacenamiento FTP mediante la herramienta en línea FTP Explorer/Net2FTP. Para seguir conectándose por FTP a su alojamiento web, utilice los programas [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. + ## Objetivo FileZilla es un programa gratuito disponible en varios sistemas operativos (Windows, macOS, etc.). @@ -11,23 +16,12 @@ Permite publicar archivos o su sitio web [conectándose al espacio FTP](/pages/w **Esta guía explica cómo utilizar Filezilla en un alojamiento compartido.** -> [!warning] -> -> La configuración, la gestión y la responsabilidad de los servicios que OVHcloud pone a su disposición recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. -> -> Ponemos a su disposición este tutorial para ayudarle a realizar las tareas más habituales. No obstante, si necesita ayuda, le recomendamos que contacte con un [proveedor especializado](/links/partner) o con el editor del programa. Nosotros no podremos asistirle al respecto. Para más información, consulte el apartado ["Más información"](#go-further) de este tutorial. -> - ## Requisitos - Haber iniciado sesión en el [área de cliente de OVHcloud](/links/manager). - Tener contratado un [plan de hosting](/links/web/hosting){.external}. - Haber instalado Filezilla en su ordenador. Está disponible de forma gratuita en la página [filezilla-project.org.](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Para los alojamientos web, ya no es posible conectarse al espacio de almacenamiento FTP mediante la herramienta en línea FTP Explorer/Net2FTP. Para seguir conectándose por FTP a su alojamiento web, utilice los programas [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. - ## Presentación de la interfaz ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-ca.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-ca.md index 1b2e4c1d961..9cf4a319caf 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-ca.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-ca.md @@ -4,6 +4,11 @@ excerpt: "Retrouvez ici un tutoriel pour l'utilisation du logiciel Filezilla sur updated: 2025-06-10 --- +> [!primary] +> **Désactivation de l'outil FTP Explorer/Net2FTP** +> +> Pour les hébergements web, il n'est plus possible de se connecter à l'espace de stockage FTP via l'outil en ligne FTP Explorer/Net2FTP. Pour continuer à vous connecter en FTP à votre hébergement web, utilisez les logiciels [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. + ## Objectif FileZilla est un logiciel disponible gratuitement sur plusieurs systèmes d'exploitations (Windows, macOS, etc). @@ -13,23 +18,12 @@ Il permet de mettre en ligne des fichiers ou votre site internet en vous [connec -> [!warning] -> -> OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. -> -> Nous mettons à votre disposition ce tutoriel afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [« Aller plus loin »](#go-further) de ce tutoriel. -> - ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager). - Posséder une [offre d'hébergement web](/links/web/hosting){.external}. - Avoir installé le logiciel Filezilla sur votre ordinateur. Celui-ci est disponible gratuitement depuis la page [filezilla-project.org](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Pour les hébergements web, il n'est plus possible de se connecter à l'espace de stockage FTP via l'outil en ligne FTP Explorer/Net2FTP. Pour continuer à vous connecter en FTP à votre hébergement web, utilisez les logiciels [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. - ## Présentation de l'interface ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-fr.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-fr.md index 2160df0f7f1..c23b44b0fd1 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-fr.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.fr-fr.md @@ -4,6 +4,11 @@ excerpt: "Retrouvez ici un tutoriel pour l'utilisation du logiciel Filezilla sur updated: 2025-06-10 --- +> [!primary] +> **Désactivation de l'outil FTP Explorer/Net2FTP** +> +> Pour les hébergements web, il n'est plus possible de se connecter à l'espace de stockage FTP via l'outil en ligne FTP Explorer/Net2FTP. Pour continuer à vous connecter en FTP à votre hébergement web, utilisez les logiciels [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. + ## Objectif FileZilla est un logiciel disponible gratuitement sur plusieurs systèmes d'exploitations (Windows, macOS, etc). @@ -13,23 +18,12 @@ Il permet de mettre en ligne des fichiers ou votre site internet en vous [connec -> [!warning] -> -> OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. -> -> Nous mettons à votre disposition ce tutoriel afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) et/ou de contacter l'éditeur du logiciel si vous éprouvez des difficultés. En effet, nous ne serons pas en mesure de vous fournir une assistance. Plus d'informations dans la section [« Aller plus loin »](#go-further) de ce tutoriel. -> - ## Prérequis - Être connecté à votre [espace client OVHcloud](/links/manager). - Posséder une [offre d'hébergement web](/links/web/hosting){.external}. - Avoir installé le logiciel Filezilla sur votre ordinateur. Celui-ci est disponible gratuitement depuis la page [filezilla-project.org](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Pour les hébergements web, il n'est plus possible de se connecter à l'espace de stockage FTP via l'outil en ligne FTP Explorer/Net2FTP. Pour continuer à vous connecter en FTP à votre hébergement web, utilisez les logiciels [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. - ## Présentation de l'interface ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.it-it.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.it-it.md index 54bb44931d1..92a48e42328 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.it-it.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.it-it.md @@ -4,6 +4,11 @@ excerpt: "Consulta qui una guida all'utilizzo del software Filezilla sul tuo hos updated: 2025-06-10 --- +> [!primary] +> **Disattivazione dello strumento FTP Explorer/Net2FTP** +> +> Per gli hosting Web, non è più possibile connettersi allo spazio di storage FTP tramite lo strumento online FTP Explorer/Net2FTP. Per continuare a connettersi in FTP al tuo hosting Web, utilizza i software [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. + ## Obiettivo FileZilla è un software disponibile gratuitamente su diversi sistemi operativi (Windows, macOS, ecc...). @@ -11,23 +16,12 @@ Permette di pubblicare online file o sito Internet [accedendo allo spazio FTP](/ **Questa guida ti mostra come utilizzare Filezilla con il tuo hosting condiviso.** -> [!warning] -> -> OVHcloud mette a tua disposizione servizi di cui tu sei responsabile per la configurazione e la gestione. Garantirne quotidianamente il corretto funzionamento è quindi responsabilità dell’utente. -> -> Questa guida ti aiuta a eseguire le operazioni necessarie alla gestione del tuo account. Tuttavia, in caso di difficoltà o dubbi, ti consigliamo di rivolgerti a un [provider specializzato](/links/partner) o contattare l'amministratore del software. OVHcloud non potrà fornirti alcuna assistenza. Per maggiori informazioni consulta la sezione ["Per saperne di più"](#go-further) di questo tutorial. -> - ## Prerequisiti - Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) - Disporre di una soluzione di [hosting Web](/links/web/hosting){.external} attiva - Aver installato il software Filezilla sul tuo computer Disponibile gratuitamente sulla pagina [filezilla-project.org](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Per gli hosting Web, non è più possibile connettersi allo spazio di storage FTP tramite lo strumento online FTP Explorer/Net2FTP. Per continuare a connettersi in FTP al tuo hosting Web, utilizza i software [Filezilla](https://filezilla-project.org/download.php){.external} o [Cyberduck](https://cyberduck.io/){.external}. - ## Presentazione dell'interfaccia ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pl-pl.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pl-pl.md index f87952bd196..64424da01aa 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pl-pl.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pl-pl.md @@ -4,6 +4,11 @@ excerpt: "Zapoznaj się z przewodnikiem dotyczącym korzystania z oprogramowania updated: 2025-06-10 --- +> [!primary] +> **Wyłączanie narzędzia FTP Explorer/Net2FTP** +> +> W przypadku hostingu WWW nie jest już możliwe zalogowanie się do przestrzeni FTP przy użyciu narzędzia online FTP Explorer/Net2FTP. Aby kontynuować łączenie się przez FTP z Twoim hostingiem, skorzystaj z oprogramowania [Filezilla](https://filezilla-project.org/download.php){.external} lub [Cyberduck](https://cyberduck.io/){.external}. + ## Wprowadzenie FileZilla to oprogramowanie dostępne bezpłatnie w wielu systemach operacyjnych (Windows, macOS, etc). @@ -11,24 +16,12 @@ Umożliwia on umieszczanie w Internecie plików lub Twojej strony WWW, [zaloguj **Dowiedz się, jak korzystać z oprogramowania Filezilla na hostingu.** -> [!warning] -> -> OVHcloud udostępnia różnorodne usługi, jednak to Ty odpowiadasz za ich konfigurację i zarządzanie nimi. Ponosisz więc odpowiedzialność za ich prawidłowe funkcjonowanie. -> -> Oddajemy do Twojej dyspozycji niniejszy tutorial, którego celem jest pomoc w jak najlepszym wykonywaniu bieżących zadań. W przypadku trudności zalecamy skorzystanie z [wyspecjalizowanego usługodawcy](/links/partner) lub kontakt z producentem oprogramowania. Niestety firma OVHcloud nie będzie mogła udzielić wsparcia w tym zakresie. Więcej informacji znajduje się w sekcji ["Sprawdź dalej"](#go-further) niniejszego tutoriala. -> - ## Wymagania początkowe - Dostęp do [Panelu klienta OVHcloud](/links/manager). - Posiadanie [hostingu WWW](/links/web/hosting){.external}. - Instalacja programu Filezilla na Twoim komputerze Jest on dostępny bezpłatnie na stronie [filezilla-project.org](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> W przypadku hostingu WWW nie jest już możliwe zalogowanie się do przestrzeni FTP przy użyciu narzędzia online FTP Explorer/Net2FTP. Aby kontynuować łączenie się przez FTP z Twoim hostingiem, skorzystaj z oprogramowania [Filezilla](https://filezilla-project.org/download.php){.external} lub [Cyberduck](https://cyberduck.io/){.external}. - - ## Prezentacja interfejsu ![hosting](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} diff --git a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pt-pt.md b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pt-pt.md index f8d2d48edf2..7e01fbb5c71 100644 --- a/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pt-pt.md +++ b/pages/web_cloud/web_hosting/ftp_filezilla_user_guide/guide.pt-pt.md @@ -4,6 +4,11 @@ excerpt: "Encontre aqui um tutorial para a utilização do software Filezilla no updated: 2025-06-10 --- +> [!primary] +> **Ferramenta FTP Explorer/Net2FTP desativada** +> +> Para os alojamentos web, já não é possível ligar-se ao espaço de armazenamento FTP através da ferramenta online FTP Explorer/Net2FTP. Para continuar a ligar-se em FTP ao seu alojamento web, utilize os programas [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. + ## Objetivo O FileZilla é um software disponível gratuitamente em vários sistemas operativos (Windows, macOS, etc.). @@ -11,23 +16,12 @@ Permite publicar ficheiros ou o seu website [acedendo ao espaço FTP](/pages/web **Saiba como utilizar o software Filezilla com o seu alojamento partilhado.** -> [!warning] -> -> A responsabilidade sobre a configuração e a gestão dos serviços que a OVHcloud disponibiliza recai sobre o utilizador. Assim, deverá certificar-se de que estes funcionam corretamente. -> -> Este tutorial está disponível para o acompanhar nas suas operações mais habituais. No entanto, se encontrar dificuldades, recomendamos que recorra a um [prestador de serviços especializado](/links/partner) e/ou que contacte o editor do software. Não poderemos proporcionar-lhe assistência técnica. Para mais informações, aceda à secção ["Quer saber mais?"](#go-further) deste tutorial. -> - ## Requisitos - Estar ligado à [Área de Cliente OVHcloud](/links/manager). - Ter um serviço de [alojamento Web da OVHcloud](/links/web/hosting){.external}. - Ter instalado o software Filezilla no seu computador. Este último está disponível gratuitamente a partir da página [filezilla-project.org](https://filezilla-project.org/download.php){.external} -> [!primary] -> -> Para os alojamentos web, já não é possível ligar-se ao espaço de armazenamento FTP através da ferramenta online FTP Explorer/Net2FTP. Para continuar a ligar-se em FTP ao seu alojamento web, utilize os programas [Filezilla](https://filezilla-project.org/download.php){.external} ou [Cyberduck](https://cyberduck.io/){.external}. - ## Apresentação da interface ![alojamento](/pages/assets/screens/other/web-tools/filezilla/main-interface.png){.thumbnail} From 4510a7e40ba801b078142e4be9a4f42e095b79fb Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 08:34:13 +0200 Subject: [PATCH 125/160] Deleting unneeded es-us guide --- .../exchange_dns_cname/guide.es-us.md | 109 ------------------ 1 file changed, 109 deletions(-) delete mode 100644 pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md diff --git a/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md b/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md deleted file mode 100644 index e7ee152ec3e..00000000000 --- a/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_dns_cname/guide.es-us.md +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: 'Crear un registro CNAME para asociar un dominio' -excerpt: 'Cómo y por qué añadir un registro CNAME a un dominio' -updated: 2023-08-29 ---- - -## Objetivo - -Al añadir un dominio a su plataforma de correo, es posible que se le pida que configure un registro CNAME en la zona DNS. El objetivo de esta operación es garantizar que el dominio en cuestión es legítimo para su uso en la plataforma de correo. - -**Esta guía explica cómo validar un dominio en una plataforma de correo añadiendo un registro CNAME.** - -## Requisitos - -- Estar conectado al [área de cliente de OVHcloud](/links/manager), en la sección `Web Cloud`{.action}. -- Disponer de una solución [Exchange](/links/web/emails). -- Haber añadido un dominio a su plataforma de correo. Si lo necesita, puede consultar la guía [Añadir un dominio a una plataforma de correo](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_adding_domain). -- Estar en condiciones de [configurar la zona DNS](/pages/web_cloud/domains/dns_zone_edit) del dominio en cuestión, desde el área de cliente de OVHcloud o desde la interfaz de gestión en la que esté registrado. - -## Procedimiento - -### ¿Por qué crear un registro CNAME? - -Aquí se utiliza el registro CNAME como alias, que apunta a un destino que, a su vez, apunta a una dirección IP. Por lo tanto, no se trata de un registro vinculado a un servicio de correo. - -En el marco de nuestras ofertas [**Hosted Exchange**](/links/web/emails-hosted-exchange) y [**Email Pro**](/links/web/email-pro), este registro CNAME se utiliza como código de validación (token) que será visible en la zona DNS del dominio que se quiera validar. El objetivo es comprobar que el usuario de la plataforma de correo es el gestor del dominio que añade. - -En el diagrama siguiente, la plataforma de correo electrónico ([Exchange](/links/web/emails) o [Email Pro](/links/web/email-pro)) se representa mediante el marco verde.
-Para formar las direcciones de correo electrónico, añada cuentas (representadas en este caso por "**contacto**", "**john.smith**" y "**mary.johnson**").
-El dominio **mydomain.ovh** se ha añadido a la plataforma de correo (consultar la guía "[Añadir un dominio a una plataforma de correo](/pages/web_cloud/email_and_collaborative_solutions/microsoft_exchange/exchange_adding_domain) ").
-La plataforma genera un código de validación (en nuestro ejemplo, "**abcd1-check**").
-Si la zona DNS del dominio **mydomain.ovh** no está gestionada en la misma cuenta de cliente de OVHcloud o se gestiona desde un panel de control externo, deberá añadir el código en forma de registro CNAME. Este registro se representa mediante el marco azul del ejemplo.
-La plataforma de correo puede observar los registros DNS del dominio **mydomain.ovh** para comprobar la presencia del código de validación. - -![Correo electrónico](images/email-dns-conf-cname01.png){.thumbnail} - -Una vez que la plataforma de correo haya podido leer el código de validación en la zona DNS del dominio **mydomain.ovh**, es posible formar las direcciones **contact@mydomain.ovh**, **john.smith@mydomain.ovh** y **mary.johnson@mydomain.ovh**. - -### Paso 1 - Entender el diagnóstico CNAME de OVHcloud - -La etiqueta de diagnóstico **CNAME** aparece en la pestaña `Dominios asociados`{.action} de su plataforma de correo tras añadir su dominio. - -![CNAME](images/cname_exchange_diagnostic.png){.thumbnail} - -En el ejemplo anterior, la etiqueta es roja. Estas son las posibles razones de este diagnóstico: - -- **El dominio declarado no se gestiona con la misma cuenta de cliente de OVHcloud que su plataforma de correo**. Realice [el paso 3](#step3) de esta guía desde el área de cliente de la cuenta de OVHcloud que gestiona la zona DNS del dominio. -- **El dominio declarado utiliza servidores DNS externos a OVHcloud**: el dominio está registrado en OVHcloud, pero utiliza servidores DNS "personalizados". Para comprobarlo, en la columna izquierda, haga clic en `Dominios`{.action} y seleccione el dominio. En la pestaña `Información general`{.action}, consulte "Servidores DNS". Si especifica `Personalizados`{.action}, deberá conectarse a la interfaz de gestión de los servidores DNS registrados en la pestaña `Servidores DNS`{.action} - -![Correo electrónico](images/email-dns-conf-cname02.png){.thumbnail} - -- **El dominio no está registrado en OVHcloud y no utiliza servidores DNS de OVHcloud**: el dominio está registrado en otro agente registrador. Compruebe que la zona DNS se haya configurado correctamente desde el panel que le ofrezca el agente registrador del dominio. - -### Paso 2 - Obtener el código de validación - -Abra la pestaña `Dominios asociados`{.action} y haga clic en la etiqueta roja `CNAME` en la columna "Diagnóstico" para obtener la información necesaria. - -El registro CNAME se describe en el cuadro de diálogo que aparece. - -![CNAME](images/cname_exchange_informations.png){.thumbnail} - -Introduzca el código único que aparece en la línea central (`a1bcd-check.mydomain.ovh to ovh.com.` en el ejemplo anterior). - -### Paso 3 - Crear el registro CNAME - -Seleccione la pestaña correspondiente a su situación: - -> [!tabs] -> **Desde el área de cliente de OVHcloud** ->> En la sección `Web Cloud`{.action}, haga clic en `Dominios`{.action} y seleccione el dominio correspondiente. A continuación, abra la pestaña `Zona DNS`{.action}.
->> Aparecerá la configuración de la zona DNS. Para añadir un registro CNAME, haga clic en el botón `Añadir un registro`{.action} a la derecha.
->> En la nueva ventana, podrá ver varios registros DNS. Haga clic en `CNAME`{.action} y complete los campos según la información obtenida en [el paso 2](#step2) de esta guía.
->> Por ejemplo, si el código de validación es "**a1bcd-check**", debe introducirse en la casilla "subdominio". Por último, introduzca "**ovh.com.**" en el apartado "Destino", recordando el apartado **.**" final. ->> ->> ![CNAME](images/cname_add_entry_dns_zone.png){.thumbnail} ->> ->> Una vez introducidos los datos, haga clic en el botón `Siguiente`{.action}. Asegúrese de que la información mostrada es correcta y haga clic en `Confirmar`{.action}.
->> ->> > [!warning] ->> > ->> > El cambio tarda un tiempo de propagación que normalmente se aplica en unos minutos. Sin embargo, puede llegar hasta las 24 horas. ->> -> **Desde una interfaz externa a OVHcloud** ->> ->> Conéctese a la interfaz que gestiona la zona DNS del dominio y añada un registro de tipo CNAME a la misma, con los siguientes parámetros: ->> ->> - **Subdominio**: Introduzca el valor como "**xxxxx-check**", sustituyendo las "**x**" por el código único que aparece en [el paso 2](#step2) de esta guía. ->> - **Destino**: Introduzca el valor "**ovh.com.**" recordando el "**.**" final si su interfaz de entrada no lo hace automáticamente. ->> ->> Confirme este cambio en su zona DNS. ->> ->> > [!warning] ->> > ->> > Este cambio requiere un tiempo de propagación, que suele aplicarse en cuestión de minutos. Sin embargo, puede llegar hasta las 24 horas. ->> > ->> ->> A continuación ofrecemos un ejemplo de respuesta DNS tras añadir un registro CNAME de validación: ->> ->> ```bash ->> ab1cd-check.mydomain.ovh. 3600 IN CNAME ovh.com. ->> ``` - -Para comprobar que la plataforma de correo ha leído la configuración del registro CNAME, vuelva a esta y abra la pestaña `Dominios asociados`{.action}. Si la etiqueta `CNAME` ya no aparece en la columna "Diagnóstico", el dominio se añadirá correctamente. Si sigue estando roja, es posible que la propagación todavía no haya finalizado. - -![CNAME](images/cname_exchange_diagnostic_green.png){.thumbnail} - -## Más información - -Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file From 4795ae685af5c8c9b8f55803e16f523eb69c66fe Mon Sep 17 00:00:00 2001 From: benchbzh Date: Tue, 22 Jul 2025 09:40:22 +0200 Subject: [PATCH 126/160] delete line 135 in the index for Dedicated Servers as they are not mentioned in the guide --- pages/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index 67453ebd85b..6017083b7ba 100644 --- a/pages/index.md +++ b/pages/index.md @@ -132,7 +132,6 @@ + [Bare Metal 3-AZ Region - Service presentation](bare_metal_cloud/dedicated_servers/3az-presentation) + [How to obtain the carbon footprint of your OVHcloud services](account_and_service_management/managing_billing_payments_and_services/carbon_footprint) + [Dedicated Servers 3-AZ Reversibility Policy](account_and_service_management/reversibility/17-dedicated-servers-3AZ-reversibility) - + [End of Plesk and cPanel support for VPS - Ensure continuity of your services](bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk) + [Security](bare-metal-cloud-dedicated-servers-security) + [Dedicated Servers service Security Specifications](account_and_service_management/account_information/security-specifications-dedicated-servers) + [Configuring the firewall on Linux with iptables](bare_metal_cloud/dedicated_servers/firewall-Linux-iptable) From e1454059b9fddb2db1dfd635577820b7610dea9b Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 10:13:11 +0200 Subject: [PATCH 127/160] Proofreading --- pages/index-translations.de.yaml | 1 + pages/index-translations.es.yaml | 1 + pages/index-translations.fq.yaml | 1 + pages/index-translations.fr.yaml | 1 + pages/index-translations.it.yaml | 1 + pages/index-translations.pl.yaml | 1 + pages/index-translations.pt.yaml | 1 + .../iam_access_management/guide.en-gb.md | 147 ++++++++---------- .../images/local_user_control_panel.png | Bin 80900 -> 187335 bytes .../images/service_empty.png | Bin 83114 -> 162934 bytes .../iam_migration_to_iam/guide.en-gb.md | 23 ++- .../iam_presentation_faq/guide.en-gb.md | 85 +++++----- 12 files changed, 120 insertions(+), 142 deletions(-) diff --git a/pages/index-translations.de.yaml b/pages/index-translations.de.yaml index 87f62194a68..48808801c8f 100644 --- a/pages/index-translations.de.yaml +++ b/pages/index-translations.de.yaml @@ -356,6 +356,7 @@ manage-operate-observability: Observability manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Getting Started +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingesting your logs observability-logs-data-platform-visualizing-querying-exploiting: Visualizing, querying and exploiting your logs observability-logs-data-platform-opensearch-index: OpenSearch Index as a service diff --git a/pages/index-translations.es.yaml b/pages/index-translations.es.yaml index de396f72fd8..6450f0c171f 100755 --- a/pages/index-translations.es.yaml +++ b/pages/index-translations.es.yaml @@ -356,6 +356,7 @@ manage-operate-observability: Observability manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Getting Started +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingesting your logs observability-logs-data-platform-visualizing-querying-exploiting: Visualizing, querying and exploiting your logs observability-logs-data-platform-opensearch-index: OpenSearch Index as a service diff --git a/pages/index-translations.fq.yaml b/pages/index-translations.fq.yaml index 7f02644e172..5c5fa59f4e6 100755 --- a/pages/index-translations.fq.yaml +++ b/pages/index-translations.fq.yaml @@ -356,6 +356,7 @@ manage-operate-kms: KMS manage-operate-observability: Observabilité observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Premiers pas +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingestion de vos logs observability-logs-data-platform-visualizing-querying-exploiting: Visualisation, requête et exploitation de vos logs observability-logs-data-platform-opensearch-index: Index OpenSearch as-a-service diff --git a/pages/index-translations.fr.yaml b/pages/index-translations.fr.yaml index fb85c2cf30c..43430fe11aa 100755 --- a/pages/index-translations.fr.yaml +++ b/pages/index-translations.fr.yaml @@ -358,6 +358,7 @@ manage-operate-observability: Observabilité manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Premiers pas +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingestion de vos logs observability-logs-data-platform-visualizing-querying-exploiting: Visualisation, requête et exploitation de vos logs observability-logs-data-platform-opensearch-index: Index OpenSearch as-a-service diff --git a/pages/index-translations.it.yaml b/pages/index-translations.it.yaml index ede1b292061..b3e934df5c6 100644 --- a/pages/index-translations.it.yaml +++ b/pages/index-translations.it.yaml @@ -356,6 +356,7 @@ manage-operate-observability: Observability manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Getting Started +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingesting your logs observability-logs-data-platform-visualizing-querying-exploiting: Visualizing, querying and exploiting your logs observability-logs-data-platform-opensearch-index: OpenSearch Index as a service diff --git a/pages/index-translations.pl.yaml b/pages/index-translations.pl.yaml index d4ca204935c..9863955a7a2 100755 --- a/pages/index-translations.pl.yaml +++ b/pages/index-translations.pl.yaml @@ -355,6 +355,7 @@ manage-operate-observability: Observability manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Getting Started +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingesting your logs observability-logs-data-platform-visualizing-querying-exploiting: Visualizing, querying and exploiting your logs observability-logs-data-platform-opensearch-index: OpenSearch Index as a service diff --git a/pages/index-translations.pt.yaml b/pages/index-translations.pt.yaml index 591d1279689..c5bf5a5523f 100755 --- a/pages/index-translations.pt.yaml +++ b/pages/index-translations.pt.yaml @@ -355,6 +355,7 @@ manage-operate-observability: Observability manage-operate-kms: KMS observability-logs-data-platform: Logs Data Platform observability-logs-data-platform-getting-started: Getting Started +observability-logs-data-platform-iam: IAM observability-logs-data-platform-ingestion: Ingesting your logs observability-logs-data-platform-visualizing-querying-exploiting: Visualizing, querying and exploiting your logs observability-logs-data-platform-opensearch-index: OpenSearch Index as a service diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md index 1cb04285e27..5ed37a65228 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md @@ -1,12 +1,12 @@ --- title: IAM for Logs Data Platform - Configuring Access Rights excerpt: A comprehensive guide to managing access rights for Logs Data Platform using OVHcloud IAM -updated: 2025-07-17 +updated: 2025-07-22 --- -> [!primary] +> ![primary] > IAM for Logs Data Platform will be available starting **17th September 2025**. -> The content of this documentation is valid starting this date. +> The content of this documentation will be valid from this date. > ## Overview @@ -17,49 +17,47 @@ This guide provides instructions for configuring access rights on OVHcloud IAM t - An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) - Access to the [OVHcloud Control Panel](/links/manager) -- A Logs Data Platform Account With [IAM enabled](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/). +- A Logs Data Platform Account With [IAM enabled](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq). ## Policies and identities -This guide leverages [local users](/pages/account_and_service_management/account_information/ovhcloud-users-management) to explain how you can share resources to another user. This choice has been done to illustrate through captures how it works inside the OVHCloud control panel. The policies created can be applied to any OVHcloud identities through the OVHcloud API. You can use these policies to share data with a local user, another OVHcloud nic or an OAuth client. You can refer to the specific [IAM Policies with API guide](/pages/account_and_service_management/account_information/iam-policies-api) to recreate all these policies with the API. +This guide leverages [local users](/pages/account_and_service_management/account_information/ovhcloud-users-management) to explain how you can share resources to another user. This choice has been done to illustrate through captures how it works inside the OVHcloud Control Panel. The policies created can be applied to any OVHcloud identities through the OVHcloud API. You can use these policies to share data with a local user, another OVHcloud user account or an OAuth client. You can refer to the specific [IAM Policies with API guide](/pages/account_and_service_management/account_information/iam-policies-api) to recreate all these policies with the API. The identity will see a new service listed in their Logs Data Platform. This service contains the shared Logs Data Platform items. To ensure the recipient can see the shared items, we must share a view of the service with them. - ## Access Rights Management This section details how to configure local user/identity groups and policies to replicate the behavior of the legacy role system. ### Create a group for local users -By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHCloud control panel, Navigate to *IAM / Identities / User groups* to create such a group. +By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHcloud Control Panel, navigate to `IAM`{.action} {.action} > `Identities`{.action} > `User groups` to create such a group. ![Create a group](images/create_group.png){.thumbnail} -You can then create a policy with the basic rights to access the OVHCloud control panel and attach it to the group. All your local users will be able to connect to the OVHCloud control panel. Navigate to *IAM / Policies / My Policies* to create this policy and attach it to the user group. +You can then create a policy with the basic rights to access the OVHcloud Control Panel and attach it to the group. All your local users will be able to connect to the OVHcloud Control Panel. Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy and attach it to the user group. -[!basic policy](images/basic_policy_1.png){.thumbnail} +![basic policy](images/basic_policy_1.png){.thumbnail} After attaching the group, you can add the **controlPanelAccess** right to it. -[!basic policy 2](images/basic_policy_2.png){.thumbnail} +![basic policy 2](images/basic_policy_2.png){.thumbnail} -The group is now configured you can then create the local users. +The group is now configured, you can then create the local users. ### Create a local user Creating a local user is fully documented in the [dedicated documentation](/pages/account_and_service_management/account_information/ovhcloud-users-management). Remember to attach the user to the group. -[!Create user](images/create_user.png){.thumbnail} +![Create user](images/create_user.png){.thumbnail} ### Create a policy for the service +You now need to create a policy in order to allow the local user to see the Logs Data Platform service inside the OVHcloud Control Panel. The goal here is to have access to the service only but without any sub resources visible (ie no streams, dashboards, indices, aliases or OpenSearch Dashboards instances). Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy. Add the local user to your policy and select the **Logs Data Platform: service** product type to list your services in the *Resources* dropdown list and enable the panel of the *Actions* related to Logs Data Service. -In order to allow the local user to see the Logs Data Platform service inside the OVHCloud control panel. The goal here is to have access to the service only but without any sub resources visible (ie no streams, dashboards, indices, aliases or OpenSearch Dashboards instances). Navigate to *IAM / Policies / My Policies* to create this policy. Add the local user to your policy and select the **Logs Data Platform: service** product type to list your services in the *Resources* dropdown list and enable the panel of the *Actions* related to Logs Data Service. - -[!Create policy service 1](images/create_policy_service_1.png){.thumbnail} +![Create policy service 1](images/create_policy_service_1.png){.thumbnail} -The policy can then allow the service with read only access on the choosen service. We have some mandatory actions which need to be given for users to be able to see the Logs Data Platform control panel without error. The minimal set of actions are listed below: +The policy can then allow the service with read only access on the choosen service. Some mandatory actions need to be given for users to be able to see the Logs Data Platform control panel without error. The minimal set of actions are listed below: ```yaml - ldp:apiovh:cluster/get @@ -77,93 +75,84 @@ The policy can then allow the service with read only access on the choosen servi - ldp:apiovh:url/get ``` +![Create policy service 2](images/create_policy_service_2.png){.thumbnail} -[!Create policy service 2](images/create_policy_service_2.png){.thumbnail} - -Once the policy is attached to the identity, they will see the new service in their control panel, but with no items available. - -[!Empty service](images/service_empty.png){.thumbnail} +Once the policy is attached to the identity, the users will see the new service in their control panel, but with no items available. +![Empty service](images/service_empty.png){.thumbnail} ### Create a sub resources group - All the items created by a Logs Data Platform (ie streams, dashboards etc) are materialized as sub-resources of the LDP service. -One of the new feature available thanks to IAM is the ability to group sub-resources in a **Resource group**. A Resource group can be used to share related resource together and are a convenient way to groups items which are supposed to be used together. For example: a stream and its related dashbaord, an alias and a OpenSearch Dashboard to explore it, an alias with all the streams attached to it. This feature is a good way to completely isolate sub-resources and make sure you don't have to handle them one by one over all your policies. +One of the new feature available thanks to IAM is the ability to group sub-resources in a **Resource group**. A Resource group can be used to share related resources together and are a convenient way to groups items which are supposed to be used together. For example: a stream and its related dashboard, an alias and a OpenSearch Dashboard to explore it, an alias with all the streams attached to it. This feature is a good way to completely isolate sub-resources and make sure you don't have to handle them one by one over all your policies. -To create a resource group, navigate to *IAM / Policies / Resource Groups*. - -[!Create Resource Group](images/create_rg.png){.thumbnail} +To create a resource group, navigate to `IAM`{.action} > `Policies`{.action} > `Resource Groups`{.action}. +![Create Resource Group](images/create_rg.png){.thumbnail} You need to select the product type (Dashboards, Streams, Alias, Index, OpenSearch Dashboards) and then select the specific resource you want to share. ### Create a policy for the sub resources -This policy is the one you need where you will effectively replicate the [legacy roles permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission). You will attach OVHcloud APIs rights and backend (Graylog, OpenSearch) rights to allow identities to see the items in their shared service and interact with them in the corresponding Web UIs and APIs. Again navigate to *IAM / Policies / My Policies* to create a policy. +This policy is the one you need to effectively replicate the [legacy roles permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission). You will attach OVHcloud APIs rights and backend (Graylog, OpenSearch) rights to allow identities to see the items in their shared service and interact with them in the corresponding Web UIs and APIs. Again navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create a policy. Similarly to the previous policy, you need to add your local user and you need to select the product type of your ressource or sub-resource if you want to enable the actions selection panel for these specific sub-resources. -[!Create sub resource policy](images/policy_sub_product_types.png){.thumbnail} +![Create sub resource policy](images/policy_sub_product_types.png){.thumbnail} -> [!warning] -> Do not add a Logs Data Platform service to this policy. If you do so it will transitively give access to all sub-resources of this service (ie all LDP items) to the local users/identities or groups attached to the policy. The previous service policy has been created to prevent this behavior. +> ![warning] +> Do not add a Logs Data Platform service to this policy. If you do so it will transitively give access to all sub-resources of this service (ie all LDP items) to the local users/identities or groups attached to the policy. The previous service policy has been created to prevent this behaviour. You can mix Resource Groups and specific resources in the same policy. All actions attached to the policy will be then be attached to all related sub-resources. -You have several actions for each sub-resource type. For brievety purpose, This guide will not detail all the actions available for all the items. +You have several actions for each sub-resource type. For brevity, this guide will not detail all the actions available for all the items. -Here are some use cases several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. +Here are some use cases of several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. - These actions give an access in read-only to one or several indices: - ```yaml - - ldp:apiovh:output/opensearch/index/get - - ldp:apiovh:output/opensearch/index/url/get - - ldp:opensearch:index/read - ``` + ```yaml + - ldp:apiovh:output/opensearch/index/get + - ldp:apiovh:output/opensearch/index/url/get + - ldp:opensearch:index/read + ``` + + ![policy sub resource 2](images/carousel_policy_sub_2.png) - These actions allow to read and modify a Graylog Dashboard: - ```yaml - - ldp:graylog:dashboard/update - - ldp:apiovh:output/graylog/dashboard/get - - ldp:apiovh:output/graylog/dashboard/url/get - - ldp:graylog:dashboard/read - ``` + ```yaml + - ldp:graylog:dashboard/update + - ldp:apiovh:output/graylog/dashboard/get + - ldp:apiovh:output/graylog/dashboard/url/get + - ldp:graylog:dashboard/read + ``` + + ![policy sub resource 1](images/carousel_policy_sub_1.png) - These actions allow to consult and create visualizations in one or several OpenSearch Dashboard instances: - ```yaml - - ldp:opensearch:osd/update - - ldp:apiovh:output/opensearch/osd/get - - ldp:apiovh:output/opensearch/osd/url/get - - ldp:opensearch:osd/get - ``` + ```yaml + - ldp:opensearch:osd/update + - ldp:apiovh:output/opensearch/osd/get + - ldp:apiovh:output/opensearch/osd/url/get + - ldp:opensearch:osd/get + ``` + + ![policy sub resource 3](images/carousel_policy_sub_3.png) - These actions give a read-only access in both Graylog and the control panel to one or several streams: -```yaml - - ldp:apiovh:output/graylog/stream/get - - ldp:apiovh:output/graylog/stream/url/get - - ldp:graylog:stream/read - ``` - -> [!carousel] -> -> - ![policy sub resource 1](images/carousel_policy_sub_1.png) -> - ![policy sub resource 2](images/carousel_policy_sub_2.png) -> - ![policy sub resource 3](images/carousel_policy_sub_3.png) -> - ![policy sub resource 4](images/carousel_policy_sub_4.png) -> + ```yaml + - ldp:apiovh:output/graylog/stream/get + - ldp:apiovh:output/graylog/stream/url/get + - ldp:graylog:stream/read + ``` + ![policy sub resource 4](images/carousel_policy_sub_4.png) -Once the policy created, the local user/identity will only see the related sub resource of the policy in its own control panel. - - -[!local user control panel](images/local_user_control_panel.png){.thumbnail} +Once the policy is created, the local user/identity will only see the related sub resource of the policy in its own control panel. +![local user control panel](images/local_user_control_panel.png){.thumbnail} ### Analyse your policy results - -You can verify the correctness of your policies by following [the IAM troubleshooting guide](/pages/manage_and_operate/iam/iam-troubleshooting) - +You can verify the accuracy of your policies using [the IAM troubleshooting guide](/pages/manage_and_operate/iam/iam-troubleshooting). ### Going further with local users @@ -174,24 +163,22 @@ Local users are useful for generating Personal Access Tokens (PATs). These token > @api {v1} /me POST /me/identity/user/{user}/token > -Thanks to OVHCloud IAM, you can then delegates creation rights of sub-resources (indices, aliases) to your local user and interact with the backend APIs directly with these Personal Access Tokens. +Thanks to OVHcloud IAM, you can then delegates the creation rights of sub-resources (indices, aliases) to your local user and interact with the backend APIs directly with these Personal Access Tokens. -The actions related to create items are part of the service actions. You will need to add them to a policy to allow a user to create items with their PAT. +The actions related to create items are part of the service actions. You will need to add them to a policy to allow a user to create items with their PAT. - -> [!info] -> You don't need to allow any OVHCloud APIs action to allow a local user to interact with the Logs Data Platform backends (OpenSearch, Graylog, OpenSearch Dashboards) APIs. +> ![info] +> You don't need to allow any OVHcloud APIs action to allow a local user to interact with the Logs Data Platform backends (OpenSearch, Graylog, OpenSearch Dashboards) APIs. > Local users allow you to generate tokens which can only interact with the backend similarly to legacy Logs Data Platform tokens. +For example, these two rights allow a local user to create indices/aliases directly on OpenSearch without having any other rights on the OVHcloud APIs. -For example, these two rights allow a local user to create indices/aliases directly on OpenSearch without having any other rights on the OVHCloud APIs. - -[!policy create actions](images/policy_create_actions.png){.thumbnail} +![policy create actions](images/policy_create_actions.png){.thumbnail} ## Go further - [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) - [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) -- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) -- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} -- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} +- [Our documentation](/products/observability-logs-data-platform) +- Join our [community of users](/links/community) +- Create an account: [Try it!](/links/manage-operate/ldp) diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png index e2cb532b2e5349a4217c31d11a8660b706b73e27..ce972986dfc8eaabd1ba6f310708592146968a2d 100644 GIT binary patch literal 187335 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%0DE5cC}b&Ox3ujK4y*(Y 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 aGjDSW3Ayv4j{R3JKdDdhFR4lTe*XvXp690k literal 80900 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 t_^|0H-M@p-)-ZU4efVe4{{f_m!Po!* diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/service_empty.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/service_empty.png index d48da1c143819e68521cc9906d56ab6750d0c132..d6b8b9e76fa65e4c454b54db92ede37b406d8504 100644 GIT binary patch literal 162934 zcmeFZby(Ef_Bc#~ARwW%v>-JM-JnQGgS0dQ3@~(e2_hw35=trE-QCTA3?<#&$mw%1vjdJx zN>VnB=9W+E^}g4t*N)5TOFbBrPwP7}Z}xmg05x9(U+C^2YjTVVN^D5 zv!TI=41LveVApNIek8ep&5O!Fp5kX{5FNFVGN19Up*^d}g-o!# ze$g$$fZQnD9VH{uD*rX1Cp+czY;;0=e)!w!HP~;6_-(%P?6TWn?FGdO-lWZy;M~!| zB4r4mWewZ;5^HMIcJ&DH@+-s6;!pluhPiW2Eo?7FGRVlSE#XQ)>QctCvTzKyZ8SJk zcw9Kd+ZO!oFC08E9P;lr9Gn3>$-mlW@brJ;Al%{r;coxJVcx!M;n{w-@o(GSfnYeK zKWU?H-+%o`-o9?R{_!p$C96Qe#sXwzVP}PdV`F9GoFUe~sNe*g`EHvKki9;IGsMEuj?Y<;>Nf`8ZTlA(Kt=Hz#okRY$!EEPZX|M0hY-vaR2a~_}yaL%7+Jdd^!B&F612mo1t zARtS7yW5_CchcSR`xoJV$mgtYeXn@8M6$B~n+yWEvpYL`F~?g~{i*spJG6V_VhsW) zf$XdtYz;wTj<@1d-=!mau<<>r{q@Zsvj4XIA0`p_rEoq`D+?=IWovyykPuMdw+;Rd z`nLfEep!I;g@Tk28w;xd;9sBqiJ=OzwYznLTddz9@h9eA(0^jT0YgB__WBTOAs{y= z8#fm_Cl4nlD+e3rtt`L0_&35oNfj*g?TxK$Awn`>O9$sa(fWm75vJ{pPP=76AMM=O5Ifwjh0b zE890#Ru)3Pk+>b zf-=bFKcRnpVFCUf*w*^CcA#JGC`k2}KmIEd{43CZ(foF6K0{M|OB0Zh5I_L%pMZah z^e?JEN$jkQ?Va>(K`%^hbs!{h8|A-sNJ0PG%+LQ~^q*+=vvV>9-TLBx8IqHcm5q<} z){p-X>o?Z@Ou&|Q_WG8Fpg&ClzBP$4h?Vo!V}ZBMaqA=;Y}`D|JjOsnW{?3lFVKLE zhn1bf=r8VnBfq~7eZybbQ^-!=5%e#@KVknQ5&-O}wA3Ha|1{uVPVwIc7xzY;2+k(J@?;C?rO#ymg{PF7B4c6}Z$W)5~9c4mXy2xSI>K-y%3uK;4bh#scz%!*0c0~Yx_3K{3iK3?4S7R|L#VJ`>#I! z4*Vy9#$5z|2mVR$hr#|fb^f;JAJE&0SqS}B1%FNQLg-ZiS>bSSB5+c#Uc7OJ-UNt0y%ImEvhD0su`JVpHXr+;eX;wv0t zok!W?q{aP1eYkf(c&8qJvmKH^{^U_MW8uh+WDwZ_4Yk+JrU63iYo#aL3^&dBVLP6- zwD+i}2A~(*J#xJyBXz&{2)YFDVe{8DM{O*Y60C&c5N$kCEPhww*2-Q5b?VfzZ`pnZ zW=osh{HU7YS=fQp^^rqd*;%fk9^31ZI)&Wd)EwCG?h)an;&%LQwWyBD*NP9y z0$%DraOQI*oiA^v&Je_WXwIX4=uaaF8>Pr)TT{1%*vTK73DwR7m~s%$O{4^5Iw{i? zso$fxEn|2TXD9Z(6c!!7WMYc(N7=HzDaJ)*Ch+o@d&Io1#Ng1~JQOXr%C-;@$Sq%X z2c*Ks@jGD8tn9md7C%iy_i>RI8A$>8_=L!Eie_F;9!yYWcjs%iip&Y)){t74nN0Z* z%wtow-Zk&&nXVPA%l#g^pVgqbGb7gV-IS`N*>am}EXw9<<<=tl)ROl$eRCV-VVk!m|Ek5gRXbz()j zCEkSAsRMT2B^0ut1J*06VF}qtq{zwf`}z%ARFx<=Yofi!WM+d8V(4M`%CqI7sG3=o zn6a=J_(Ls!OU*$REk?!I!$C=$=jo8gaWZ!b=LCd^~(Nm5eKx0GD39et38_9j|=7Lc~tKuDIU5-;)xza(MV47 z@d)ych7GS~EL6r}i-RD9*w^U~2d{ETQ6;_AVA_v4BxW`|V|yj%E^0pFOv?4jw0PU2 zR>Ywws*;L?kxZ(tiAIjq+T_YR@_aCId$=C<73l++`1f))hVPVE=Ppm3-*T;)E>nSX zV^vgsNJOfIWcHQhd@P#_s@Z_6doGueRXeOe;w>+ZzPjxCG3AS7ew+eN$QP<&zHK-| z#7679a%^(NyK}OhF1~3{o@237vvnVuq-J;C{^wvQhrtPimhD0%3khv%FPsErzO0o^ zk+OLtRY)TA2_Yd4G2H2 zH$_vjJQTE}*q|wLUESo27Xpr>VTE7G0*iRz-n`ly#bCENJU@3{X?3lu$at{pVsZAh z2H&g7nt}oJA<&Q|vO+cz8r#0NFX+c=qV)Q(%P?OC1xBTX&}?{++%dRut-M#rZLY8z zN0=Wn|IT6p_Td6;WmYYq93u%%7oYBFvhS)V8(|>}q%C#MoOR_rnt)OO^{UbQ^&kl= zy`b;zO^y=6loTO98 z?bEs^*DC1E;jKA(SJrD!fOSmf6n%5E=ze@CJ=h;^A^zm4_Pjz)PE^(g@99r1L9PZi zTrtp#K8INSWl%MJPWVFc&$0PoMhxq=BaSm-nziqa5o;L(-*Tn1BsK^)JIJsnsPUr} zi!DiJFLjt9Z`|qui1W>Dp9}Ez!x7ZbO{CMYf0JQsQ zKYeUUiE`HBe17wJQWL-Jo7$6wqV8@&{+3`~)M}$P8#wb_V&5N#Gm~W+2y?AlJf4xL zYQ3J<^Vs}F`@tyF*QNSA5M#E1Yki^uVL>f~IweK-hM@QMZ9OXO@f`YJgF5E!OClnT zk3Q}hpAukx*dTbf{^hhXE|7JEykppo9azxxPC2{_sbaFo(hg4m_q|vEW&&8ws0SZ? z5??G}BH%i(dOuWjbnn_Ex5z~n^8oZZu;58jSal39NR;gZ51=*ZvkME8wo>ThB#w6}}`*EAkl~*|{n~DY~#LaUmC$| z&Z@>rLrYz;aBMj~5r{^K?*iy8)#qDp-CX}d5?hXkhb-<>y#Fcz7Zu@$&o8owh0ePy zLdcc^9`=Yy!nj-CeZw1N)qhXYnh~OmE!}?hf@Nu4;8DT|eY?DR%MUatguc1#TPrT~ zfaRWt5&EJ+3{!y;t>6xPZQL#ngvv-!iAGI*acVg87%FNV&i9E4n=xqF7}!@1sGg^9 zh%B!>8I)+z6KO^}Z+;xSP`9>uvhuT>sp)?Iie$m9ivE zYrD!Sc=UZyv9H|;E$iIr<>KQ)Uudk5R*I8k)ENcUSu!0N?u9$e_sV*@+vO09MuFt? z!CG%NCWyEBl11GgY~D!X@O2j0=q7IW6SdIic&m!$@)md?6r~|oX{-(?ESNJk;qHa;=_8Gn26$Kw)&QwmPcIC0mb=j zA)gW7PBQ80oIoYU)d8C~*PfWHJORVh%0m>o;<3!s&dEe9eM!vJj`D=wOhm}F)im#8 zHi>~?vnQ7PycqKJnt>ltSn%R35)M^;6Ja2oxyDANFkNjHWguykk3G0m8Y2TMh)mbo z7~a-4iuDaj`36BYSkLL_89nA#C9~X3H`@6fKg&~au$#KPU;~Mg$x4yCR3c`t!`P1RBNl$AM*&zdF7BC3aZjFCg4qT| zRU8PDdRjj^7k^K2uf<6ti?{3qV4ciQt>zTFo5K})CARxDJqACaj+msfX3|yEok%-c1cmL;1YU z4m2BCIrKUgVB{SEt%ft{EG9{^SpNs1srXZcO!wzW?&k@wSgmU9y@CBcoSPz&)ETM%Ha1}7 zJ(>Jhfb^=}_P3-CdNsq?5tG5WJjEN7dkN*X*SGDdpWT8f0Xa*c&JXTMO?eRdb)Xp=lCE`b5tP%)cdOL z=b_>8hNcW*DhjEpUzF9PFH-`)(|WJ|n^YoBabjIQVKUSd6+eRDN`q!hWWpF)oXJYx zuMjqg*%Zd+?MBP!=lBKFC|z%G8ZW_ES>aLv@>!;5d*2@o@U+Wh%c6G)v^opDZzAJk zAaXV^S8uQ$2!Z211HoV~2&r8bw;#gn-R;2vx>UiPTiKn5a#RXtIk?>WBn_=dd z1u+`8gjl8Q_`YF3LDX7ltl^s(n~_*%)zJl_zPbz8)KFwusoP9JVd=}N(0?xF{#@sJ z$TU5BQO80J=4+|Q6M)l=>XS+fUV7hM^nJKBDpX{)VuZpsl(MQ`?%_ulgX7?#S&cWr zl|s3lE}cd#%=$}>SJ}jsELiD#JCq&KNHH<+JRr0!Z-MZ>ei)m-3gRdJ*NC{UplR7i zZ)p$Hu4rhwj~-1aC4Z^N7z+;wU}Yl+7E$>stBv9498tL??xSg(#vH zhxvK*`NJLu5^9ss>yNrx!HAEL9+J>BPoI6EAU3dw1V44ezl=y)f2A2f zl4+ozMaH&)iA*giH#V0-=x1p|Wu$f`d7q4Z$yyBQD{;5-yp0RA9!3O0U>o(O4EuHi z|Bmb930*f|oR8(=^q1E!-l%dmJwJAsX%!#e*Twx3BT|*yc`j4>_05w=UY~x)wG<~O zAY#vFg)72M%L->c%svxP)(H=N{&!_%kR%VmJE(Nc?&%ZL2`jQN=~OycV_%xm}4)mv2h% z4Y-+Ge?MI1m~&OOc`yrqZC1^0pcG$nm?{O zW0_fAv7R3Tut_SA?#o`st=t?iKeR7~YAvg8=5+?a@ODWOmgDBg*|MS~#8|mV&#=kQLi#^wu2tKQj5~u(*kf_|@{M z6+Wilk;+dDOxJXy>L|PCVP=vap_aL+*2yujToZwKzPy2HKyzY73&pvXvEBYYnpy-> zrCO)!#;kHJJV|%iq)y{|RtDY(0dNv~2O|HojKbsl|ASf%;rwCKdR=!Jj(!+B&s%CRvHLLVOXN0WSZ65$+r-U10^zeDH9LFW5$5r{DJPUFPtOg;Y8nt8a3`V5KPL4eyZzHaCcA znsR->qYcOTDsGoJI_#-2Stgal7Te=g+b5R@f)$Y#?_YiC>XM8y)^F?!^<~8Fb|xQBnxbCBy6dj6+Shku+(PvV(e3%fT6G{q zjM+^(Plkqv`7&QQ$WrUL9NPJVcIHRJQ{NqN6v|}kd*b}iv82kqyW+RD`l~>Ei0EBA z*Wmql8Z*Ga`Q#n9^*JrJWDEY-)jHMHyss6-cWPZKdUIE9L%T}{Tjo1g79tY}y0p(m z&88F|Y;9o_liemYA>()hYz+Ta91ac+seGWbfK{YCXf5b8)fa$mmv@47mETGI}JDOR6nds?2mdaa2x2a2vT z(u-`eZ%_G2gQ{B<$IibLxqOn0QW&1qx5YLV5p}bPLY#i*#=s+7E3*^TCu9aK!PP zo=ct{hWI|tq}?IU9GHzV%`MPA=S_!?98fTj&=%ki=D;sGM|3299fMfpLRzTRtVC8Y zLg|63ZI6bXqcc8qi8O^6axFwYHeS~ZPzj3#6~y?H<%dsPt61^)p5~&n{ba!_>Xhi; zsH<#JI461+62g)09+$hUFi!X3JfniBG6-{s;+sksic&e#AssMA=zCvwyrrG=_kypw zxTHQrc!wVo6D?>Q`N-aP)zzX7kOnpiJ8I`5aMaG2`d3fosHxGisFK(xJ2cjx(5(FM zxa&D&Xbzd94fpHOj~^zvKRzV{S;-!@kc6gL$YNT0@qS?Uj19*dIX;AH1Bflgi-Pf2C|bodH3a})>wTdC-=m*L<#gJ|6ypHNz~1n zovnmEZ6fhzC>@&x8?xwYViW=+BFMDj8=sm)Vy3qmOyP#~EcxvlBIlEt+a z>qe(e8e~lG5t7l>)4}GqYhnHA=Vv=kH~xJQyo9U_1O&QANC8;MAA;}-S{)yZZ7duH z?#~AH+6-x&>Q7Gw11+b!3AtA!s(wICiX7Y$kPNmv@EB<5{G8@=eMAT9P!~Hr2n;(@ ze2WbWT0p{H(_Mw2>w{B(;Yh~l4>S%6uq4~;*`Q+|{}Dq7c_aDFVIr?!o0pCUc@$lE zYg>@vexEcs|@QJ&?!4e5upw$rC z)^hH&uo zB*fV@CS(lbV($t$iS;N|wxeQUIp(b6w8F3@T$**oDpZ{cUdP1U)Uthw;jLpUR>)7W z=g+jY{rR7u;>5yx>ei`zh-hSJJ>6k$u5vRgE)bes8AzJl9#}z}wNwWF*ui5>MdoXH z93QgJu3T*FMm-X>^qE_pDxD5)F|dg;N@Me&u~NA88{IUEsKGMxBg2ecndB+m+c^FPTzv_GM2L3Epc#82cv4aI z71b9h(L|rn-k4DEs#LxZKiJ^Fq5Gm|go3h^K@6{@?KKqb&ZK=VDD!loz0IaEhVy4^ zDo(tRxmOh_@U7c&R6L&zVVKa%p17!PU+mb$GefHvIy$&LMi)Wsja~#PZmxpQWZzS@ zZ@#h_Espo3{--Nv|ML24AlJJg1snvd!497DA?J)LtU~5P>UnDlyEo6m z2*IK!^aOH!tc|bwf7t4^*swg@lQcf(a2~k9&Fyxe&=AtUSqfHB2U@`iom-;Z7Ttej zppx{jlOn(i{9HvJdkQ3sSI7#g z%nQa=j%~B+9iWcpNIAz<+?5YxW(H=t!rKW}EuTxA^zIeSgMwpDbIaP0$%XOeewPfEsXu1q+Xlj zOuF9bTC7i}`Jy&W(Vuy)Gf-(DNP*hu90kvt|~RBTjGkT-ifDjFzxEHpo12mqxxxBTUa);ZHHc zvNq0wSl9AB-7LgK9+Yh{g0m8*UEYWAnU=_>!#OCnSVdHZDk^dA!n8&u_L-Gj`Y9g9 zYx*|UxKPbP8(|&!O3RGCliRiVHq&Glj1OiRGyFZ@W}cWIs*wYQ70w8U#d^QO9nrgz0}C)OHukH~d`Z)Ad2#6r5& zV$bM?Ma+1Ow}jEzvqQmhR~JdC`osLR)~l2It&Cw!iV{zm(m_6yqNt1LbqwpT6?BwL zGq~qI4P|Gdj*mO+IoHK|E&0T|t;z5#;(@}+*$Jx=*=Rzc1g~Cr@~u1-cwGJ6_@fGj zEyv)e{O~CjB~Q-1DBY)iy$xRIk%Dq>#wBc;zn@CA*e66~LgSTMs5c>O4oDQudK?C6 zeS`dFlW=2Q+`x{IW8eb@H=yg1$f5se1+h@pU8{&|$tITlr=c5X6_ONcmaVvJ$;|tY zy$q2YU@g`?b!g%O`RsV1!eB}+x;kE5M7Np;u!8QEdEob|>+JO|OsnQg;wO=`4B%v3 z<*`98Iv3KeDAur7JfRRMAe6g-(V6a8(HDatlxg? zCqk|UxOQyl58F&iDyRBv}kaHP-XJhv`-n(QTz@- zY6l=?!CvDcqT?R__6v}Ppmte<2*ud5`J7PG8A?d+I3F1s6YROLYa?Covk3}4S68#} zL(T1jbA&8Ad4|}s8Z|i+6Dt*a9X*eFB*M@lx7BsWDTd3fW7mZN!Tm_M22z60*7#C< z$fEAWzGD|4Gh!aDMx1`+RDfy5-Z|nyyP?zp4fGtGJAYu5o@a{c>9o4oFTavtH(Iph zhn_&HHA@)*I%pd{aQoU9xY@ZZe1>{p%-rTMmmJiJ#s7$%);cfvMB6Z3e&<^T=4XXA z=TD5y&?3@HVz}K4=OV+#2*1$zg4Z(1tm>W{itxbum_EgvqHKKOQ~@c}Wle&0hw1{AMIyy_FUCth0;7WODu!d(8rPjfpM zIdMqo;Adlhyi4AB8Anq4aL?=`=QDM|AeW7T&80SC(w+4$$EMcOjr5Gb1{mqyNQ=X; z^Cz%{K-q!Va?(DBt__Z*Hf@h(5wF2yb(JG# zY13#YugM9e>-4bEy3|Dr54uqh6uwN^B2wwoB zu}KYL(|#pREXPZWC|o1gptp^Y5a*N@z3)kASP+43M6>uUZbknG*+I~ebmrAZyt!%) za;Je}!{bgBo?W%&_-OLhxK)thI>jmr#*P^VKjvP=-deqLldPRXv8fqmv_?8xt>mnk zoq-Aspp_?#`Lic1BG2Fj*R3ITFY5}crwVqC3I<}8@?8!2a3rzgW_ipX zn`NfQI;1@6l}F6)pn~yP28Ff6%$o>A#c-#T@-E74()v`WOjK6(_gGCl#|d%lvc7aS zd9^U?8Q4qR9a-#Pj%Rt@I%soKi4EKcCW6;|`ER#G(pJBH+^ zu4ApBBFRtUtzwDKp828r{UF?tvh9tIQ)S9F(KvqmvIe}u z?^_ZqD=6KJvfL%22pXgH+i{XY;N+Yr`P;)rJz0??-05iiytl25Y4jB|Cm=h{R*thJ z^5W4PEGA@+_;+n3%=5a8C1CuzbKB~Af$gRuHWQAPfhz6XG!?x24aFKfd{2g%_mKoG zZ7(x5ua`frKeM${0%7Tp;UtA&YAq+@b$=OUUt^;H=z6tAZM16bdId28c;VNdAB0J{ zfBSYy&3;>9d-6o>$7p7f%>r=LX3qz2Z%Z`Yx_2nhX2NPNYAmM16oR>DZ1UPeTyG+j zcGIk={wr=PiV3H@$M7hes}`=g-1_6*3BBgr)Ysa0K*uAr1Uu)|Z=4)or$;XqY6nQ} zDlrsUp-H~t;$)Qabe!2C+$Vk@0y3^%&Q7)kef-hnbFdBR4<_P@k;G&>6cD$bn55CI z;G&qI9{zR`XAgFAO*+s9vt)D)?r5HL!|m?07*yBlHZ3}KkyeOid@%?~CTQG@UVG&PMA15nFn=M`-(EfeMz+LvT&T|@RP27%TjTN!i8Ay#QYwwq4j7eK~MAp zoVvrCRi53vS{o>Gpus}M@O%GO^}YRPMh~ULx5LI(;0ipeNyM>Vxu)SJK~)x@{3#-i zp70H)`QO>{TVxUrM6=%wWkS}VZ)*?DWKFKyM!Q0l<>2^CJ?Ga@-nt)q9JE_syfZ5i z-x%zU1vv4WB4o)wH4Y&){#e-_dV0t7v*v}sk14+8-9*eW*}RghTFJ}}^nyVWH7d0> z^UI)%D=oC4;=cCaa^{AHaXu--7(=5;1u&kL}-0{=;o@Bk5(df z2HTP0nFy#2ZXGWO$p5qwaV!*v9fCN($%3B-ZZL3kvHF)y;R}(;qOAoDS#c` zQ1l8awzs7l*OTv}o9*N+<8>XE?S&TZF7=6p4|P}9Qs@CeibvtY$8znP07zsx_F@+z zc`PhpA8=~1ax7(6& zKWOB1HfWVdRPrpFxk#su-afnbpqrn{9bny%`9z}5WqaqQ)U~*t8tMz?s@t`WsTS-Q zLaqhcgt)<`wBq7db7xJw|17EviF`$ILB;Irs4*#Q!uC36G7GMx`o7qft+Qs>JfE}q`rQB(A03%+LlW^CnS0}D~`Mt_osjdSBmqF2a*{> z2;j}3(dyz|pgd6g+U#Yr@cA_R%9qd2-!}?gV?~mA)>W=O40>+Ps&3GrgV})9 zHm|60&~AGX4V;UTl9uv?C~$Qw(Um6(PsEF=k6@EVu()XV%UfV#nY&Laehd@MUZPk# zC9&GAV#Vn1{M~ejwMj6^Nug%k7PYJSOzo>PO3a z-f>hdx<8rfX(Th=1h?B@k7TWTM=;!0k8$SFW@i?Al%DIMy-HW4w${~F4zG;G@2z1H zxM|7m>XmA(8ul9+TIz;AN1oi1<{tt&0Q!;uR}H=$pzOEnsMdw+u3XG`A~4|@JLv)9iiK#ad~wCHw5ad zSy@|J1A9Z__4P6j#Bo|2oA9x${)stysS}>^Goz`_ohb{xMiy56tw+;me$`cHQDo{r zhc(|`4QrKDy!KRDGC^XsVD)s_x2aldQC=!$xo+*8R=c@#t%ARnFOm&EYs$nhO6DIL z{)0r91=Rj2uPb?WV`RV;^QzlP?bx~aWo$i0{8R`a8$B@HI4SSMA^kD%0bQp7)?#mo zy{?;*mw`9?z9)AMXQXLL8V~;zvh?%=j437!SYESI^1^4QU`!u9G@zlER@{t=iz3*L zhcrS6dO}-KocoCj7*>Xk?i7;_u$owuyyWf%b@G~!1%7S~&_6%mWRrjA{vb)9(ZZ2# zx_dod0L&4V$lpDw;;|^2DtzaBe!CzWiV;D*J%Q`}z|_?AWlUe|X7oA84Y!3I(Novv zjk$rhG~=#uowOeq=Ny`2`ONBMnBfQ`zb=J_nqng7;%q=`vk&gAovKu!%eJJn^t#Qw zQtucqIQT=a8`;<)P4!}^l>Z0rsgII%R^>1mt+^pWt5RC1jV5EZhS9@s-=6PtC4n@q z8xA3Ma*J{@S_5PtV| zAGP*&7rKskde$Yn^4$1+gH+SIdv^E)an{(HYVBBa=-N*U%XC3YATPTc2G#4$uM4wE zcb_;-GxWJF2Lx&KQ)C<~dd@_iHQUt}N-sEie2Nz*KQ%sQ0NK+O#$+AmbJB`hY4!=+ zvyXbaE$vt-5{^(;TMJ}Ly+^!Xv^9YFEz6OtXTk{0tXph(DxKAiUO~;2cEM8?^+~#K zBrrD{VEYLH2)$Dbd!qSqif<_F*FKMkiLb1AI23Z>$99+_$yl;SyRuK+O4f|9ak}wC#Xt*z z70SZ)s*$QjQ6doh;rC11Qc!21@CnT9UU2lVQWR2Url8#I!*kw};C=mhBe;pB^}-d7 zGt|x)BY`=aa$gMWFcGVdXCzLrq&wFp4Kl#czP$F-%F9moq9tWYa2T_eM=Vwqf)u(m zX49(Yuim}&_N%twGs8G^-SrJ;G^QK3hG=@+*j$OR-T@XhGt3Zb<`(%p1!`&xU`v8P zKP)D=DT)IUdztRHlPlBEHJnv=urbR0L&2X+zTG+8k<*U7|6Yh5H@ZFX{5bgW5eBrU zcT-V$Gm6)lthV?$Q{w-yzbnpM=%?>Y>E_xV8tzYI!MY$?dNw3R^K{XM8d`;DEftFxK_+)$;h*W@=qyDiJit{ z%;Oqj8e(gP^;Y>4zKh}I#OXpw3F^C*9B=R(D`3n1o&D`1 zf;2;7-V+Z&Ss65x_*j(q9|(O^84IR{AqKE~yxk!L(h66K0*W=O^E)BIkqcy4s9TQ7m@TiTxfCVBL1Tq0z{E*KWU}RPi%2a`T*NZ6 zY|HOo#(7B{tKP~{Hx?I8*+YDb`-d0Vv|g|Nk07fRPlLhhFse_Dn&s<(ilY~|_kb?-vWvU#7w3&$C91Q7kk*~sh<|4OqD^EA zpoXJIF;m3<2vEn$CQI_>+FB>?<^K^Xg})9KOr)%O-iza*^Xq!s+`H*}qa>{nowW(3 z>y~nPZ<0B3`89NR0$bGkV%z8D*Kr}QZI>PH`&2lzihO$}=}^0i?B2su7rD2ge_g&> zeeY3LkyL`)n{tCrlumcgqqoqt|5M6;Uqk#qrQG4U|EHAy@0BvMi)2tt_@(&7iT@c1 z-xSm{tgymSe&Tdovv)d~jDH3iVF(~bUShqPVw!rAE~}gL#N(R8Al@VNVsDcLdO`@J z9n37elq>b%e^4ff<@maYMAhCgZ+pG5S+TlF0g=T`jbcB3Z2$<)i10L=*q-q;-2Njy z`|O}kE`?t|y{^qChyhOO$)hoEz9Y9N8Gz0hvuiWL{|K(w5GS!%fRPPog9-x`nV{FM zTIH$OeE6)XfCou#=K{lYE(`lZxAzS(Yp-`^^V}+T->N+>JAE4y7Gb$<`(0&loP{wG zsl$dq7&>*L2J4)8KIrT)8S1g6s}d1YiH`6eWczjRkiS7Oudr7qQXyn{-H zR(jw~uB=N?Qi#9-<17-p0qiOb(sM$7T3KMO>tp`sGF#Wm$Deg`$Lg!j*yPe{PGD7T z`IJNQThq06#5f(a_sROElZg$kGg$=hw3%Z))YfaJ3J40P3M(wfzN=_V&r<0L>5g&T zqz~c&cOH~xl~aC*B*Rp%;6(DG`9YucjxaKFM49;wllOp4ZADd2G$kLA)I=M!F1*isALubkvFak3li7XU^-<~I1= zLE-+x(s)av8+UNjRr33ik*4mrf99t9SM;7m1wt4%r-7^(QnTQmzz*ZlN^y)c8MW$+ z0N})!Jf@+#@JL{KG)fbjfm7ZKI2PS&Qv~$Z6vU$Ol9;)*jje1ZB=~sY3LjHKv8ou} zJXmzEo$-xHy5P;DihQf4jU0N%&C$te7o^0O>a|($F!L`TZQ#gu-LcA@Pf5b+lE zV-Q&^fpnTIu36k#SAA^RK~-`9SCX`gX2VU++^l!I`Sn+>o*}-)YXZRFSLG3|)tH{V zlF$>4#T&)9N{(7aBH9 zTYN!PFl0fqDcWJj?9ZJt*fZx|%zdv-3S1w0f>9j5zSlt_0HekAph zoTIcidF43hxYsp(FyrB-OODIYImrk=XXx2-rWSC0wCG$t{PB0=E1EI$3QO|y{7dHK zCpr6u;{=>%OQmLq)ipxiUp}6{9T$WgzkQ!%rpkd*e1qXqtV8QVnSQ7RqdSRvCjT~s zjahe76@C18`y`c=aM?DEc?Mr3`N^BzPFUr3)7V531yH9SUpQ-_T#`3vP%*u}<_y61Q@tWMbfHx7n}{J3{QKm@phhCudj$?DVhd z_Syk$ewG7hxt>cSSv9_Wzdix|GR+fSW@UU_@8~lg7qq-h5}AMc@>F?n0z-{MgvCxz z=WRFV;D}P6Kmo!*Hj$}mTYslzyT8-*id`=cw$`c;?+We*3!x{-mZ=r&DTBlo2ZrC# ztHXxP33*SWI|hSmcA@)Yvo7M@Q>7&bWfts%WUew(GzK*uZq!eh^P5e2m-{KzBzhMxnT9C3jAJO3%9}*U_fBp-5>oCh2ILevhk7Nr0d)7<=Ri zLcFn`b(DEa>|ZzcEOf%I*pf9a3{&$&c@r$eLhHA$-Yca}9#)x|^Y!T>okeFl#!w7uNilN*vC784FokLvMF;(FF`e&)^oU`oU5rS&T7z`13-V63bl} zrINI>q}y4JgZxyf;EEgZk&Rykj0QvC_QoXdY!E)PNbCxSQuYcre2DC2AK=<8rZ5A|B%5G8*ZwNS&4w8~cE)X4utQvEFfJtjQ}{BgQ%RGDau^Ua@VXh(Dx_^Hy{?Njj8_o5vmaS9 z^|`SX4QX(VC%NF0e!AMa)ym8#r*rjWqkw{@Ev;qZl`*oa>ltx;^z@xt2NtkHN|080 z&9fja+NXZ~gW%@!ZeF?Pm7a>ByaEl*aHfbf@=JMG*mrJ~ z#T>dE*2|Xdvktp)afQjc0<&)tz1(3K-PxDs8{g`a4U^D+i4Q1lWJXPbwN(mlfXWvW-TrJ*Kvfg%y}(0s20sz*~E%uUg-~k zF6q}FAhyYBVNOe-?%Gsr2j?@Wl?Jom$LdAY4J=PpW{NTp*iG;k<{QTsvb@F(PTJqa zpE+|j>?N&hYWJF_u9>Z;hFmXQB^z?j8YR13C@{ey{jMWn-RZeY^U1aY3VBryaK>Qb zbHm+`)8doTEAH5pRiA>!HRkC^UD1!(+PA;i|uBI2z87)L!6j%@eW?<8U*7{ouQMG2C=z_h0HDZAa@5aro1N zpZjI7UYq?8k8FON7U2@&;T#+T;8*?;#SF5a8ad|Yo`FFHM|4T?nPw@8tVTuLug-^8 zxR|zQD#{>xczg@|(;+fu8fvQAaoe*Wd1sAdzz@RVW~^2wEgdiE4{MmD*`pnd!+9@` z?PHbk*UmQG=NR)NF0H|%pWnBU7%<7or&p$24neMRuGuK0MKKCG)DGsR0yk4#WcE^D z_89m*#~to_iot8YteSB83CpF}Vl5HncO^f;a+j5v5-J;zoPZUt{PD6iwdJnq1yM{5ra za!>*@nUe5nZN7FUe}DQb3=g@A<2}i`{th-Mph%hiyIQ(p?Ar!{KV});HD@!_vbFuF z5x0gv#mU`2m7hNB{gzUNZtuOU(vuNw;UDr+1eEeB-3>OS6d2Ml?|RG;)_$HX1fzs@ zUWk*5()&u^jjNaoC2QRIB%#-|5sEg#x! zn1kc&sA~!&p7~^vGZiW1v&z-p6u6-3Ux={jN6AS?t}VL6A6uIPqzq8^+b&g{c#I-q z#AkA?0+vsZ!AR%USlsk&_k|h(#q2#9N0HbbtvFp$SJS|e2(7{|87#Nd<@mq81yYA3 z_v#|mB==k;oxcydu2{(pMB>s2K}%081hfR!Dw**Tza}0;4MAj6czi6yKH=3Un7oQD z%-34y7gc6;O8apI*5J9z&djh*peT44zHo}5DJF)nnz?1sSP?m#4Do{0TDh9deOIK(U@a(T4y;{T>+h~tPgGY+&>;`wHPdDp*ciV4A|a^SP|az2O)^qu zO4)L#DO#j0{L>8}cDk7{k>p^VY_M$A+KD~r-L$mX6KOAQEAOk@+4(ZnU9DEBdjnma z$1v~7OG?qJu-MflT`rZtb92RvjNn?A1M$mRv%hn+*!GfVUTpqG>EWLFw1H}DYW7Bk z(Y=mb{WZZaktZagc^if`Z@;FW89Z;~TbPm5zArl14%Ug6r5ywBjeN6T+LIGtqBJWi zHvPpKEq}dOUjq$#N@@Ciuw-!V*o}q<7Sj!T0`qQu!5s(fJ}u`@B0e=;o_TW`H&{G3 zi&bNyC%I?dXMUOCb|5_yrzkoXQ&`=Z$Y$wF^ezTZ9BAk4uD2nSKD*-4SkaZYvDQzijqEjHNB}w9qHIE${HqbP)-2W zKDH6Q#x?bQRRjO4*`T~Nn+!4iD)d}lftiRJ$K2RYoc#MMM}cmNgWqoysE@a@C|u-Z zs;*FpST;RrY{nWN0VXoOR ze&=Ev`tUlPhW*6oOz@|3wqe~$N{9oqe}#==e;0|L>vDK$y@XdIV_vo1@*3@kvyf{jCuN|7RbJ=bASsCkvmZra!IGas-S(Si23# z-({|Z(Rd@$SccwiI(4s;Uhqw)gY+06^D?Kx6P)ASnwwc4-X@~uPfHp3boe3T# z4E@Ic#zv~H4s;)?f#{deE6C2Vr0-fjk$bPI%gn^OMO}^jrF-khTO{$?$wuM$3AJ6K zt2!N7eoD|wJShoJW6{G)FW@DEhs0g*2R2LL^{LmCNfdTH#PmYzowstUW!R@ZI|2O} zC(VS(EMkPZlcD=nY+V=i%o%TV1O{-TC7YUkiWtrOg%}i)KO21t$BLlOi+O|`=q=Ai zi723Lu#;)74_YyanCg>MbCmRMdgAs zWo*2HwX8(29?^xmvWS?bJo%vn%dB2j4Ow~ki8;c;VtO2}KSi4#E64ogRyk?($}(YX za)JUsmqs=$R#Uef@{@2j@`%ZlMlfRV^U(xv-}=9YL^s;HyPhUG?dd5wC`K#!io!f4D@3tn}^E(@VW$b zw2*aQ6ZwLLs4>KCop*D!p2uIks^g3VDsx-ziPPVF>Ix`#e%}Z>O-aC&?<41y5Tq!! z7}{Z^EIQA6Mgmw|dl!v~hcy%vyN~0n=|M;j(hY?JQgtwyUW0uvkv;4$oFD!ITAHR! zZfMn^{zN9<$EUKb7bVgvX)uk`a5m0hlGWPQ zo6esFK4?!-cSGui+MC@36KGyu9mM;aVf8G$fS?1JLrL}2^HSq2-Y;q7Zn6`(&ZA?! z4swnI=tqJ-FaNk{a#Zy#VZG0255T3DFo-xiqK{pn+4*4P{_G+3Nm=uUA~_0XnLyPi z33r8PV6OU+)vhOi^3z96n22?d>HDg2t&OnxP#SkK1G zqzF$hri^Ew+aEX61QIW73mi?wmvAj2?+$-{m}+BypY*DWHI>(wUvBuXPWZSE{6VOF zqhMfSJLH$HmoXi_V#4Zl00}%4VkUxoPAzpGlM~@Y#j^h zlV5CZI?gw^?uXaYsY|c zP9?sU0PuF8_94xW!iKJQ+ZYfSk&tAj3-A#h3SzNaTT~5WKPr{EyQgc3+2f(5TVmw~ z2)-(X{OWuKODFTwu*!Z$=YI9opFUoylmaP(iBJFb>_AE@Zh9M1b05utTW;Nza+S84 zHT_FqC@w^J$oL4j&fxL$7uAxdm8k#zYbfro-CO6G zfDYsiA@zW@(P@3P-X5^lRt;T(X%Yy{AuN)Z3v?1Lg1`2TP=tRY3JB?A-CX9N2Y}k1 zgONkerwD-S1vBfFhMW<)^K*+2sXXw8 zDG6i`p`qA(kolc~?qRxcwi$&W8>t*FZ`nshXt~M|D|+Wu9y->DC=$Ny>$O(&Q^ZV_ z5C>4!HBV$OF2x$DlP<7!kA(#v2IBkP*kW)c*^sKP4rsYf@F+utRV4L8&tOTkG;Au# zcQgYR$r}5<9r#v08zzbSlpNMQk~rb(b-c=F8kC=i&8uJoCBEuC;r7+U^H>|JML7Gw z8bu~xrJec@|Iu{nH3~Z#sw}BmIr^U%YJ|0(1MP zO@5lul(QpkrED4bL|wOGLOJ>7a(+hW_x=H*{(1WY-Y%8L=9O4lr`Sn;f?amL-{gv{ zYKqEBR=6f#bHuG3luy*6E~q4G*f^Y`huqUqf72A4ap~84+L%v^wi!yTlUs=aidU~x z?mICy$92|!<@X^$pQ`X&a}uwiLD`PY6`_v{)h@tkX)Fo7zoj_KhsvI(#52$ZE z%7dvy0(;yMKL)bNJ2b-0oRs=!NQWrMPS#FXqn&q0CXVVi4X^13^j7RcUNlJhki43TQgZYK?slpsK=IC zX|2;@`x?HX=cd0*=O=tC7PWv$^6kXeTe5;o)sO!<+XqkjYmIL!NrrB<#JY6ynYlNTNM>do7d5|MYBOXV#( zxsA4!jrx`Mw9{>JxzjUha*ZvO)TNBd&VeuZNanGhJr6xN*?a(9`LniOBhj9sy<57 z1Q%fWtWP`zX7D+3U3yhN1Ji!M%VZKSSnYeQNs_ic-}BLHqg~z5%LL!$%~anSn-?+? zN|D>emh;g3EZ`tJ#=F>jtwQB0eOg2w2&N0QHDemdvu@BY%otdFXR-OsDoiP$nzfM zxmt5(|EmD@V;YP~h`B~k0u?Qm8a2EWr(Uhqni*fh7o#ZNApt(_oiB%pSXuL39;Ak$A{M=`Rc=jq@o98IqplG^OgURDVAn)|H73{3@Gk)`5&*vD z7z6aVG1c6|{rKhD>t$gU$fX-Q3yi~D-TrPr9Ydhzi$ik@QN^p*?;M)6t{M9539`Pl zYwiIqM&e}D{YlBx`>T%*TL*ozLN=mZKq*axR;nWx>*!*pQ!<$%2lI>vKJUqM6oTZa zv<$dgep7QP#X#z=!``%YKH>H?`tp<;9$t+VO=fZ?&DyCS#6Nxz-;S@?)n0lAR8$wI zk&DYeIH%b-N*&zqq&l+X?4l%&K3@J}Gv~B&*>W~UC z*@I->@X@9*@vLPES51k9qh)*odSw}?2M*7%A6KMK-|fhF81jz&#LM5%lcwDa4}ipK z1o^M~ghJ9LoU>i0-uvY)Anp=|x_{hTh;;H1NZ)_%@Az3%dmt^*q3=4N&iXCiQaRb}59og=hpx0x2w*%hEQA{z1| zdOU{i0`2FX{tMmP{&k|VOs<5rcIsO~uHmjiGjS7Zn-`dO-n`29WoU99Q4s2Cm!{#} z4pqK1^{Q(O3b)0#id54WvXj{Rzdq#nytj&t)(eRMkM#OnlZxc=hsKN5p*!j~kjUkW zkhA8c2g!yvL%s;;sY(_QS}8^Mx~iP_uuY-vcDg^d=SAc4b$H zzF1POaxLY}YT?YLIW)~{;S|Rk-zYW-W<$u5R%4Bi3XN ze?HNhqkdk*@y%N1XK?`n$ckztt7Q`eUocF>Q^I*%QW7YW@YeU!;$4BUK^Quwdk>H8 z4);xS{)3O?7W}(a3~vAj2FN!^+JnFrc{ur!n_ zJEDofqO>E-<=aBW5Pmy=@jJxf(Mav$eGbNnnYUNk7s*1^H)Op?d!N-cjEpWyr}0OW zLHcX1yKz{T&N%t%&piRqm8uRdJ0N7c${^S{Ks$C+LyuD4 ztN^1y%V|W^FRjIp z*HbKSD<#p&_%h+|E0R>L#5sP_SqGIkeq~;%OyfK=9mv-eSkC=OdeW~3U2_kG^(n@M zu!>kY;TPyBB6pyYx))A=UccMxlURbt?8LH7y?XQI9VJAe;eCx#3su>9nmY39q&33M z-{K3#0605gTzg=(-S^vh!^i2!;7X@z)9*m9$zNm74aWA=JKt=< zFXC9$JRELL`w^MN0QQAymcLc&lW-|7JKh@^;o02QSN!=Ud>x_ZKk%jLsoK?RH^=dF z(K@A{oV|yOCmBcC47Tqs*MF4G!PJ`>tZ?KvHEvnLoS;$mOY|(9y}#K=ky$;ycAv8v zK1IL~$KyU{z{6ay$>C3g^Ln@F>ZtJxBzC!U@y+RGhY_2gWyu6IGXqvrkOj^y!JLTG zU)`it2hJ#u)JFHrW-<%({^7>x{pOOW)IA#Sr|v8f7H$ko?duQ~JcFpDtrZNVN#hLc z*DX}lR}f15AUxC|VR0RhwAI%78Q2q_t5T5mS^TXV#I@#KZvZpP!50O{8F-}YFoEm+ zK{9TRyEE6PqdtKOBZuFMEJih78{cfc1Eo0(8&E0DI=?J$CR@90W$^8YBwPRj*_+g8 zs=*{LXo!a<1s)-7Aj6Ns0udk{(g7o1Rm4|_dvADH-gba%K+$$9{c3Cg7$RzsNp;km z&P$(HJ!~e97$x9WWX+`i3d^pcp!Xy1@tg|&_;t`=Ew@hU&)eW-eAIsC)fSaq`C+%2)+onTmIf0o>3lMPcgr&NUC4%7WJLKsX<=zsU8gu zpuU2J{%_u49J**nX5d$kA5r0NvmSA+CqD|{g#d=|ZjS%5%k!rCdFiku4Y^Doe;fYc zeAm6^-GZF)ek0OG8^0`#(;gwnv-nFfS*zO9ye1m`M#@MdvD;>Qe(D8(HX3h^kw$H7 zoQoIcje25gpO2ys^)9iEy#uMGdN1{v4m>}huJ(FuH_EBZnMQD;D}k`L6o|BVu=wl^ zVy`MdsM$%tN4IQ!xWE+j(DEKP|0fF9C79f2w6D`GlgdQQy7^CJ6amfKDtN`8$DbQN z;{_pCio=(X*SyH!@ooHh!8aQkt!JGm=k5fO;(K>GN2xYR(S(u@bX?J?Td~(#S8$@8qCjUF%euz-b66NpPCVn*Eb3 z`_f<7A;w$%Up=0t5+cIFE(yduw#rxD@)ceONuZfKeUkU|_XWMBWX;u$#d@fv0pCZ) zz?K(qA|86)ACEu{9sr{o5Z@luwv^?1*} zK>U5ll`QqPCul;KMZz;WjL1@&6~(e}>aQrXB6oV7DSgw24!Tkldpp~O_A+EDl}fkk zryWtXzRlV9z^Aax{&^gXQQ_>OHzf!a_OgyHUtkb2%eSSh<1(AqQ0 zo`(rOk1bNelsedZ-Txi(^@CH^{JIbD#Y$_t$J*#CDoN<}ci-by-WusKp+4qc4}j47 zugu!OtuKaHmqyU%C#T!7MEo2^pNj-Jtn@yjT`mZcih`y_Z1h*RKq5;GvSn5-<`(VG zVh_57wqy&+*~n3~xDhZg;jXmhdL+{Ve3dSa$eNn90?~n`&78*dl>pU(+YI~2x$J!~ zhcT4lqs+1}uOM*Lx_hu;)=sweP=fH&)M6Y^H@NANBFKul(%8yMG1~9HK~Hi@5_m$U@9VFo&Vz7b49)T>$t27r?NA4XVsj>}CrtArGs`yKMqIHGO z99W4vGzl`|R;C+L^T@G&$>Uy5#Gmni5ywg6?+(KitwdFMsKK+Y3rUScfO@pf;V^_! z%LYl?c*F(EeeIxX>SQFOzmW!K8c!vu7%0_oep!8qa9*yy7Uscpntum_ep_q(SqZJ@ zK8OznH$jHSwN1dRI%Yw${t^(Lwcn^KxirYaK+gQJVx&S>jby1H$XJN0qmA5hDJw*o zrgiz79350YFJ1wub1_(x{FCXY4wq`=UCX2lGxf_nQeJ`|c>}I(TVum|vPBq#Do$qQ&n?*UAwSAqI zZd?D3RHwQ4qYlcoO0uq>NC1#`jvdqhnh2vq5U{A)C;$$a?i!dJQ;S zkB^FlewE}kA$V}&xg+}U5FN7Xq#q0X-SXQB& z*r&t%xL&z!^;a`ESBDTfdDA0b+x#GXxJAQAi%aW?nFQGT;DuAR_*k6(8#0IZo= zb?fGfB5EJg%dlPKp3{gk=h&|~hgzkJ{^MT8COJMnn>`DZ&gPH0@+0{X=iToVu|;?{ zhrVQUl07%^keUk2O;BDEZG?#bauj@w4QN94$#rJ@CB$t2S4si8A;$^Wf{jJ2fI!(8 zV^n7yNmtM4s`Qj9)u5Vt?XKb|#0(UvRQ$qlfS~Y;0E0>Rr-;*K;JFL}I8-26o5<3W zoK`V_r$f35SDr_ndFRv$M6T(Uv~AN8h?*_CmR=Ud3!CXPTCaktdiG0thI=bhA>eqb zXJ_0=&OHqNfA97JSe%t)wn-M|{o;x&VNu;l#cthkSj>z`J)-UIELN^3ozho*!P4fd z7scsoGr~6L3$Sc&rSu5tiA9dwRlm{pVxO?D_x;m(O0ZGItQS1)3#U}|Ebk%vFey5X zH@QQ0H@BW=&OBB+H2!s)`JrAf>=7M{PC_sCI?!3!td~s0PMnhVRI_0AZ#GXF};Tk26cQQ?qBJ z0Bz^EXVo}$Ar)&kWJPV+U3{Sx`E^cS4rGo2i@&old2hR2_S2!fiR66?(}#MO96L$D zej+KSU3Uv`Y3|Dbm0OlyvW_qO&u-~-QQP*4-jz?laC?t@o~Ed$+>&QG}Ym5O?-^RhdJp`J1Z@dFSrOfwZ$F*iBX}{hoU-* z{q~P8{1o4RaUctE>0N-?21igxDAPm@Iby@IY6E9;yHUjTGgb1NbKSZ~Cr_4!`sS)B zFY`0zlNh#~1!-{d`*#aQg>kKS9-j-G<1f9X%e#Yo*{%S8kp9*#$*sm*kX$EHGcxi& zlz$?2IZEC$Q~#hwxGAr_7q9j+jgDV949};^PUnZbxty zqb8GLNogP0D%6>d+-~H{3)2Zt4*JEi!$O{=ftei^=XLRtmHVXyub-9ey2Kk?6@BD6 zuzQk57HFq*=%kHn0vs@!Hxxu4hD2{g_Ji_U#=A?$qPcTA&;owM?J*BcE$u#_ss_NM7w%6T%bTih3ZJbxADg&Gm`x}HXp7{Qnj^Ze3JXIQh@#!!fyZV&T{^YDjs z=!BM<@rf8nW5xtn=F#LFO)&@ItN>Ti-}4KK*%doW)f&Dk>a7vcyl;O#>0i|YF&uO_ zt)OzVLJzlIIfGg0tP^u7rzniQbbeXYUv&LNXBG?9+jKG_-#?j$7!|dk7!MnFyfdJq z%TEujANb9Xq~4goson@m{H) z=D9jkMYQpU(PzJH;C*#!5x67WCyz|{mSv5b7*vkh=7UDZa^puGu zO7OA%ettY)s_#A=(et;E^-1K~$HjJ>V>I&l>mzQVKh+l)-u9Yy>PP+~MSO7$9wB@p zumZ%A&Geg%9<}}{B%rJR)Sku~{<)fdPUzsP_vBSOMu0=L9$o3c&Fz*T0409-O^P<(u1tSICOIk3&LxdmFKv@Bnt?!`eye`-Kc2u9LC%O8C^Q5?i?kEOMggt$T zQ>)0!+9o5bKY0Fg{ioN%4|!(`Aw4jCDQ69({+oM2q_a>ya|5l|1vOxw}9R~KG9KfPwZe(azwYjlC{U(x75I+U`NYDk$$Hi1^7JVfoN2|#BG^vJ)w7JTm z468L9oIH$>;E_q&p9D#VkK%L9x+0Iv&T1AB3MbEQHv^<}L#osI)=8uS#GDx*xz+=w zdk2Iw$9V=d;q_ErDe}LHE<&pNRw?}TDu1pX6wi+iIl651P=mQuaeOH9do--AE~Ue~ z!f>*r&K+M`s=rHjq?e@_WG8^PxOm%4-8r*h-460WKO>Rtj7us$UB!MWf$ibu6H|W7 zWY8`CAQtkHz}SA@DxIp0%EVn|cu(7vV#Pav?F;-Jr68DkUj2UNZq`Hy>EF}(E8glB zU!C}ovhLRlfqrJER7F|! zL6@buiuMoIO6i0ht3ITL+ZZZ$-maV#xk1 z&ESM(7!Fa&S{8VDkghCqYEygAgs9q3dykAbk5zmy6yYN;jvE}Pm22n?5}#dFhFTY( zmaCd4^j=|;l@!;LUj8RHyQjk;;_cs4`2eI2pixzkYABUoR_aB64Z*tb^0h`Oe zZ7HwN41(UNzOMgRcSWXGATV3m<BS7f>emZKt{OQ;YHWhM&x_RuPx#8r{e+3FTErdx+rzWj)>7u8aqGP94&G>6?w* zLC>THHWqYVe_67q~@O7TIkNPBF#<;>aF7FX9zF~wCSzqDaqOvt%Ope z`ij?1;gdC3WLTg&X}67RX4LAfI+cVyNgm7 z&38i7;?5>3*ENPTd<^tDFuM2Y>|$mCK2g7ymF=kQerDiPHlXXrwI)<{?UcXq9a0+L zBri4%=B}cy9sHd)s(j37(kpha9(<+Sb5^JzZrT{m zRJgwgH8F!h;^w?X%U8xR{VA5Ux?7*sai7=T3;7Z8HW9o86W?^v73%Hu1f6E6iHe}^-_s0yG`_jCxaXzO)L*~U zc{fI{@-gyOlbTY-U{rWiFIqOhINGnZW!m-jn5DBH7c4DDlJqp@yUKIEs*g{ zF!gT5M22fuR)ypv~tLbhXofD93c7$JPw`W$MZyq(H4ksw$1b` zcKu1%Of3)Xv5}^9M3m=kT0vhJDRLS(5)l#C7RkEU+lFDk8o}0zU4jqdDs#ggSNG-6FB)GUu(}TCC;@I`FGwtU5WZoryfR7 zPY}?DTR~u)99DJ7U?Z1B_gODoob|iesAH|yb)2u^19$L2W>A20)|qOxwL?AkH=66w z*DuF8nI8CNb(<`1E7sq1;COdj_>$s-ZKUp{BvLe1*uI;#AN#y&5-;J;d#gKq+r?<8 zuzMGYzF064e=_J3o%{&n1RVWI89AgE;{6D=L*D*-J@oz{Bu%K@Kim0ISxqj&*>0V!&NA@<*;sq(nwcS1DvGE$B@tRw}7LV7C^(_BG0pYe82ppd4bTSjQGCij|j-*s(Ks zsUm4HFAlGWh>x;^w#UEpe)(P^_29Wc_Atp!(Myms%~EM5uCEb(5WXdeq{!o{^bxXz z>BZeWbkcBxza%6fc-@`q3+xee90Umn%ANkQhtf52=W62hft~pQ4x9EJ-?Z;kzi@h9)|A-7ISlW@nRVeDLZm}G^-na=fWGr>ZQ<^ z^%qgYO@6d+VpWyj1u6w7Eu$5UKa?Y-ws`uAU$18}?ZA~!6oJ|eJ`&mq}{C{*k zdb)A`D%SEE+d4UmK5XKo8(qL+Hr2?Ii`Yck!;EFt^x*CftoANb67aSRPFdiEph-lSeq8gVW#{ z!e9TyY}H+w>Je2w9P6KQc&fthCd=(=#|uEhCroaS-iG}8?KmUg!B-Ed3FX>+_5_`- zfbU_4iVI~h4}-MS6ym2Z2_Hic+2_D|zK+=hPHh3=orPNyi7-`INdEkyo2r3Vn9KX| z`L4+#c=mTj3TV;o;wt1j4~Pf%YY#`v7Ir)*sH5i3ytmV|{!PDne^-Ob;z10ip4Pkq zMebb|W**S_;-bjYl~CP|W3XFaVz4oq+erv9BY^dllarbvtXDrvD0ivQf^zCuY0_uj z+<@YN$EE3MShocIh~j8bUglb3zZ69U)EhV-54e%oZuD+J2~CeL3=LcDE|5I531rmT zP|h*>0ch-uN7xesj945jAZ8A;IG)Ircb{fvGYkxL=~-RIX@VQ&1SKUII!|60GvQT9 z7VTz^KR-LKrvLQ%EYXwpV}n79LnZoO7uj5#EhmffD#61Hq3HHQLlaM>tRYPH@@dGz zM0?tN-i&m|J;@F?mt*#Pay4G0QOZK2?WKEEx2MEfmE2@am6<$C(N8-E>)A4!8__%f zxMmK}9+qON+g?njk#hP#$I$~QcIo$C2<5o9VRi&rio$LjxD{dC*t-X;LaFmrK=zbb zOVj&DZsC%k4Zvf5;lh5l5bv#$dyLVDE3DDU-(!U*V77`Z76Q-$o$^N-)yG=-K^K0i@v*pClm9`TmJBK}BIDnRf|#JsUL%}7LW zYX3fb6q3>6dq;G-Bz9B7+t@aL$9CEVJXu_rX+Mk{_6ZNaZr`r)GprZ#xHGM^dT!d6 z!ke9N7j9a~nVDv^2t2w$kb?t#!Be|DL~;?4c?6b4-lo-FG34U@>M-!KcxAVr zohD~?oo(~<$S?T%1Kir84hfjgNJ|~LKfqj{H^HB+=5z$z(zh=9{e7|^JhpmqupHrC zUgObpx9Ym&)q*?(98h@s!Pb*nnLE2z=F5dAj9MbIz@1%vu@0Kl3rM zcY@BoFE_rSxkGU@JU76GSoj^tyv)EKRtC%43Tb#W)ULed>3=dL(Z$JW*m!9TK;>!> z4IoXSuywEVDiX86v&f7);w2Xp6DKK&njM^4$c0C}!{d}rcZ=n2z0h=~yLd6-edYIbLFhJE%+i(l`3IOm_i<7pW0ap07pSy4z}rj3(w5r z+6MP|3IAljr;l8uP?3(#mlKt+u(yye*NzX7(i}4us)|?+_;R#N=7hzLwilmpke2j z#8&cJ2aL@DTJZLpt1f1bn}rDfB4|hc-CKh;Hadh{mcox_Cl=n$q4vLpdu<1g6SA11 zd2Y{;&W71cFFyCsCjTbb!m>WtE7=Z8&|Q1slT#q+RB(>a9xK5PYxbX5&3pHhh!fk( zqg%F!YWU-mQhU4P;>J90SO;&i*)eUo-0-KYq>0<6|6I-0`^Mr$z5)5| zyK|x1{pE)}s#w1_zqIdf6OL?x=RVK!_}}S0`2D!|s+1Jc4)MHoe!@ThavwI{;?#31 z2056uy;^lA!Kb)(G=bUmmn&$B|HsTp{>RK&PEOST{3ETVlIX|hXS|v|`Ii_D`kkNw zYF+KWbO;9UULZf#gg-NuDQz7P7X0n#B z6Aj>pA4-I)jfZ}tYh^!-I}#&s)LoC)PcrAE;^~7HGD@R`{sPKE|4s1z5Al1KHtVaW zN7_zkr2i75{135E{JZ78pK&o&y8r3`XXcZ!18)x$if;lyC+LZ&W^Tu{ur%%9Yu-RB zw|~r&9T(^+ZL-%!U@z1sulw&pn#a?~gO@f9fAg>m%DF zvOBONp8#v`gQc@2`7QoyS^t-Q|9aSGr~y26iX0(_sF$#5t$a()tMM^N_n3wM$@@=( z{7*H9|ET-jqc0_jB)Av`sHoMhXITZz(ML^R@xJ)-q@;>ha>ikt`E{SkP@S!zpPF!k zU3v@RscPK+G7S1OLGCZSUcyIWUE7(>jza2^vM6xgo__*vwQ^mb-azHP5Ov1}+f=hx z4nPIB=sAtIw@gtKiXBf&@5~zrr-X?GL%o^@aY5h(`*zaGgWQ}dkwIjm6TbQjsn_QVf zb~gyQgPBt;WcR;X2+vO4rqQ=~`y22#e@1gCxT#=FqUFqE~H8(?&0og({hRh4^1gu)SW8|Esyy#7_R`y^?-DXEp%GUd_Qe*3pPl%{KMTs zkMK3m>ps;rjDg=|G%F;$f(+KRNi5B*+m|fPwUCXsT5s05Cf##^$~}3GRy%RXm)g#f z3~=BmL*y!O!#~lf;kf&JCVC_#ZhEM&vD3jkD=iORs|KWG(`8BbPnk3ib-&=%VNn?8 zbJ@H=G4Xlq&WY;abLY^CCzyzx6R@oHEX)LdY|=6!TB-#t)nW*4$1l%ZT?FJBJMS|- zdKh9QtdQmLM>ZG-&^;SLOyGtm=;^%g4jcm=0WaS+*?zVD>hh>-b9W=~%rK#4J5iZEQ)YdcCYO?q- zJWk^1^a|xoSmAnX_#3P+3&ah-xa`ILv@hE&;=cP~XffB-W>IK|e2E|&c$>5x0%>xB z?vZjNY*TKsQV0+4x_=WCbPVAO({Nj2nzUBWq+}bE&Is>s9&SIM)q9#3OE$ay3|?KW zm=@lO31p1#c(RYg-g?QA5<@gLo?Bljel(pAiBHfGx^ID-7{9qJ=-1PMb)Oq94IaDS z85 zq7!Dm8x+|Wk5}aPIyf;wtCH5$hgLt;!7*b+hZe${f;8|vXcI2N%_;^Zg0b~{$AOUH zc81;78uvwKs-V}ixt<@8ZC>u!RbxDZ4O|kQGg@-wPzT!fHh3hG%g3{m%^(JTDA$dQ zL&z!cQ_LvD(^YkPKn=|$XLZP>(;oJ3Ow7gG1sKl=2A2QaSt_w7>YCp%jco3%qtMlI z)0^YSpvt;8aRX5zPHTG$IaqX$%UAhhTZuPjk6d0t>`{ESnc{-^)9Rt1N|UXn8R-Q@ zu*{3@yRq-f-%^a6C~@QWh0?P2e?bE}L@QXkihkF#0cSNT#$3eYy(RC{GU07{e6X$$ z1>aqB+3c;6?kr6&S%rlH$j2RoU+)+7>B(hW06gPTEog0o$SnNssg2Sum_e=MDPe0o z+pyQD0(Vr~bFRT6L(eMCrJ2HcmnNw+iuKaXm7*#4JNE^N@rjFCqm}E6^!7)88&*=; z{0QsD#fj^W?6R&mg4* zyFF>skbR-;)QJ69``r4ysBkNuZU>$`(=SD85@8~X5Bf>Py%0wV+r>EAlq#LBear&w zeAPiEwI~K^_Khu9CE1$m(*(uV!c^8eUxzzgRI@*hQ=HHomABBRHs;jAT0Wu28@cdy zILm#Ke}~W}@pl!0BL-W7iMg7!UvqO?g^i7Qg${+O24@$u3ybd#4193PP!2(XRlSw7 z(E~8UvrbZ^jpNSIz-35WT=UOO4P@GvcL?w5Y~}jnK(p6hl%dxm=6L(@*3o5w!=rXrttbw) z8<)fOKYp$#2k9NgGuLg#NsoI+YR<7i5w6%pAu?gza1)AVdIU&(d&0xujNni%94D{Y zIjO2vOt)q5n5$xB+#$pU^KR+Bt%+>5kXjLfkc-)ewt8{JUN3fvdO|Oky_*H4T@N!1 zh<8qzjK5stuUJ!#2&yCd!1=#t46KR+wZw; z)D~BW=<&`JJ|)J5Pq<#Uyy@nNyKd!i-0%6g*yg*`I*59_BN=^jq?VZdemCfq1c}>R z>zSX)N#%8U>@#~nLk-~lnj0g$1!YLF*d|~f;OG6gi;6kg0dr%vthRH&i*3h_`>5ra z{#pmKYs}s@H$w@X^v5wb4L%9JO|oe>Yj!t9%o#SIQ2ZC*?w0Pm8$!Dyj9!c@qruPM z)!Ib@M^3BX!^ z^UB*BaJPs|K=UJ^Tb)dUZLr4Mkxg;u&1SA-v$?JYM<0-^6WovD=onnHd#)TryM+CU zp}BX6|GvUVSR5`nVlJ%laX)F=B6m|dY3A87yrzzUN0eEu_Q>6|Hw5pt+zo;Zmo6NP zP#0k_5-YkA+eb}FCyWV3Evqv<&u#y@a z-|1R)P_+b=ZgF1=F*W?=Xt!1n7Lyi#hEp`F>ziJbOAx-2=xgN9MUbv+P6d^waP%|f zsOXQu-9|Z3OISg+eqDdOF`#hm{y%(O1yEc|v%Yw6cUj!sT|x*DEChFVcMSv&9>E=g zySu~U?y$JKyS~kJssB}-qGp%bbLMpS^z`@jh~vBiYbhcoQwrk22+T%edV{%-n6KON z7AB(%rwGfqXk*7MbLj=*Hm1!=jtR&G7|9qSvtkplH`jWBYCF7gZtvr2{jjaQTni99 ziLwEAt=Uw!NRorUHy?2%eRd0|ke3ySwY}E7dc3 zk`XcBkL_xaX1|~I#2FZENZ{l(OoYnT)ezbJ#0y88{~Istq)|SP$KBaQ27RBI<`gYt5Vz>Q4os?5`M{afn*gc7t z;rC{rMVhFTIT%AteBqgslg@Qj;!x1CVf4KV|1HRGk0VC|0A!Aq2o!!vP9ciM^I41t zuYzl6hy+Y=dB@F=rulCe3(0&ezQ_I-!hk?OedTU6F?X848EW(aMchVqKlvBkmjq60 z8+)6inwr*B9gac$NoA@ATP7GCX%>V&v*(++F;_dwi#y@nsROuOs`Y;U$)iMcXF zSy{~+bQWMQcVFxuG&guy_{fDUd^6PD*~5RsSku7O!O6od1pNK~f4iMI2wL{6Pl>m% z$aJzNTM?%D`I{X#*YvD@p_WD|v%}Hv0811^xe8r%j9-8DTK7dvJ6;~toue80AI!x` z;TMVjotu2sB`1qm_xQumfnfFTI{4XU+#c>5j#29cObsU*kg1j!_P^WXXA}P^Qif;h z{jn!>Gl*GsTKoUSf&38g?pmIR1>XPS3I6eM>=n2cAq0ipzt!|JA@Ij#z6VXYYO}|b zeg5B<`U_)XTG;l|9pVxXk=)JMtH!0+;p@} zZq~Vxl!UgvZfJ1F9a6*rd6_nvCB9fAvweuTi3lgr zYW;^Wf2C(Y2!6xVt2KTW*2VCuga~TGE3gHCkNi+dttk-^m(JSm&+x+ope=O338KN$ zS*~%Xq1RSaxRrXkoV1d|@1i3mfVf#i5Ox|GO)Ge=QUT!qaQL47Zv<`~4xOaaet`H| zu9pioT`n!?3^SLMuM~r;=4@9WLnI2H11l8X;nrscL;Eg7vd`O0q1}p_a47L~)`D)n z0@?gYtb~|L(9UCe=3Y}aH~XM7F?TWoUu0uKMDTNyodBTekUc{_d3Lf5*=j8q^NqE7 z*DOmwdYcSO!uH}FjQi8oO@*}yOliwGR(1}xm-L%ld<{63FFwD|fzE)3K5Q@={YrJm zaCSR+l0oWAm;SxiU^S|xWe(tT4n-Z29+*8Pt9|!SA@xr7l?cO8wb0irA%+&3Y0Vu$ z)Th6c_J=;JEg^@QSCI$bf%hA<;MMOI3am=;<+z(o_0@1UT?E)KlwC{8n<7L%7+oq7 zH%O%J!Gg+gF?fiw7aB6Enhg#2XG0MYg4@y?&@h)

ag=ro#;h6l}+cFeR$yASIF_ zKVwZXkLU#r`rbf@_pJ66507tnvRL_caY`_cA^iFc1HD&V6uweTK_ z#$DKO8FfRoY&`>dKRN(&o{{igJWRw0M%W!J?nZlqclI%+qW-PC&!R=tW5tlVG@`>= zwFs!fSLhwyK@WgC#2ykJgf_;$-l{VBj#jVZU5KK>!nIl)pvsxM=OShE#f&6v5wyI( z7HNw8roH9jjJvCC+oLDSvDc*><#h2|2^)H5!5gUvJmF88b?uiL;r5eqzP+wb_XeBK z;`TQ}qek%^LgN)yYTCXBgHp#1ILA*Q-V`?=hx^gqAZx~pt9rRROq%yG)FZ14KgPFj zZ<|Bdu9_ao4OOV#rrx_FTFB3|UOMkYI5r& zX|jzTZM}tfKzd<#vau`xhIb$;$oB+F&l+vE1}I9Coz?q}X1%;#Tt2|m_rd4CIt(pd zM0y1U?F0&$YBcH^Zv`wk$z^fd6aT<>*h*fdp*K^G5+9lH${hqGz zu`*8%^2+{8TKdgMWN1vgStI0IoVo6Q2@M}5k;VXRgzmJ7rt8KVto*R;gu`r;l#r-V z=!4DA;gZTFy{)2~HL&O~y4(%J{~ni-p--iX9lKWA+cSB>A$WJFA$!C3c%hefUJv^t z%8Mw+1iN~RFnaUY;UpmsI6E^jKrf56(eF?^sPYnccTV%nXOu z35ws@L}%^Qt&JSWUz&EczO2tOdJ-&qoXTP;v>}SLKGPgFXaS-nvghGg#Qv~jQOs9! zKPJ4!pu2*(yoXbok4E(BQ#zN@%U^co6D}vP)obqA7JVl9`bK1X^7MSb%^G%J9alQN zvr=0N)w(0vVvIjH_8G6b5&mOT@SE&QWYKX)h z!nV~KX`ycL9J-s>iR0m*VU(5uS6>?{^XgLEfH{C6-XAJdUYjhoU%0u#rCX}cqKo^lj~yf{ z*O28*cwghsjr>7r-Qfw~8?-O-h~T#Lf>8SW#BjR-WLfv;cuST>jX8AbZ}FH^RZ_LA z-`lD`)2ZwQrE*b}`@XJtk@J&L%Y^}cDbHyM$5VS1_bM{YAccssA^GIFAYVBX{nn+* z%1Tdv?E$AvQK3duJ#U%!7WWg^Dx(gI5P}nCzL53E#NEYKuMwUcyX>Pm`?Al23{m}P ziTlCR%0~Hk(|91196vO}HgMvPb*OJ>R?}?Y;o;{h%usTT;8k(4XJK?(v%Wk4cPE)b zKzPDXMrZA*xNBd=z4QlgSJsa~%aRg`5F>nMjI}3Uhgm1>_xsJ(KRtzzGgAkCtF+uS z&KZmO;HZ=I$2j)4xXQc*I!Ps97Tzkn0N?qbXTE+dP%dWx^h>%T*pFJ(=?S&w* z(MeDnI<FI@%{a2q%A6V7ATptY?XA2AOP{I`cDh{+>eQzyP}9bdl^ zxH^c)zNL3Q`IZwMEoTKAgz+~?{)|oia1=6h8y6xZbXp2ut&D08V1+yM^(ihU)sEXc z6E!nDd+b<%PiE?Qw@|}Xk_G>AWimuf^n8D0a+&_{+F*o!u^hL18OP(zK)p$&uBxZdbO};49eSlso>wXLBLnyX=Lu*_!g-UTsB# zCf>2HNuRq7te`3cQ%Kr|xj5@H6W?r#*U1(HS*u`br4|GL-jU~A3?ACyg-Py*ob@8t z3m@S|%{yuIM!MZr$aBaYJpciOL0|!-@x|ul0Nh99Af=r%m#as0^bG0xCcwAP*>K zv-^(l;@`C3ha;EK$lon7K>sx@PE<*VZTVuzy79p@fV+4XIV}gM;+<=6@ZK)>-Q)xt zS(%XdHj8G|jc|g0V1i>AQRbX75ud4@vw8Y4m9dG>Nmqe-T;1oUT~al&-9KW)r^bkvSR_Fi1WdaW=FndCcn)2CTW ztAK?b*e>}rA~1jHU2Pv_Tn#?^D7_82CqVew2N`bAw8-8l6;qdo>Nz;j=A9=3#c#`Q z?%=B_AAk)#O^;W9J(!>cFQlk3ah5Q$MX?<$%L2%~@4~4~CUTB|$jTa-V z-ag^fl;h}!cd$|9aN^>6&N4;rn)kO*ra@^+NKjY!F@W+U_~>-y`tjo$bJY!}Ig>A_ zE@(uyzR9(rUR2H_-Zr z5Ww?D#tBXnxdG?{d~AJnMul+SYW)S_e}~O}Gcuyz`e#6{^bP-M${#ojoEnz@nHp|} z%D?}wg#Y}eB>oe0b4lHivg3cA@~2A#=d8h%K<;qwul^f?{|*$v8EclGOobh&VDrzL z|F;0*1y`y&L&@0xo#*q26j)-Km7_5VMQt91ZZvfUsSo&Gm-^k=&v(7}Tu zn9OLg$@}*IJkELpTxqFC;8P*X|0XlWJmI_Rma~ffdO5<^8Lr}xcHonzYcm@Q3;*@5 zHql^_*_6qtQ2Z{}&+kP2hw{}o>HhtUlB9N1^wZ$iWXfu46x46U`&E|&l-+;+${Yx7 zX=R0ui@Wnwvuj4+hTw z2W&@{lz2Fwa|2hB7PXhDH?!$)nq=ML6i-qsb zJ7ef!t3tDhRVt5){62>N52G^YgXRwZGz&XfP*A{>7e^oZyYX5FK+C>2Nou;FTV&cA zaqY)4{IFbtt$H9Jj-L|)6Wgv}JeB@>8LRW_r?NB!BQNSjo57R?&nE&awLjR>UyY|) z9x_>?9mKDgKlQsT##~?VLZ}#Ezkf4{1X8NE>XhLa*Z$Oj zuI9S2;PLM=w@Lr0@wP}6@n2us&nDs1{E}QI=SX0aN{l+Nmb%}zeu-P{E0Yf9`t)fY zMUW?ljGt^PK2v4}Pq=?8C41EcsF6dS`aoBTSz>W7QOav%aU}1(pkG9>T@AMUHCuP! z!-#Rnw3X8pc$%4B!SmlAJ}e3D>)S>JF@NwjK=jiX2D;2FB>7TwNb2?~i5Y7x(a0U2 zsdYK*@*4BRp3=lhR=FLOLv?DblXj7f8Pyc{%J@p3wm>=8gpa0t|5V(+nZtH!G;^8G zI=S}p<$UTnj>x4_EcGP&x)Ss3(zd_-Zf`MWq zlAx#Deg-Dpvc#+3#)jV}Lyh^vOSOai2_+@|q)X@6pOFu$M*1fHyveGlLT2+MR4_oeB>{^oT> zoqm#>e6+t4jK4acx!_mTD#J@Q`S2<#e-or1H+U}H!fHv5rnH>gD+h;)l-K!WeYuyj zXvoJwuY1^0dZt&(b~KfgHtu@6=j!}5&!Z%)ttS(jF1aa3a;GHz;1&PGk$)C4O3>#H z37WZs%CfR19>Td(M+3c&SzgWF&CfIp4A94Llw_m}m}y}OCnXDcF=Jpv^{6TBc=l2s zmMDx~ock0O7AorMj+3_B+h5(y^q$_3cg;C?@E!D>CsvU^7(A8$247qp2=5zCjnR40 zWxKA2r}K!BGyrs(L?USprKoBrI~R8D!HD_q?X7IryIK0qv9K8RA{A&xH=n6R0*>gx*?|i&S zy8Rdv+EsIWvZu()EnzhKL8)v{xZGa`p4h?%8`}N%W)>)u`^J>IE40V$2MlZ zugt0>unL>WXlz7)50&m47q!%Y``K|&BJswgZ+>#u-M;ISjS zw_aJoByD_`W3d(X=~n@uC}%)?*{4LS2y-yzS*fBeEZrvMQxUgQO|>KP*T`pZ%;}= z=DOOiBqHuD@|`kU+jYZ{Mzmv06|=)xXrE2`mKy7$mX1z9r;5a91*tbG5_~X)HGM-v z=eIazbZ_4k>Pd2B>RU5fn@GR})l2t{^k-*GE9B?q;tV3FmfP+jDZL)WQvLvHaEnH{ z?FtGZ6%c^xamH^zJ^_)mG?|do&=BILJH7It@(5MGXHYGDD~CNv11cVJo=Mi6xzuY} zFw<6746y#jq)GO;WN-YLB#7m z2pXQpuLc+GWMyYV!vO>#e~doxc)BTcG{Yl;Qvi}1r)(7V4=cLeEj+$`Q}kz>7r3j% z-%&21^BcNOvUEZ{F7*P6UL1*@J&y`*O`bm>?YhBzyS9x^v#3bmc(!?bIhbQN_;(+JWj?_B>#(!dOZQLKw7l80>IBLz2eeztw&&F9jE?zAn((XYuC5Bmru;8 zj;C9*Rjl4~0fJTEd=nEc@2KY7%KWfkLr!}H^ww{G*g}1KfC5#eK~;T~6}#~Q$OAJe z+<*hv3}+KsE2~#KX6&}Fa4BCfZ=S9gFL!6q?V4|xq6FPv38%ATJ{;cBj^dIUt+XaQ zcJs|u*ty9*`7pb#JVB6;h~GfL8H^9?!}@!^{ay3sWYCs(=p#Z+ONVG`oDX(TE4@(u=IlIaTvUm(3_RiT?_Zt(*ep9drNNN=h5_2;B1?Oqao7UDE?o}^jL8M zTnQsIoKCDr7nzut^6YQ8wH=0Ec|R@1y05x*eQH)&?$jqs!r}Ftin_I27``1P^lgus zZELT?A_cg0>(*~3L5*3(N8Oq{>e)|aHc`;A;gq$x5abRw!|*KmFxq;o5)Y*{4PlCU z1|X>JciqtFPt7eS2yei8KhB*^Im!Vk+#U&PWR&c$n0hyQtVYG#j`*|G^6-ep1OnY& z+|YeK-s438Ug(0FRt#oF-PQ-~p2MmXo_T6w)RerqQOcHt5R`nIk)xjvUN3qs!4-FT z=gN?Ag^aWT<{|6^9mz<%FQe;EQxF|aKl>zb-fz2qV2z)Hkpx#;U!F7A+j)*Ms zh9#p;t$*i|$i^|8eAlcJGw_P$M9Qeas<|>dC&~4=?7f8C8ixW&5QRL!XDHtq29oBB z&QsA#Bunf(Ba<}(1UEqM4~2*~9ff(PA#6ft+n{s<7YDAikK4#d^DM~ezAlKR!Zx(X zoJyY`LnQpNe^NSa(AjQ>qa<@3ak7jV_QH?nOn_P0k<$k1y@8 zyFmB-^`^V?!2(18taV6`lke;2O7fxGdT1b!YOVQkt?$c{8!*selI`i?B>xBm#C&!& zx9gnKbncTjxEs1=WPRCyByyS(=G|;hwXh`%gh9kHIMmQ7XS9R2EMgiK^uBl!G|tY` zpBwX2PpkXo0+%tz7g@DL^9Vjq?%`@IAlR^1n0PExhkBG)PVAcWP@ovK#-yr3KXkfj z`A*x2&HXfL&O}u0a7e_N*l*42Fi;2f`c3@OgVEi9q3okKnCjH|Jjg7F(R8wi7_Z$P zH0eX%6R2RO4Y;flT8z+CZy+yj_yuhm*b0d<>hIugdk$6Ks0g6;|Vr;5s| zu78Wrlj1)K$*j{!aENWC+zp;B4F!Qyysw9J>ixIFDt6qp6y)y;a#d zbvO?&gY1+0BC6_uGaPdg#wt>lmHCB7J6^(L>(=w0fSH%@96IfQK}m++&SoDEJ@zIu zgKn#;Q0w+vm}YBRtp12UyYk&ZJ2zEh=ifaRm|76iuR?S`%2|ZfFty{RW9tam#}RLO z=ujJvHhnem&B*?|d<084t`ouewgXIU^UNBe2W2fa>iPl9p4VFz)y^Y@(-55+ZgmYG zHI%gFJ8Td>C}9e*__nJ>#%w|tYwGwPMKu#fKW^w8PSsJoJ&F!odxwRf(^nM093tlYRmFtW~-5P8|<~lJ^`*LB5!#W$M?Av?By<@Dg z(cs}99fBD!SQyxT6m#Z0QcJ3#%|kXoG|FX*OL$sCP&jav>oMOGVPm)WHy z6{$)WF_?rg)8M7*?!YAj++VH9BIdNuE!ec)EhWxE5*Z%uVt9E%O6A{P4QM0YfZypI z)eN}i+tcOmvBB)=Kpx0~`VByClj%bayh9+MQAi6|dGaB0B|fDMKD>PuOmYd``m}AP zS-)e}reeZ-(p{gFI_q;*`Ge4?$S!I?JkaQ0+|l?BQ{5H@YerPW4-15$~h^Yww#D}a+yOVIuvwy4NI!sBx6SGO3g z!wD5Fx_R%zYwhJ=wwcxaE~lUsnsS^%7#Hm)2kW0Yl)$-^5Q9!!#IdiAZRD0P!?{8W z$JINY3yCyqwOY%)-y{$#E;59r6r|g;_dIS*)*MHX{25%!NE(Q^7(0n9cToV16s_rO z>3Qr8`RWL!kGC8MB0e~ELN|$ZbF&)?&A^~VZzfQEAao%8U^%aEEX^n3T?M;Umb!@c zc{8HW(C@9L1hLvfLjbY`(QX{|hqVyCU67lXw)Yv`t@nfrCkq>H2*6mg^tsb`Yij07 zhaFey0;W|1U%GD#(jvU*yF>RHT!v8y5yDr*akqyN-j{(qhs(3X`a?G}{qatqZW>PX z{CG~Kwh!i=MNTl67dYNp=!J(D^Q#nbKVN_U%9fcqYR64VtT-|zaeZWILU8T)xXDKH zq1D3uc`FppYf-BCY=)+qjwt*o; zCu3!(W@S^Vt54Cn=SDVmK2pWoPK*GZCYK&d=5>uu)L;SR1rmI1bC-o7VA_-G1KL8F zocUO`m+a?XXkQMs^fS7*zDJ4p^L7OR#HZmU4#=f zBaE)MIWGFJWLs&_yIiHNp(7ozxIyVBk0tQTLi5h4ZN4*;&%|+`ZTX%rgudqf@IUt7 zaCDf+Jo=J+B;vKP(Y43+<*311b_Sp6spm1k!#e7tg868pJo%4F6fJ*`@cT1j^3u}g zuO0*drx{!LHU4em?u{u3__<7R@1+nZn$;We2hGKvF$dO;Ql@1q-)+XF;U!#cjX!d< zzX1|ICh4Ef+NN-m9A%Zn_tbXrWdNyF!znv9HfSQcv_k@yIIxJ>2U}!RCy?eOJ@`ko z%nhtKOREsFoAv_&EMP7qJO}yBEQyd1wEz;{=Yz5~%%|S*z|IMQ=k%6~Um||g-{0!x z2}tKL%Q&8>*wzyo$#Q%d6Cgu-NBeVE_b-srx3tnykkX`Rq-Yqg$e>@JO!vS}B5~sp z8f`H1^naUvSdw1xs^Xd0_pW3DVN@QA)Y`h{H7DNLBret2t%RB6ZxoVoP=L3mI6}~N zT@yK*@zPr>fV;@?rh4~|p4I%lh=wpu{NpL}CJJ6)e7YChq^TUoQHtv#*5czN%~;!L zr2B2C-CCj^QP8CPBL@P5;O)T=t8CqpdUJb5(;6r-{6PgfUt&9vXTEck6U3D-1_@jr z0~I@;*Ge}|FN#Vz;;1Eu)2MUQJ_k*rYYqo)L<>NV4(mi#P`sdGwvOY5CJLR7w6XNw z^MX=&3Lh$AdA>NUKfvv`qJYO5}Ow|+MP*UPx8_wtB<`(#|6AA3c? zGZGnI37aM^Jx`Y_ZxUNCtNujy+EHnd(v9<^?To56)s6T5>Rng5t&pC!#$sr?o{++T zZLiX(o?qI!B{>if4Op>{y`^j=%+q0q8Wp4k$=*+mp`i_u*C6?5_qd02w~Or9VbJ;r z(hv5~tryWAbW-(RTiZ{m^$v--&6V=_X%bfZswxwY*6B2ig=c-DNEZvHTyvFs zEoK9Db-^lHGR&Ly>Kdfi@#H)IiB2+Gf4uVDqUX~aZHKLj?cwhN&y~LbK?AI|)*{W1 z*Q(ZE9|?WkJ_(YR^nOGQC+DL2WH;I&DM994ojpP8t}Yg`G;VSaOsEoiY)jOmV);C8m?UtN*K(yIpke{kbz3rVr{*U zjux-gCxwCX0?xomvl~_fITz6BVlogLE>3$Q-U>J|h<~tYOw^ zbmf$7z|kZkVAn(@wB^6{_UFuaO)`Mn2a*gh@r@ZIz>M3P-C!`l%SX*TSyd)t7nVSR z@ppfWJxUPd*CrN#&3Gaa3S;HuV9zysAo}~k8k_EfwauqVp;=8&oD*PKGock_&~I)XJYs;&+Rb-gBU!XUZ7WnvJ zym66JMA?GgPgn3h9u4Y#i=2UDSRLBJNUJt3!(1z~LU3UBYk)z3SF&)7+LYnZ!c`Bl zgsE#(3>}8dlI-PPDg#e%q~pbwn1N!0_ol4(DR=OfZ*hL;hGYy$YTjh3JuWp|QgSl5 zFTrA$$FY$SmspHXhRCqjqY|TOhEGi<$+R^xY_6C3lvGqfgQu;xttbbxcAfQXU9texVr`mz6V$iS1e5^tqAvQ1=HsP0RL@YC zT20Lo%_e-8>GPz5UWPd3k6$T#0*kuot*X@F)RbceulpoyRH!_!k0aCg_Kgz!prt-R zx9UQA9@8_}eYpeD*ctFXD^IVF`V3VHwODb*hpn?w%`@!C_p(W-FV#6H&Xl?+(TOGMrvVM5FV_&W=fV_T&_7)ENk|e&ExrK9sw@1>S5*@5K|K zl!w%PhfCy7A~bQ@Ph(|2$i!ke(5=gR(=5(r{<&V4zOWqz_X#d9ogHZ>)t7UogrR*} z#FL=zY0X_WJuQT*h=-hw4nBvf#{D+aW3D=fh-b;UP%ve<1MqUo9>=ug4|qPc-|X|g zpYvS?roQMh_?#+;yUOD{`@9gYj}$=LH9w2@djS-LYS3s>IW>d__)+%O>qIyhK8En< zED%*0@A8Pm4?2w}TCj5sHl}KU3OD3eRB^hq0i|6hZL^4aB}Ec@Jp_wBOK7)S6Bfr_ zRJ@KeIIF!DQZXMbM;gEr7x%jW0H$`M3n<>lG0Gu^SDCk{P~D!5=zEf7o$aCUeG1qv zjkGjmCOCq#05}Dyt|e5v9u?fUtZYZlW8YG|*>tsti7>@=)Rl0)bk()|enQrh@Ju|= zZ1`gOptw5z`aT&p8B-m$ZuIzRJ-&WdlG(%u6lECX_<8 zX@;Qat;7r3`Sc05i;4FDjQq-nyE+;Bfy37otHk6hN>ZI}Cv*P3OJuX~X1VK<6wUP) z&j=~Lxd2pM9<-WDvEymBXN_e>jJF{s?yN6I^pE@gjF0OAE#jTi_l9CZSr5= zzI|3sR4;Efq)?KCi-ckMCJ2bVu^B+*)qxy58fQ;(ym~QMfE@-Tpp$U^7Q;h7C$abu!2&Rs_H(vti+1- z;$nOSFZyO#DE(I$Q4bE z0P$Yxa6`S=dpY;DKxHD~su1r*E|j*19UQ@Hb!63MesvONntt)oUn(aB&*dN#scg+L zay&3fzoS<9(BTwLZrirc3}<=Zz}S^G+9t%(qIM_SucHf{jyer=yQm;X39u6Trt5_Q zmXrJg-aedNwApmjaS%AHFo}PqTj6uREr5L7i2aa#^R8p&s%Ce3Fd$rEFO+Zu_XdVI zI#2F7z^l)_r`zC&>zuVo4ddR}>#WY~UAfrxkIh`tQjxq@FYf%fJMZ*Fv~m6;W4>`Dr^`q#TOlCze*=P@7ZRYtK?GdzH>^Ox{ws0R)%WpfLJmc~;CJaa(Nr znA0;Dpu^_F*+;+$Tw*0khD*I-&vns9P0xiT(u<;g(L zd10dms#Q@%>XjQ;s#ZQKYz4-`9vw5|OvUqKZO!NnAi?c*8~D@!|9bQLVpx`V&(n*O z;M1c?ueH(@+;y5ZjSwRg>8|@Sn2?GI=-n#RyN5nQZZlyX?x4GIhQA z59C>m&BMIgQFrNV8K-zE6t2T<);qJjn+`G0-9S*u5h~!bM)z5T=hvnL1R$bQQbRA= zD$v_}SaGXzc~O_H_yd0(-N6I=Z&xFQpSPC`k5Z5(kGB z`q4gzMJ!&zCW+uGl9E*W{?BZ+X3Zsbf?5mCd6H41sb&wk6#^gCT*!NEx8BTfxXpjV zPduKgt07;QIe&WwVkcoLxK)XI+%NpT%6Jz4>oZras59Ov3Aya-*kOv?Dd^u%X-A-k zFHTHY-u0Q2wK^!LdGm6iB={|ufecFm>?oMxeJO*arOgvWb&c+1rT6i1WX zFe_xS$Ss2c4_(W_zPYXOe2rvYHf#}(My!*ve2KLBe126%4`37QBOM76MjdjV4+kNM z1ER}>qDH+IV<_C`pu;a|!c&5*uP)+M*XBS7XTVyt=lg)x&S~zk{)$6q2*r0^CZNKH zd`-pseaZ0;Lz1?@l~Tno0s|kVabB9_q_D$v+AKYRZl}_cH)uWW8Z_OZ$&6-bH8o<7 zMq*s2HX>=5CO33i2W;}*FWm36&bA4%zxVcS|7jOL3mF0M-a7FY#Da`rG+=!9>t)UY zp+Z z5K|SDm15OxcA_@Oa4GgfT?O#i;swr>4@Pz0!UurA?{!yyye`#gBIa86S<47`YdBME zuukDZ{QQ)TI;OS=DACnhDjqA!w-!}&NL3stSl7_u_P+HfxvhxDzSGmthz25dyZ8ly zF+ej_Dbn-fPF=aP20HWoG13ob98|O{q~in`;-l}uW+KI$0E3qM7@`ypb(|3)c0``E zxFE0ed?4-}vH?|fYsq@d?20f&_xMQ7QT)oeL4e$_-A@kJMrWqz|c=t5m@>G#u3$M_u z8iC+)M7nzDdT=RLDfYYGe$(ErC}gT(2gvU!51j1zO{IPxB}6%`3q|DQ&muU?R%4X%q|@$`)HtSiW2PQoGg=94|FBKU9aw*U0*2iz zY@Gf86bKbv)P|^?PeI;D&Ju+bmCiW#YTgtUwUJde_c-2+2#j#s+<8Z-oJ8`ZMuGR% zk-lH$P;IVT@?m~Hh10nSt8|CXl_y>}%CnooJALRp*5y0}NQB0=RXio}@|DM24%^d1D)NXsMq-KROi*aUWRcr!o&RrYlp zPPk5hu5;ClSByrP4SoQkB?#^Ni#dtdCGJ@sr%Zy_vBY&AR}7Sbxi0!D zphTs9iSSq%>{*-SHmI$y;5AJ0fg>B5=N?G--9P{Cr6K%y&vbA-T9|m09i7PBOgzzb zRER|@MRdJ46>%4lYk5LMAt}LEIVR*izq^KqcvG7?ft+zsLp41q0CXOP=-+p9_G5aH z$3iu-rWEDv8o!{lp|mp0>M^uRMB`wg;0<2Pv`CXsmLR<~+vkJ{GZ zaP8>gqJ!hsdXwGrW9Xy0U91XiB!9CohmzVo67Zz6{7zNGBA0vt^TxgS$NW*x1I^C3 zaqb8fFOY9R8AgidzVFIfiHUO5%&f^0Y#~uy30I!Q$7DR)HzpPyT6#u0buLr&e3dJ; zzT<`}b45azy(;ZL5emq|A|LdQshkNB6zzW1LQ2N2H<{E+iVRvSK%~{daWId-`%ysQ z@2njc(%ASuZQ;1oe_-kZFiU-fa$qNvZX&q&pdSC9{_F?*?vb`;Y4F`!Pl65X zc&}66yd(d^yUnRVJEy6dsA-XD`e<#bIN&l>$CjEe#zqjUbzuHXCWuOD{>AyczfOY-yI zxP9`5iJ)8L z{xs{my)gsQdz2KA4& z|09O|1-_fW4@KovGa&%(s=LHjC*X>(Hj(nGf!q0gtUbnjmgP6z!)b(ae{u6O6KCMy$fJ?*oS1js2QN7fET@|6k-HaOFo;0 z69G?14e3*h4@h`8hFx@iV#6B~fg?N*KZ|c`2_SoVnrkc}F-sMO$Lv8x(0Z<=jWRNz zaE$ob)&9p-A)TRw)eHm`*6n}6%?$GWR9udMv)|j$81to$$e9LJg=zDsCWjOS$A%v1T7<@gpLjrw@pc) zcT>qcJ#QR0dGEXbDFaHhWN3aMoSk>GBv#ec?h*rWgV49~^CC#aiQqT*2j1#(A_=Ae z%t@&E1tGfqWhIED+43H8jhpXs9ok79J~%>RV75p}OLw}=5}6eH-F0vUgo*qwd4s=a z6a6W2T|2?%voqM8x{(CGXxuW1j#^9i^^GrI*CcHMaKlBk?9SCn=ED{i=#kK6mhXdq zd6X8ecy{sL_iQ2gaVhuioScIJ%EuSObfm8=eiOB=27!QQ1TP2<#^ zNE=ien_2np@hmrol!ivU*wv4KF3+TjT`5DgJtrsj^M(6R@9Y$|xU>Z}cq*wxFr0>l z1@#ga67%m&v1rpP=zvIC20Ji?tFWEQ%OSZZL+Q2toHwnliH+uau1iV9XIE8Sq~xVO zM_)KI4RJ+oR9|0J7T^7}M{a@|vV3egkgZ$lr8))4@d2bG1V+1sux}syHf<9)$S2qw|i0ew`K0^eby*kw@#!gsVao(!w;C&27}e=DPC!q`vi`a=|(f z|97ieB^QM$Lwt+GROrt`I!g;shSbOksGBKZ3)HU*Ddb-oK>I?8c#hPq-gxY~^^~2l z1RyX@|AO0FFLFo&id>@n(@*<-6ca6j32-Ey1HmC-Qs8SGDpMp1shl1+XxIwmYit#( z9P@K`3DDb@NU0oZZrRE#@m`#9F>R)s=xzKQUjcZas2R`{ zpp+ahiXUbotBe?S$P>7-j-vO}8Z_@;!}!aMS4V%+8&N7X&T(C)Cz7&DX|)q>^b&! z6Jj!(wIOyRfmcbAZ#4|6l#}hye--&JFzfw>@;WPn^6 zlhvSk@zvtqvCB;*Q;~yK$3W;|IMa%1`hsPzPHTw?1E{AKwb6E~(MU^vLn<+8`?yI! z?}GDtDcmr*ZG4QA1eUfN zKx3SQ){Qo5lS}6=OK}y01SiE2+o07_t4Yqm;4JE1N{~Bg-`8WA7#+d@BvPNqvyRjONP%JNI;)OCE@m z3A2RQtueN$Xl|fl%i629q|e)pPpc<)evYY2N5oNM@I*FPfaQZ}b>sM^BtxFX*K=zv z)!@jQ!;#m<4Sg;pMHU3r$TyX_^XE1>R`_n^TZk8@h`vbbML=3^YpCguBz^?ddrYG zoM#uGBk3SAU}f1n2O3H}(Q#oskp&Ih$ADEJd^K({)a=WcO>7--)TB&Bf~Xam94t}8 z(OM1LOOg$D9L`C#Lmc(SxxF#QALc+#%We~i)~S&oC$c26p+gHV(2%8 z(+jJ`irG3XBRow`milcgtBa%NNOn*gp*6pTh7l2cUT2|rpKQeiK?-CMcsI=+ZmM@N z#*i`AUXd<|CKpzR6}vk1cO3O@&Y(UHP+!d7L@+U0%a)e@tMgCyi32fOoD}RPVi{SZ z2WJqGc--cwt>waOc!afEn$4W`Aw+=`-#MX^8*08-(uj&*m~Ga~)J&v5i2~g@b3

  • BeYw+)Ik`RJ?=g`w%(9-`H;QRVo5nAc= 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 T59e;EKNnC!LA+YjAn5-Ah&R($ literal 83114 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 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md index d2fcfcb4969..266296f980a 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: IAM for Logs Data Platform - Migration and Breaking Changes excerpt: Important changes to be aware of before the IAM migration -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -17,7 +17,7 @@ This guide explains the breaking changes resulting from the IAM migration and pr - An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) - Access to the [OVHcloud Control Panel](/links/manager) -- A Logs Data Platform service +- A [Logs Data Platform service](/links/manage-operate/ldp) ## Instructions @@ -33,9 +33,9 @@ IAM stands for **Identity and Access Management**. It is a system of policies an The IAM Migration for Logs Data Platform is scheduled for 17 September 2025. A scheduled maintenance will enable IAM for all Logs Data Platform customers, introducing new features and allowing full migration to IAM. -#### Breaking Changes +### Breaking Changes -##### Roles and Permissions +#### Roles and Permissions If you use the [role and permission system](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission), please note that members of your roles will no longer see shared items in their own service when connecting to the Logs Data Platform control panel. @@ -43,18 +43,18 @@ However, they will still be able to access these items when using their credenti If you use the role and permission system, we strongly recommend [migrating to IAM policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management). -##### Web UIs +#### Web UIs The Graylog Web UI will now display an Identity Provider selector. You can find the username/password authenticator by selecting **Legacy username/password**. You can also try the OVHcloud IAM authenticator by selecting the appropriate provider (EU or CA). -![Legacy username/password](images/graylog_legacy.png) +![Legacy username/password](images/graylog_legacy.png){.thumbnail} ### Deprecated Features The IAM migration allows us to deprecate some Logs Data Platform features that have IAM replacements: -- [Roles and permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission/) -- [Legacy tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens/) +- [Roles and permissions](/pages/manage_and_operate/observability/logs_data_platform/getting_started_roles_permission) +- [Legacy tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens) These features are replaced by [access management policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management) and by either [Local Users Personal Access Tokens](/pages/account_and_service_management/account_information/ovhcloud-users-management) or [Service account tokens](/pages/account_and_service_management/account_information/authenticate-api-with-service-account). @@ -73,11 +73,10 @@ These features are replaced by [access management policies](/pages/manage_and_op - [Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) - [Access Management](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management) - ## Go further - [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) - [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) -- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) -- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} -- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} +- [Our documentation](/products/observability-logs-data-platform) +- Join our [community of users](/links/community) +- Create an account: [Try it!](/links/manage-operate/ldp) diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md index d92b0a1fc32..3c713bea56a 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md @@ -1,12 +1,12 @@ --- title: IAM for Logs Data Platform - Presentation and FAQ excerpt: A presentation on how IAM works with Logs Data Platform -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] > IAM for Logs Data Platform will be available starting **17th September 2025**. -> The content of this documentation is valid starting this date. +> The content of this documentation will be valid from this date. > ## Objective @@ -17,80 +17,69 @@ This guide explains the integration of Logs Data Platform with OVHcloud IAM. - An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) - Access to the [OVHcloud Control Panel](/links/manager) -- A Logs Data Platform service. +- A [Logs Data Platform service](/links/manage-operate/ldp) ## Instructions -### How is IAM useful for Logs Data Platform ? +### How is IAM useful for Logs Data Platform? Enabling OVHcloud IAM on Logs Data Platform delegates authentication, access management, and permissions to OVHcloud IAM. There are several benefits to using IAM: -- [All OVHcloud identities](/pages/manage_and_operate/iam/identities-management) can connect using their credentials to all Web UIs (Graylog/OpenSearch Dashboards). The connected account will be the identity chosen for UI access. **You will no longer need the Logs Data Platform username**. IAM enables also the use of [two-factors authentication methods](/pages/account_and_service_management/account_information/secure-ovhcloud-account-with-2fa) and [Federation Services](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). -- APIs token can be both [service account tokens](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) and Personal Access Tokens handled directly with OVHCloud IAM APIs. -- [Resource groups](/pages/account_and_service_management/account_information/iam-policies-api) allow you to share Logs Data Platform sub resource in a more cohesive way. -- [IAM Policies](/pages/account_and_service_management/account_information/iam-policy-ui/) unlocks advanced use cases not possible with permission thanks to fine grained actions. +- [All OVHcloud identities](/pages/manage_and_operate/iam/identities-management) can connect using their credentials to all Web UIs (Graylog/OpenSearch Dashboards). The connected account will be the identity chosen for UI access. **You will no longer need the Logs Data Platform username**. IAM enables also the use of [two-factor authentication methods](/pages/account_and_service_management/account_information/secure-ovhcloud-account-with-2fa) and [Federation Services](/pages/account_and_service_management/account_information/ovhcloud-account-connect-saml-adfs). +- API tokens can be both [service account tokens](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) and Personal Access Tokens handled directly with OVHcloud IAM APIs. +- [Resource groups](/pages/account_and_service_management/account_information/iam-policies-api) allow you to share Logs Data Platform sub resources in a more cohesive way. +- [IAM Policies](/pages/account_and_service_management/account_information/iam-policy-ui) unlock advanced use cases which are not possible with permissions, thanks to fine-grained actions. +![iam identities](images/iam_policies.png){.thumbnail} -[!iam identities](images/iam_policies.png) - - -### How to enable OVHcloud IAM for my existing account in Logs Data Platform ? +### How to enable OVHcloud IAM for my existing account in Logs Data Platform? If you have an existing service, follow these steps: -- Replace all your **Roles** and permission with [appropriate policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/). +- Replace all your **Roles** and permissions with [appropriate policies](/pages/manage_and_operate/observability/logs_data_platform/iam_access_management). - Ensure you have no **Roles** declared in your service. - Ensure your service is not in any **Roles**. - Ensure you don't have any [tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens). - Use the dedicated `Enable OVHcloud IAM`{.action} in the **Roles** sections of the Logs Data Platform Control Panel. -[! Activate IAM](images/activate_iam_existing_service.png) - - -Once IAM is activated, A new **IAM Policies** section will replace the previous **Roles** section. +![Activate IAM](images/activate_iam_existing_service.png){.thumbnail} -[!Activated IAM](images/activated_iam.png) +Once IAM is activated, a new **IAM Policies** section will replace the previous **Roles** section. -### How to enable OVHcloud IAM on a new service ? +[!Activated IAM](images/activated_iam.png){.thumbnail} -When a new service is created, you can directly opt-in into using IAM directly and use [IAM policies](/pages/account_and_service_management/account_information/iam-policy-ui/) to handle access rights. +### How to enable OVHcloud IAM on a new service? -[! Activate IAM on a new service](images/activate_iam_new_service.png). +When a new service is created, you can directly opt-in into using IAM directly and use [IAM policies](/pages/account_and_service_management/account_information/iam-policy-ui) to handle access rights. -Once IAM has been activated, you can freely use any [OVHcloud identities](/pages/manage_and_operate/iam/identities-management) to interact with Logs Data Platform +![Activate IAM on a new service](images/activate_iam_new_service.png){.thumbnail} +Once IAM has been activated, you can freely use any [OVHcloud identities](/pages/manage_and_operate/iam/identities-management) to interact with Logs Data Platform. -### How to connect to Graylog with IAM ? +### How to connect to Graylog with IAM? When connecting to Graylog, you can choose between the legacy username/password system (for services without IAM activated) or any OVHcloud IAM providers (EU, CA, or US). Clicking the corresponding *Log in* button redirects you to the appropriate OVHcloud IAM provider to complete authentication. +| | | | +|---|---|---| +|![Graylog provider IAM 1](images/graylog_iam_eu.png){.thumbnail}|![Graylog provider IAM 2](images/graylog_iam_ca.png){.thumbnail}|![Graylog legacy](images/graylog_legacy.png){.thumbnail}| -> [!carousel] -> -> - ![Graylog provider IAM 1](images/graylog_iam_eu.png) -> - ![Graylog provider IAM 2](images/graylog_iam_ca.png) -> - ![Graylog legacy](images/graylog_legacy.png) -> - -### How to connect to OpenSearch Dashboards with IAM ? - +### How to connect to OpenSearch Dashboards with IAM? When connecting to OpenSearch Dashboards, select the provider linked to your OVHcloud service. The *Log in with OVHcloud IAM* button redirects you to your provider to complete authentication. -![OSD login](images/osd_iam_eu.png) - -Once completed, you will be redirected back to the OpenSearch Dasboard instance fully authenticated. +![OSD login](images/osd_iam_eu.png){.thumbnail} +Once completed, you will be redirected back to the OpenSearch Dashboard instance fully authenticated. -### How to connect to Grafana with IAM ? +### How to connect to Grafana with IAM? -- If your Identity Provider is the OVHCloud IAM, you can select the option **Forward OAuth identity** to forward the identity connected to the Logs Data Platform. -- If you use another authentication provider, you can forge an *Authorization* header with a IAM compatible token. See the next section to see how to generate that kind of token. The content of the header must be ```Bearer: ```. Replace ** with the value of your token. +- If your Identity Provider is the OVHcloud IAM, you can select the option **Forward OAuth identity** to forward the identity connected to the Logs Data Platform. +- If you use another authentication provider, you can forge an *Authorization* header with an IAM compatible token. See the next section to see how to generate that kind of token. The content of the header must be `Bearer: `. Replace `` with the value of your token. -![Grafana header](images/grafana_header.png) +![Grafana header](images/grafana_header.png){.thumbnail} - -### How to interact with Logs Data Platform backends API ? +### How to interact with Logs Data Platform backends API? With IAM enabled, [tokens](/pages/manage_and_operate/observability/logs_data_platform/security_tokens) are replaced by API keys (Bearer authentication scheme). These keys can be tokens from [service accounts](/pages/account_and_service_management/account_information/authenticate-api-with-service-account) or Personal Access Tokens. Use the OVHcloud API to generate these tokens. @@ -99,28 +88,24 @@ With IAM enabled, [tokens](/pages/manage_and_operate/observability/logs_data_pla > @api {v1} /me POST /me/identity/user/{user}/token > - For example if you are on gra1 cluster, curl can use these tokens in the following way: ```bash ldp@laptop curl -k -v -H 'content-type: application/json' --oauth2-bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c -XGET 'https://gra1.logs.ovh.com:9200/_cluster/health?pretty' ``` - -### How to create indices or aliases on Logs Data Platform backend APIs ? +### How to create indices or aliases on Logs Data Platform backend APIs? First, ensure the identity you want to use has permission to create indices and aliases for the service. If authorized, Personal Access Tokens or service account OAuth2 clients can perform creation/deletion operations. > [!warning] -> The previous prefix for indices and aliases was the username. Now the prefix is the **service name**. You will find the service name on the Homepage of the Logs Data Platform Panel. It is also the suffix of A Logs Data Platform service URN. For example: +> The previous prefix for indices and aliases was the username. Now the prefix is the **service name**. You will find the service name on the homepage of the Logs Data Platform control panel. It is also the suffix of a Logs Data Platform service URN. For example: > > urn:v1:eu:resource:ldp:**ldp-ab-56945** > - The service is tied to a unique Logs Data Platform so you will be allowed to create items only on this cluster. For example if ldp-ab-56945 is on gra1: - ```bash ldp@laptop curl -k -v -H 'content-type: application/json' --oauth2-bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c -XPOST 'https://gra1.logs.ovh.com:9200/ldp-ab-56945-i-my-new-index/_doc' -d '{ "user" : "ldp" }' ``` @@ -131,6 +116,6 @@ Similarly aliases created through OpenSearch APIs must be prefixed by one of you - [Introduction to Logs Data Platform](/pages/manage_and_operate/observability/logs_data_platform/getting_started_introduction_to_LDP) - [IAM for Logs Data Platform - Presentation and FAQ](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) -- [Our documentation](/products/public-cloud-data-platforms-logs-data-platform) -- Community hub: [https://community.ovh.com](https://community.ovh.com/en/c/Platform/data-platforms){.external} -- Create an account: [Try it!](https://www.ovh.com/fr/order/express/#/express/review?products=~(~(planCode~'logs-account~productId~'logs))){.external} +- [Our documentation](/products/observability-logs-data-platform) +- Join our [community of users](/links/community) +- Create an account: [Try it!](/links/manage-operate/ldp) From a0f6e3b86f30a1ffee7b5cd680f9d306e517c4d3 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 10:15:01 +0200 Subject: [PATCH 128/160] Missing formats --- .../iam_access_management/guide.en-gb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md index 5ed37a65228..e55d2368e9a 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md @@ -115,7 +115,7 @@ Here are some use cases of several rights which can all be together in one polic - ldp:opensearch:index/read ``` - ![policy sub resource 2](images/carousel_policy_sub_2.png) + ![policy sub resource 2](images/carousel_policy_sub_2.png){.thumbnail} - These actions allow to read and modify a Graylog Dashboard: ```yaml @@ -125,7 +125,7 @@ Here are some use cases of several rights which can all be together in one polic - ldp:graylog:dashboard/read ``` - ![policy sub resource 1](images/carousel_policy_sub_1.png) + ![policy sub resource 1](images/carousel_policy_sub_1.png){.thumbnail} - These actions allow to consult and create visualizations in one or several OpenSearch Dashboard instances: ```yaml @@ -135,7 +135,7 @@ Here are some use cases of several rights which can all be together in one polic - ldp:opensearch:osd/get ``` - ![policy sub resource 3](images/carousel_policy_sub_3.png) + ![policy sub resource 3](images/carousel_policy_sub_3.png){.thumbnail} - These actions give a read-only access in both Graylog and the control panel to one or several streams: ```yaml @@ -144,7 +144,7 @@ Here are some use cases of several rights which can all be together in one polic - ldp:graylog:stream/read ``` - ![policy sub resource 4](images/carousel_policy_sub_4.png) + ![policy sub resource 4](images/carousel_policy_sub_4.png){.thumbnail} Once the policy is created, the local user/identity will only see the related sub resource of the policy in its own control panel. From 578c60c7115a8f66da9fb4bf99b4ae5b68c13fd0 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:06:20 +0200 Subject: [PATCH 129/160] DE proof --- .../dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md index 1635b6b08ab..0bcdd426f28 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md @@ -5,7 +5,7 @@ updated: 2025-07-21 --- > [!primary] -> In diesem Artikel erfahren Sie, wie Sie zusätzliche Additional IPv4-Adressen für ein vRack konfigurieren. Sie können auch Additional IPv6-Adressen in Ihrem vRack konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) verwenden. +> Die folgenden Informationen beziehen sich auf die Konfiguration von Additional IPv4-Adressen im vRack. Sie können auch Additional IPv6-Adressen in Ihrem vRack konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) verwenden. > ## Ziel @@ -17,7 +17,7 @@ updated: 2025-07-21 - Sie haben einen [Dedicated Server](/links/bare-metal/bare-metal) in Ihrem Kunden-Account (vRack-kompatibel), auf dem Windows Server installiert ist. - Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager). - Sie haben ein ISO-Image für das zu installierende Betriebssystem der VM (CentOS 7 wird in dieser Anleitung beispielhaft verwendet). -- Sie haben ein [vRack](https://www.ovh.de/loesungen/vrack/) in Ihrem Kunden-Account eingerichtet. +- Sie haben ein [vRack](/links/network/vrack) in Ihrem Kunden-Account eingerichtet. - Sie verfügen über einen IP-Block von 4 oder mehr IP-Adressen. > [!warning] From 15b15b3b19ed9fb0fd72c08706a37dd1121c79c6 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:10:31 +0200 Subject: [PATCH 130/160] DE proof --- .../dedicated_servers/move-failover-ip/guide.de-de.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md index ed88097d871..80559789365 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md @@ -4,12 +4,12 @@ excerpt: Erfahren Sie hier, wie Sie eine Additional IP über Ihr Kundencenter od updated: 2025-07-21 --- -> [!PRIMARY] -> Dieser Artikel befasst sich mit der Verschiebung von Additional IPv4-Adressen, die nach [regionalen Beschränkungen](#limitations) eingeschränkt ist. +> [!primary] +> Diese Anleitung befasst sich mit dem Umzug von Additional IPv4-Adressen, die nach [regionalen Beschränkungen](#limitations) limitiert ist. > -> Die Konfiguration von Additional IPs in einem vRack (privatem Netzwerk) umgeht diese regionalen Einschränkungen, da die Abhängigkeit von einer einzelnen Region verloren geht und gleichzeitig die Anbindung an eine breite Palette von OVHcloud-Diensten vereinfacht wird. +> Die Konfiguration von Additional IPs in einem vRack (privates Netzwerk) umgeht diese regionalen Einschränkungen, da die Abhängigkeit von einer einzelnen Region nicht besteht und gleichzeitig die Anbindung an eine breite Palette von OVHcloud Diensten vereinfacht wird. > -> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. +> Erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel @@ -19,8 +19,7 @@ Additional IP-Adressen können zwischen den von Ihnen verwendeten Diensten versc Mit dieser Technologie können Sie IP-Adressen von einem Dienst zum anderen in weniger als einer Minute austauschen, praktisch ohne Unterbrechung für Ihre Nutzer. Dies ist nützlich für Service-Migrationen (z.B. Verschieben von Projekten von der Entwicklung in die Produktion) oder beim Wechsel zu einem Sicherungsserver während eines technischen Problems. > [!primary] -> Sie können Ihre IP-Adressblöcke jedem kompatiblen Dienst innerhalb einer Region zuweisen. -IP-Adressblöcke in einer Region können innerhalb dieser Region von einem Rechenzentrum in ein anderes verschoben werden, aber nicht aus dieser Region heraus. +> Sie können Ihre IP-Adressblöcke jedem kompatiblen Dienst innerhalb einer Region zuweisen. IP-Adressblöcke in einer Region können innerhalb dieser Region von einem Rechenzentrum in ein anderes verschoben werden, aber nicht aus dieser Region heraus. > > Eine Ausnahme bilden die Regionen eu-west-gra, eu-west-rbx und eu-west-sbg, da hier IP-Adressblöcke zwischen diesen 3 Regionen verschoben werden können. > From dfd4f05373acf48444585156bbfa08cd83e02f23 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 11:10:46 +0200 Subject: [PATCH 131/160] LDP - IAM fixes --- .../iam_access_management/guide.en-gb.md | 116 +++++++++++------- .../images/carousel_policy_sub_0.png | Bin 0 -> 35791 bytes .../{create_group.png => create_group01.png} | Bin .../images/{create_rg.png => create_rg01.png} | Bin ...nel.png => local_user_control_panel01.png} | Bin .../iam_migration_to_iam/guide.en-gb.md | 2 +- ...{graylog_legacy.png => graylog-legacy.png} | Bin .../iam_presentation_faq/guide.en-gb.md | 2 +- 8 files changed, 73 insertions(+), 47 deletions(-) create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_0.png rename pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/{create_group.png => create_group01.png} (100%) rename pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/{create_rg.png => create_rg01.png} (100%) rename pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/{local_user_control_panel.png => local_user_control_panel01.png} (100%) rename pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/{graylog_legacy.png => graylog-legacy.png} (100%) diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md index e55d2368e9a..15de5c09131 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md @@ -4,7 +4,21 @@ excerpt: A comprehensive guide to managing access rights for Logs Data Platform updated: 2025-07-22 --- -> ![primary] + + +> [!primary] > IAM for Logs Data Platform will be available starting **17th September 2025**. > The content of this documentation will be valid from this date. > @@ -17,7 +31,7 @@ This guide provides instructions for configuring access rights on OVHcloud IAM t - An [OVHcloud account](/pages/account_and_service_management/account_information/ovhcloud-account-creation) - Access to the [OVHcloud Control Panel](/links/manager) -- A Logs Data Platform Account With [IAM enabled](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq). +- A Logs Data Platform Account With [IAM enabled](/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq) ## Policies and identities @@ -31,9 +45,9 @@ This section details how to configure local user/identity groups and policies to ### Create a group for local users -By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHcloud Control Panel, navigate to `IAM`{.action} {.action} > `Identities`{.action} > `User groups` to create such a group. +By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHcloud Control Panel, navigate to `IAM`{.action} {.action} > `Identities`{.action} > `User groups`{.action} to create such a group. -![Create a group](images/create_group.png){.thumbnail} +![Create a group](images/create_group01.png){.thumbnail} You can then create a policy with the basic rights to access the OVHcloud Control Panel and attach it to the group. All your local users will be able to connect to the OVHcloud Control Panel. Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy and attach it to the user group. @@ -88,7 +102,7 @@ One of the new feature available thanks to IAM is the ability to group sub-resou To create a resource group, navigate to `IAM`{.action} > `Policies`{.action} > `Resource Groups`{.action}. -![Create Resource Group](images/create_rg.png){.thumbnail} +![Create Resource Group](images/create_rg01.png){.thumbnail} You need to select the product type (Dashboards, Streams, Alias, Index, OpenSearch Dashboards) and then select the specific resource you want to share. @@ -100,7 +114,7 @@ Similarly to the previous policy, you need to add your local user and you need t ![Create sub resource policy](images/policy_sub_product_types.png){.thumbnail} -> ![warning] +> [!warning] > Do not add a Logs Data Platform service to this policy. If you do so it will transitively give access to all sub-resources of this service (ie all LDP items) to the local users/identities or groups attached to the policy. The previous service policy has been created to prevent this behaviour. You can mix Resource Groups and specific resources in the same policy. All actions attached to the policy will be then be attached to all related sub-resources. @@ -108,47 +122,59 @@ You have several actions for each sub-resource type. For brevity, this guide wil Here are some use cases of several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. -- These actions give an access in read-only to one or several indices: - ```yaml - - ldp:apiovh:output/opensearch/index/get - - ldp:apiovh:output/opensearch/index/url/get - - ldp:opensearch:index/read - ``` - - ![policy sub resource 2](images/carousel_policy_sub_2.png){.thumbnail} - -- These actions allow to read and modify a Graylog Dashboard: - ```yaml - - ldp:graylog:dashboard/update - - ldp:apiovh:output/graylog/dashboard/get - - ldp:apiovh:output/graylog/dashboard/url/get - - ldp:graylog:dashboard/read - ``` - - ![policy sub resource 1](images/carousel_policy_sub_1.png){.thumbnail} - -- These actions allow to consult and create visualizations in one or several OpenSearch Dashboard instances: - ```yaml - - ldp:opensearch:osd/update - - ldp:apiovh:output/opensearch/osd/get - - ldp:apiovh:output/opensearch/osd/url/get - - ldp:opensearch:osd/get - ``` - - ![policy sub resource 3](images/carousel_policy_sub_3.png){.thumbnail} - -- These actions give a read-only access in both Graylog and the control panel to one or several streams: - ```yaml - - ldp:apiovh:output/graylog/stream/get - - ldp:apiovh:output/graylog/stream/url/get - - ldp:graylog:stream/read - ``` - - ![policy sub resource 4](images/carousel_policy_sub_4.png){.thumbnail} +/// details | These actions give an access in read-only to one or several indices: + +```yaml +- ldp:apiovh:output/opensearch/index/get +- ldp:apiovh:output/opensearch/index/url/get +- ldp:opensearch:index/read +``` + +![policy sub resource 0](images/carousel_policy_sub_0.png){.thumbnail} + +/// + +/// details | These actions allow to read and modify a Graylog Dashboard: + +```yaml +- ldp:graylog:dashboard/update +- ldp:apiovh:output/graylog/dashboard/get +- ldp:apiovh:output/graylog/dashboard/url/get +- ldp:graylog:dashboard/read +``` + +![policy sub resource 1](images/carousel_policy_sub_1.png){.thumbnail} + +/// + +/// details | These actions allow to consult and create visualizations in one or several OpenSearch Dashboard instances: + +```yaml +- ldp:opensearch:osd/update +- ldp:apiovh:output/opensearch/osd/get +- ldp:apiovh:output/opensearch/osd/url/get +- ldp:opensearch:osd/get +``` + +![policy sub resource 3](images/carousel_policy_sub_3.png){.thumbnail} + +/// + +/// details | These actions give a read-only access in both Graylog and the control panel to one or several streams: + +```yaml +- ldp:apiovh:output/graylog/stream/get +- ldp:apiovh:output/graylog/stream/url/get +- ldp:graylog:stream/read +``` + +![policy sub resource 4](images/carousel_policy_sub_4.png){.thumbnail} + +/// Once the policy is created, the local user/identity will only see the related sub resource of the policy in its own control panel. -![local user control panel](images/local_user_control_panel.png){.thumbnail} +![local user control panel](images/local_user_control_panel01.png){.thumbnail} ### Analyse your policy results @@ -167,7 +193,7 @@ Thanks to OVHcloud IAM, you can then delegates the creation rights of sub-resour The actions related to create items are part of the service actions. You will need to add them to a policy to allow a user to create items with their PAT. -> ![info] +> [!primary] > You don't need to allow any OVHcloud APIs action to allow a local user to interact with the Logs Data Platform backends (OpenSearch, Graylog, OpenSearch Dashboards) APIs. > Local users allow you to generate tokens which can only interact with the backend similarly to legacy Logs Data Platform tokens. diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_0.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/carousel_policy_sub_0.png new file mode 100644 index 0000000000000000000000000000000000000000..573aa071501cd11d10afa36877715dd8d9097ad5 GIT binary patch literal 35791 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 E0B}tA^8f$< literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group01.png similarity index 100% rename from pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png rename to pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group01.png diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg01.png similarity index 100% rename from pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png rename to pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg01.png diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel01.png similarity index 100% rename from pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png rename to pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel01.png diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md index 266296f980a..093960c921f 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/guide.en-gb.md @@ -47,7 +47,7 @@ If you use the role and permission system, we strongly recommend [migrating to I The Graylog Web UI will now display an Identity Provider selector. You can find the username/password authenticator by selecting **Legacy username/password**. You can also try the OVHcloud IAM authenticator by selecting the appropriate provider (EU or CA). -![Legacy username/password](images/graylog_legacy.png){.thumbnail} +![Legacy username - password](images/graylog-legacy.png){.thumbnail} ### Deprecated Features diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog_legacy.png b/pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog-legacy.png similarity index 100% rename from pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog_legacy.png rename to pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog-legacy.png diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md index 3c713bea56a..4f20a4b96e6 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_presentation_faq/guide.en-gb.md @@ -46,7 +46,7 @@ If you have an existing service, follow these steps: Once IAM is activated, a new **IAM Policies** section will replace the previous **Roles** section. -[!Activated IAM](images/activated_iam.png){.thumbnail} +![Activated IAM](images/activated_iam.png){.thumbnail} ### How to enable OVHcloud IAM on a new service? From 92510de999d948f1c7ed240ab7f383eae5a30ace Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:31:14 +0200 Subject: [PATCH 132/160] DE proof --- .../dedicated_servers/network_bridging/guide.de-de.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md index 5f68fcde217..e4ab5007d63 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md @@ -5,11 +5,11 @@ updated: 2025-07-21 --- > [!primary] -> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren virtuellen Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm) verwenden. +> Diese Anleitung befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren virtuellen Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-on-a-vm) verwenden. > -> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und somit für mehr Flexibilität sorgt. +> Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und somit für mehr Flexibilität sorgt. > -> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. +> Erfahren Sie mithilfe unserer Anleitungen, wie Sie Additional IPs in einem vRack für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel From 30a81d5f9c9ffb47c31b59815160384ae357aba0 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:42:27 +0200 Subject: [PATCH 133/160] DE proof --- .../dedicated_servers/network_ipaliasing/guide.de-de.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md index 71a98ffb599..de0b8822bb5 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md @@ -5,11 +5,11 @@ updated: 2025-07-21 --- > [!primary] -> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Dedicated Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/network_ipv6) verwenden. +> Diese Anleitung befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Dedicated Servern konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/dedicated_servers/network_ipv6) verwenden. > -> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. +> Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. > -> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. +> Erfahren Sie mithilfe unserer Anleitungen, wie Sie Additional IPs in einem vRack für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel From 175679a3bdfb02996be620c622cbfa591258eb0f Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:48:40 +0200 Subject: [PATCH 134/160] DE proof --- .../virtual_private_servers/configure-ipv6/guide.de-de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index ce323d91ef2..5e4b1214fbd 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -7,9 +7,9 @@ updated: 2025-07-21 > [!primary] > In diesem Artikel wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. > -> Bitte beachten Sie, dass Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. +> Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. > -> Hier erfahren Sie, wie Sie Additional IPs in einem vRack mithilfe unserer Anleitungen für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. +> Erfahren Sie mithilfe unserer Anleitungen, wie Sie Additional IPs in einem vRack für [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) und [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack) konfigurieren. > ## Ziel From a46d0f4c2d8b281729a47d873325e942b779de32 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:54:11 +0200 Subject: [PATCH 135/160] DE proof --- .../virtual_private_servers/configure-ipv6/guide.de-de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index 5e4b1214fbd..21ee2a7a546 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -5,7 +5,7 @@ updated: 2025-07-21 --- > [!primary] -> In diesem Artikel wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. +> In dieser Anleitung wird die Konfiguration primärer IPv6-Adressen auf einer öffentlichen Schnittstelle erläutert. Sie können auch Additional IP-Adressen auf Ihrem VPS konfigurieren, indem Sie [diese Anleitung](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) verwenden. > > Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung eines breiten Spektrums von OVHcloud Diensten ermöglicht und so für mehr Flexibilität sorgt. > From b97eb9b691d5f67cc4be82dc7638ee872e4e5292 Mon Sep 17 00:00:00 2001 From: Axel Dumortier Date: Tue, 22 Jul 2025 12:04:37 +0200 Subject: [PATCH 136/160] FR internet edit profile name --- .../guide.fr-fr.md | 21 +++++++++--------- .../images/profil-2025.png | Bin 0 -> 102457 bytes 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 pages/web_cloud/internet/internet_access/advanced_config_router_manually/images/profil-2025.png diff --git a/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md b/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md index 051cff8069a..3f898b37ffa 100644 --- a/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md +++ b/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer un routeur manuellement' excerpt: 'Découvrez comment configurer votre accès Internet OVHcloud sur votre propre routeur' -updated: 2025-06-05 +updated: 2025-07-22 --- ## Objectif @@ -47,11 +47,12 @@ Le profil de votre accès est disponible sur l'espace client. Pour le retrouver, Par défaut, l'onglet affiché est `Mon accès`. -Vous retrouverez, dans les `Caractéristiques`, les informations sur le profil du modem dans la section `Connexion`. +Les informations sur le profil du modem sont disponible dans la section `Connexion` des `Caractéristiques`. +Les informations sur le type de l'accès sont disponible dans la section `Informations générales`. -![modem profil dans espace client](images/profil-2023.png){.thumbnail} +![modem profil dans espace client](images/profil-2025.png){.thumbnail} -### Profil Standard +### Profil A Ce profil s'applique aux typologies d'accès suivantes : @@ -80,10 +81,10 @@ Les paramètres à configurer sont : - **Pour le FTTH et le FTTO** : - **Type** : Ethernet -### Profil Orange +### Profil B > [!primary] -> La différence avec le profil Standard est l'activation du VLAN 835. +> La différence avec le «profil A» est l'activation du VLAN 835. > Ce profil s'applique aux typologies d'accès suivantes : @@ -103,10 +104,10 @@ Les paramètres à configurer sont : - **Pour le FTTH** : - **Type** : Ethernet -### Profil Bouygues +### Profil C > [!primary] -> La différence avec le profil Standard est l'activation du VLAN 4001. +> La différence avec le «profil A» est l'activation du VLAN 4001. > Ce profil s'applique aux typologies d'accès suivantes : @@ -124,10 +125,10 @@ Les paramètres à configurer sont : - **Pour le FTTH** : - **Type** : Ethernet -### Profil Celan +### Profil D > [!primary] -> La différence avec le profil Standard est l'activation du VLAN 4070. +> La différence avec le «profil A» est l'activation du VLAN 4070. > Ce profil s'applique aux typologies d'accès suivantes : diff --git a/pages/web_cloud/internet/internet_access/advanced_config_router_manually/images/profil-2025.png b/pages/web_cloud/internet/internet_access/advanced_config_router_manually/images/profil-2025.png new file mode 100644 index 0000000000000000000000000000000000000000..409ce0ec95979880ee3ebdf2bd2978a935393496 GIT binary patch literal 102457 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 Date: Tue, 22 Jul 2025 12:07:53 +0200 Subject: [PATCH 137/160] DE proof --- .../guide.de-de.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md index 85c0692b0f7..260eae91f4a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md @@ -4,13 +4,13 @@ excerpt: "Erfahren Sie hier, wie Sie Additional IPs in Ihre Instanzen einbinden" updated: 2025-07-21 --- -> [!PRIMARY] -> Dieser Artikel befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Public Cloud Instanzen konfigurieren, indem Sie [diese Anleitung](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6) verwenden. +> [!primary] +> Diese Anleitung befasst sich mit der Konfiguration von Additional IPv4-Adressen auf einer öffentlichen Schnittstelle. Sie können auch IPv6-Adressen auf Ihren Public Cloud Instanzen konfigurieren, indem Sie [diese Anleitung](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6) verwenden. > -> Bitte beachten Sie, dass die Additional IPs auch in einem vRack (privatem Netzwerk) konfiguriert werden können, was die Verbindung zu einer breiten Palette von OVHcloud Diensten ermöglicht und somit eine größere Flexibilität bietet. +> Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung einer breiten Palette von OVHcloud Diensten ermöglicht und somit eine größere Flexibilität bietet. > > Weitere Informationen zum Konfigurieren von Additional IPs in einem vRack zur Verwendung mit Public Cloud Instanzen finden Sie in folgenden Anleitungen: -> - [Einen IP-Block in einem vRack auf einer Public Cloud Instanz konfigurieren (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). +> - [IP-Block in einem vRack auf einer Public Cloud Instanz konfigurieren (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [IPv6-Block in einem vRack konfigurieren (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > From 7da7d4a0a21732e2007047a50e42842cbae55132 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke <63296875+tcpdumpfbacke@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:32:35 +0200 Subject: [PATCH 138/160] DE proof --- .../eos-cpanel-plesk/guide.de-de.md | 58 ++++++++++--------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md index 034c676c1f1..8aec09339fa 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md @@ -1,22 +1,22 @@ --- -title: "End of Plesk und cPanel-Support für VPS - Gewährleistung der Kontinuität Ihrer Dienste" -excerpt: "Finden Sie heraus, wann die Betriebssysteme Ihres OVHcloud VPS, die die Plesk- und cPanel-Lizenzen betreffen, nicht mehr unterstützt werden" +title: "Plesk und cPanel: End of Support für VPS - Gewährleistung der Kontinuität Ihrer Dienste" +excerpt: "Erfahren Sie, ab wann die Plesk- und cPanel-Betriebssysteme Ihres OVHcloud VPS nicht mehr unterstützt werden" updated: 2025-07-21 --- ## Ziel -In dieser Anleitung erfahren Sie, wie Sie die Kontinuität Ihrer Dienste gewährleisten können, indem Sie Ihren OVHcloud VPS nach dem angekündigten Auslaufen des Supports für mehrere Betriebssysteme auf ein Betriebssystem migrieren, das mit den neuesten Versionen von **Plesk** und **cPanel** kompatibel ist. +In dieser Anleitung erfahren Sie, wie Sie die Kontinuität Ihrer lizenzbasierten Dienste gewährleisten können, indem Sie Ihren OVHcloud VPS nach dem Auslaufen des Supports für mehrere Betriebssysteme auf ein Betriebssystem migrieren, das mit den neuesten Versionen von **Plesk** und **cPanel** kompatibel ist. **Hier finden Sie die Support-Enddaten für die Betriebssysteme Ihres OVHcloud VPS, die sich auf Plesk- und cPanel-Lizenzen auswirken.** ## Voraussetzungen -- Eine [VPS](/links/bare-metal/vps) Lösung mit einer [kompatiblen Distribution](/links/bare-metal/vps-os). +- Sie haben einen [VPS](/links/bare-metal/vps) mit einer [kompatiblen Distribution](/links/bare-metal/vps-os). ## In der praktischen Anwendung -Die Herausgeber **Plesk** und **cPanel** kündigen das Ende der Unterstützung für die folgenden Betriebssysteme an: +Die Herausgeber von **Plesk** und **cPanel** kündigen das Ende der Unterstützung für die folgenden Betriebssysteme an: | Betriebssystem | Produkt | Ende des Supports | | -------------- | ------------ | ------------------ | @@ -25,17 +25,19 @@ Die Herausgeber **Plesk** und **cPanel** kündigen das Ende der Unterstützung f | CentOS 7 | Plesk/cPanel | **1. Januar 2026** | | CloudLinux 7 | Plesk/cPanel | **1. Januar 2026** | -Weitere Informationen zu Support-Zwecken finden Sie in der offiziellen Dokumentation: +Weitere Informationen zum Support finden Sie in der offiziellen Dokumentation: -- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. -- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external}. +- [Plesk](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external} +- [cPanel](https://docs.cpanel.net/knowledge-base/cpanel-product/cpanel-deprecation-plan/){.external} ### Was kann ich konkret tun? > [!primary] > -> Aus der Sicht der **Sicherheit** setzt die fortgesetzte Verwendung eines nicht unterstützten Betriebssystems Angriffe voraus. -Wir empfehlen Ihnen, die folgenden Dokumente zu lesen: [cPanel Recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} und [Plesk Recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Aus der Sicht der **Sicherheit** birgt die fortgesetzte Verwendung eines nicht unterstützten Betriebssystems ein erhöhtes Risiko für Angriffe. +> Wir empfehlen, hierzu die folgenden Informationen zu beachten: +> - [cPanel Recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} +> - [Plesk Recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external} #### 1. Aktuelles System überprüfen @@ -43,51 +45,51 @@ Loggen Sie sich in Ihrem [OVHcloud Kundencenter](/links/manager), gehen Sie zum ![EOS Plesk cPanel](images/vpshome.png){.thumbnail} -Auf der Registerkarte `Start`{.action} finden Sie die Details Ihres Betriebssystems im Abschnitt `Betriebssystem / Distribution` aus der Box `Ihr VPS`. +Im Tab `Start`{.action} finden Sie die Details Ihres Betriebssystems im Abschnitt `Betriebssystem / Distribution` unter `Ihr VPS`. #### 2. Ermitteln eines kompatiblen Betriebssystems -Wenn Ihr Betriebssystem Teil des Betriebssystems ist, das nicht mehr unterstützt wird, migrieren Sie zu einem kompatiblen System, das vom Herausgeber empfohlen wird. +Wenn Ihr installiertes Betriebssystem nicht mehr unterstützt wird, migrieren Sie zu einem kompatiblen System, das vom Herausgeber empfohlen wird. Weitere Informationen finden Sie in der offiziellen Dokumentation zu unterstützten Betriebssystemen: -- [Liste der von Plesk unterstützten Betriebssysteme](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external}. -- [Liste der cPanel kompatiblen Betriebssysteme](https://docs.cpanel.net/installation-guide/system-requirements/){.external}. +- [Liste der von Plesk unterstützten Betriebssysteme](https://docs.plesk.com/release-notes/obsidian/system-requirements/){.external} +- [Liste der cPanel kompatiblen Betriebssysteme](https://docs.cpanel.net/installation-guide/system-requirements/){.external} #### 3. Dienst migrieren **Option A — Manuelle Neuinstallation** -1. [Backup Eurer Daten](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (Web-Inhalte, Datenbanken, E-Mails, etc.). -2. Installieren Sie ein kompatibles Betriebssystem über das OVHcloud Kundencenter im Abschnitt „Neuinstallation Ihres VPS“ unseres Handbuchs [Erste Schritte mit einem VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps). -3. [Reinstall cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk auf dem neuen System. -4. Stellen Sie Ihre Daten aus Ihren Backups wieder her. +1. [Backup der Daten](/pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps) (Web-Inhalte, Datenbanken, E-Mails, etc.). +2. Installieren Sie ein kompatibles Betriebssystem über das OVHcloud Kundencenter, erklärt in unserer Anleitung [Erste Schritte mit einem VPS](/pages/bare_metal_cloud/virtual_private_servers/starting_with_a_vps) unter "Neuinstallation Ihres VPS". +3. Installieren von [cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk auf dem neuen System. +4. Daten aus Ihren Backups wiederherstellen. **Option B - Migration über Plesk oder cPanel** Diese Methode wird empfohlen, wenn Sie eine neue VPS-Instanz mit einem aktualisierten System zusammen mit der alten Instanz bereitstellen können. -Bestellen Sie einen neuen VPS mit einem kompatiblen Betriebssystem, falls Sie dies noch nicht getan haben. [Install cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk. +Bestellen Sie einen neuen VPS mit einem kompatiblen Betriebssystem, falls Sie dies noch nicht getan haben. Installieren Sie [cPanel](/pages/bare_metal_cloud/virtual_private_servers/cpanel) oder Plesk. -Verwenden Sie das Migrations-Tool Ihrer Wahl. Mit diesen Tools können Sie Ihre Websites, Datenbanken, E-Mail-Accounts und Konfigurationen automatisch von einem VPS auf einen anderen übertragen: +Verwenden Sie ein Tool zur Migration. Mit diesen Tools können Sie Ihre Websites, Datenbanken, E-Mail-Accounts und Konfigurationen automatisch von einem VPS auf einen anderen übertragen: -- Plesk Migrator - [Offizielle Dokumentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external}. -- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external}. +- Plesk Migrator - [Offizielle Dokumentation](https://docs.plesk.com/en-US/obsidian/migration-guide/introduction.75496/){.external} +- cPanel Transfer Tool - [Official documentation](https://docs.cpanel.net/whm/transfers/transfer-tool/){.external} -**Option C - Aktualisierung vor Ort (erweitert)** +**Option C - Lokale Aktualisierung** -Wenn Sie keine neue Instanz eines VPS bereitstellen können, können Sie bestimmte Tools verwenden, um **Ihr Betriebssystem direkt zu aktualisieren**, während Plesk oder cPanel installiert bleibt. Diese Methode ist für fortgeschrittene Benutzer vorgesehen, da sie Risiken birgt, wenn sie falsch ausgeführt wird. +Wenn Sie keine neuen VPS einrichten möchten, können Sie bestimmte Tools verwenden, um **Ihr Betriebssystem direkt zu aktualisieren**, während Plesk oder cPanel installiert bleibt. Diese Methode ist für fortgeschrittene Benutzer vorgesehen, da sie Risiken birgt, wenn sie falsch ausgeführt wird. -- **Plesk** (Wechsel von CentOS 7 zu AlmaLinux 8): Verwenden Sie das Skript `centos2alma` in der [offiziellen Plesk-Dokumentation](https://github.com/plesk/centos2alma){.external}. Siehe auch die ausführlichen Anweisungen in [Plesk Support](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. +- **Plesk** (Wechsel von CentOS 7 zu AlmaLinux 8): Verwenden Sie das Skript `centos2alma`, wie in der [offiziellen Plesk-Dokumentation](https://github.com/plesk/centos2alma){.external} erklärt. Siehe auch die ausführlichen Anweisungen in [Plesk Support](https://support.plesk.com/hc/en-us/articles/12377714344983){.external}. -- Verwenden Sie für **cPanel** (Wechsel von CentOS 7 zu AlmaLinux 8) das Tool **Elevate**, das in der [offiziellen cPanel-Dokumentation](https://cpanel.github.io/elevate/){.external}. zur Verfügung gestellt wird. +- **cPanel** (Wechsel von CentOS 7 zu AlmaLinux 8): Verwenden Sie das Tool **Elevate**, wie in der [offiziellen cPanel-Dokumentation](https://cpanel.github.io/elevate/){.external} beschrieben. > [!primary] > -> Diese Tools sind nicht zu 100 % garantiert und erfordern vollständige Backups, bevor Sie fortfahren. Stellen Sie außerdem sicher, dass Ihr VPS über ausreichende Ressourcen verfügt (RAM, CPU, Festplatte). +> Für diese Tools wird keine Garantie übernommen und sollten nicht ohne vorherige vollständige genutzt werden. Stellen Sie außerdem sicher, dass Ihr VPS über ausreichende Ressourcen verfügt (RAM, CPU, Storage). ## Weiterführende Informationen Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner). -Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file +Treten Sie unserer [User Community](/links/community) bei. From ec7502cb8cf2ec7c582c0ae3e25ea3c1bfb8272f Mon Sep 17 00:00:00 2001 From: benchbzh Date: Tue, 22 Jul 2025 13:28:51 +0200 Subject: [PATCH 139/160] update meta.yaml & minor updates on first primary --- .../virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/guide.es-es.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/guide.it-it.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md | 4 +++- .../virtual_private_servers/eos-cpanel-plesk/meta.yaml | 3 ++- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md index 07f71f315ae..235f7128e64 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md @@ -35,7 +35,9 @@ For more details on support purposes, please refer to the official documentation > [!primary] > > From a **security** point of view, continuing to use an unsupported OS exposes you to attacks. -We recommend reading [cPanel recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} and [Plesk recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> We recommend reading; +> - [cPanel recommendations](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [Plesk recommendations](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Check your current system diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md index 86f859c68ee..539f0c93933 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md @@ -35,7 +35,9 @@ Para obtener más información sobre los fines de soporte técnico, consulte la > [!primary] > > Desde un punto de vista **seguridad**, seguir utilizando un SO no compatible le expone a ataques. -Le recomendamos que lea [las recomendaciones de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} y [las recomendaciones de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Le recomendamos que lea: +> - [las recomendaciones de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [las recomendaciones de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Comprobar el sistema actual diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md index e84d1bd5152..749fa352f42 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -35,7 +35,9 @@ Pour plus de détails concernant les fins de support, consultez les documentatio > [!primary] > > D’un point de vue **sécurité**, continuer à utiliser un OS non supporté vous expose à des attaques. -Nous vous recommandons de lire [les recommandations de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} et [les recommandations de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Nous vous recommandons de lire : +> - [les recommandations de cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [les recommandations de Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Vérifier votre système actuel diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md index 88e126f9349..c51c425ba25 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md @@ -35,7 +35,9 @@ Per ulteriori informazioni sul supporto, consultare la documentazione ufficiale: > [!primary] > > Dal punto di vista **sicurezza**, continuare a utilizzare un sistema operativo non supportato ti espone ad attacchi. -Consigliamo di leggere [le raccomandazioni di cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} e [le raccomandazioni di Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Consigliamo di leggere: +> - [le raccomandazioni di cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [le raccomandazioni di Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Verifica il sistema attuale diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md index 077efd65b7a..214b55ade71 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md @@ -35,7 +35,9 @@ Więcej informacji na temat pomocy znajdziesz w oficjalnej dokumentacji: > [!primary] > > Z punktu widzenia **bezpieczeństwa** dalsze korzystanie z nieobsługiwanego systemu operacyjnego naraża Cię na ataki. -Zalecamy zapoznanie się z dokumentacją [zalecenia cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} i [zalecenia Pleska](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Zalecamy zapoznanie się z dokumentacją: +> - [zalecenia cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [zalecenia Pleska](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Sprawdź aktualny system diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md index 9dfef6c090f..56841acd693 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md @@ -35,7 +35,9 @@ Para obter mais informações de apoio, consulte a documentação oficial: > [!primary] > > De um ponto de vista **segurança**, continuar a utilizar um SO não suportado expõe-no a ataques. -Recomendamos que leia [as recomendações do cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external} e [as recomendações do Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. +> Recomendamos que leia: +> - [as recomendações do cPanel](https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/){.external}. +> - [as recomendações do Plesk](https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/securing-plesk.59464/){.external}. #### 1. Verificar o sistema atual diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml index f0be299bcef..0f4233bf984 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/meta.yaml @@ -1,2 +1,3 @@ id: 283abd6e-10d6-4a27-a19c-981688c4e627 -full_slug: vps-eos-cpanel-plesk \ No newline at end of file +full_slug: vps-eos-cpanel-plesk +translation_banner: true \ No newline at end of file From dad539d955e64788da51386b4bc2dc1ddf71cd39 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Tue, 22 Jul 2025 13:29:54 +0200 Subject: [PATCH 140/160] update meta.yaml & minor updates on first primary & date update --- .../virtual_private_servers/eos-cpanel-plesk/guide.de-de.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.es-es.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.it-it.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md | 2 +- .../virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md index 8aec09339fa..1f4fd52e210 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Plesk und cPanel: End of Support für VPS - Gewährleistung der Kontinuität Ihrer Dienste" excerpt: "Erfahren Sie, ab wann die Plesk- und cPanel-Betriebssysteme Ihres OVHcloud VPS nicht mehr unterstützt werden" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Ziel diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md index 235f7128e64..f5f3ca0b293 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "End of Plesk and cPanel support for VPS - Ensuring continuity of your services" excerpt: "Find out the end-of-support dates for the operating systems on your OVHcloud VPS that affect Plesk and cPanel licenses" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md index 539f0c93933..32cc8fcf3cf 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Fin del soporte Plesk y cPanel para VPS - Garantizar la continuidad de sus servicios" excerpt: "Descubra las fechas de finalización del soporte de los sistemas operativos de su VPS OVHcloud que afectan a las licencias Plesk y cPanel" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md index 749fa352f42..829a13b7817 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Fin du support Plesk et cPanel pour VPS - Assurer la continuité de vos services" excerpt: "Découvrez les dates de fin de support des systèmes d'exploitation de votre VPS OVHcloud affectant les licences Plesk et cPanel" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Objectif diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md index c51c425ba25..d025bff556b 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Fine del supporto Plesk e cPanel per VPS - Garantire la continuità dei servizi" excerpt: "Scopri le date di fine del supporto dei sistemi operativi del tuo VPS OVHcloud che interessano le licenze Plesk e cPanel" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Obiettivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md index 214b55ade71..26f3170cbf9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Zakończenie wsparcia Plesk i cPanel dla serwerów VPS - Jak zapewnić ciągłość działania usług" excerpt: "Dowiesz się, kiedy dobiega końca okres wsparcia dla systemów operacyjnych na VPS OVHcloud, które mają wpływ na licencje Plesk i cPanel" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Cel diff --git a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md index 56841acd693..6eb010cb413 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/eos-cpanel-plesk/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Fim do suporte Plesk e cPanel para VPS - Assegurar a continuidade dos seus serviços" excerpt: "Descubra as datas de fim do suporte dos sistemas operativos do seu VPS OVHcloud que afetam as licenças Plesk e cPanel" -updated: 2025-07-21 +updated: 2025-07-22 --- ## Objetivo From aea04a8749ae68159999efc3711245ce0a82e2e6 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 13:43:08 +0200 Subject: [PATCH 141/160] Date update & minor adjustments --- .../guide.de-de.md | 14 +++++++------- .../guide.en-asia.md | 14 +++++++------- .../guide.en-au.md | 14 +++++++------- .../guide.en-ca.md | 14 +++++++------- .../guide.en-gb.md | 14 +++++++------- .../guide.en-ie.md | 14 +++++++------- .../guide.en-sg.md | 14 +++++++------- .../guide.en-us.md | 14 +++++++------- .../guide.es-es.md | 14 +++++++------- .../guide.es-us.md | 14 +++++++------- .../guide.fr-ca.md | 14 +++++++------- .../guide.fr-fr.md | 14 +++++++------- .../guide.it-it.md | 14 +++++++------- .../guide.pl-pl.md | 14 +++++++------- .../guide.pt-pt.md | 14 +++++++------- .../ipfo-vrack-hyperv/guide.de-de.md | 2 +- .../ipfo-vrack-hyperv/guide.en-asia.md | 2 +- .../ipfo-vrack-hyperv/guide.en-au.md | 2 +- .../ipfo-vrack-hyperv/guide.en-ca.md | 2 +- .../ipfo-vrack-hyperv/guide.en-gb.md | 2 +- .../ipfo-vrack-hyperv/guide.en-ie.md | 2 +- .../ipfo-vrack-hyperv/guide.en-sg.md | 2 +- .../ipfo-vrack-hyperv/guide.en-us.md | 2 +- .../ipfo-vrack-hyperv/guide.es-es.md | 2 +- .../ipfo-vrack-hyperv/guide.es-us.md | 2 +- .../ipfo-vrack-hyperv/guide.fr-ca.md | 2 +- .../ipfo-vrack-hyperv/guide.fr-fr.md | 2 +- .../ipfo-vrack-hyperv/guide.it-it.md | 2 +- .../ipfo-vrack-hyperv/guide.pl-pl.md | 2 +- .../ipfo-vrack-hyperv/guide.pt-pt.md | 2 +- .../move-failover-ip/guide.de-de.md | 2 +- .../move-failover-ip/guide.en-asia.md | 2 +- .../move-failover-ip/guide.en-au.md | 2 +- .../move-failover-ip/guide.en-ca.md | 2 +- .../move-failover-ip/guide.en-gb.md | 2 +- .../move-failover-ip/guide.en-ie.md | 2 +- .../move-failover-ip/guide.en-sg.md | 2 +- .../move-failover-ip/guide.en-us.md | 2 +- .../move-failover-ip/guide.es-es.md | 2 +- .../move-failover-ip/guide.es-us.md | 2 +- .../move-failover-ip/guide.fr-ca.md | 2 +- .../move-failover-ip/guide.fr-fr.md | 2 +- .../move-failover-ip/guide.it-it.md | 2 +- .../move-failover-ip/guide.pl-pl.md | 2 +- .../move-failover-ip/guide.pt-pt.md | 2 +- .../network_bridging/guide.de-de.md | 2 +- .../network_bridging/guide.en-asia.md | 2 +- .../network_bridging/guide.en-au.md | 2 +- .../network_bridging/guide.en-ca.md | 2 +- .../network_bridging/guide.en-gb.md | 2 +- .../network_bridging/guide.en-ie.md | 2 +- .../network_bridging/guide.en-sg.md | 2 +- .../network_bridging/guide.en-us.md | 2 +- .../network_bridging/guide.es-es.md | 2 +- .../network_bridging/guide.es-us.md | 2 +- .../network_bridging/guide.fr-ca.md | 2 +- .../network_bridging/guide.fr-fr.md | 2 +- .../network_bridging/guide.it-it.md | 2 +- .../network_bridging/guide.pl-pl.md | 2 +- .../network_bridging/guide.pt-pt.md | 2 +- .../network_ipaliasing/guide.de-de.md | 2 +- .../network_ipaliasing/guide.en-asia.md | 2 +- .../network_ipaliasing/guide.en-au.md | 2 +- .../network_ipaliasing/guide.en-ca.md | 2 +- .../network_ipaliasing/guide.en-gb.md | 2 +- .../network_ipaliasing/guide.en-ie.md | 2 +- .../network_ipaliasing/guide.en-sg.md | 2 +- .../network_ipaliasing/guide.en-us.md | 2 +- .../network_ipaliasing/guide.es-es.md | 2 +- .../network_ipaliasing/guide.es-us.md | 2 +- .../network_ipaliasing/guide.fr-ca.md | 2 +- .../network_ipaliasing/guide.fr-fr.md | 2 +- .../network_ipaliasing/guide.it-it.md | 2 +- .../network_ipaliasing/guide.pl-pl.md | 2 +- .../network_ipaliasing/guide.pt-pt.md | 2 +- .../proxmox-network-HG-Scale/guide.de-de.md | 2 +- .../proxmox-network-HG-Scale/guide.en-asia.md | 2 +- .../proxmox-network-HG-Scale/guide.en-au.md | 2 +- .../proxmox-network-HG-Scale/guide.en-ca.md | 2 +- .../proxmox-network-HG-Scale/guide.en-gb.md | 2 +- .../proxmox-network-HG-Scale/guide.en-ie.md | 2 +- .../proxmox-network-HG-Scale/guide.en-sg.md | 2 +- .../proxmox-network-HG-Scale/guide.en-us.md | 2 +- .../proxmox-network-HG-Scale/guide.es-es.md | 2 +- .../proxmox-network-HG-Scale/guide.es-us.md | 2 +- .../proxmox-network-HG-Scale/guide.fr-ca.md | 2 +- .../proxmox-network-HG-Scale/guide.fr-fr.md | 2 +- .../proxmox-network-HG-Scale/guide.it-it.md | 2 +- .../proxmox-network-HG-Scale/guide.pl-pl.md | 2 +- .../proxmox-network-HG-Scale/guide.pt-pt.md | 2 +- .../configure-ipv6/guide.de-de.md | 2 +- .../configure-ipv6/guide.en-asia.md | 2 +- .../configure-ipv6/guide.en-au.md | 2 +- .../configure-ipv6/guide.en-ca.md | 2 +- .../configure-ipv6/guide.en-gb.md | 2 +- .../configure-ipv6/guide.en-ie.md | 2 +- .../configure-ipv6/guide.en-sg.md | 2 +- .../configure-ipv6/guide.en-us.md | 2 +- .../configure-ipv6/guide.es-es.md | 2 +- .../configure-ipv6/guide.es-us.md | 2 +- .../configure-ipv6/guide.fr-ca.md | 2 +- .../configure-ipv6/guide.fr-fr.md | 2 +- .../configure-ipv6/guide.it-it.md | 2 +- .../configure-ipv6/guide.pl-pl.md | 2 +- .../configure-ipv6/guide.pt-pt.md | 2 +- .../guide.de-de.md | 3 ++- .../guide.en-asia.md | 3 ++- .../guide.en-au.md | 3 ++- .../guide.en-ca.md | 3 ++- .../guide.en-gb.md | 3 ++- .../guide.en-ie.md | 3 ++- .../guide.en-sg.md | 3 ++- .../guide.en-us.md | 3 ++- .../guide.es-es.md | 3 ++- .../guide.es-us.md | 3 ++- .../guide.fr-ca.md | 3 ++- .../guide.fr-fr.md | 3 ++- .../guide.it-it.md | 3 ++- .../guide.pl-pl.md | 3 ++- .../guide.pt-pt.md | 3 ++- 120 files changed, 225 insertions(+), 210 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.de-de.md index 7a354f3608f..a19015f3561 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.de-de.md @@ -19,14 +19,14 @@ Neben Private IP Addressing ist es mit dem [vRack](https://www.ovh.de/loesungen/ > > Dieser Artikel erklärt die Konfiguration von Additional IP über ein vRack Netzwerk. Weitere Informationen zur Konfiguration mit der primären IP (über die Schnittstelle des öffentlichen Netzwerks) finden Sie in den folgenden Anleitungen: > -> IPv4: -> - [Konfiguration von IP-Aliasing](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing) -> - [IP-Adresse als Alias auf einem VPS konfigurieren](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) +> - IPv4: +> - [Konfiguration von IP-Aliasing](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing) +> - [IP-Adresse als Alias auf einem VPS konfigurieren](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing) > -> IPv6: -> - [IPv6 auf einem Dedicated Server konfigurieren](/pages/bare_metal_cloud/dedicated_servers/network_ipv6) -> - [IPv6 auf einem VPS einrichten](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6) -> - [IPv6 auf einer Public Cloud Instanz konfigurieren](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6) +> - IPv6: +> - [IPv6 auf einem Dedicated Server konfigurieren](/pages/bare_metal_cloud/dedicated_servers/network_ipv6) +> - [IPv6 auf einem VPS einrichten](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6) +> - [IPv6 auf einer Public Cloud Instanz konfigurieren](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6) > ## Voraussetzungen diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-asia.md index 56599940e69..9e4b415288a 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-asia.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-au.md index b42c5303812..73d3194c825 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-au.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ca.md index cbd786e97e5..d71e18780c0 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ca.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-gb.md index d093f1946bc..9cdedc8fe18 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-gb.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ie.md index 42acb194b43..0063864692e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-ie.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-sg.md index ca889bb52db..75eef14759f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-sg.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-us.md index aaf19e72508..f2ddda7df17 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.en-us.md @@ -19,14 +19,14 @@ As well as private IP addressing, the [vRack](/links/network/vrack){.external} a > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requirements diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-es.md index bb4ecf6bf6c..2dffbe41e14 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-es.md @@ -19,14 +19,14 @@ Además del direccionamiento IP privado, el [vRack](https://www.ovh.es/solucione > > Este artículo explica cómo configurar direcciones Additional IP en una red vRack. Si necesita instrucciones para configurar direcciones Additional IP con una dirección IP principal (en la interfaz de red pública), consulte los siguientes artículos: > -> IPv4: -> - [Configurar una dirección IP como alias en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurar una dirección IP como alias en un servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurar una dirección IP como alias en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurar una dirección IP como alias en un servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurar IPv6 en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurar la IPv6 en un VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurar IPv6 en una instancia de Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurar IPv6 en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurar la IPv6 en un VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurar IPv6 en una instancia de Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requisitos diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-us.md index 8e802f5e0aa..0b156c83ff5 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.es-us.md @@ -19,14 +19,14 @@ Además del direccionamiento IP privado, el [vRack](https://www.ovh.com/world/es > > Este artículo explica cómo configurar direcciones Additional IP en una red vRack. Si necesita instrucciones para configurar direcciones Additional IP con una dirección IP principal (en la interfaz de red pública), consulte los siguientes artículos: > -> IPv4: -> - [Configurar una dirección IP como alias en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurar una dirección IP como alias en un servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurar una dirección IP como alias en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurar una dirección IP como alias en un servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurar IPv6 en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurar la IPv6 en un VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurar IPv6 en una instancia de Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurar IPv6 en un servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurar la IPv6 en un VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurar IPv6 en una instancia de Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requisitos diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-ca.md index 89fe9fff200..f372c945387 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-ca.md @@ -19,14 +19,14 @@ En plus de l'adressage IP privé, le [vRack](https://www.ovh.com/ca/fr/solutions > > Cet article détaille la configuration d'adresses Additional IP sur un réseau vRack. Si vous cherchez des instructions sur la configuration d'adresses Additional IP avec une adresse IP principale (sur l'interface réseau publique), consultez les articles suivants : > -> IPv4: -> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Prérequis diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-fr.md index f782bee148d..97f30b4093e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.fr-fr.md @@ -19,14 +19,14 @@ En plus de l'adressage IP privé, le [vRack](https://www.ovh.com/fr/solutions/vr > > Cet article détaille la configuration d'adresses Additional IP sur un réseau vRack. Si vous cherchez des instructions sur la configuration d'adresses Additional IP avec une adresse IP principale (sur l'interface réseau publique), consultez les articles suivants : > -> IPv4: -> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Prérequis diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.it-it.md index ca0a213c3e5..940536e5708 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.it-it.md @@ -19,14 +19,14 @@ Oltre a consentire un indirizzamento IP privato, la [vRack](https://www.ovh.it/s > > Questo articolo descrive la configurazione degli indirizzi Additional IP su una rete vRack. Per istruzioni sulla configurazione degli indirizzi Additional IP con un indirizzo IP primario (nell'interfaccia di rete pubblica), vedere gli articoli seguenti: > -> IPv4: -> - [Configurare un indirizzo IP come alias su un server dedicato](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurare un indirizzo IP in alias su un server VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurare un indirizzo IP come alias su un server dedicato](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurare un indirizzo IP in alias su un server VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurare IPv6 sur un server dedicato](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurare IPv6 su un server VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurare IPv6 su un’istanza Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurare IPv6 sur un server dedicato](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurare IPv6 su un server VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurare IPv6 su un’istanza Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Prerequisiti diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pl-pl.md index 24aedd92bdc..2a5b81a1946 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pl-pl.md @@ -19,14 +19,14 @@ Oprócz prywatnego adresowania IP, [vRack](https://www.ovh.pl/rozwiazania/vrack/ > > Ten artykuł dotyczy konfiguracji dodatkowych adresów IP w sieci vRack. Jeśli poszukujesz wskazówek dotyczących konfiguracji Additional IP w połączeniu z primary IP (w publicznym interfejsie sieciowym), przeczytaj następujące artykuły: > -> IPv4: -> - [Konfiguracja adresu IP jako aliasu na serwerze dedykowanym](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Konfiguracja adresu IP jako aliasu na serwerze VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Konfiguracja adresu IP jako aliasu na serwerze dedykowanym](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Konfiguracja adresu IP jako aliasu na serwerze VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Konfigurowanie adresu IPv6 na serwerach dedykowanych](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Konfiguracja IPv6 na serwerze VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Jak konfigurować IPv6 w instancji Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Konfigurowanie adresu IPv6 na serwerach dedykowanych](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Konfiguracja IPv6 na serwerze VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Jak konfigurować IPv6 w instancji Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Wymagania początkowe diff --git a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pt-pt.md index 464b3f1026e..107c7efe909 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack/guide.pt-pt.md @@ -19,14 +19,14 @@ Além do direcionamento IP privado, o [vRack](https://www.ovh.pt/solucoes/vrack/ > > Este artigo detalha a configuração de endereços Additional IP numa rede vRack. Se você estiver procurando instruções sobre como configurar endereços Additional IP com um endereço IP principal (na interface de rede pública), consulte os seguintes artigos: > -> IPv4: -> - [Configurar um endereço IP como alias num servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurar um endereço IP como alias num servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurar um endereço IP como alias num servidor dedicado](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurar um endereço IP como alias num servidor VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurar IPv6 em servidores dedicados](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurar o IPv6 num VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurar o IPv6 numa instância Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurar IPv6 em servidores dedicados](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurar o IPv6 num VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurar o IPv6 numa instância Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Requisitos diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md index 0bcdd426f28..d9ec864e4da 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Hyper-V mit Additional IPs in einem vRack verwenden" excerpt: "Erfahren Sie hier, wie Sie Hyper-V mit Additional IPs in einem vRack konfigurieren" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md index e5f2eea026f..886042ac459 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md index bf5f8f4e546..91984f501f9 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "Setting up a Virtual Machine using Additional IPs and Hyper-V over a vRack" excerpt: "How to use Hyper-V with Additional IPs over a vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md index 3adb62a20e2..0c807f9a431 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Utilizar Hyper-V con direcciones Additional IP en un vRack" excerpt: Cómo configurar una máquina virtual con Additional IP e Hyper-V en un vRack -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md index dddfe10b06e..c2442729752 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Utilizar Hyper-V con direcciones Additional IP en un vRack" excerpt: Cómo configurar una máquina virtual con Additional IP e Hyper-V en un vRack -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md index 6c93e1f10f2..a0ada8a2ac9 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Utiliser Hyper-V avec des adresses Additional IP sur un vRack" excerpt: "Découvrez comment configurer une machine virtuelle avec des IPs Additional IP et Hyper-V sur un vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md index 8686a10d637..7669b233535 100644 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Utiliser Hyper-V avec des adresses Additional IP sur un vRack" excerpt: "Découvrez comment configurer une machine virtuelle avec des IPs Additional IP et Hyper-V sur un vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md index 3d53de01631..97e85f1eccf 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Utilizza Hyper-V con indirizzi Additional IP su una vRack" excerpt: "Scopri come configurare una macchina virtuale con Additional IP e Hyper-V su una vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md index 3f4d3b4c828..0c466158c9b 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Korzystanie z Hyper-V z adresów Additional IP w sieci vRack" excerpt: "Dowiedz się, jak skonfigurować wirtualną maszynę z Additional IP i Hyper-V w sieci vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md index cd47c7d8d84..346ae343392 100755 --- a/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/ipfo-vrack-hyperv/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Utilizar Hyper-V com endereços Additional IP num vRack" excerpt: "Descubra como configurar uma máquina virtual com Additional IP e Hyper-V num vRack" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md index 80559789365..afddf03b867 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Eine Additional IP umziehen excerpt: Erfahren Sie hier, wie Sie eine Additional IP über Ihr Kundencenter oder die OVHcloud API umziehen -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md index d60599a0165..5afc40008fb 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Moving an Additional IP excerpt: Find out how to move an Additional IP in the Control Panel or via the OVHcloud API -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md index f87b9483be1..9cba882b8c3 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Mover una Additional IP excerpt: Cómo mover una Additional IP desde el área de cliente o a través de la API de OVHcloud -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md index 0cb81a79d1d..be31ae890e7 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Mover una Additional IP excerpt: Cómo mover una Additional IP desde el área de cliente o a través de la API de OVHcloud -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md index bb126036408..3443fa0c778 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Déplacer une Additional IP excerpt: "Découvrez comment déplacer une Additional IP depuis l'espace client ou via les API OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md index 9090b09b630..6fc2f67478c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Déplacer une Additional IP excerpt: "Découvrez comment déplacer une Additional IP depuis l'espace client ou via les API OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md index 1e2ab76571e..43490e11129 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Trasferisci un Additional IP excerpt: Questa guida ti mostra come spostare un Additional IP dallo Spazio Cliente OVHcloud o via API OVHcloud -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md index d6e74d05dda..cb91c93a673 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Przenieś Additional IP excerpt: Dowiedz się, jak przenieść Additional IP z Panelu klienta lub poprzez API OVHcloud -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md index 3b767ade67e..69a4b593fb4 100755 --- a/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/move-failover-ip/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Migrar um Additional IP excerpt: Saiba como migrar um Additional IP a partir da Área de Cliente ou através das API OVHcloud -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md index e4ab5007d63..65a8f22c947 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Konfiguration von Additional IPs im Bridge-Modus auf Ihren virtuellen Maschinen excerpt: Erfahren Sie hier, wie Sie den Internet-Zugang für Ihre virtuellen Maschinen konfigurieren -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md index 6c3fd3c46e5..7cff5ae878e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md index 77fcc054b85..8e1a0a75f1f 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md index 7a161da5275..057c3f6ae9e 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md index daf071f4b18..17b01bd2149 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md index b790012cc9f..827837dbe41 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md index ac5168d54cc..5037a42a7e5 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md index 1adf649e8c0..9a6b277727d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Configuring Additional IPs in bridge mode on your virtual machines' excerpt: 'Find out how to configure your virtual machines for access to the public internet' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md index f44f6d8413c..fdea0c46eac 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Configurar direcciones Additional IP en modo bridge en sus máquinas virtuales excerpt: 'Cómo utilizar el modo bridge para configurar el acceso a Internet de las máquinas virtuales' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md index 145f371cae1..c3fed4a6888 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Configurar direcciones Additional IP en modo bridge en sus máquinas virtuales excerpt: 'Cómo utilizar el modo bridge para configurar el acceso a Internet de las máquinas virtuales' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md index 98bd8f9f5fc..da510a7f535 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Configurer des Additional IP en mode bridge sur vos machines virtuelles' excerpt: 'Apprenez à utiliser le mode bridge pour configurer l’accès à Internet de vos machines virtuelles' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md index 4307090c5b6..97a30512704 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer des Additional IP en mode bridge sur vos machines virtuelles' excerpt: 'Apprenez à utiliser le mode bridge pour configurer l’accès à Internet de vos machines virtuelles' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md index 951064f119f..bc4d8fb84ce 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.it-it.md @@ -1,7 +1,7 @@ --- title: 'Configurare Additional IP in modalità bridge sulle proprie macchine virtuali' excerpt: Come configurare l'accesso a Internet delle macchine virtuali utilizzando la modalità bridge -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md index 270bf548c4a..50d1e812524 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Konfiguracja Additional IP w trybie bridge na wirtualnych maszynach' excerpt: 'Dowiedz się, jak używać trybu bridge do konfiguracji dostępu do Internetu Twoich wirtualnych maszyn' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md index 0265b10ef7c..91b5ad25ed1 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_bridging/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Configurar os Additional IP em modo bridge nas suas máquinas virtuais' excerpt: 'Saiba como utilizar o modo bridge para configurar o acesso à Internet das suas máquinas virtuais' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md index de0b8822bb5..aec85697376 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Konfiguration von IP-Aliasing" excerpt: "Erfahren Sie hier, wie Sie Additional IPs zu Ihrer Konfiguration hinzufügen" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md index 382022a841c..7604bed691b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md index 382022a841c..7604bed691b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md index 382022a841c..7604bed691b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md index ecd5e61eb2e..86c7dc4369b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md index ecd5e61eb2e..86c7dc4369b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md index 382022a841c..7604bed691b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md index b2e1d7e3ef5..437fcbfb088 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Configuring IP aliasing' excerpt: 'Find out how to add Additional IP addresses to your server configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md index a8ca182ac11..2bc23e96010 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Configurar una IP como alias' excerpt: 'Descubra cómo añadir direcciones Additional IP a la configuración de un servidor' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md index a8ca182ac11..2bc23e96010 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.es-us.md @@ -1,7 +1,7 @@ --- title: 'Configurar una IP como alias' excerpt: 'Descubra cómo añadir direcciones Additional IP a la configuración de un servidor' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md index d6cb49a709d..9436ccbae0d 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Configurer son adresse IP en alias' excerpt: 'Découvrez comment ajouter des Additional IP à votre configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md index 18820ae4e77..a9b2cadb78b 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer son adresse IP en alias' excerpt: 'Découvrez comment ajouter des Additional IP à votre configuration' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md index c608385f858..20060c07561 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Configurare un Alias IP excerpt: 'Scopri come aggiungere uno o più Additional IP alla tua configurazione' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md index a1a69c314c2..9d5c83db471 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Konfiguracja adresu Additional IP jako aliasu' excerpt: 'Dowiedz się, jak dodać kilka adresów Additional IP do interfejsu' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md index b58b2771697..0dac549b1f0 100644 --- a/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Como configurar um IP alias excerpt: Descubra como adicionar endereços Additional IP à configuração de rede -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md index 653213be3a8..433a0c6eded 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.de-de.md @@ -1,7 +1,7 @@ --- title: 'Netzwerk auf Proxmox VE für die High Grade, Scale & SCALE Reihen konfigurieren (EN)' excerpt: 'Erfahren Sie hier, wie Sie das Netzwerk auf Proxmox VE konfigurieren' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md index 1c7407bffd2..73bc8e3d757 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md index e506ed9da22..be0a5035173 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Configuring the network on Proxmox VE on the High Grade, Scale & Advance ranges' excerpt: 'Find out how to configure the network on Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md index 7c3ee0b8752..5641287b69c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Configurar la red en Proxmox VE en las gamas High Grade, Scale & Advance (EN)' excerpt: 'Cómo configurar la red en Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md index 7c3ee0b8752..5641287b69c 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.es-us.md @@ -1,7 +1,7 @@ --- title: 'Configurar la red en Proxmox VE en las gamas High Grade, Scale & Advance (EN)' excerpt: 'Cómo configurar la red en Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md index 6b60b268ac9..0ef16157496 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Configurer le réseau sur Proxmox VE sur les gammes High Grade, Scale & Advance' excerpt: 'Découvrez comment configurer le réseau sur Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md index 6b60b268ac9..0ef16157496 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer le réseau sur Proxmox VE sur les gammes High Grade, Scale & Advance' excerpt: 'Découvrez comment configurer le réseau sur Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md index 06c4a6a856d..c16be8ab010 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Configurare la rete su Proxmox VE sulle gamme High Grade, Scale & Advance (EN) excerpt: Come configurare la rete su Proxmox VE -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md index e80a7bffc8d..a6313cb6340 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Konfiguracja sieci na Proxmox VE w ofercie High Grade, Scale & Advance (EN)' excerpt: 'Dowiedz się, jak skonfigurować sieć na Proxmox VE' -updated: 2024-09-27 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md index b036b219f0c..02cf6508373 100644 --- a/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Configurar a rede em Proxmox VE nas gamas High Grade, Scale & Advance (EN)' excerpt: 'Saiba como configurar a rede em Proxmox VE' -updated: 2025-05-16 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index 21ee2a7a546..c5bc8d0e5f4 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "IPv6 auf einem VPS einrichten" excerpt: "Erfahren Sie hier, wie Sie IPv6 auf Ihrem OVHcloud VPS konfigurieren" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 904b27379ae..39783cabe5b 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md index bbc95329857..cd68eaf0b91 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md index b39f30c9e2a..372111a4f50 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index c29c2f4b6d3..233c90c1cab 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md index c29c2f4b6d3..233c90c1cab 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md index 904b27379ae..39783cabe5b 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md index 904b27379ae..39783cabe5b 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Configuring IPv6 on a VPS' excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md index a40ae31aa3f..063d7698425 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: 'Cómo configurar la IPv6 en un VPS de OVHcloud' -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md index 5bf1b859e57..b81f81d0c7f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: "Cómo configurar la IPv6 en un VPS de OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md index c9c46136b2c..b6bd33d89b7 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 7fba68ed34d..9d1095dbff6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md index 944564b2c08..2553b68bc1a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Configurare IPv6 su un server VPS" excerpt: "Come configurare IPv6 sul tuo VPS OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md index 49dc9b2f299..00432ab1dca 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Konfiguracja IPv6 na serwerze VPS" excerpt: "Dowiedz się, jak skonfigurować IPv6 na VPS OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md index bacdda5d6e6..932622098ca 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Configurar o IPv6 num VPS" excerpt: "Saiba como configurar o IPv6 num VPS da OVHcloud" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md index 260eae91f4a..0d9e62eccce 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Additional IP konfigurieren excerpt: "Erfahren Sie hier, wie Sie Additional IPs in Ihre Instanzen einbinden" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Beachten Sie, dass Additional IPs auch in einem vRack (privates Netzwerk) konfiguriert werden können, was die Anbindung einer breiten Palette von OVHcloud Diensten ermöglicht und somit eine größere Flexibilität bietet. > > Weitere Informationen zum Konfigurieren von Additional IPs in einem vRack zur Verwendung mit Public Cloud Instanzen finden Sie in folgenden Anleitungen: +> > - [IP-Block in einem vRack auf einer Public Cloud Instanz konfigurieren (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [IPv6-Block in einem vRack konfigurieren (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md index 2c8ccc5ac38..1c5b93ec048 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md index 2c8ccc5ac38..1c5b93ec048 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-au.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md index 0631bc64fed..4cabe16237f 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md index 9c6f9d3d4c1..c72a59ee57b 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md index 0631bc64fed..4cabe16237f 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md index 2c8ccc5ac38..1c5b93ec048 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md index 1e3a7569170..d59c12ac4f1 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.en-us.md @@ -1,7 +1,7 @@ --- title: Configuring an Additional IP excerpt: "Find out how to add Additional IP addresses to your instance's configuration" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Please note that Additional IP addresses can also be configured in a vRack (private network), which allows interconnection over a wide range of OVHcloud services, offering more flexibility. > > You can find more information about configuring Additional IP addresses in a vRack for usage with Public Cloud instances in the following guides: +> > - [Configuring a public IP block in a vRack on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configuring an IPv6 block in a vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md index 2a3dbc14c28..4645ab9144a 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-es.md @@ -1,7 +1,7 @@ --- title: Configurar una Additional IP excerpt: Cómo añadir direcciones Additional IP a la configuración de la instancia -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite la interconexión en una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. > > Para más información sobre la configuración de las direcciones Additional IP en un vRack para su uso con instancias de Public Cloud, consulte las guías siguientes: +> > - [Configurar un bloque IP en un vRack en una instancia Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurar un bloque IPv6 en un vRacK (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md index d4d556d4bd3..22748774cc2 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.es-us.md @@ -1,7 +1,7 @@ --- title: Configurar una Additional IP excerpt: Cómo añadir direcciones Additional IP a la configuración de la instancia -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Tenga en cuenta que las direcciones Additional IP también pueden configurarse en un vRack (red privada), lo que permite la interconexión en una amplia gama de servicios de OVHcloud, ofreciendo mayor flexibilidad. > > Para más información sobre la configuración de las direcciones Additional IP en un vRack para su uso con instancias de Public Cloud, consulte las guías siguientes: +> > - [Configurar un bloque IP en un vRack en una instancia Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurar un bloque IPv6 en un vRacK (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md index 14aba5d477e..66ea5c7f130 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: Configurer une Additional IP excerpt: Découvrez comment ajouter des adresses Additional IP à la configuration de votre instance -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Veuillez noter que les adresses Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité. > > Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants : +> > - [Configurer un bloc IP dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurer un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md index 82a0ca34ab8..7f183e21f60 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: Configurer une Additional IP excerpt: Découvrez comment ajouter des adresses Additional IP à la configuration de votre instance -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Veuillez noter que les adresses Additional IP peuvent également être configurées dans un vRack (réseau privé), ce qui permet l'interconnexion sur une large gamme de services OVHcloud, offrant plus de flexibilité. > > Vous trouverez plus d'informations sur la configuration des adresses Additional IP dans un vRack pour une utilisation avec les instances Public Cloud dans les guides suivants : +> > - [Configurer un bloc IP dans un vRack sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurer un bloc IPv6 dans un vRack](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md index 6178dd84b7d..e5941fab890 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.it-it.md @@ -1,7 +1,7 @@ --- title: Configura un Additional IP excerpt: Come aggiungere indirizzi Additional IP alla configurazione della tua istanza -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Ti ricordiamo che gli indirizzi Additional IP possono essere configurati anche in una vRack (rete privata), per consentire l'interconnessione su un'ampia gamma di servizi OVHcloud e offrire una maggiore flessibilità. > > Per maggiori informazioni sulla configurazione degli indirizzi Additional IP in una vRack da utilizzare con le istanze Public Cloud, consulta queste guide: +> > - [Configurare un blocco IP in una vRack su un’istanza Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurare un blocco IPv6 in una vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md index e03548aced5..112a3e774ac 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: Konfiguracja Additional IP excerpt: Dowiedz się, jak dodawać adresy Additional IP do konfiguracji Twojej instancji -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Pamiętaj, że adresy Additional IP można również skonfigurować w sieci vRack (sieć prywatna), co pozwala na połączenie w ramach szerokiej gamy usług OVHcloud, oferując więcej elastyczności. > > Więcej informacji na temat konfigurowania adresów Additional IP w sieci vRack do użytku z instancjami Public Cloud znajdziesz w następujących przewodnikach: +> > - [Konfiguracja bloku IP w sieci vRack w instancji Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Konfiguracja bloku IPv6 w sieci vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > diff --git a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md index dc1b25ea00b..bdb79fa4eb2 100644 --- a/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md +++ b/pages/public_cloud/public_cloud_network_services/getting-started-04-configure-additional-ip-to-instance/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: Configurar um Additional IP excerpt: "Saiba como adicionar endereços Additional IP à configuração da sua instância" -updated: 2025-07-21 +updated: 2025-07-22 --- > [!primary] @@ -10,6 +10,7 @@ updated: 2025-07-21 > Tenha em conta que os endereços Additional IP podem igualmente ser configurados num vRack (rede privada), o que permite a interligação numa vasta gama de serviços OVHcloud, oferecendo uma maior flexibilidade. > > Encontrará mais informações sobre a configuração dos endereços Additional IP num vRack para uma utilização com as instâncias Public Cloud nos seguintes guias: +> > - [Configurar um bloco IP num vRack numa instância Public Cloud (EN)](/pages/public_cloud/public_cloud_network_services/configuration-06-configure-ip-block-vrack-to-instance). > - [Configurar um bloco IPv6 num vRack (EN)](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > From e4044144b0a5404eb68630163bc35caca03584e8 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 13:46:24 +0200 Subject: [PATCH 142/160] Minor adjustments --- .../configure-an-ipv6-in-a-vrack/guide.de-de.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-asia.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-au.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-ca.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-gb.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-ie.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-sg.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.en-us.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.es-es.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.es-us.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.fr-ca.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.fr-fr.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.it-it.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.pl-pl.md | 14 +++++++------- .../configure-an-ipv6-in-a-vrack/guide.pt-pt.md | 14 +++++++------- 15 files changed, 105 insertions(+), 105 deletions(-) diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.de-de.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-asia.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-au.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ca.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-gb.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-gb.md index 482f197d00d..5177a79def6 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-gb.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-gb.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ie.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ie.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ie.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-ie.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-sg.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-sg.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-sg.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-sg.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-us.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-us.md index a9ef4faf084..75bcac762f4 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.en-us.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-es.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-es.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-es.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-es.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-us.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-us.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-us.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.es-us.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-ca.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-ca.md index 6b9d5562ec5..10f2a78cbf2 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-ca.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-ca.md @@ -33,14 +33,14 @@ Le réseau vRack est un réseau privé mondial qui relie différents produits OV > > Cet article détaille la configuration d'adresses Additional IP sur un réseau vRack. Si vous cherchez des instructions sur la configuration d'adresses Additional IP avec une adresse IP principale (sur l'interface réseau publique), consultez les articles suivants : > -> IPv4: -> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-fr.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-fr.md index 9c6684973ee..61fb0b1bf72 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-fr.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.fr-fr.md @@ -33,14 +33,14 @@ Le réseau vRack est un réseau privé mondial qui relie différents produits OV > > Cet article détaille la configuration d'adresses Additional IP sur un réseau vRack. Si vous cherchez des instructions sur la configuration d'adresses Additional IP avec une adresse IP principale (sur l'interface réseau publique), consultez les articles suivants : > -> IPv4: -> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv4: +> - [Configurer une adresse IP en alias sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configurer une adresse IP en alias sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). > -> IPv6: -> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv6: +> - [Configurer IPv6 sur un serveur dédié](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configurer IPv6 sur un serveur VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configurer IPv6 sur une instance Public Cloud](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.it-it.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.it-it.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.it-it.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.it-it.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pl-pl.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pl-pl.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pl-pl.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pl-pl.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction diff --git a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pt-pt.md b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pt-pt.md index 5c38c4d480c..61d95139519 100644 --- a/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pt-pt.md +++ b/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack/guide.pt-pt.md @@ -33,13 +33,13 @@ The vRack network serves as a global private network bridging various OVHcloud p > > This article is focusing on Additional IP configuration over a vRack network. If you look for guidance on Additional IP configuration together with primary IP (on public network interface), read the following articles: > -> IPv4: -> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). -> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). -> IPv6: -> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). -> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). -> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). +> - IPv4: +> - [Configuring IP aliasing on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipaliasing). +> - [Configuring IP aliasing on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configuring-ip-aliasing). +> - IPv6: +> - [Configuring IPv6 on dedicated servers](/pages/bare_metal_cloud/dedicated_servers/network_ipv6). +> - [Configuring IPv6 on a VPS](/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6). +> - [Configuring IPv6 on a Public Cloud instance](/pages/public_cloud/public_cloud_network_services/configuration-02-how-to-configure-ipv6). > ## Introduction From fa7a2d9e84249f573d39d10def4070913b5fec88 Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 14:17:01 +0200 Subject: [PATCH 143/160] Billing - FR Public Admin process - Contact update --- .../mandat_administratif/guide.fr-ca.md | 55 ------------------- .../mandat_administratif/guide.fr-fr.md | 4 +- .../mandat_administratif/meta.yaml | 3 +- 3 files changed, 4 insertions(+), 58 deletions(-) delete mode 100644 pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-ca.md diff --git a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-ca.md b/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-ca.md deleted file mode 100644 index 9710bd9b124..00000000000 --- a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-ca.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: 'Payer une commande en tant qu’administration publique' -updated: 2018-05-31 ---- - -## Objectif - -Depuis le 1er janvier 2018, la procédure de paiement pour les administrations a été modifiée avec un passage rendu obligatoire par l'outil [Chorus Pro](https://chorus-pro.gouv.fr/cpp/utilisateur?execution=e1s1&lang=fr_FR){.external} (conformément à l’ordonnance n° 2014-697 du 26 juin 2014 relative au développement de la facturation électronique). - -Le but de cet outil est de simplifier les démarches en ligne en limitant les envois de courriers et de documents au format papier. De plus, sa facilité d'utilisation vous aide en simplifiant vos démarches administratives. - -**Ce guide vous explique le fonctionnement de la procédure avec Chorus Pro.** - -## Prérequis - -- Avoir créé son compte sur [Chorus Pro](https://chorus-pro.gouv.fr/cpp/utilisateur?execution=e1s1&lang=fr_FR){.external}. -- Être une administration publique et l'avoir déclaré comme tel dans l'[espace client OVHcloud](/links/manager). - -## En pratique - -### Mettre en place le délai de paiement - -#### Première souscription d'un service (nouvelle commande) ou renouvellement manuel - -Dans le cadre de la souscription d'un nouveau produit, la procédure reste relativement similaire à ce qu'elle était avant l'arrivée de Chorus Pro. - -À la fin de votre commande, lors de la validation du moyen de paiement, il vous suffit de choisir `Payer par mandat administratif`{.action} : - -![Paiement par mandat](images/moyen_paiement.png){.thumbnail} - -Les étapes suivantes seront : - -1. La réception d'un e-mail : au moment de la sélection du paiement par mandat administratif, vous recevrez un e-mail avec les informations nécessaires. -2. Le [document](https://www.ovh.com/fr/documents/paiement_administration_publique_pour_ovh.pdf){.external} devra être complété et nous être retourné signé. -3. Une fois la validation effectuée côté OVHcloud, votre facture sera générée. - -#### Renouvellement automatique - -Vous n'avez aucune action particulière à effectuer dans le cadre d'un renouvellement automatique. L'intégralité du processus se déroule sur la plateforme Chorus Pro (plus d'informations dans les étapes suivantes). - -### Valider les factures sur Chorus Pro - -Il n'est plus nécessaire d'effectuer le paiement par mandat administratif. OVHcloud se charge d'envoyer la facture directement sur l'interface Chorus Pro sous quelques jours. - -À votre niveau, il sera ensuite nécessaire de valider la mise en paiement de cette facture sur la plateforme. Suite à votre validation, le Trésor public devra effectuer le paiement. - -### Cas des conventions tripartites - -Pour mettre en place une convention tripartite avec OVHcloud, nous vous invitons à contacter notre [service commercial](https://www.ovh.com/fr/support/nous-contacter/){.external}. - -## Aller plus loin - -[La communauté Chorus Pro](https://communaute.chorus-pro.gouv.fr/){.external} - -Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-fr.md b/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-fr.md index 9710bd9b124..63aac422f96 100644 --- a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-fr.md +++ b/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/guide.fr-fr.md @@ -1,6 +1,6 @@ --- title: 'Payer une commande en tant qu’administration publique' -updated: 2018-05-31 +updated: 2025-07-22 --- ## Objectif @@ -46,7 +46,7 @@ Il n'est plus nécessaire d'effectuer le paiement par mandat administratif. OVHc ### Cas des conventions tripartites -Pour mettre en place une convention tripartite avec OVHcloud, nous vous invitons à contacter notre [service commercial](https://www.ovh.com/fr/support/nous-contacter/){.external}. +Pour mettre en place une convention tripartite avec OVHcloud, nous vous invitons à contacter notre [support](https://help.ovhcloud.com/csm?id=csm_get_help). ## Aller plus loin diff --git a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/meta.yaml b/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/meta.yaml index 897466eed4a..939bda9d5dc 100755 --- a/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/meta.yaml +++ b/pages/account_and_service_management/managing_billing_payments_and_services/mandat_administratif/meta.yaml @@ -1,3 +1,4 @@ id: e6439700-9f54-4e2a-9344-85522eb3bc05 full_slug: billing-public-administration -translation_banner: true \ No newline at end of file +disable_languages: +- fr-ca \ No newline at end of file From 58b7696ea84ca2999d6682f6b3b8a6e05daf3fa0 Mon Sep 17 00:00:00 2001 From: benchbzh Date: Tue, 22 Jul 2025 14:17:21 +0200 Subject: [PATCH 144/160] proofreading --- .../advanced_config_router_manually/guide.fr-fr.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md b/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md index 3f898b37ffa..197e319ae83 100644 --- a/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md +++ b/pages/web_cloud/internet/internet_access/advanced_config_router_manually/guide.fr-fr.md @@ -47,10 +47,10 @@ Le profil de votre accès est disponible sur l'espace client. Pour le retrouver, Par défaut, l'onglet affiché est `Mon accès`. -Les informations sur le profil du modem sont disponible dans la section `Connexion` des `Caractéristiques`. -Les informations sur le type de l'accès sont disponible dans la section `Informations générales`. +Le type de l'accès est disponible dans le cadre `Informations générales`. +Le profil du modem est disponible dans la section `Connexion` du cadre `Caractéristiques`. -![modem profil dans espace client](images/profil-2025.png){.thumbnail} +![profil du modem dans l'espace client](images/profil-2025.png){.thumbnail} ### Profil A @@ -84,7 +84,7 @@ Les paramètres à configurer sont : ### Profil B > [!primary] -> La différence avec le «profil A» est l'activation du VLAN 835. +> La différence avec le « profil A » est l'activation du VLAN 835. > Ce profil s'applique aux typologies d'accès suivantes : @@ -107,7 +107,7 @@ Les paramètres à configurer sont : ### Profil C > [!primary] -> La différence avec le «profil A» est l'activation du VLAN 4001. +> La différence avec le « profil A » est l'activation du VLAN 4001. > Ce profil s'applique aux typologies d'accès suivantes : @@ -128,7 +128,7 @@ Les paramètres à configurer sont : ### Profil D > [!primary] -> La différence avec le «profil A» est l'activation du VLAN 4070. +> La différence avec le « profil A » est l'activation du VLAN 4070. > Ce profil s'applique aux typologies d'accès suivantes : From 57e3b8dfc305dbcad75ce47b4edadab296948dbd Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 22 Jul 2025 14:42:11 +0200 Subject: [PATCH 145/160] LDP - IAM - Images and format fix --- .../iam_access_management/guide.en-gb.md | 14 +++++++++----- .../images/create_group.png | Bin 0 -> 74633 bytes .../images/create_group01.png | Bin 33549 -> 0 bytes .../iam_access_management/images/create_rg.png | Bin 0 -> 148796 bytes .../images/create_rg01.png | Bin 79290 -> 0 bytes .../iam_migration_to_iam/guide.en-gb.md | 2 +- .../images/graylog-legacy.png | Bin 119082 -> 0 bytes .../images/graylog-legacy01.png | Bin 0 -> 184936 bytes 8 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png delete mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group01.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png delete mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg01.png delete mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog-legacy.png create mode 100644 pages/manage_and_operate/observability/logs_data_platform/iam_migration_to_iam/images/graylog-legacy01.png diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md index 15de5c09131..6b73f4a2e12 100644 --- a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md +++ b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/guide.en-gb.md @@ -45,9 +45,9 @@ This section details how to configure local user/identity groups and policies to ### Create a group for local users -By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHcloud Control Panel, navigate to `IAM`{.action} {.action} > `Identities`{.action} > `User groups`{.action} to create such a group. +By default, the least privileged group available for local users is read-only over all the products of your account. If you would like to have an even more restricted account able to read only shared data from your Logs Data Platform, we advise you to create a group with the role **None** and attach your local users to it. In the OVHcloud Control Panel, navigate to `IAM`{.action} > `Identities`{.action} > `User groups`{.action} to create such a group. -![Create a group](images/create_group01.png){.thumbnail} +![Create a group](images/create_group.png){.thumbnail} You can then create a policy with the basic rights to access the OVHcloud Control Panel and attach it to the group. All your local users will be able to connect to the OVHcloud Control Panel. Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy and attach it to the user group. @@ -67,7 +67,9 @@ Creating a local user is fully documented in the [dedicated documentation](/page ### Create a policy for the service -You now need to create a policy in order to allow the local user to see the Logs Data Platform service inside the OVHcloud Control Panel. The goal here is to have access to the service only but without any sub resources visible (ie no streams, dashboards, indices, aliases or OpenSearch Dashboards instances). Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy. Add the local user to your policy and select the **Logs Data Platform: service** product type to list your services in the *Resources* dropdown list and enable the panel of the *Actions* related to Logs Data Service. +You now need to create a policy in order to allow the local user to see the Logs Data Platform service inside the OVHcloud Control Panel. The goal here is to have access to the service only but without any sub resources visible (ie no streams, dashboards, indices, aliases or OpenSearch Dashboards instances). Navigate to `IAM`{.action} > `Policies`{.action} > `My Policies`{.action} to create this policy. + +Add the local user to your policy and select the **Logs Data Platform: service** product type to list your services in the *Resources* dropdown list and enable the panel of the *Actions* related to Logs Data Service. ![Create policy service 1](images/create_policy_service_1.png){.thumbnail} @@ -102,7 +104,7 @@ One of the new feature available thanks to IAM is the ability to group sub-resou To create a resource group, navigate to `IAM`{.action} > `Policies`{.action} > `Resource Groups`{.action}. -![Create Resource Group](images/create_rg01.png){.thumbnail} +![Create Resource Group](images/create_rg.png){.thumbnail} You need to select the product type (Dashboards, Streams, Alias, Index, OpenSearch Dashboards) and then select the specific resource you want to share. @@ -120,7 +122,9 @@ Similarly to the previous policy, you need to add your local user and you need t You can mix Resource Groups and specific resources in the same policy. All actions attached to the policy will be then be attached to all related sub-resources. You have several actions for each sub-resource type. For brevity, this guide will not detail all the actions available for all the items. -Here are some use cases of several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. +Here are some use cases of several rights which can all be together in one policy showcasing the complexity enabled by IAM policies. Actions starting with **ldp:apiovh** are actions related to OVHcloud APIs (thus the control panel UI). The other actions are related to their specific backend: Graylog or OpenSearch. + +**Click the following links to display the related examples:** /// details | These actions give an access in read-only to one or several indices: diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_group.png new file mode 100644 index 0000000000000000000000000000000000000000..17d9420c792585d733564ee58768fa117aa951a8 GIT binary patch literal 74633 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 z zazxWbwO4ut+vB>8*@m+)aFAo0jywX1IhN-i7J9!gP2FI?{-j%=EOqSpz5mm#*4y>| z6sSVF4=SCTn2n5*jyMKUrf?%DnGTZR3^he^G`U~L{W1ho4uG9HTWgKy8Vd^-$S#1f zlHqcFfp>hk4=uor$D#Ct=q|6Ol)_8rgR3r6balG@=Jgp=xMjMwwGM5@yYHmIYGiyg zx+!zv9~U$pa7q>9jERBkCm0$HvivnEMF?hpS};zp0x?7T=ya)BebxDhH`M>UTQ0ctCGApO#+t^8zn10d)u|NtqpTH-_vJ z&MPh5p3o3|8C=C+Kqp?VDz4I4la&cQDSHoEclKXA1O^v8%s(Ae{)F{JKqzu z8?;IhTM;IAGUF?KHef&b4va9ZVhy_tbX0!@*77wlE;w8t{>au?A&#IoYehp<4+?Of zQ=njuD<`1$yfx|gJO}S+alz5;IFfz8ABTLu#dx*j{Uo`3NwwG$hYxA(Qg1m2n&w3? zbVf3_TM~&1MRw`ob~strMiRJi*e)n^JK0=t3q$GQxB|$Kb--4Q)f5@vXKyD}IKhy< z)H%%4-~SXpWpgta)pEOhalKi&+j!0g#$?0&@(>6cM5sz#!R>Ve_jnDvpndrC*J*ZP96%T*R4g7UlE zrhg&;1xbwUy_DbZ<=ncXO^-ttY^^26jDB$^qipSlHpEM;s-=gj==dWk^?9FI_vmhm zFO{R30Q_lxpU?z}$*;D8TtRJ5%&O#{$3l$`PvB7?R(sqIAv7JGhVJ#KIUBDWUZS=? zPL-aoK-m|?d6+tXNq_4*7Je#-DCre3rcF@fa`g@y4BNyiwgQxb%GA6Vsm)P0yR8{) zJYAUB`EjOJVuAhbQTf;KqWBe1!4g$k@qze#S|Xs|n*nYZeSlc6!p!}+4swNby8w~; zfk0(x#~5WbR?+gu+x+k%D6v3NitVD1%c1a;uV^kBfqh5j!2G*BAqFhw-0Tuwja{uww=K=WCutDdN~S?aRe)~+}BlFE)$+=%q~gP z|48qNIssn4h5L6uv*IuQpvhF`;!6;H?hm1Q-7J@jyN}0AfnCwo;RdU*>b?W-6fLBr#S9x z1yUF!X&>LBz7jiyDUJGk2Y-`~1DijffPXq;I{b6}?tX9i@je3ch3qA43{;QR=Glq2 z?d|O5Yncb(xh

  • JPlEMkv+;TXHe(hqomJ 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_rg.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a20198b8c2adebaad3a0299bb6cd6710808d96 GIT binary patch literal 79290 zcmeFXRd8HQvMwrSvY45fEanz7lf`Pan3-9&n32$> z(n2qFZ5LHzcTxu@dyu7#8L5k>gBhurhb0IM%wugZQzu1_+fCw~4FMH=Q-XuA$=VZ! zxcfnrQiD<=nQrl`3>^pF&7R;6S1EYh<;%3c;e+9eWj=Rmb<3RG&C96Z1J7gr({%1l zH%#vK@`E`FNsqznuIuvtGC_PQ`u6-$w5HH@f9rCO(Dj8k?h9~xv#h$7`!Lr2{^f~y zU5WcyV2LJLTKLMI;<-a5BA5HeGV+kQZuh;Wf7;rU&-?QW4bsciJyk2o*Vj^it%BC* zqas`-gweat#kJs+ulCHyeq}z$UegNt!a+fB(0_E^2m*hz8vv zjFqSM!KP~#N@&Gg-9<>lJZ@Be5Tumeb?S7d2RZ8JqkcD@Tbj!(quF~ehOozPQBG+M|6TL zv!-mhL>`Y-#i~YS@zR=AZDDarX7iktb#?2ksZv16uQ_Y`?+19cGC3NxTcP4^WyS~V=1!VdBd4q=au7+{3Jyox3TilY`>x61v@8h!_J>e z>vlc+u~ojszm)vnC6|6^E$xjbF<1EmqqVGG-6BbO*nUQZNTfpI)yjfH6D4zOi%qGd zt4;aDx`ax=SdOitjN#%<(1>^Le!0|p0jj6}iM>6vdLy&H$puZ(x%zWB`%kUcHnd0p z&dko|LlG*JT(+ydmaL$o#_E%Jlw^_wM;cJN+?2QpjB)H%vBq4#K#_sBF2I|@mYi~a z@jb^VSwR%foK$4~>JIz}YD~@x zP~-~}wy(?-#!VxhTeI2I5C`0M!#iziZ&O#WHbVbX+GLf49u>DM+iLWO-}NNhj7|Hh z{3j4)n{z?~OEJYfqTdYWTez5M2`)2ilRE!|_8zgrx$2Na!aiKuvv71QftboAj!Rm; zX!6`u%`Foru17hk7DLb-L9#&I9$$5IBQ@fIG%Z()R0}f0`6QgH&~~%@a6;p6bJ*e@ ze=KvF@K+AG*cN>`qubT%xm@Kk&Eo7QhmGVb;5#9H(-_8nn9d%-v5mxIF_}zI_8P($hYeBVT;Y6~g-wNrKgE-J)V<=AU@gVuccbE3L3Js%9 z6!{V5*B8#rY5} zV#sB{`eO2P)U{EMT`H10fS*teP=CHdtLvKAfe3`ui<8DDM4I}1pvi&bfH!m26|c5# z8v1-mWC&SpX2_%%>4|*C8{Jmc8j*dn)8MkpC1g>z>Vk}2+)z{PWh_lTrG_qnghmdM z?RP&B((rY25>A}Mnsdo9x>tz>bF4){BGBr6_icTMr%5j{5L>x#Fds=|48R+&_1ooO zrBZ3HTP`9*c(wrkK&dd)wPuSU0MDH%$3zG(oBP#R>n$Vl73xzTaX_&jNahc9K4wG} z@2$H1szYaiM}P#T4u6vr#CYrh^HuEZ8hFzS4;@NGG`)2Pla(Esr*M{;R|skgA|gN` z9VRBoxh(uy>JE~h3f)b)-<{eKzk2Z4l1~A3kl^;5aMzbGnGp66i~j9XBPY%dHncJOqlz_I z2SX9%nL)>DWGjBOJD0a$CR(;42$yiyQzq#hpAwK2zJua#uzU_M1A0s4n*5FUV>p0C zHGIZwQ@wE&0aS<&8!P5pQ5ow|b1t-O3NNby<;Kfal86ijGwi~t&UMV4I!&*(^bF#2 zXru@hq|&u8^kGF&rli3E*OT9Gx{EO0W4!GpszLaYfInx{?d2`(xS}Vp*lDDnjGT^p z`^&uhoR1twgefC$i-O^>jKw>dsB=&ZfKt2h#13SR=fY$1sdB&c=&2D6M9$Y2utmhW zC{o}_U8NCpoGF8;FDvN_41WHA3=&am6 zQqi39M#})I4a)9KqIMAsC#pKc^9g8=AufI+)cJ=qo*(1#d_v@@dYyu&Eh3yZ1`!nz6rC2MONmf84?D`jOm3hPsABZ>IRPr1 zc=W=<0qZe5CD}jlD;rx`K`N8d&PYfhC%+h&bfgMPHM}dT<<`7xa_K*07jvf z6Wt$5#>VZy1*AIGqLlFGq*2a|REi_X2(}krdrx;D%I{7g+X#K|%xnFL2EgoXqQG5L zWt2T;uQVylrXgVnu2pe0WMjLYs9}*@NE{}u6%=5>iC?_|iY2;1G<=bgT9ifw6^`1d z@3RP9R=nA->!$n!dHNp|m9&Prln0g$;avDJ{4hQjy^w79K(@Tlj<4@TXzbs1ElJgt zbffc`83PGNfazc*Vnu7d^P)0hi8=#eFo-O)|Xg@w@44|uvt0gt+jTtzLgk%`)rivE8@Qg!)ncDGzM}{;>d&d zn~^GdA_c#SOufU=fgJJhdS)Ui1U(%8-0Wl;AhEZy#Ck|FEvsKjP|40ibMFDCV?L{=~w?W(a@u>G)V^e=1UJZ!evx^hoo_Q+R9g;v* zo)ZxsGrq>rCjq*$L%++?6aw;yXc2Dqp*JK0xoE!AaD+=kfmg-UT)>AIed6Oil}T5p60)=-Sms?pN{Utxs8M!fyPUirw2%sLM>*L?hCqzZKy* z9;ZPoqME0`@*2C<&&Gb?%}(WZ?N2-$wN@-rnKYH>kg|je{xgZ_{8N7=)&QO!`Q@-t zl2lMwN&|y_J3Ft$B}$wKwes4kd$GCt5+YT zX9-Ju9c6Vg4uf#K5pP-XJZ#d<=qNZmgiGYooTjPI5fR~QkebiokQ;ogFmuCvI$`R0 zX=Rr>&ZzD$yepZs?J@27$=`dw*91+2nM6>M_QBR-2P6)rI6yG)Ju~Kf(yQr!a4=8C?X2SgC5WWh#8TtObOkWfzHb(58X3J8Unw&Tk$fmdcx zOT#oH<1VdE)l6+R?#0MdE*ypl3k3OYAABHfpq0%iS^4vgf*@rc0N z0?TXmf%K^o1$;067?D?(;(MX8%@Ozto8|>XPs7 zXaR?G4!iL6I<-YqCM1x!>W+B+RDex%6}?7{R5Z;R^>}hLQ>q#@XoH>j`JrzjIg6D* z{|of7MG^_r$q73l-aU-q)Sv#z?3AS&FAD3=DE_9pV_eTYlodEK;#_~G_xp?jdMpl` zgvUun@O8SW#0b|6Jg$y^8Fsxq^&0A5yO<);W~z_V{^`;YVipI919VwO_r1+kxZl8gl=6UC#){hwLCWFU$T` zo4b{?cNCv%{&H5@FdiXV0snGKMSMR$`&?Ps?lc!{^JqcX=%huDal+lAev-=Lo zb?}kJd(n3ho5>%0g)}OT1rbI1HP~n6Dqn;=+^gkCQ7K}Bq_OpOt_xjiTP`VPdeSHX z^yC+5^yI2jh_$LaRY9`HBBnA5mFLdiZELM$REGuy60x&j=FC$@Hsc$a6l^7lnd+RU zW9CXQF!=UR^4AaNhmzq`P2kO2eo}5)sO3WKf^qqoOB-RV6_Qe2U`y`c+d2Re*u;pf zsYXq{eQT(Ajcd^_{F#4PGz8130w+6Ywd1#-3me!*`V`Ql(0YE~FSK@L^jp3IA{i;a zy?PO$c{cE_N01~84r2p=QK;c*ct+DDvSbIXj+WuOiNHxA6X)og-Y6C3Y5jE4Z?gKH zL-h8M`PqobH|+URcgQ*cZ&e24xkg-X1B?q@C6Jd}jC+|uF}_CXheV(MMmT@E-EEqkkR=ld~?1+p0UENsOmPUfa8qS^2| z?hw6uU?IVwDjf~+`m4hj_0@TUi6RIp_Db}(Xe>^=S{%~z+aQT0p8GnE2~RQSR*t)o z3$-o;m~7(>Y;pE|>l(9ZFhG3P5>2K{o;Y5;1)6GB?vL}G&B!UA7&RC$o5?SmYFKG^ z%3gJ12Rh1XX~#K#qE^>(P{er7jc+|h6_#$BV4VUGXE{l)`U=)Q(8vB<;JHtV)O<~1AImLLyLw(%z}CLU~DR=j*iJYi#d2O{vLHT(%7 zU*{K5Wt~~G8XgB9oc8SCWYY4*dLL^GQ)(!#ay9TDZ=I#i8tn8 zEr-t5%aq<=1cnruo-vSp)zdI)81$WJm2|G0FN{!mgBS6x{2^j~oL1gIN?ldzR%wUa zm3{~hQ7bXgl-d)9=?_G1Ifpe2>&Nzqhb|FQ>?H&;V)}k23Owz@r4+Bw@2o2a>T$7( z-yDUonKejjke=V-1t7jF?Ml^!z>fAAi<>SOYP8x6NefJtf{W9q`ZGu-2cbIF7?9g=uUy& z&m&q{c#jpr_VtYvJ*Bnw7j+t{06*?Fj9lR+AcSM(Xmdr+0!PUrYx+tWty}=uIbBj) zyq^jmLYY=wcZAQed_MJyXY;#WAPX%_eDKRGc4-d`hS~%|P7$r38y91Ppy2rVwZsbb zOSoICEq?I|fy^3CXA_MXr7W~*cV_$VTYSrmPZN^wbFpXx^nCERTZ`&JJ#Y|S z#x>pk#y#n9j7LhdheO@tnM1@IMQ-0SqNin72}jQLEt5w5abj#$107<8nAHIjN6l8? zq-?``mL+0fb}7#}iTUkqOt}bY$2R*69Q|82wv0s>j0UN9-jA+LHd`1m+@(E6@%!pr zC$hC!BcW>bV?Ah$uOzbyfR7&q@CWT@zz3m{At<(bW}wy-BwKUu^c@3q28tD!Tod2j z#r8s>5hqw#er|;C z{xKhYK7Q%qX&GKs1}Oo(Dt-|-rjpm*Jf=ZhYkg9pUb2x8BdXVR6yMCHJeiE2lA-R5s03 zS1rC!&jX402j#wTbj(jX+RTpQ#xVZeq=bgUpSEsMpXBU~!8t`VSC>)=yo}->s!r6Q zQ=cEbQUEWQck7(CTMYn0R*RXvIeD(XF3E1#`@FwN@+td=`Sa5ood}xeHI6LG)K+1o zXo*KeHwi;P6X&FdAf?vhkot_Pz-oaE?dRW_M4E%`N~gH6aOwzLkqrFIWm+s><6*(_ zsK`wk*Y!_{x3Xm*KJfrh254EWD^nYDiblU!JJT-EHs!9Umk-TR--{Ul zA=!(FJ7TYFcmUarW4TZlvC!pC70&a*O>KYz1voAte-v(g@!dt8*W32u7zAg9bgfcU z%k;ABgP6r`-LL>V!%7vY+C!x_Vm5R&7Nc|?1=zkcIB;LN+xymK zhzIc{3z{V(o}$7Nb?>;`DTy?Bm!|xRcnt(kC?gl*SEmUkb?8J|l|OMCH62i+OzQ49 zW~hugNn0Tb_3)O@nTy{H#)zap-CA(WyKL}S`)1-k!kqV67a5JC8Dx`5`9d{?Y~tqn zOtMg7#>gjrQ~L9AaYe?MF|8)JW%fdV^37>Qw-rp& z+*$xi7Xtp~SZ*RLMZ6!k1ENfnI(jJ?Z%5NoGz4oIw|q*`HcYmV4B^BBczMqU@pWSy zV2upRjl2M=I3icsI)yr)=7`V~jHFq4Nz0?OQaZ!Lv5a6GWEb;|TiD=PZMmU1Rb_%U z8ahKs+Fc4KSxGrQ+AG=Rc1`;hu}X_sr#Tt|nFu{N{0wmc9kcjuMV z$B%Au$SG}C5@@OyS60++UIm*>`R$BTvdf3Bm7KSvF-fG-PYdQyO5A3Rmty4vFrr?O z3zC3ro{++5L8uVsn|*$g#lFU)*cRG;E9ri|GIaF!JIVci8*8`Fj2~tVz@M%aOgaqW z%H+d^hRin4YH3(u`b{s*9{}l|wt|6a^#u?aYkd{%B5B8LQ-?19e0ThWr$}_W=!9k| zF{HR<(I@V7gMTA7RFL0 ztvl58pQ9PSX5(VYD6c-o+0s&!0gIU_kvTl@V_bs^ORGCoM0h@)6380IGg>}C#WNNz z$U}*B5+|H1z~4oC9A($tWhiY(%APy>aly)#?xz+@zrO!X!Jk*T_t(fv5+CBpBt$+A zgokNatcB|}z5yVVEogIdcXftMJ^S~q%8OX_c#9QsIITNE&H`%CgYDNp+28wW^+&2t z>n6It{GkIQk`?xvU=2Xhviu_St5yGyBu_eCO)jx%AdY@4Awn<4$Aw8{VqTa(q{+Uv zsX9i*RLEsO#9Z8U<*fR_g{b$(A>|0cwLw}zFv%>$vegt8;sx zs|JGG{xr($FV?z{(Y!4Wax|a#A(vA)>y+cpqsY}?QMMG~)?Ka<9xJvtLfASK>mcc$ z6|%ef7T3kFQuf<5mC;3_r!8h+URW*1Ui{vBsp=QMTQt6*Bs7&bSLPle*7$=6T|ko5 zTKu*g#)+})TP|U~+)r%jkZ^rcwl$}m?nV~Db0aylGgvC-n=?{?o+*b;Y%Nx=HB&Hb zU576ACJX_z-}K#?Q~ch2+6K~i#AEk3D(?eX-&(c4Txt#e()jYIP@<3DB6;+P7EaKN zka`uyL^=RUn@ngnl{1seI@zf|nQ0oMq@TFIr_44JvL|-2lEjxWCqhd)C{$DXMDtCa z+F-e}On)pD>zeo51k3b7TKDuQi>gx_&5x#dNu(nuJ|n?czg_r-bcwSqKB&v!?bj+s z_u(R%wCLDv+_DIIo$;BC>?ancFtY2eU>{#5Eh)TGMQF{+4ZxfzB@{fX0|ulH4@QS z@5NK|ym;MN>Wo8U=zx*R>&%pBV0e?5P%W*k<@A#VchyrCSjE03Fznzv_6*FftL~nN z(!Om|2W+<0r}UaCnnNXDSKe@n?Q2#t0r|&yz{a%FE|;09G)@k=g>c`?pjM;}fO?&8 zRIho2y!R<79K~7BT~O7;G^8ey0U6+zvAc!~!!7<km6RvO{k4F%!`pzBUs)bT#^a{qAylTiEfIc=fKtEz9RGGx@@z zUCjBY1GVJ_1_mBt2>>X|0094LSNLdB$nuRBlvrm_yB%0VM40(Y9d|zGzqRweg&t?$E;pk&s>nB^E>`J@ypMkPij#`*n3b zw0XnAHKWg0wXliI+j1m-i%dU{!1a=V6ND>7rC@K2(vgw<;qJ3Z(YxG0uvkR-U{1bghy4peh1CRHHIh25Gy&TJ65Vw!0` z{k60*d;%F)Qj@^l+egN#mv{a-*WJD8_wTE8Nq=EyRHxFbt0=*bwi0~HkMpuLG1vxlw2M|%kvn1HZ{gR!Z#nG30jnYpE%Ao*2i4>_qNP>@{fvjVGv1HjC} zQrgSOOwCJC-PFt4lov=YEQBE7!S?}RYvy81>S1eR=gj9JNd7l2-^ci`X%=$QzeQZE z1%$&@uOcEZJZtUbj2&4i|KoFm*xa2<}KJEm`EnHk2_*hun-QAhp zIhgI8%vsoYd3jk_*;&}xnLZ?#oIUMaj6Im_oGJc-_y>l#nX{>rrGty5y&dUan8qgd zt}cS);WnzESLnAv`aI)7MY`wx>+G78H7 zrSTU9=9ab&e`|e^{U4GpmZ1M8>py(^Yvu27{@sxe_5Z^C59xo!{3zGk3pATqnY6;}~$B^6Dj1^?Y&BSAD0%YRk=455!9&Tff ze}j^-b9OPdGd24Q>I0nF@&kv{1jNk){LIe8#b(0A#K~dC%Vc8031s3n1AR9BYz*Qu z;R5~}gp!lxM^+l!{JU3wK>tU!=4kb|4s zjO%YGpediEy_2o+$97uU8k?K3IM|v0z3>;|e4@%Sg5>PXtp7cuY-8*K`cM!gm$$TY z_4w}vbxT__H5cQ**kt4W%+Afl%FfNn%g)Zu^>5mmW=_r@nfMnb8!I!%KUV(Q7QT;Q zK8Q8`D^EWF{)YXCg%99lX6$0`q;79-BS`+2OQe5k{+-^W0{_?)X-nr13D3VW{+~Io zX6E>hyMH_aHkN-ck&^zMwtU8>|1jcg>}K{4IzROOv1DptY-euv@qGU?q5d^*`G43f z5C<10JCOZjgIT$_nK*%_#!SXstlUhWIe9=pAcqN%^`jj8hhb-Xkc+#qlbNXbN2DLo zd?e7{(U8*qO(orbO1oQ_{l(MAHZpynvT>`kedhbj#>d9Vz{<|Y%1X}i&wyF}daC~w zu>i~eixYvr1^%rJeCYjS?xVbXR4bPMDp&vH>@OPsfBgKDlK&qqd_e!Nk^d3D|4Y~Z z()B-L;D03izuEP_bp4MQ_#X-XZ+88EMi;_=A9&2{KHh@dKaMk~-;`rNjzTada#G@8 z?|*&szLzF`%)mQH>o|jfA!7V>frDja;eJfQy2vOh#&p&W0B5+Ox{gMtVYxh4US z>HTv|iYBJ@e=`iJ`4<}L|J@Ky|HF}MasqjuR=z~U)%T6h(T?fzhW2|Uj4v!7eg?g_ z%{1pIkrr)Jy@1l|1derAoYQ`9VQma=7 z&1YzQiF7D>TlRck6BfqLjNR_-yuu12VQ{ehDj(4oI18lc&oD1$3nqr_FJ}`bI0LNl z44HCYUwOlq8$x0HAgM`baZ}?|^o_u|(^{6yzwn0tRXLi4F4l9-!{~G4#*@*iCWrOK z2}HepUN>8iNfT=&d)4UV1tXZ#5wgIYg`wvF1@+aUQ)DVw4f|eh)w(`=du5X+@-MD`}ku__`xXe z2_f4Xk>M6ED5-{$kkX8o75Dr=pswb4=Q$jAgFs_Qjee5O^CIC0Lt@*(1yDPCKM!@N z$1tZD^tHJ$l?fZn`-QheVPmAk#s4|_Y_bWp^HzP6k!w$n&Aqq5ah;QzDaX3IfOt+NWR1qE zDxtLg(&nsL0U$UilDlpv0aXETM}N-RXk(88dJ=`%_Qzb6bfMqTcpgTN#a#iqfxHlZ z>1#E>4$knSUMjm>ASd}#B*LA;OosV_KTB_)t>wQlftw82p#h`M20Vq{$k9VuHnMzvH zGI-Xz*T90BAvS~8V4aH`Uz#$8YLCY`-DGu{`n@_;^_}9pC^9u*=W$&}BRDC(9r?Ts z8Z)Mvz5KaacQ7;&odTX^LF&O-jiz3Od`fE#R{QS7TK$Jtxtv(<)eOKD_I|{xdDwRx z^>wqxztWJ{E8kj)gYDNcWw)>~_4s5u8B>xw5F2R9CCn^sGL&y)axQxs=6QXBxFxX5 z6xcr@WiNS~zLkocZR68S9xMpYzO}fKeiJ7A>O;hs?iEV*)mcve+L8y6lB$2Ja_VIW zTPOo<^ngcD?g)0y#2d5u5O_qKu8k22iWdL1mAs=G5txiPvV>VEc7JNc7hXi9> zjKok;>8?aEP)2^LzRuX0zVUYk53YHC#r#ZtB#AJpTYiu@o=tc0@2V<;jNU)%3VQBk zCo7}SqooX&kH zY1BHoN?t=586Z?T91O)fk7_Kubt$m+wih}*lT|34+hQm|LBJx*;nF;3ztJfp7BuR# zGqQ|IkTr1IL!^dFYaIZkB$eptYzeb&a>4V&Gv5m+ns(1Iz}ODGX28CS?nC2 z=O`K`JvnsrLow4KBU?LyO`g=DfuAQ;JvM_yi!=F!sM`WRWip10CLiSP%X*FJ1-(C^f(Ojor~2`#&(Orppxjv zzmSU3$+$;`Ep)PTR-PTX-1_S6Ey7x45kuqhRXk=#tBSHkoda1}$^9%nRIC>cD2|%Y zi)U>&d!!_i%bEoTc0$Qd`;`p$!bPCDR5E$^_}-j;?^+4A&#TEAi1c$(OpV@dP}y$0 z9Pbo3Zqte;GDQ*LhN0JX%A?&iCG?w@1=<+V^68lqdv_p{DE8l7LQE$c+WfT;HFvTt zyU+EQTTg<)lPX+E2D%;YH^x>hsRDi4F?^TG9DZdf*PH3*vCW0$Wk=0Nuj$GUeM3PM z%vrXnoC3eyj&0+;JEzO+kdZWh``i!^SpUvz-G%G1?FqNO67^XfMzr2A!=4l#yF|p( zzBk~!oQqKL4Z2C{&2dc3K2xmwS*uMxPt>MfCEue$bfN8~ku()2+*`ENLGtQP?RSp3 z){>>#%32J?&ajz!ZIAWLta0AV>um)g!w9Wsp!CuAitf$!JUX60Pi-|7RH8{|(tKer zibkD6A1M)UVceQN?T4rQk_~64oJ!W8IXl6oU&OC?pzo+vYzrt@v7c}0(Q*>Pp>@zd0R%DLX5)H zqGm#l9SM?Y(OvvrZSBk#%xdICe}s6Rsyjt> zbAXQM%Kv=5RcNL9W8UM$or0Q@*mEQI=2tQ;B{Wmc_0jOGUsRb-X{qn2H^;sslP=lrV{4MTwZR`*YiPmSEgydYAQ~9(w~7pg@LUnLG%*iW^DZz?gDyI~2#uYevHU z=QP$$S6A)zZ=+GJBT&EFM6~gY6~zrPbCg9T!0|_KOx2ve6;Jjkbz#u&=wB|@MH1;r zqhk=mIE14xVcj^x2auXC_};g&-sVL>0t;FHE4vHQQas#0t_WWyrlLr8hcgwD^-x-k z5@h{rAJerZI$3E{QO)aS)A*%dnumKo`x9NfBKUK@X(J^5*1oPjnzG*1hacsz8^9r6>;=2QkU9o`o%h6LT*l0=Nd!4Pb#x!R(;J#vbZ+iFH@yzy+jY1Prt zn_vOU@}@eF3WV@BRB36g7J4SLdBjXWMv?}M*in<;VA7alySee`qj=FWRN-pP>& zM0QbRz2o_n(9<*>&k_0AdCK1v%mVq7#=FEETq26&z+KDm7-QXt8c?#IVhG=OR(M^K z4^Vn)cOl$GEE8&DUG|IWPX4&U7wvN+C28}SB9Cr9*vU0-Hfs64^b2^GH=gwUpDP^- zyy?=Nbm0>{HF*j&N|Id4Xt|7q8rVJi4ep{yn>d+q0KunYIwj)9bdR$}f(Zo}LhSC> z-!R*uaxO$W!{$mnh2JKq8-S&8KJ4hu!DvC3mg*@Ei!##e+BQyjCW?o(KX1C)=EX!9 z47>5qMfMX*ZY6P8nK*=O>yh9ew;X3yx+) zG^2kVd?Mn3KJ_f`6!It2h(d<<-z<7v04|wX;cjdu8f{Vi| zJ_?^s;wZI$N;2BnwB**w`fX%NMnfNu>r<|FVJA2$dLNekQf@IoBOD8~Qer7;s`PnZ zC9?}@Ic&VjF^Mcq~H@lB4h`!m~#X%$M)%&K>XozJ{rW} z1HsApol0}i@GrkYIX5v&`f|H*pku5XSqD90!3#1Luc z*Ay}BIXZgrx{s7aHvh;GVq%$)2^u0!%wDJCXZY)?v5`^16DMu@<1I4REIv?jL(a9m=C`&JE{;oQ~=P|Dwd*DuX zHE5&q81GjbM|)=?bJvVy{|{sszu4;%739aWvhYlLCVQcZ{9~Vz^1aEa)vdNOr&?1> zaustEdVWQqsa>Je_@-@5uCdWG3L=UyYKlLx2o8~voAJ&!9?evCT3db#a)ru5DM6}a zj{A^FCD28mP080&2Qkq58s(dGqJ>}=`ntCz0-K|{JE7768x%K>%e%U6x4YB*E z^HasRxy10+C3;7y9xb0M_Z^k(?2n(*;nAS$u@k9oDOQ zPHl5y?054G4XK^ZQHV7ooN^quE4my~HT-e9R(LCl!yAJzHEsMHZIQ!7h>aUF^`9~k zz+=lU*V^}EK@HOtKy5X17Y)je=c3!!e0k=3=Yno>;hctQ#e16);N%uk%|a*<-M^1^PePPEIk=-w3dqH2HCqif&i&@D%D0 zvtNL}r(}$sOA;Z9L5umpOE`72u*HxeH<7g_^l6Lt}IE0yHk0Qg!?@oRbrN*Fsas-kI=%o= zj3K+|8np;f&=ab}>46Ca(LOEAu$61!D6Z<#F`a{1h_f+>(3eYUSet*|r z*SEepoOdd7{0f;W6}-Yb2mR2MU8f{_+x&4Laz9~s4ze2`0l7y-$vLx>xGwESq1=@t z<#ZGkEQ@fT(gV>W8~f})V^=T*$y4%~m;)gq@KttD-B^R>UlP-o`$Lys#v7-U+3$;u z{Ol^gfcWVRmMuRKzk(#282C+mhwG9_2b zm)E_NZ9X_!ZNIH&Z`mrBoIg$ zf6usCsj($&TZ`!EUIpqdLj5^$bY9xqB8>`cMc2VmtUpa4@GWV{SF3}#F4>MmDKJ>>p_U0iao!lkBGsxUyd z+FH&3Msd%K#V31IP9F378!WXPJ4tt=8EoU`;GdH~Ia^T3Z%mM&(=Plqw&KV0KG#C?_v16I zmm{L^boosaqt|wusjWI=mw+J)8o9%k8Ky~)wF^oq(~ho`5`n%S@ptv%%#X8!rIfyo z+~>q(++vK_$37(~c3xI7DcIuV9_IBrhHSixl`(HK3s{XZehlJCqlG|%1>#J_ z+}}A}OPkTuc6k+gx879nn}n#`VT%g8(Y}&3o(FYP#}n(-ivw45=)MTjJh?+j`sp^P z(_{jJff^~&<4yY_p5AAoPAYrZ4}!@C;hj(?hcC%7YbK!44y2Uakv-|AWT5kHTU2VL~&!O1CY6vV|5a+nS>+a?>C$)m{ zab~YhdJ)x~vzie>oMM%|Lg-b-M5-gZPpPGPM_ns-P8xY}W(|`+wYkSp8fPT?@Zw_t#zO`(IlGTY?gNk6VzghHmMbp zjk|-sxZ>C80IM*MDWGYNBIEU{@qh4?I#Et2(x7uOvt8k%=Ok}FJt5oU%V?GuPDVe} zAZvI!7UbDtnBT9n^J3c#xpnR*@5NLRq707ELjFRkaC84;9zAiGCPD4%&1kTW7>j3& z=SE0RWcsJ0&drYR`;ggecQOCIm)9J>wu(*XNSH+o73^%O)hcvRzmd@j58%z^U~gb% z77N!9?_lDiRs_*_dCcy~v#V`)4&_E~c+_O#6cUs>x@q%zY31^z%0ao=)Qn@Lx!<_z zJR9|eYdE=*Pe_?4g@oJEd3Er}+r-4Fc$HnNCE4}I^Wd3D;B-J8d@pk=u=d4LE1V$g zpiWgfCjS}!edE1WLnjypae0q%g~W)_B70F9n?q7grgF^ZPm}1@#uVNNsK!8n>TUx? zQn0ge=5ZGeWr#Ak^ni4KO{3*1dPm&@K_-2*XhnZyjCmKzB7Lmuj$dV%x#6ysc1j9= zgfp#p8V;ruFl&@G*I-RJH5JjprxxJqwY4pYPZ@H_DNQ^Fdlh~J=DsgS)%3@&^F*kEG-Av^KQv81fO4j0V1As<7kYvK(DyADf7jCGr(HnuEkt1A1F~AH@!e?+ zHQIPn-<3eK50o}N$bLhXk?28T?z#iO)SC9;o{ozMr;*`I8C~h%N<1`kS+(5kU8KI0 z5haUPw(Gbfl=FuL`WW(~vmd`tDYTTib}cN&K3I)2=HO4qrngRU(j7lVq3XwO9Yls} zJwhnA@!Z@a`XN2QAhrK219WNgPDMvR4}Ze>{D!_F%TZ9YeBjOaV6bPHFhkpClPvcd zL$NwC=79HgaAZX*I&^I>7676Sv$%tW#mlnlymJ|JIjmOv!6G)9x69|kJ$Km^#+Yad z87fO}>`?Ex`-m)t-&#Vb3a@~yba=nCTcEjfaV9=LM(@%tQ-pp-N4EXh4?&&3HjDkY zs*a>2c@Y3?Jja1P$#edXg);eUo;T~!sTsSu8lUi$Ou_ag(omOLItf0*Ra?Z3Jmrn+ zsY)XuMZ>|~57>QyGK|cr@p1Vwd{2(=!5C{@etxZKYD+i9)9zj=_6qyM)hAsyjxdoh zP>t?!4SGV!gF_W%8@+UD$r5SFvNRrljXr;M!)mmL;_z^=evY~MQSZ$}p_NjJJ~9Rt<~y63 z)2&*+I>P7cbz_=IK)B(V@~bhWzC)2;$g`S@N+D4-@GRJK2 zve-0sg3l94sm6?4LKil?7UY0@v-9!5DnFWs?J?sT^?{-1U>zXC0%t{mxbgIEEa1tU z%&ar&d(*?%0t$N=VK{!YK>CdV+;A9wq4ej5WA)4S?u2ayyj;-b{hV3jE|S33R&qc= zc7MuXmn~=_Ss?vS0yp4C6I9txr-$KhfD@akxMN;{IF`;+OC6Q)1KN$JSX+6s(oUSt zLye;~md_(;hM~~eSq?CiI5ZiWadn#`hYeG7+uV!IoHcm|1~@ejm3lH%`6(h(^``V} z`}qYyu#_dMbQhGG6CY(k2dnAi%Z*!9b=L@TJU zMs8HGWGV`G$t%Ack#tEJ$$mwpy0qKiU8wC#Cm;0h*Bg!X$69)`MW6HcT;u)woB;PK~ zl;;KtZuH#-3Zzw-H>B5W{p6h{V@}h)E=OF~685HyJzR%3^WL?^imNG{M%~Qn=cLQx~5@1XhJ&f3#mUd>HF&3Z&q_ zI`(N~i|}N)MDin6gZ3@CI@=#awYEH$%3vHwVVQlEQpA_bU`}tNpYr{IQ`ousc^?z7 z>A*a9&?l z&b4V5K1!__r<>+hh-!3;CI)&Cq4wNg|EYd;^HNf(2swdM@%Q>s+w_|hOD&Y78!1** zb}l}uy!=_nVt9y&*W8XEaRdaV(k*+0yv086Ecpx{cydFtJBz}CTJ5Kn_Y?^#KqyZN z6dxPE`ecr`;~A{??POfmk6asS>QM$ulkO!+V8Yx#>>QOnxnAI+xhz@4z3p5DF2}1KMo#vys?6_`;!84~7vTZseUI}M2s0|QA zjx3PEOZ1s@#piugt!mo&KzLedUiB-l0#xORcROH#`7jJoZ|WMT`^T^CeJZ0E_KU4w za50*-DRrF4*1TDMkiAOrfPi&Bsw>O*aC(GU&2$D87MB#OY7-f*%XLqziZu!fxPx_0 z4(seZ|Foo<0A0`%(EpA~(y1nb-X&4}mZ)ax_Qr7IbK9bA;FD_QLf8Nn1y`Tx#Uo)@ zG|)NHS2x5!gqxOw<8wSqA1Dl{SFCO$**%gfwwyB0mwC7)d9I@bh;=bNlQCIzATJ~H zvCwV4ShNz@Q%u`*8nQW-^r6HJms==EZMFz(Ayw>0Wx73H@Q)h;_MiDKyrfE4l>Og;ws{%y&fl_g0bWi>@IT?Q`u6mYYHjpY!cNv3UG zqtC`7j8y7&V-)CTX9H}GuFZgB&l|F-=;iMo>cMp7Al-U0l* zmCwxVpItBgrDacgyCj2c!!dhW_j--YAT+2}A*Yghw$k0W*?PJCFI9CK6vpESoLf;i zz%3u>*V^0bw;)SZ6-_|zT>t{Y94tKYe~?^gq(gS5#fhy;Bpe->+s8&E%mt$0GfcOy z4nKXpnaB?|Fn(Ae;29}~|3I;5b$#slH%yM3U1~9ynxKi4dZ2ng9y7+RDst}%!`x1J zro>+F=t0EWoej@Q<9UsO1IFmOq$b`>_@viMQ_#waowwGJ1R>q(Qc=f^;s@S=oLN7m zYk5qzx|CoEwPLlS->n|WI90QHo?8(_{?&)Q^H6)bxiC7tEO{wT7lhF++qkSp$EUl> zT14p}H1j8<5lJR~ipP4|QkF|}Mx)>yG6-t2;g`FPnc@1Jdq-lt1;^c@P@3fBs|^vG z4@X_F;~x$SpPyQ9>bU|dr<^ZY*Et!@!f<(UWcw!vT~s`2Cj1-hN`@s#9n9Fk$)RsP zdU*Bmo2ygNbfAekhGB~Ioz9{crf_`H#{wtaQNuync|hlAMbK%yuxF)}XhE11%g?C&`cRVv*JcloTzv|sFT3;gj5Kz%jN3M)LoJ6#8m z5aPw0+)3mY&U7S8AX@$kPHp;`_s>cOGM0eyeiSk>?e{>4;l4G#2|?P>OB^}swM<`p z*GTsjF*SZZBt37euXNY7@Y^@kTtYic^~Yl!pl;@Kntnp%j9cmYS6*&d8hj@tG zjB9aLs(jErT>FXFl!3wxW2lk) z59AN7^){!HLzT{46-vfHN8%;&kj>#A;5@mezb*27qJBz*)h=~gOR<&{N3IuV{8tdCSL*gyI_=y zmKYuV5hP-UEV9ejTn?@iMUxP1g}eq|Z=SITa}V;G!Ulw@1@5a$4_LXX#|>I%|MwvA zC8iROCp1`{#=@K%huoXIiBI2>!Li?*3E#t-GsEPU?Tq)%B?Vs6EgnMYJ^5(_oZFUW zftLL2Db7=Sr9)$xZX4HDh%ppxzdld$Z?>Y%b!U!w&-^&XI&6DvrI*T_2NFBc zaSD36J340gpX1=N6erGEAN9ITw(b+-&;%$2tUj>altJ8n{$QI#eZ_0yoyluo zrpC$mq~>TOto4;+mW&}olX&rYb0K+x-EngKe=vi83uR5H{7y!$%&4`l#$|rl;y;(F z=j`hc9pY(*<6c$vA16>IG4V}Ax}n9<@~SlJD?HA*{OO6PoNV~FQWfHU2Yzv1DDMAL zqyt^LhCFQE6%WV4#EogThu2uI9bS$6kmO`27$XA%1+3Y;`%ru}YoZ;>(u-HxFvO(h z_V);NnknQfMA}ozg}ZV$7g_C+P%5f~W1PJ|A!Ju*f(GoQwC;yljoD0fVFM1X90{~r zKe}J;q_zKK7V4@!9F?xMLVR~(B4VaZbDT#@4VPh)2lrjvgfq6auLiB0>RcWn^HEJU zTgOmbAL_Ritxm=l951J!o&o8h_gz2d+-e@8@fXVbO_;2;Sj;dwQ%`wJV<|X=TnMg4 z2pEesat$&~YbF#7x@iFdX;bBKErIWhMb@Jcq_4R!a(kimYginUD~ zjBKM=%uJ))v~q3jr?Y?EO)WpdWD<7jyWISIp3l(?{rCG}SdZ(0q#~}Diuw7uwmdD7 zP72%2$g8&PIs@x!geN4le|2ex-3fbyz}tSNOnsQ z7}4&pl&|iX$Kr)oGN3=bE=l8e?!@L-m%+SY8ifOF?=*{9Vtwa%(t86--?R*h1o>wV z*obI=lK@%BdIGTKhJMlPhMxeCLYGNY$ zMy(y3JWeie$4W4KKD)~|qudIPvkCCu(Fp9cyS- zEHk_c0wuUOPajoxk~b8KB{UwhL}psA#@$Ia?gazfii#49k}s~OFDz7q8*VSNGmiZV za*;A||BcqspXQswy!~wd0{U5$fo9K5f41~jerA})5x>4;kVO1G1_@kzobFm7@5W4O zdj?ko-|;M@yZ6F4Ea24TuT_$5oSnq<0_#x}(y;`W917Rn%bvs!T?(D(n-CsJOujQw zrc ze+hHw|A(mfUc>(#{Qr~F_>-^n=~wuA-?A-&R@>#b)#!n*AVUgF>W`(Wg$hO3kv>RT4mg-LXbqWKMWrpPz zJ)+dhV63TD(wpRxAx~$>qJhrDGnDFtGBJM&;cBi=`I&{`(_IKf@XlPjvpq+M0`><= zBYVZIrTh1cI_Cc!IQN652CncH=(wuo*|-LI+rb&Lk;0_;?TmQg$uS^I1I4C#@~JcEYbMDMnSr!AxPr70>UcmFQVW*u`5*)mfn5=u zNwy@qQC#*@T&M4pI@nS7Z=}vd4hZgc@)&XSB^PKFQg=!I_r^Ot-3d0l_FZJn&^{>> z_hV9w<_`-?6viiHKmJD)7Q?KUM^CI{GUG2QhsVQ>2JVg~$^y(bqg2L2vZNx}34@@=;wgqsrlQ%}6JIYG#egvbbY)K`CHdu!sD%vP6^ z60f~$@JpEgM5xm#J4XayqsbnOP%S9vbwBQS$Ib_QG|In`YOVk(u7m4+6mzq$%_Bmiz3HCPxEb{M*-c-y6`zeZ(Pti8VKNN ztR&#H_nC4`^ylmZ1o58RD=3(sc*QKz?ZOwGj>-14RPFyo`RNHA8DUOYUK<<6vIYq} zefDB5GRj63CiIP{fq4)Md)UKDVq6;y&)6dD%#_rQ{u87(szEePy}8Q4 zi2QcSx5L0Wg;C0+Dc+D`luYGB+dw62d2kT=H^w=}1t`<$9!auKY-e%Fqh(n@_vrG7ItqAU?Isq5l&L?rHHepKZK{uOp`~>L}64FXp1lfpk@Msg>!F zCbs&X4E8@ZV|#;eGGjc63Xys;>nvzOKHX{5ZInN#_T1T+nZ^tO=|sRHOubbvsIq~E z6(3?w8VOGg0_Xt%-{^Kr$;e3E)>9Sm5jk{uEv)h~HfO9=&f_+p!L6Ns^AJbH(4tVVqn6MRkdIX!GzJ{sk~-IL7{-K0>_MO`mAjMv*CXG8XM^+gN=o zSSGY-q%^Cl*7IHAK64K;^6+i;bATDbvw5(95AbbP42Hlg&S!QA)w3)2 zIGCPY0+IcQb_aRKL6^|FNThk8>d3#R+rF9SFVs(p_(R;iBfvbV6web1zY~)2+p1KI za`E^5_H{E(L2{3BVE(?y7x0>jC7G>rS!d`bq|TG+`1Un+YQi z(&~SSaCdq0*Jsu+Z84KQb%OH@yy{@l8)UlC8oH`>}c9y*NL&0IKci6vT*Fr#m~77bleG^cDIerp8Hco zWZau!_&x85CG9hZ+B+RcFu}!u`qk=Q&WPRj&Uo)=U;3a z9RLX)62|&X=}tr&Zj4yi(3EgrxhS4KhLW@#A(h7^&f#CO6}kG1EbC=CI=T+7FBuB*?p?Wj8x8u6`p#dY!#Q&Cj>O5bpJWf{{XF}DH~C>_T~Buevpb&akMDVB&vXEL zs31=m9J%OKbiq*m`Q}iglx<_3%@bE9)n(H5&!!njosvvcX24e8H}&?_zwrK?4+lje z&K=-I20-lhFk%kf<0b=wSM^_lu|?emy}~?&bV6 z^uu;f+`F9&Al>5P0~F4~k%!D=okJHpO3Hm#nBOcy8n6vcpYS048hBfbz}CtIXqw02 zVDU3t#E$qWu}=#7zMAjbGa?^6js0LY`2&Z&(nG{OLJ0>YBRK1z`>sykd>EiKRnm3i zkh1hJi;Ak#|LOgJ{R%gViv_vDbL3D6xt|-;c8Q~zmZaq; z=wc<5(b0Eq?nnl6eiuNzAP*+GSZhdUp@SrQPpg9z6uR0sfSbjP&%>A^{=LD_OaIv~ z+Q~r-tGumH!f9rNUlK6VOahl1X@q#^a*(c%qrg3|g=xFuJmUUPJ7{`hUL`Jni1hyH z5%b8JymrXap&~{&2ONOJJLUkfUsB)h^F`xIuDg@2R0FZ>qX_wpfv04teV$PFr1rwt zWn_Aj^^J$+x;;Ri%)!1qDZQ(OP_cB_lMPFKm)AN|z`X3j(TN*v7pDZ?s}p#L2RH6S&nV~Yj$U@Lzn+2?c?AkwH&Uh&^<7RlPC9|~9$V%SLj5aH zSoiuIp3e7m|BNk{hSF3FI|4Pu@}HYmAJvs9pB&i_t$q8X^P-$mBqpid-)mp=z(2ty zI0Zex3u?&N=BnC%e7niKCdd)GA7-bK37LM&i)Q?e zzszI8*2XK)AK@Ot_DT56-zX8#LmfNthm$e$#f!Q6&6EScy!r2FUXuY1mWDRt6aRg3 zFS*}h!&lBX*m^t}35dhwr3^+KGFS9D8nvK-hw)Npa1k^1b7T;GW8)c-xSm{}{QDqZ zTCAoXaA%IT^Nz(0w;-OYSWB=6qgo74QHzxvYTsK8m?ZP4|GN*YH8u&ZcbvG(=!tlJ z5%aJeoNgnSF#UyUuu~7lsF*`D{&a0JS5GPtNMaZP*zd0Yh^IlRAa$KDMT>^jdG3&N zo$Ck(_sd!Tmj9S4d7IF=D)$4SxIweWQ=tF_QKsFD;G)ZU)wG0{emrULdPr28+W09<`aJNWVke;EM|TUA!U2AD2EBua`bq+?A1^|4PDIm_ z=6Cc&zD(8AgGo0BZjZNB8dvx-X@@1PS3L@qDy>V~gZ|v28;kKhug|V@E?sb2W5D`j1 z(H|e>aurdiuW@-j))nXNJloE2am~K)e&xjXV9Sd`V6KWNoX{nYP+azCNw^Z`jot{D zn*VoLDA|*`uM64*&mZKf9VWfbsBUifG zo#XWGqz&(zLG92+@~dL_`*yyf{uOP){Kw%WgotiqS-lpt#ADJi6vwFhbd0+wtIxe% zy;8mBQYjk{a=HF`7^$6=?$x2$fbMetA&XFG2%z$Oz?P3@5NR(W*#3z}I#h|?8C47K zL`fQBy`bzwNrEzPKST33MIk!iNylIPYP+Wlbv+H+$vTTXs`#%L6iE<8v|af%!6E0u z{9?%5+v9}U_>`@7mo5R`uOHaKc_Gs=77x^bdei2V&c#xT0q-;yosE%9qvNhsD^$gQ zlzNva%fNVu;w+2k>hig+y@E(ol-<#Hm_>AbAISvC3Ghgr;XaD6iUsQ{s3j9pwR?ui z!09VRj}f^{>W>qR%2TTxurpD*30>W0m!9b-R>u32KQI42g_m3C|8-o=hTL~}~`i_Z!B6C;k=(UdJF#A$6NaPSo_1caq;*Qmjw1>l;pokF_J-?#5C6@+!a zo=)YMk%X=u9h;842{!=y-ipR|>D5K|OZIOyvu^?SF)GEYu0$kbE29gcHiRA^O)2w_ zX?~BO04dDnj$EAabdo|QvNz;y(VouL-|9+iGf+s~TK%Z0R2F34egcbWupR$=;y}Ur zw6n3&kA#1LObR@2h`Pb&OH?qD(-ff$92&Yd-0Vw|dO+Q@F3WB{TKbuIi zwRvu125GRHu03bqaV}(`S--idz}- zWwE1vZ3sWOZcBIgH3)uBd&7>$^oL=h8RFNWHAGX^(Xz65IKa?dppIF0T(0p4aN1ueB{`-MfqyCLxrLa2?0vFC`-SsODEz*$o4CL`M)7%0&vvB!O+9s1(N;d!+mP<$4GzF^_!>!%DHZnBa#MSAPUiZEycLy{2 zjzhS(R~xDe>*C*7bH1RV7~hH0U0CBuShRhYb>UvaS*+kt5Sm8*y>mbnvm z)q<~|BGAnD_rDR9lxw@>bU{Wa+K5XOG&gGCh9x58x}^{X`W(BRkD2Lll1~AfFF!j< z!|ScIe@ZX&3fU7Ke?>;-Nh5tjkUaC!{hrX~OKYM*6-ypaIQ|{=^f`QPXtP>;jLdxU zsXS%o@H}j-t);=EkFm3|HUqW{)v4mglv#$rP&oaAOPp$Vy${75>mO;wCTyE;%Om{} z-1dXzGpY98LcxP;*)1qY;3NR`G6G;{Oy`x6eQ zdc8;0yt&AGmrjtL;juF2eY*?*^fTJqa*m1<3tVdB_!2f89_1CwHv>HU?&TP4W>bix z^s4FUznj0YauJU1)|OVkVeqddMdc<#*T+w+ytUa&j_F*hm<@!jM)>=k(0n9kpgy?E z3z#@6LJmcWb*9~ROkX_14TxPCI+f{>fYfpG=_=3lH1PY_>N|vC|G;jyzq?gkUeP}P zmXK5ISJ0v~*)`6zE;N$&LD7N-cm~aj>de-vfvV06#_nXh3#0(So`hRZs+if15BGGQ zXte*vEr|}Wj{fW!V^gCM#T&S8{%`hxv(8pR)sn@X>eSa+ww-TQkXIjML&)3!-T( zG-uAj6Z4%vqJ{EbiZT%LiG{k#voI|m=5@x7jZ~nlI+U2yXnhVfxk6?&)S7L~u^YY% zDb^#xR zR5NlOY^67JHu}4;HAkFACXW%tQR_LbLo>?w&9aUD*Wsj{nO4p3$^#ur!uvVp(E{kk z3R__>-mJpmC$cdfPG=jLB9*m#8lOqUu?{8G=J9&ln17T+b8yxZ7Om%G&;fevZH#!!ExvqW$%gI# z!RHtHc{-G2z-tufXFnSp#ChMH@}Fhrrn!6d0}3#lPoE(q_o*Zak@HD9tkCUUp#7yj zrk;dhZ2Kp zm)48Jxik_t_@Ay^(PCK0X4a|=bY75m>5^>R{o6QJ=JH*R8))Moi%|E>#CDXRDqfNKy3EoW(g5VPA-b@bBY3r;gc*LVrsUbCg&_<&Y#ECwy z@O_n=-deT()+v1G<(K&>TXXhwd|#7;6`k649;oUxS;O3M@*0Eu?V}_rz>`3yRR5?l z7oRD?^XL;4;H_|wg^1X^?ge43o|A+!4E+(cxj?1ow&%cW;mrE=6+kp?SU&8nT z25LJM_+mL# zJr{jz)TcDR5Hf#l3gPscz(~^{GRwdshUut3UkM(LX($|@55eD@bbyg4*$KDkqRQ&zN1*N1(s4mH?Spo8`m9$TD*v78<}17$!SfN^ zY?&W*CjRt?P94E@k@J2h;f~N#DLGKHP!juc!2zMJ+ zSW>kD)5Om`*<+nvkb6OOpnu0=Bkh7WE2HVEt`}9{b+Bm6>P_h}cVS#EwPox+aomJ( z2d`Q5GpUt$<_LM;X8P8Fhh<_42O`|4T!bB#G z8iBPwX)FMVG%z-sKJcC&Vck>j!D5Y+I6Xn!AIZv+c(CDgYpH>tQFUr*Zg1-?t*a68 zQk__c`QAGbjn9{jg-bI&kH_LSOTBCTA@@*2wwitDFeBSv5ZnYf9kKLW=_z^~m$jHR zDt$-h(|e&$L&?*D=^WUje0rzg-8l!6lXTrZSahci-TQlR98vaq z%gjA+zE#5g>)>`+?2DtuD?cZ*obevSdKiy0dXX5iw`S$8ozy@sM4d?mpzEv`gnyo%d`^HF9OC3v><*b7i*5TMc$eR+cOtu9T z@x*KY4Qj>F3wAM8O<7k!0Yq;0)}uw>KH4zej;~H`APWfymmyR{f^446a7OP6okYOz zMr~S5Vq5uY&TMQ2$1WcxlMsdXK6ND4;K;w2eH-H zZ%8q~zE}YTdqZ7SMl}8;)*RQJKS*vy7-U{c86@?M(PAvgpZ)1CBr1<&o8AR0%NG~L zV!EV|;AH+Y?4gvu1zW6F2|~P@P0Caa_GjjB_a@gTC)k52mOjR!E?Qv04d0l1_>{!4o+|(C~ zBgk{JN=gPnX618dzYjYT&|FL(Rf{Ug4o8!Y1U)}{V?kzA#phD>p4(XC0(G$vg#8{P zZ3eT^%X9#lqc}?)Eb#?#mibtRztK>P=9bj!9cE*j?eLT`iwF5D*dAW*X49c|lj$1x zh9LEuX4A2<(lhPou~+}b#&0HM{(uk?aT9_b>$=t%Q8&Q8f2u=ba+a{-6g@fUr-2tG zALc{9(ir$;*e$`Er8RMQz`(7>+W>wU-l>fsh{aJJ*9bh)$W8c|z?zkOv6SB7TuXPp zc@jmR(zX)h)?uUMQ=x6vPLybE^84M5tA(?c?Emlt>f|L_^%r|EjfGw2BwB4eZ1kdY zlTq_2mtZX2dvp-9nurkUY1>r%O;Pjb`4?s>Qg-*-R*v^=wP35=@;jTCgs-bjVwzBa zR&xJD(Y@1EU}YT38jfYR_T*;sp|0Do18*xBJDVZMzNnna&Syu@fh-Ya6VdHW;k5P(8pDNiBR36vGvx*J-mI@WAEG$%$TP;&t!5Yv$Q0 zkb2i1NpZ%n5T9FOkx=J-GlBgTzkYYwt<7Ob$@~FL#{-hvQ#5<@&$);jO$A10@2p@x zRLJ`+QqY_aMS|Mx@-c*U>F%tnEWyeMCZVRB;vtg?8Bv~((Z`c2Lcf`e zx$6Msg*)RRxWvWnIpzlh=E3g9x+r>Ue-V3Kexr{0VnY5(5GP_J;t(xti(h z$*A2rtBHc#rqbgL=bk)oEo<7z)9dYZyb8oQx&vo7Ut*fd?rV#tECbg<|6J zCt)+QM|etO3eDv&Hk8Or^G453L?wW@$qh>W`-}Cj`d*#n3gzc*i}vM>%L*m~;xj81 z<%dg|ZUC>X;#mh?D*(#it={eGdZJE6VT^)@&3)U^vDEH|670UK^`a13?|(2I9|g$r~v7 z&|p*ptmtPhbIfF`kKjM2qb9#`molaqt+#BfgWNRbh^-PQ&tP#_)i7G{QP1S7KFEz- zYs*hdX{BO!nZ$5X%&jA}YJ(3s>tUj$Ov32k#6(#8J(1U}wT#ScrKFQtJm*=(y2ZD% z5SGg9yAoxhEROa={qiK`ead0X5m2jN(+`0R{chS*OBLtvetzULE1$QUn~r%i`GPsh zz~SEK-*r<)g%uA=9jm^rX^t9;gTbr1!j-Mzg@Aa?ZP}1YaLuA+HL}%@!7j4xx*K=C zqf)yBvmzRs<;)_4d(53f`2fXJkHStO>SPkik>45sQWON&TqPp8dW+vSxB~&>ktZ?I z+wtC=wND#sm@&7Al) z#51OamNt3D9b5UV*AMwySgFk!Az_%W&Sz_XGEXbB#+illVKZ9XtKCm6w-M?|zYAuz zpnDsP6N8b}=ltGYK}t{i-tk<|=5*6VM! z-P(<8z1QPzvk3)_3fz#dR{^AA2-{^~j64nP(2C;a+P49>10q-h7l$ zspI44vK@`A66Ni9qBvftFgZ%)6A*4^XFRQ9E;2cWuh+yKj;=G(%vAiIr{7z)y7txr z!k8I~+P<-**vG*DZYeH)AXqzIt-cnAPd=UDG1(JwBSA4F^XRqG*U^_8G^zkSSM#6Y zph4G00p~W7%I$-!{S_S_^4A0~))jPA{m$m|&)htS57rMCrla2?Lidf4t#2hk zvwITU&cIZ~=H}aM{Rg|GD+B(lGW^x?^Wse_^|PbL``g7BSq6cF*>QhvF8i$qg#tr} zbRMaXM}EI8aYpe*?n$`gxfl@*Ev?x6`m<%oyFv{-^F92lJ<^;~P9PLLV{Dx#l{cTQ zHg1{WGs7T8V=!FrQf@MT2^-CD+zzGoU%}jG%GA+9>a%|;8b?yu5;i6{Po_N z>!!G}cJ9~sjZz%sB1wkutMrLSKf>e(I+`N>Smai;cvZw+`EdH54_>kp`Hl@UgCPZ% zw0(&ynEy0WIIYposSx=2>l!)Bgl@Tk0LOYDYNwt zB+rE4rL2L5Tenmzgi_Tlh_||osYGx(pY7rXm^dAn8;AUY97_IqB~vb9(&JCp?kiE@ zJ$Tl=Tv%iAeb%iWk=e2sA!6EZT5onna9OnY#saEr$7?@^{^)Ks`RuZ7ybNZ}q-p)W z@?br33^71XOXpC`F9U827CH!sbTd!k31+8QPL~zv(y3PkL!Z}1?_QUByl_`Xh^}?U zNA&baHVulLKgBC8YDr}rMK$AiYt`m>%)z=0XyQbmEuZX0tG9nt|LcM4tOuNf?aW*_D zk~X67A&ufJ)+R76d~lGmdGw_`I7V5;t9foIo>b4Uwg_Ir<)$pg{So`D@XF`HSg+|n zVXL-Pq{Ut;so%0p_r}NxBPS^Zc|l;|6Jx0)q;O(x4SJ@mu>F4zqBC{j_NlB3O-qo% z;jJNm`Py3O5K~9O6Id_DHCZW>E z?phe;SgOz8?ZWXx%xoBrrYByLOxNJ~)*0U9*s&FR?iwx#SB$&L$>CZj>Z1>acMC=I ztmQ+#c$V?&GtC5ESyf$X^3dA*ACYgxiQy>WnWzdAbZz|0B3`iv=P+i#Oi5m@H4MuU zw+f7O4G)uZ3XmfSv3-UH8@?E)P=p2~3)r@jWVdLwC#G$ZcP99s+`*M!l!AO=_a~z9 zN|MmtXPWqPN6QP_!8yi(f?=vZ-Gc84FbB9a6UWS>AP7c_=UliIGrEy!y z`*jK=`PD_CC@<#&Ol$mhU3~>r=b@$cPE6|!XGo}(t|?|k)!ckpCs4R=zwh?_w^c)k zbKXNMIEh!)MRXrjHyG+!1CDlToy|Y38aqlW2n>d6VTh+L?&d__()?Md!|q7^(oh~v z&BYt=LeG7381}6(?_0g|MBGL@@n}mxpn17<>eEC6ObWn~ac4(=O0PEYD`f*VJ;umD=Lh3!fu`|wmz0IMaWBhiZGLW;D>R9?)L^7eNnmAv9K1{v+QFsFAZ$vW6 zJ2@57C?ORp-9T1e;q`E`1!U9V`ByS(e0+2O2NwjNmDaLdc!RduJdF&83>TBM>Kx!!{(@- zO>8v6B&fY5*=h_z(DGuzX|4X9Nu+@m6F!-L1J?UJp=kOt(p%2|8>2Ov2v3baDkDh$ zi_LE6LZX`!5e%}Dfwnsk9sGda$t*awm(btDiCCys&3H?!wz%A{9U{aGR2X$-e_MPh z7t|L0*~t`nY#8&vXm^0mPY`}bLdjQ683XQYP`vM$J1q>*%BGO2c@7P}73;A$D*vS|** zyzxgkNKuuse6w{`T3oA#t|vM={tv;4I)`O_UjrgBXBoyvg|msNM{Mp8_b9BJUV&=) zFthoY7lsXVslNkJ4O>F@E0#^pT&Z9OF6Yz3fQZ6htLiRHyi02hXP(^DHj{(3##_D% zgiV1O?&#gG@5-KPTSEW*$;UFclmjlN$Y9sSiI5h?wrW|v@fis(ty*4CgxwA3*_4Md zg9D4bH2Pk9x7zweB*|W8TlADlU|DK#gB)qA-Mgel^!+$1?*RfS43HIXTuLBzvIl&2%vgkU;U6G^;zOh9!tjvUndl8MP|Cp>f-XKV*c6-aaw{3ia zUpm88D$2hnP_idgcXyIFQU5RM-YP22F4z_gAwcj1cLD@=8rJ{;g1fuBy9Ws_!QI^& zcXxMpr_sjUF3G?DJ?=gC?6LQGxDWTO$LO)vXKPi>nl)FI%lacGQ?c9uXh!?ggf8tZ zTi?Fh{+Av9f05$&P|hWPERJpufH0Uez=Di7WAG)XM+w<5Ehk|miq zmkVbvO!1)N*JvX-#-i8XcF79Zvwx?&C2&AL_7lXKDB(axI_w!Hl-z!fa6{`*_}!5X z$Tv@k->uRIOJ5x_A#$ysFR*z1vZA*z5D7SF;)yrxIqQWdoUS-9pz$EzLc1Y@)LI{@ ztEoDAuc>=XwB~vUDS#v0)#Z$mp2laiRZ4*(PGuQ~+ll%rLjJE70J2SA#w?P5{*aBB zIzLfT6xUSy+_@S|9mEuW3II1dGnDf{OLojZMa2wWAoCW;<^=D1tZz>DgxD4LrfO72 ziv+fWD6hgMK1yee{akEmri|HYES1S#5A{Cw%1%f%$sA!0h%by)LHKS+4C(1eGe{1Tru6c5#o+Q=3YXD&S1t>v>--NJc= z%FAoHF=Rwa8C;s|9x;F>9x-kn8YoOkZpX;e58T$tlZnHy_ia2)H|UKgvbf7b9xXG| zLY)0QavQ@(tf!0tjm`{QV?Lky$rzYN@6|)no>8!Wn1$E_UhkFw$q*dug+v}89l1^O zU#i@!JR+z^hx0=TmGDDil~5NJ{p0}{SJ}-|PD%b8iy#qh0`yJTg;)9&t;R(R;%RbU-W>EHZ7;_eOpo>{l#i~4wp$(*Jr z(HV!mpDp3^#2p!BwRY^?hl@|ONWJ%ob@v@6mGKBX_OV)%zgIu}o&B>7r^>ntP|?9F zGjU~$`g&};r!S5ht(p)NcA47jvFid_WVqxaD0`+$>7S+Y?pIdoZu^tk>sg=jbU*a1 zWRL6~e%Z*e+$B=1Jj)f$gq9I~x+c#r8}9rW(XobHZ8BJ5@svvvPP1XR;-qy?iAW;j z_9Z%F97kqy17L&a&elHIM-OvmQxM_t$j?rIlX>>FoTs{td&kVe1YpE|$&1~UC?n2X zEOwJl8um<;HHEormPzAR)@)~Exg1k&EV)}R-Gq`aFZ!?zL-r&~V8>FYh2VMfdC&Xl z3+ltQ(OUoJoe8)F$X2_4aMIFDjO$mtF`-5R86z!Xzae1K1nX7WL_U&BH zzD^=#GG<>S8d}{mBId~`nS??`uwo0o2^N&%i^UjZ4hHP-)Kq9PKczi zA>K0G*9ICqB5DZxqk)8yM(3rvVF+_MnQ}PIG3Bh9TYdNXwYiCU31lsdmmG6#r~&15 zPcFYeV==fh>Ej@t@vS1q3i)@}Oi|Rx_G3Mo;qw1jyOr%QU{p6ii=S<~?^A9;XCjQt zfDnW}96ZMNm~!8~R$6WE)r7UVZ|d|_b;r6_4|3T~-(y&3QJq_n0D0UFJEUZv?HfM} z1|sD5|2A(PTdwn4my`JEtGEoKdgq1N!orZBH&g@^XV+n{v)hy+PQNY?AC<@3Lwu}s z>->_em6XMre=!Hb46qP>NCDha*;G-Q0Vv7B(|BTwc-ak;LJ6OHnM& z4_W2FU$iObz0!i%dQde(poF9X6}3`5i9zDUkKr{xh49yw&nVqmF=lOo?TzIaYfDD6 z0iswl!+4=$1r{FmqY6}V| zeLFHx*hYE&T*K)fk9}T_&{Y4Cfs@>gm(Ryl{zwl}#w~sOd^dw9Wy*Pi+@xQ!oY4>z zZTkMS0^G9r{4R!dFWT7w5P7rQH|>Ln1u*?mj)a^WKR3`g4QkAdhY@Huf|vn*#8+$o zqBbkX{ySf9NR)(AJx@G5f!^ff!D_T{Tt=i)vQsTV2yf7f=CB~x5u6WX^C#7;Ae5wW zs%jkgJ`(?YOgM@93V>N~0dmjG-`I5>W010#WAyp)#?8Sd!UaW)(r38NEKF4Wau*_} zZeT$s{^6XO109#Wpnx)*dG2}Oi1=0raQ{a(LR?LaMwpD{gwSMmJJZ7z#)9g*-fya^ zd5bP2i-Gl*og*hSi*XWem1?HY%6XZYclp?wXozl}LgN$|3(IC-RzJQ){aUW}I=?J? z$qwVTR|VH$-xl$fHns!H2PA?{5l`BMhkNOf5T?xJp^D4P?7ADZFO5}7%9BaD*5-ZT z!)(`9b-SH{M|};A*7C2Bjw6YfgAa-C?errrcS9$iTyHpTB#_(a7FJHo2Af?8e6m-b z%oJOnKZ6^9Y<0QDFl}x}?5o+z-y$D6wnJcD3*4hweHzUw- zTU+Kw#kEV1l@W@hjhz|G z;RrAW*yiZBgA$u5Y=xJ9%UGnrU(o!ebBli z0>5Oy-p>5vmocGN&5t>6w)31G6RUC(t9nkJ)>|Tu-G<;>$3kTVA@8ors?m1wjg|^s zbET~$&7~0+jisx3CqobD12?lEST4V8L(_lFaktLDf+L<-3SOE+*A*-gDu;L+!^b*w z{mns17UD#!zh44P#>|Am=#3aSM5z32;5SkY8zdUJhbGH!3xQF-u9R`w&0J}u67SXS z#j0jYN^4>6<8kuSJ~<02or6olv$F%>RjFqZ$x)>2%|5fyZPR7bTJG6f<_lLESX`jh zy(a+%h2;tJPaamV#L5(_X(Hy;ovl9-M(Jkw}={Pq0b&7q|JBK z+aKs-f0sC45iY?&*uTEu>Bt3D5bu|G8|!^Pj(qfty)yjEx^29tP>am0*DPCRq6unZiag3w z)cF$M4e`1!(onc3kh__LP=C@j-mCFv-Y$%AN`vnvzVP&Y#G#q(C3tkzWTRYvaZv8Y z>yZV&txUrkk#+6bb!!#2WqtLaj+DiECEnKzs(GK)Fxp59~31C7~9Y2gTA zCw}!*ep9Ny=$8h|n;{PJ4tnI|Gn{O}w7#n2hfKW4b~&2f)=+=|Ad`)|hnAf>7ie#* zv8x|4R9EFlgy62}Su-Fu)rN(!IH}??01zh`KE)DV##@impJ`VrffsKc5+&R(%yFcMD+O)B*Ocj0Fp)aWd%(TX&U#Yk>7|PQWYhZfJP6 zj;X#+l5iuP0tQ*yPKRj@Co4a4yw4kjl zxH8-!UBb(nf&`aK$I>W3eN|ZE@z`*VXE$=z6I;@4sf{6yBj*T3r@ViqFL>`6rrK(n zne5>uFkkUsAgwN^pcuCv_FOLCSYgGQg?jt@U?zaHnT&Bj3qnDRp6qNb$l3L=@bk#w zh2hRH_wMz&8kbtnxPH3c2pOb_rmNFE0x#mU*zI4tZY`>W_d=T(#1;Lc4weD!cdTi{ z1@8xaE$GTcs?5wwxGy7;_sg-35?(y~e?m8JeNI!~c1T(xe4Gs~uC#_0RPO0}QQj;2 z&Ln}cwBejg1m+0-mYe%`YDams{}CU*_$|~Bj?F>Ux_FNfu;Oz_i*32msi|$twnIQR z*BD(au=+QPI{&#FffY*CoPVTaFL4Ip|ES9T=W+A@IQsn~f%|j0|5k?fZ}dy_-^R_a zL`}_}K5pk9tR+_a7$GS_eAk8|I^rdh?o0%IY4Z603gdd#1;dRU9AB~|(pQ3Y%V>Tq zwZ%v$80y5{p#6<0Z#q)02zaZx*Le7ra4ASMvOc@=xz?@lzKABd)z7h?K3ZK*0E)Rb<$N=cpfsf= z0#K$l$w{6pNvYLx<_KeUQljhn$}mxw2L;Nh8mKOoY!~Ihnw&t{72`*M_29L|m%YZF z+Om7kHIAl_x)hR-VJ?>0_FKQ?rpm>b$rhV5(G{A>&J5Gd#r%h6oL;?Fl8D^nsVqUD}V2gacgYj9krup{{MeYdm=``(mzs<4fim%-sdyJ7sD zeZ3gN!-G#(gGe{#PuMJ#`1mx@ceZ1nQNj)J)Y@W3gXgXiSK>BlQ_r31d$8&=umO>% zIhRH{e1s0h5$E>>FhR7S>>*Ypcb?_>zmO~W;{5579KXIIY zVpr=?lw$VnoFm#wvJWJP%Q0xI1_vkZrrbZvz(TaDO_l(maLNE_Fdw#nl&`llCxPsG z$_bw%1GX|;kat;jqs=b#7xn}0G{ub0Q~i2Yt~gOKrSfeWW$mGvnMoe^iRMxn-n$_{ zkv7zrbQN~CsgU(DoJOj^&4eUi12|%Jq)%TU*wGCtbT?ryaM^N_d>O^p z!2St{tc8;wI)j@Ac9&wZ=;Aon77}A~)p#6n;+6074loCqd^p}2F`rB)!{DTCUsY8b zxX$XEyvm?SBADyh4Gbz$QU{l0TX$$vll%UWg?`=Fa@Sqm<6f@}$^iAs?3@S|hQ2?@ z%kTyIoLn+^tv^0$M^Wp}MkUhXV7^EN5Y(@!eCLB%V|8c%cuGi5&5Q zrCj6vCpfV@0aL03^|E5?ov(l8tshp8^z+l;N1NRA!^C!`J>Bn~{pllN9wxgEKB(W| z8KsF(_yo`}t)>97ov_c%ohyn5{3?)qdV~qdh^l`tJwKhR*akt0*HtsX-Vjg;9c@aB z(<6qMg}3&7KLkTQX_)BDi;^hPk=34kp_xf-4U9a$#`|RxD2@hIXYd2ie(_w+CGbUS zU(T-L03!laJ2QCiY0RE;tG98c<55a$Yf~lMx-0hqk#`iF*8(kNu{4~W82W^5*)uYq z&?n_w$2k`pCnNx&0==XYA0?%i1?PP453d>LNkZ=P=kZ?Bz$Y9{A*7ap%sD{b$WcB* zGNsf0I}q2@Vou@!pVQg)9>NrzR<;6dUd7D7ebA~0BXtPP`X>T+_IJyf3|ek2MEs<| zG@402L}di?dFG=zIVT6))>9b}`M9Ui!)l349 zSLIzDRpRoiP3>{=e|{p!nEG(aW#MW0?IUunZORtMJq}{nHy~ zmLR8atwi|n8Yy$B%Hs*aSESp*mB%ZUFs*X8m|>xqe6d-u`C&bww#4i{=CjvuUiWJ_ z=)kDzi_%~7SAN#sDj;8(uR8y5tmP3qpRpD>*aesI5bo;cvfv5V$Y!YZ#|wTuR~Bl0 zJ;44)t9@Rc7e)4W@%*Qp`!4Ve7d0I~vwLDoRBiml0bAOVIo~wlZRTGA!`}1!w^xQH zrik%Om^6RqD_64ceNK33m_Z|s;;trYUkgfTe*54P zdJhk%24lToguCz^(f_$W*e2(+j0@HK2aB~(inzHq&Gy@Cc+JiCYp4f@)8TTpEmH6zj($E~bKX|%*Gmt8t6$tWJ zrI?Q<cq&l@#30@p05SLG1COO2Gv6(1=M_->Gqy6JFi-nhd$I6%(8}cg`Q9 zr@tHHRKUXRo||qmI~RV`%NNJfZ1W>zBaO0K^zAs4c|vqf0f(oq*C%jze@Bfo?c&Jg zO~VJS_n$2NpdHd#Mdnhi;|t{uXMq^SVbC+MPi9v<{#Nqa`{E1Xi(QzYso?_Dx(xC+ z`S^bD`h10pITHv`X~uLpdN6XPfBtF6hJx5^l+J4{@rM8~#4m%-Q@BoFCP>khh6T;W z;!;=1DjcMs##pRLyM%Z!lshJs2oX!lXfO7GHHJ&4(iDa|N5a9?5)JjRsJ^WI&x-2t zL~Js9QQaF05oYuFa=D}~?{b3>)rfOt74B-CPOHt`7PTePf1#%is8OSZgYNi$$}O`r z!gf<`Z)H|;P*3^5A&OQg?Vi=a^e2I5M#}0TTU+dMhl3kMWoOP5yZeN=Nsp_#I36>} z9U&9N80oq%0_N!+ZeQigs_u4Ac1PTJ;xcb6T`zK^*mDUs!VkFa$|~u{{gYN@8zeYl zJD@TGxF^Tam6=rEsL(czoz8mH*2d@)gnlQ$a2BL=I}gTb)z`h2%6N_v$Rw5}eA+h! zYw2FABiw4=mA=~Vh>;wTdk(o@8(h{P@qUuT7eyL6Pp%6qb@G{56^z&9z`>g(*4g@~ z;D)%A`}0&}dhe+WwK2IZeng!h#v~~16QDxmg^qT`DaGCy0PNlf73^ z$t5f@tlNrpWXL}TPV->$#`PldI{-QDhV%a~`r(8K>vqfMzfc%#K9QH3_}-7eS{e74 zhPJ|bCXq-vGLzrWH+xnuznuG5vD_g_*N(0iI-rCMh3&80wEE#uujE~X;~Niw5aX0V zQZG&sF}if2S8eWYQf|U& z7o!t}(hno#ZQl>GX?#7~{48;75ea>E3rBvb!%cm9xB8ukOSw;GA{Ri2RO09N{*IlA zi6een1ZZibZi!ojwxcavS=YTfiASAAjStAerd?&&JXG2_`YffO}cB5Faw7MM7Rx}QkaA-@7?}5+bef6 zEL>0%_lv}8N&gjiIcTqh&E_f0$IHq{d0j`P-mJf;4!yd?j40(a^X0FNyJgv@qPuq8 z>9qHFT6~{wsu2m+#F=OeCQ+KD%TTB|v+H{nn^F)D3Lnkd=)oYsZLXE;0O(%a?7gY@ zLV{ZwR9H{LK>G*q2Iy$^ohFj9l|!|PIXE>-=KT!y6Imv)=AlvOJbOkmYHpb0oHF9< z&J4+A?&G#hj2XU9;<2Whl*La)jY{^KCam=nf<;ks9f`^O8o?xKxQnwMvNen;09Z2L z0C#m!j_f;p9_Ccgf>Xe=?7>$MMvQvt zmbOAjh-&Wh#Lz?u?(Ic>ikquiZBqo8f4%r2Ix?q0dX!D)TWFgN ztiPBn@)9N6I@x0vKQFd3#t~Aui|%**r<0h(^FFFo{=t=-czTf{fx73SUwq#nk}_%1#M$w(lX9<0e0lQ3($*e=tZwj%7I(2M ztvj~q=vk?H%slUL@7Yg-IjacQpwr$_P*)MVokr?e?T7FbK-Yh4x zzs$Bu_M5q135f#)sVCyf1VQr{Ga z;?0_TMtz{c=^3vIkbZgQL(|do{T0o>fBxaE<&VA9sTbLs@S29OWZ{0Q4j3VLSzmc^ zr>K{sx5#QuJ={I?X^MH*WUcA_VrO$w-7ZrC9l5Q;C0)LyXk#rsX%5 zXwtobrsx;uwV$my=u2{^L1KNAf+I^f;tnh55tb`s^y+p+v!w5|X(^Q2u8wuO51`Z& zoxk`bE_}G5TN+6PusVRjfwkE>RzPxkviNPrgRjCu)i?D#$6~G@`u_qV+Z2&1ht5)8 zOh*fW#LH_Uy1YV_=Ei9+1^Z+*$c5=FYs(1f^-(Ts)ANJ5IBWMsO#F|-%6li{XnW&4 zBawt)5=qAX5;xNHGNTXSJoqpyJ6orZcV}g*v6tl%be~qwI=2$%jAeg1~wM@0c(w!_{^7kPb z(Q5UotLD4F%w}s7^0l>B<~HUs$<)^bwag8RrZn(r^i(P_k?xvZ_5UbVT>%M>P7iXE*7 zt8F_aUe0K6M4Xpy%%s|5|CHVf&aNu7Q z{y&E8|2gvCtvbN((67YRQr*+u2v-zlSUiQ*RObpf5L?K`uzgIF0u!~i>v8_xT@G$y6$ zpvKhu*!X`KLwQ^Wmb>fY{wY=K3X_XrkELl;F2usd;E{U=(&Z}gp|C>|_@6kVe6?^n zU-skO`j&o=6@z0|2hth;v7MtB)tE6j9H}A%b5k9xY*W_;#hts$A|2(iW4pE-n zfYea~GV0ov0vPQZHz?zUwH*i`VXO@)%V#HXIl)QdMD|P_DGtp(h5-q!4V}AMqvRx; zdonVfzv+w;CEmC3hj*5+|2FltyLB4u$;nD#8jm+EYo`7YTjjYMR7x`8F( zg_wk`AvsKMbfeq}bOfZ^^A23GlLV_HS5lWi8&T)OvD07_XoGBgLgsr)^56RzcU7ob@j2Uz&NgK5u}XqW%i(IV{c;W`Kz4PviGW( zciN|?*xtOSMvI`H?^TDl6gNGI_IkpoR0GcTe=N%u?9~9VgjXL6(uj7?I1IdATHjb` z)7lc3pSA~u`dErgyEft86Kg7;h(fQLr0ynpb)qXHrsCw*Ts9!a8>a^}-k_6TxYLWj zS$13Z+31~2@SQnnFOOSDybs$< z&|laLkiE4A1cm&JBRh}RFR*dF!BXY%w27Q`mHrxkb|ZHsft~PtN0cpL7Ou0iM_ukU zm*&2Kt2OWjm%&$ZU7v69LsEZwi$6H&{es}14dpA8kt&E9icZ&^`(q@D~p|P&t&L}x}GF9$?}z2EK5o>oQTN{E|X2N%)8bWR%+>PlJ8Bj+ZCVqTX9hD zmhB?;@+zDxDO73S4=gz+`!!OToE*&c5>_|c1BGaL3FqT)$i98EUeo&A6|{O^XbM_z zV2?~tBWH33tI8=(G%)K<<#sihY)MVcd0uH}3=gImH*!xQVzwfo=6%^O_%3Wu*9_gN zy)XKRnfuS$8oV(99ic&m!o|5hKO(DePF$~{mC=fTfN|CV8b6;xD^uxP>VYL1QD2U_ zFeO_}<#KFR%ZQ?;b?$5T@0A%gAtq4LHy~xw3 z*Y2nq<`3%IbX|8iqTCBbRof}R}6-N_jm8ftg7P)oDxucY8awJ4JWt0_Ua8Jm})e>)o4SZ~ig z^mPnNsSLaZP5nUP>KxA*ue$GQK7MRD#K$E22WNx?rcc%usU#UM&E?8pQqA19YY)(p znLa9IMgzZy?q(p9d@W`0%OKXdhBi zKvDAFU7W!yVaCU31JVXZRnNzb2Jgxsd7AEY)#M_;u*SNQ{Ay^`-FP$q$)j5OzT4jkQ zZ+94GAb-n}6%^O}TjeLD%@f^SQJ1;kk`y)u+NqBeDsz@n?Nn-SNrtRA>I{NNqV>eC z6=d&DQx#2aV4CjXN{@T{YR3!#JvpKVQ+7VVZnblQ&C(@K$?H=8TSaI+%5kA68*<7p6cZ5Ei^# zX?$ImL5r2~QCwDSL1TFs>yg&-?2myNQ?E- z6^EYti<3Ts?WB4#)f|m_Eab8ioR4zrfN03cdJ%m@MJ?=}h7D_1V`Hj-5%%~O?u5Kw zk6GawouQ+T(?ebUbK`T}ma}wv2+&>gG`Y7ph+5^I9lz+Q?Z-pZTIoIA8W^q# z-g?eBuu@{QFmIE;96FF-rA$>h3wnUcK>|_)(98gBpCFNA@>6>sjYGGfi;@YB1oqytD>dLW8mBUOMwl>*qsZ zeV)~(mK6S7Op(1FX?-j~*yemjduMJlw^dy$-vh%-$njxr42K_N5iZ-~`r|HY?+pjl zJtn)6t<`z*=a87ave|hI4x37CXMn}&r58`YEvfa#WvO6myx{fE4h^mjc|LxzDQFc zd1QNu(bB@122wuyho7*cG}ibrqEG>&cfOYTOOv(vB)g-Ii7E>l+T{e+UW`GL*Q4*` z)jS^{Qu>{C8r{a&)%GV+RJT-H$w>MmjD}(2Dq?ww-<((wd2DuZ@e}XK_7@PhbuC{1 zcofycPq4p*OMG(ucs&T;*k+V4$x&0N(zI(RMsVMZxR>ltKq8BmhSu3Wj72!sv@Pln zR2wXp6_yz>Wosbyxh=u=gSfZ-CldkN6v-G@sCelDu7*c@B1`tw>;{J&DI&Q-OZ>$j zn?KSYly_};k8yCyFyLX7ms+@gk9s?Nm7ymk`E#A~ihorDE>weI|9{dC{I3zu*L~i1 zEGhO!^%tAC?dKlrMOW_jlzg<2#Ej*!-Wi0WvGe&CvtxKO-sc;Ln~zwN){Mj3v#%Px zC93B%k6`+To9AC^*5DnJvG!)Zd-6I!=DHYb9(SAJjkXniWLm0B-%ZMx|EF%gr%u;n zJifTL_V3Z;wO`W3gz4y>LP31&J*3;+79>5WxDJY2Y?d3Lz4K?TbtL-j;K9dM?!o2O zm`0JRm$Z#!$8>9G8bd|B^Ne(F3u?%a6QBhvwb}Ct z&xu#IpCIz3)uW{icgd&k$=Gi@eQ(!iwZtZsdPy2=+|aJc9Z6qC?Ry0ybOnOmH&wv| zISAZn^|hEfL)Y6;yFd~eo3WM(wn>Fvlp7?|$cZ-;k4O#^i`U*Y-}=|g&?xNMmOI6T zU0Eo&OPjeYZ{&J@KP~pX$n1Y993Dv&5_|B2iES@wjm^?$Qu+`;N!RVdb)(2s>kX z>H=T^M1|WsReN}ID=Wf#_?cZEb|foQ(E!(tZOtSZs^>*MMHP2eM)T1ln2DK3b~!6n z!>-mO@Xh@~bt5Gdcc$mOwv#-ZCwnv*Aq;76#2+Cmiyb> zP&(~K66>NAX4mQz6!87U!YOnqbEl7;m`oF#?o&iR8no(Sb zY201MZ>5RQqI@Rjq5?Ei7#pOx_1BR0BzPH2IakR{i>BJ?*PR$QXF^U!7CuQj1YnSR z^EI_CB#y<6Sm9O?0$Z`G{w_C~Gpo1c1Zvy6MJyVhc% znOv#23N25tHctngSOX5;dP~C?;TgOtO0PZU@gPcueWHsj+5e-6v|chSd*#! z8CguklwRCp`*ub>m zo-?no-K{Bl2pnIkcT~LLSjHL&k6X{6-z!8seeJ?#KIC4m&?Tfk_o61iM`g7lTg~p8 zQI~4J&TF!>lG^BjhcmE4Z@w)j^ZEE?la1_%i^(_^`Qh<6fruzo$R4@sx`#!MMM=RF zr^np0WXn*g%Qm56yuNQT56^Ng1(xRozW+lUb&3*`haW({k1ad9F4v7_^n7(rZwv}> zT=Ko?WhTZd0-qdz;;h(`iXXqvO4tY@+&s=9_ zituvd{wQWL6(&o;jW^A%`Vz$W?MM8WbBa!H4Ab5YLLw3hHUTEHbnRrWU3oa*r5JR)NC86zLs+rF-Nj%4BL723B1Q# z-@{x-wqy3GGo;N6SbA^CS?{4FeV+yAs?mr!xjFbGu-ar{1P^MU`IFR-IvB`9G^DdW zg&V72{f;vNiCZ?(>mA;<7ccy2e66k3fISM*IFM$Jdf(ux$Bq66tMU4slrOk;bg6oM z$8jF!$Gsr@<1>$ZTy0SKMvf=grk}ji`(?~iQdLI^dHE6U)oEMURr|a zGnjj>2;nP#WH?KU|FC3WYc|aLGUUT~TNAQ%RPJD?+|jbo#DwM_*xH;V^yyh-zK?l} zf$ya*6w1-Vr6j#==Ulq6zI=5#63hqQAy`+oP*)P4gb{aD-&uPWYaEEBXS16E1kLkW zMF#G1J|Y?U)$Q1>@9;i)lsw>>E-yu~ERUnEwSGpg{h7=^;PXKPhqYHkz0Qs1tHZ=^;Pe&g=UF2w6?bmWP?0-l#(I*1gXAptkAaHLqdgoF>OLkt6 z$Zd-Ypi|Al(Tj#;pNb+z7>2c8;&MG(3xOFpa!Kj}ox5VqX?1Ey? z{#H@n2jTS4A2paJt>#w-rlQWFIYHukY;xaw4?Qd-O|>&eRQH)g28`D@-}5?DN7K5` zTejEVkaJWOEPL4WIVY?2$heGXjrY%>o+`-VkABtPUyKpx9~f!}Ai(A}g+j4L03D9; zzcuRXrqbv&MkRmloVteQM6i^i_BOY$v@BZW2{H<>x$(!A1rV!L9m4Upax&F~!|iB#&Y}%aOk4 z9@J^~;NQ#4oW~rMp@l8t&L)8tSfk#_WQIn;1^o8>wWd#6#v2g-bdc>@I zMa^QWQOgYk0&BeUiIHF{Q=5tfD3=aBm)$52>-OCm6$^ZL)F&tBTQ;g^nVo3(0yQI@ zuF6k;xSGRr`yO6;ge%+xX!M(m5V5QVHMY|3mPu4xUga4h^QAK9nUk0avy0D@%GWx( zKd?DuPe)_XCp)_Z^M#|xX9sBlT~t&N z7NO1)bunQaGZ<|>UVIux+}r&*{dvjZw@xh_$=b*4sCFK(m)DgW<2!oK!G6uAmx7HY z=AVc2^c5sEIzF|@c!Mtt>dDMh+7m{@a*=si&Ur?L?A~Ni9$)Bb0vIB{ak`P)Zh6q@ z>`W~V8{9X`_kNgIx*Q2YYMFVf^2Mg!ayXMG80RsTD%NAOY?}zpvUegyw_t`&^Ym1t zO>}C6OL?JTtIUDM5)juWy_!5+JXH;8eO34!k&sKn|Cy^cs|w^@{4cN)NWjBxG&9DxnALm zzvX3Zk2J62^AihIcW~aZ1Xfg-=cX+U{pMe`!hH?L;^7{UX|%r=n7o8iFw;b@j~uHe zXZ&fki@M;<9?1#GUC|(2%g&{)$DKNYo)glRd(q;_%JT{bB2l1XEw@=dQ9(q1zha|; zGyLm&T(T9ilEU0ror)0|YDT`VXQz(Ep4Q9WiP{Vvot8vjt{usfb#sA*++-RR8F`}( zBh0LLcW>zYgd!|)#}m;Z?c227;di&UJ$11Vi^cqq&;)AZGq-z{)uM_^b!B3Z^!7E8 z#jR*#zIhr5`oln*h_rSwIW-Jr#CQXvI4hy!x5Zs_bOUs2q|J4AU%{ZcD7WF|PN>G* zJD>7hPOj(A(|FWSD1+C0nBSS9AI9<;3REh4zdvyWY-YPPedD7((Cx+Nc>dfi8&{wy z(rU$XO+gJ}RmxtnB)?8cNjzli{brR8SNQc8d9)r#%F_CzyEXx372>^{Pb!6`(C~Z9rg-CdPsMZnET;wVCB66 z@%{A)yE7|#c@w%7E$Oh-rpg(%6JhYKfCfg?6IOkir3>9 zz+t$i{D0^-Ci(VjTz^s3lsouKx|dHge(~*gU28!xv0HB+92^vxMIRw9B8@YSdi1)j zsk3|3K9PJaS8a<#e zFTSN$DbCLqIzIxXaBRv3zR)}DuvptiNIiwaLf6h%?&zwiCOyO^j{$?l?`g;Ucs-M+ z>=SwV@Tpxb2g}a)`dmEP8H;)>{awQ1o>#K=P#o!k5w6En#m%XCaLS-*;iTFkRLH)g zpvX5Z8{n{!d(?>HaVKjTXwNoqY?U?lRmKRlM+o!FhVQI{O8l8|pu&WQt}F#ZD0z8V z4N^lkG^7qfkvxJ-=1@$miL(5z=a76UK!)j7}}`gh%L5F$8)VWVh2yJ+G!|Yw_^39E1(u z?Xs-@WZ$jNo?sqYUQZdK7g7=m#qk;TJFXRykyWJ#leK@l6IotfQDncZw$ z|2%3}ME~!649|-x69oj}YanY*UaGZFI_^@8Eq(mCa0n^pO9m4 zZX^T&TQ)F&S1FMa3iHm8=NiKmNTG{BZJr^AN?$?tUAkai{X(MbV&U-A45X&Ml1fBH z6P4Obr#4g*{z+PXLb2SR>1a8x1z?4Yi=;_LL+nGM?sspfkMlxHy_p9Ub6D###usOZ zT3>l?0XJB5;2(&mJNPow6>3Y%nI`sdjbNuBQ~K-z%%KJCS?lzHKcL80|M&=RIGIc# z2d8~HIhSk?&&B|_W155=^an4F&&1gpK;Xcrr?Skm<3#_MibDe$ta9lra4hQBkp?^) z%QvDVC`qt4)w?_`&F5&1nUYEI4plB7$N{yt_xt=T!m0Eel&;vhRDa{+jAb=AY{gVr zrJIx;ewd)x{tBqyMVaY20T%QkrmD6FBKDVmaz9{NHnKJp@8d2p%A~Lx2Q#8zck^9zt+;cN;voLxA8G+}+(7+}(9>8C-_plK1<*`|H*@r|MMQ z{xMy%r}paJy}H-#S^cbMX_42ryxlBiex0x@bNRaSp9`QK;kZ*n;u!+{tTT$SDy=LT z-rT=}8JJ7AQh@%&zQH&i55(CaG3*w$golkWowm_H3!KFkf%Ga_6jJTxFpJh&+cD!$ z4RuH07}ys!+(hkN=-yAm@k|5oXguPvNj*=KKu>?Kfw-PLEzAQ`>6nMZwi~ghaz8dL zc62G?(45q|YT$0-+#S{`?v9Xq$yol8NOIzP!BxW zeWKkG*B#sTST$*2;vZVF{;o{@;0@)O&y=BJrjI#}g=i0R^bU!}{0QgCQGb}O4ZtWQ zur^rtduwQjyVz>Z=`_AL+3cx=Wr8=xR7K2uimT4?{05miE=-tWphp^+&yq=)a#h*) zPy2}sxmtL$!}mnk6WKF^zUWW>KhYSw>4(JqoS2P+oBOsiiXG zF_&@y>E3rB2PBE5+I8O6m9ChUv@sj~8EbNJrlnp8w12)|r$$S>*7W|f3I*`j&Wym1 z+SKSt`NDU1j)gTS`kH>k9Se)~Ji)UvXZHjOfMaI4$wGPus5OTgE)IW{Bd0GJ^9}*e z#=f?LRn{4K@8!sPp`2XRcaC>LnP0Z&jK@#cCh`&-8WYvcho{Y}jyG%;8u&I%3y81b3~)Gp;Zes=F1jl3IZ^yF!Le*{PIwZvyq40> znw)@DXK8D#jw}hSoS|~{gcdjE@3VjvBQk=4@K;(Z+&Dkaop7KjsLIEaq2shvX|6;+ zkZnM!%Fs^OrA4(z3oASbLDa=sn%^}J@#?PDd`BW@*75CI)vl4-%sCUjCM}2OK?g9i zfXoFgnty832SMZf`ktdB3!c6wwyMgB^79Jrg7-DI@XLQ??Dbh|@iTVCqdA3w8+V#X zuq^-l%yc^qDlVlL&1@#s@%`N_8(j_fDyBc-8hLa8bkZ?ce&DnYt;yE`xDBs4<*?(_ z-+iJVQOR)~)-atwF*ufB=Ju>NGuHBy`$Muqx>Xe>BIJK!TT!dbMEb78L}I!-cT@`) zS|1Wujbb?p2q^t7>T9&>oZleDLf=Sg3JX^zRjA3^L+jWjmFurn#)FQ2VP_3V>gRT? z6zRJxpVD?I?=Kn`xTR1rU!6je!bom*SDFwi-1JT)HyAl&O1DzU5v8>nTjTo>&29>-KL&G$VeYYxWz zE#GTXaWNAGu0K~>Yc?dM_>vi)R+BQg+Kg?28Dy3Lu4l!uR93N;m z5-OpU{H;`u8MP*(=9}Opb4K8H4W>R0ryk}FaavJyoT_HXKq#O5Q{1^;NP!19J78ny zbSzG8&`uRDa&!3$P53rnDcIBU`*^X=TvTLX1km5t50}^wD#%5Nr`|FU%}o(h0j$-b9(7~e))1b(vFs5qn&D#?1ay4^jrJ* zI-k{tGN>R#4QH|Xh%$mF5ZC5NzB7?7P+W7eK_1aMVcI&^@pRO}RZ`T4gkH3S0-lM8#Uea zvhLz5Qd!V!pC@>-B=ZgwPVa}9nOiXKQ3V3o9DN>F5Nydmt4)UqSA`%FFkVc52N`Bv z`jYw<%T)LW)?q_pbibMy+jB!W7|k+7S87P2Xm?Rx{CM5w>ywZ5~1J)~&zh%EdBmJ3l{(%Jo-z(BS7~uW~9QQvs!2dno z@&6dL_8OuendXHQT7sW1c0tyJx9sQi%R(hWV(lHc&sxai}6sxf@t+_x>66h z`wFU#WsY+qC0T;YTaH(#N;w)c^O@J2y(xiM2WtNO3x?rO=JMILe-GZLeCGEWcq}|e z#8bvERLYpXQkOxYs?&Y(8<6`6>uNzVuF}kq2|U;K2mMFXkFEa<)eBw=^0Qb}07w0VFe{ zDrgTwC+YPG{GRcHE)G4y=c?xIYEs?uFl}Y%=v9$8 z-BxI+E5(8a#(>4E1|2Kueo9fBA%4p0Gk3Hd$GVspzkR&`V)Q|=r9EKw&Z=BjE4o=U zqw8~&S#P5^xoOGoTMgOmm`3-T+1oAL4L|4N?<(bX5INAtf2+37Kc2j8`(Pez_-%hO zhYVUxlh~x~#L#HnllBa?AC=d?sXJv7a*Sd^^R#rc9vCFIRcD+Y{CA{G1;fA+%q<1) z|Mn6}m|WWmB>6B5Skc!c{9)uq3NDg2(Ir+V%Nh)bOmp;i62S6sz7Z$zNT+zkrrO6iL`sD<|<{N{w&c8!6zr46qvR!2k4eq z4Mjy3-xSGBP?CJ;4?J31zBJ`^W8lK19Aro`ddm66Ti|qkfOk>!O}Vm%nw<{U>bgMj znyiI|8O$f?$H$rD{3uzwoQ_jBu@P&)T}O7X_mO116kcKyymW zH$rgCR#PPvaJ0L8X3_mlFd2cz0Lbnx$x{;7C4yliMX7wTY?vDCChXq8w-e{XL@=cR#+CEfa8Mn`pWZjtYM zX#t7p-3ID}fbdUshveV10Chr)C#?OP@=Y;sEHr18;cNij#8JxAptB71M-{|U|3OP5 zv*@p=RHe6ndBaTg=A*hSrN@?|lheZtw)%98XQ$)xJUIWha=N;Da0QFImJ0;A%nZME zKd_V3CjmHdX>VQM=337`%m_^4mz!}fs|okmdFD>4*hm_g?KPNZf{NvzG@Q=_(k6)6 zAeT9&?u=Y6>1_PCBae6lRYg{kh99`Rib)d-vDj=HqnGPTez0;yN2&d2wiW*`qJ_TB zUAq{AmT*z83lB;>Cu)rrj=1!2zqSWkZ>S4#+bgxhcLc3z#dJfbJZ`v-mL3faM9_fC z;jWd;<>6I&O^HI1<#Jl~+;a+M+e$ye)qygTx`W@~Jy!*Z%k0tg?_idPboKg>2jsZ( zd;E84NH@UjV7wtJnt+qpQ9rw9^N!SXeHE0hUXhkhZ&Gv}p zZq7F&oZnsaF`W>0jtTVnC398e6Aun@{U&n=CyH;tP2Z7h>~=w!lt%b3@P6Z`l9G~_ zAsRJKzDB^GF)Pd(?*5n;d2`v{w7+CdhWjH^ljN>mJcAmK2Hnp7lblE}3|8wDZTU!> z24 zj>dmO#SiUX$k&)?K7vJS;HEKt7Y;AXpehlg{#EOeL37o#pB8Cp{XESY1QdKKc!lz! zv}j0%4*CTOem15e4@BK9v1jhw?7SegpAU#R49NPKuZIc&-pW(;;eK#t-T!LdF!~+^ zQbfCpH`=Gl5r9hfPZIItKS`)9O8kgwjbB4MLu9%evv!L&O&Fekgwi+Lp;EzgW3K5& z_O$s^P$7ya6Q2*9{@us%pB|vLXbkwT8q&BzkkzA{uDNijK1$a&yeD<^@Jfr=U9*uzhJZrn?)FlDlEs%0+WaH0fUZ?&`|)E%Xt;81Qx#BHIdR~7s-^rO zqX+og6N*IxGSSgJ&&usHWtYDvIK2{pb{@|TFtgOVz~!ZkdkjZ>uW@l zD_AQ(`k>GNCnB!71PZgd?rf$c#O9EPmTqHLM$-dshLQpFq%MJLuX98J6>df?qFvJM zV|--u2CKKss99i@9W1tUR)n=Ag*`+?#PVCcNF*$cffotOGZzIW-NAtbb}ud~$}ydK zUa_->4PS5oMec=HrF-#;wBdR?R_C8ZR(2fj8#Kvu&)|HKg?$Qd*MchFw&|Q%dwkt&D@=0iBl8-(8-em8o0gwXrY9jgdP_G3c3B*ho5F?XIm3&eBdX@C9<0WF zq672&0z@W!xFg{(%9YsOHyV&{D7@SH5$x}>N2v=tkQOnxq{jha=wGOWmK@YP8}Kp1;5|c*sK;U6cW%NsSK#X4Q_4s@XJ9t|KuGn zNVg?MD9vrN@8X)and&crYBfCg61?IaXHTAR?Am`k2!nEa2ReBWd^m9KMw!4ic0(`A zX-UP3UVvKKV3+>->Zi%nt@$=8myvT?>fv`CZta)gjSk z`a})J-mqp%nP)6Xh$}rZ7ZLr#!_r15*}cd>`>t0OTJEc6%B+nxJjul?SR{x@l=-+0 z-RM}usOQYXJtNG3J7R9G7)_;Z_)$6ie$sch^?ysPv)Gbeff%vYbvc?@K5c+92G?-S zQP`utu6klVOCt{0mvjYlvlZoa^@$KZ&#MT$ABDD?IwxNU+cnm+&Y&x`yw!okywyqg z!$sq;Upc)as}3oqDKCq_YNqfa>b+;9!B2?VE&6qNjXy?{GBxHIS_;SQN^c}}`eosq z8MgW)ge#e7wsA1Tgv$Mf0VTqW6C(G9qMUFd=k$CkH=Oqw9J608$$#?b05@f`ZVFou z8-3-3dR(8+FJYWXtuHpi?JibERQ?+5jJF|5lU!{^9N~jTZE*=d5AxT!+miF_4qrRQi|Q;9!J4+Z52UbbUDmtHw0Sk@UGkjud6HNX8*#=jBAG1 zt6P6xERv!neN>kwxyF_0MU6E*r8AR~O6v$8<3uK=k+9L!){xv0 z7GvkScrx4|ptr43apz^Mk!k5kXd|jDq;e)|g3Zx=O*d{C-DrOO99XG}?yDf=#i(DB zk`73fuRR~AGTbmjcNQGIXT7!WSO3w<(9t&66Hz(Je7tnHlJz;Q!_-)r?6VeZH~zDl z#l_eH6B;bAI{_naH95WIoc+7wV#ZRE=8$I!Hz#^)l4Jt^F8%^CMS)(NZy2H-bQp#@ zaoO7-J({wNG}bc|spW`>$Cj=&(HK8{$mWfH<=?rp!%{K(e85=Hz9lhT6Er$v-J7R_ ztI>AJ-7@c#$5o2`A?=8(+-`StOLjM@TJhfed}iQ`7q(k~-C)Vs8t+}K)EtTyzx~)+ zK^;I4l@~9|FCh2mmk(I~8y~?q@%$Q!PHw9F+~olEKI3@mV2@lnc@hZxR`fkDK_*|m z?)<5;y-qe?9>6Se+eRp7lDc zPG<+L2e?F%8!;O@AYPmc1~XEaXW0^5Jk%Gzx_L)mQo$nuJ3t%iywM6Jo=i%jN8is4 z=}CS9QGrb^|1VcJl5V*Oei5|u?sIV&avM;N*#7yMao*Qrv-g-~0cEucA*yOsTlRiKYtflsLcERtJtJE$a6> zid$x_@sd+SU_V!myBs1x5rzmnLdLE!0UT1cPRq=G`aA1Gz)~AXp$epc!%MbvXc)YIUAt*J_|WW%g0T_~XTF>lxObFEdkrL#}V< zV_?eRN1I^~U{-p%fEFZSyOqa;v#_BDx zD@G4{1tC_UutO-%$HB1$GHrO_H=E-^7-G;XO0?*7ysRW$=&n zj!eg$N>vmyoM_;OQ{$m@8{_xidYud-Cg4eTEM(_J?6^B&C!(EFo!ta&ax2lMXGN94hQLY^YHF5{2#H%Iv_@xe7^bj9`iVCeLI8VsQ96P;R=$^lp z`nLWYnn!Hif~}qJptKyeazKi4bqx_m0#c{oP85f`!V>NSJ$8MX1EU)IC)w-}Ym=U4 zHU)gq%j&#Ol+K8hasGU#Q}RxOQ>SPZhL(DY@HF~XXSL;^t657vx+Z5tbxX3aQopg@ z@GZwJfy@q}oG7%V#~HV_r#aO&V(uJ^KVf+E(YJqT4Qa zu6LhK(MrkEMqEZO>`<=hyHdmzDr(am5a&6TNxHU=quj!7*J??qS&NlCp2%u3C7Y@4 zE;3hz>m~R$t3aqs*I} z_?;S^cP<5pMl%}%76U(76TZD^4q8a*NlwZ%lQR%Z5(Hu_xS*AGrO9KbcwSvpp1P4b zs-0*VFETy%lCEN-1Mh4iK1~sdX zJE(TF(NEjb-t9&Mvezvx1%^(H1tcFv=H@6CvHfNf zPZYFbm%GE9QU*LH%k;U%+6L)-mE(V)v>P(S-ySKR~Y@rAEWslibKdL1@Ub znHj@vG|E%ecA=Ii9|hs@tv4bfG|#GzS4S#-0t~pl6o%&0;%rW29y1m;2LHYU7B*4# z_%~Y-M~GA>kM2$IfNPK&IAGn4Kv=t`7ew4EU$54Fh2@9$*U*c`M9vC^>2=zb zg_y1{@!qYsJJdC^b3@a|lbegUCq-xzn6_$sZDx&*1`89K30F8}*i>)x&#Aa6jviV- zdh^lkyFt8Evu|X7T6u6~bWcpQk24iU{dNrio&=|!HL$mZwcev|$)#!n z4T~V4NhiB6b4?~#r&AdyMXI#;%;!MyoW-0+fP7DNc!Jh^=C;l7-dG5h6w}efC_k@Y za9#PC^b-T6%VSJr3YkJB46?|!^n6TFX3PG2%P7luSMAPWA-{gDuqpj;^!XYqG4F%_ zSj=*@-=fZVjp7a9YLVXzl~qVM<`>DMlTWge7p*J%Z3dLy8>mg>C$>zc4~wEtjSwY`G^H8~c~iY8a#_^v&41+-dB zg4XAz=a>ChUQBTLWnHF@j%#+y0**|X0B^rBJ<}WMQ%tN9TIjn#qiG4IXHk==^kJoh zocCJ~Ie!0LlUlj15xU>MKRsNU?x3RJnRIz5+e+?WO>u`i)3Ce4R}~_mH)`;VGTXh{ z_DqxDqCj)iM)urHF;S?f&XuFJ9<7)M1mAU}sWHWQpyq&KC-HOGgPAxw7vwXTjE&S_tg?Dc|0_}b; zVMC*K0i__|nmcVN(<)JUonf@u$p@UvFQo@`y@0Q00Zx#Qgv8e}LdBRwQCl2Qd(VEG z2b|~L4W>704|kz$Q;K{kyU&~~>Y?WJ)4?bBetjD8>+6PW)IPh|dhHKM5k z_S80cqX7T7Ism%6D?Bf&BwTjDfs4W=w71a8@!`uGc>s5H0z0&K2P!qBY#)TACS4mBbK zL)r~CiB!{639zOy!qrxcHaN+ja4>q|0JqlT6JVV7 zt?t95USf=zVOLT__OoH{Xi84*8gW(s49(+(omgjtNPm8E9Hrl-w^&3s4VNjmE# z+e^=;9hrzeaO6_;g+UjY0Yo=itd9QA3|<9gbnLbc4Aj^$H-#) zA7EO#R#4RDl6*Vxs+jKnO+}mcs27-a{jM#=PR~48evSGEc=f|WB_AiMdIbGgK=ccL zbi(uaTNT%ZAijxsdlDWso*`*|KC%$S1;B0LZ^yqpQ6z_jrs9#?&39Sjvf3xoGPDz0 zc}4f5)k?|Tw;6OdTH-mJ_0)S4^06=B+y{MM&xk|_N-ZS_DD&U*?5deSjb^Q8 zG|~*ZS7y3!2xad86`SF=q6Z5md)5n+XqE}Jo!LkGw8@_H7dH_*4^G~2Y!LBQ2tHBM)2-tgGBg?Hxqo)_7?;OJT#GLq zZk+B1ww#kRu~S?Juu;=*t$d#R8&@iknnYc=zxpATlj*?UGY)x0U$%Rw>AmFciAwL; z`rW?GRNIGQ7AIx#@v6UQXG80KD?*T&aLQg3eucYpA1evzJTIg(6?Ku)C*5@HTiloT zb8R2^h4u?V(+xx$cag0k>HCVxB@{?ro1u2(nRNS({aTbJ@%~l(%A^bPL5CWaeE<2@ zuJS0{LjA9p!Q1G(|91^h=ilf5s`_tH{|D9oUe+72Z7NrM*vPE@ zzv1SO@UIZn51`XtE@f8Jo{s|QwI(G^)Ed31IAMm?PPyEFmqOwcd5F_pJEx@t1iTfa1*b; z_H~Z99a_kd3j5 z$Ju-yTo`8Sj7DDF8+rs25R)vYWLHB_ejS!w@uiaMC3KR^%#eU|cYD0q*Z~5u5Kdzm z0SV+678`ossOQAytC{5MV@eiuE=oIGMNDA80`CWhizj%NaA zCLkhwNzCij8nG(Isw2ML<4cIQ97*CK`Tn#-U5D)0H}_m+gOhdtJ59CInx$lCU0D76 zelkB7PU%45KeZQQwT!pPsX}@D77AL$O14zeR9%>V4b4|}?yi46{9ur4d;S^|Ad3Ls zIKH)2Xj<)fg`Rm|0}whZj&hpP?pXdA7#4H@3wVH42pCsrjML+CHd_MeEj50na|^n> z*q!~hg5>VpcsJKK$7|?8dy?nePoB*LdD~}_`(yeIMAnD-T(9m(8S4RheMSrO^sALf zC_M4IcEbDf=c`l;+Z6pOjV}8+g9xK(2_TbR0JaVLl0X5qOZiZVw3B+Wk$-=ZuHxEA zX@*W&27l7T{K8(l)(1z4SIsCmOuE!uC(u{5JI?BnxTdZH+0}xHHdnhBtB(gcx_{Ji zo_Bbnw0rxFE1f(XQ&hZ^|5o8#h;>x6v0SzR6275J(Tdl|+VF={(;E*`qwqNzJ>+~a z4MAhOIP^l?(LGZjLt9;3H@1m^FflmRn65IJioBP)+o?$MGrQ`5a@=xgQfOzpp6#}? z&i~$mXM$aEj&)Dc$tQRPx0_Px&nho8$?UTfIKUjU*YH#_sx6l{)8uN&&+DqY!P&Ky+ zR?IY;KW;x*Sfl_baNwwMT*huWd#<I;PG zHkB*dr89DCCEd-m1GHYB8+~7U{1jpSoiviHfP$>DHCWm=M*r#_PFs5h-W2<|Bcr>{ zi?JGm8p8cX+gc-0+!7Lnp00(fQ3WEyVy3D$|6r=Wh-n-2M$Hu8GyJ^ecUnyhml|!U zWu@p2p_|ZXj<^r3^beb6aZ8K+qomWCkz1Ahlok^(m*(aKsemQ}Vw6~|CH>Eg?*2qt z>xCab9x>YYFw);%6bO(KS=)N$51pl32CnJJoE34y32B#mKqQc&lU7`I7 zS!Ye&;M-oA_|n$teuN8jD!LrL^w+HLDafF!?TeU0hvO`3$DcL+4FcMpDx~XYo`sMd zvEJsR1QDX=J=RtB3yEN8W|YQOORDksQ?x6YuJPhQznorDl+>8Me}rdmm4*v@>OVc8 zl(eiwX!JB4W}meI+)$56gP43?JYTo(BD@PVlbZ!;?oR8atIuXgPio`fSb!;oPdYdH zNb}gkg?4G1y@=1NcN+>ODK6>QuRy%JqJI70#Q?CdqN7*36K)-utjx$AlLwuym= z0_!>>70<(*UZ7P%(IcKgko5zubW`C{pT{5-LUpUY8DS4bw786fM}^6Q#5ADEZK)s| zCz{zAiw`M(BE=eOq|33Q_RNjPc;z=8z^TD5r*E}mVE~?@-F9fna&I#@ST&G{IQ`!S zg1+bRq;^7BYYF*OPcTA>bH>4t>T>mL)m7mQeiyz*$mC6JN>lZFwQlmn{XX{lo>brp z)MBBLWa#I|n4cC*!LnPnRs8a1_(gp*LU%OU38 zdPKGb&j5(u8#{!^WF;49F91+IO_5q}cYmK&;gWCsDz)v*tgdvF zb|pFF{s?+Zk=JM%v|Qs3>|TRpOfk79W@gGrtY%?i#k5 zgIZD-F2Gygl>N|`0y2H_mAmm(1L>=Ok5}XRwpW+6mkaS9M&cH~J71z%neN4^4AlH} zsL{RS8k;MWZ0^CC zo`Vq7y>wlrU5&2XT{9WPX#P)jx5gE|ykTGU*L2PyVcel3dQH*Y)n~qq0vyS(CGC!k z44D@0WK0B>&2_XMOd+-I@uhPng(Gyz|27O6U%J@gB*NXWehNveHMiKiLcb z_!`{(>K2??BiTvbemD4K+kK>(UhZ?2)g#2crA4bv6VW!zJC~~hjYRvuoVSbkD z4e6-671#NaC;O`_@8kpf)y+im^d`=u8S`$fMe+R|MHfj@(4TvJ&l98Y;Zy=s@=~AF z@xo5}c&{!Q@#mK7_5xgQVxR%(Yxd{jlkqiaFA-NN-*P$nk!`75C)}pfmVrK?pN2vf z1tiGpTy?;^`d8;del0J^uas|aIn~AJ`XzM>Y6I_9Y1@ZJHcj|^iqtT7*aK4JqGjWa zD%P7Y*!EvLVZO{$h@jJUGlECiI=gGiq4jm#355^#@%?BzSPmQKE`Pj!{a<1eP~pUimS~K-(#|95N5`CN z26^gPTb*r6d_vJ7l5;;c>sY1$Z6dc!2~x()&A_&f;mw^sF{*7Q1l;Af`|$!zYXm`i%K|&D(cztZsn6S?SndR_J9`G$ z_r@Qu#yox5I4&$R54T><=KyLvzTO;Jm`@fXvn4wp9CrI-jC#xgPnxgXoq zQ7lHJ<+Odv;*H=HPE)XsA34Ybe^xB|b!S_gji!(Su8d4wW? z3%K+3Fc8?5IzENz+@wyjw;8W2jR?)Jc80m>-bXOY1FpKzT;2^YkM~WyfDfOM?AEoi zextH7wtmZm@^)q}1QCdYQ!kn_n#esr5$2}5D>ZFXtf&7`JO@?o?|q`zBCw`hvKP4; zVrq?TPEndrG*NMeZxnK&a$$OUFf$NVhkJd7q`Cb8Y=oqZjjUm=jdAFC2Aw!w!NrYRhvp@PGG9NF~rjD6xFlJ}MqYu8|C^}sycUU#@k<&=P{?s62#KVr+ZU+m|V3U-!Cbx*&ix*qpDKf|kYI`Ee= z)bHi~aeQt{jZD-5?k*#7mE+2JrK!HQjYE;!=8>cX&P@}pqv}07m#b`uoh`j*|H07t%<-&V$f<=GWOtudB+q?nAzafzaAW00$#q9CcitWGZDjW97z2N4Ij= z(E4k>=IA3AW;Xa6%vE|Q_67K{9f^w;=uTaV8e|oE? z(`ctZuS(F+5_L$_9&+e(*UDPqbZXX}BS-8SPJdEluXbC_(g14?eYh=Hb@xQm1R>!r zAA-3J4!YDWflC)vD!a*-`w~j7S^9OoSxdkr|?Dib28Zg+U)AL6;o#k**-V{gE|z z_1Z0ry2*a7xEC(o*G{kNYkBf}%sncQF3(528rvCO?I)eELi^OWdg`HJ3HZ;glQ&UB zg7&^R8Liw~J!d!Ogw`%1t`XAh74;X)*rQh5zJ+15yoq#S!a)Y?KjUe>59B5ySTp#N6kN}-I5|xKD+-_gh@u& zcF!veJRmW3wUwL5j5>V36E(-g=WfD__DyazMrsF>>#D*!3xQT|o>+7x(N#FD-j8f7 z?RzO(!Xer;N->3N-*6@N2bs}qQM0(jWJ%R;HmM5&ZJ7G^vjrw?L-b*u_M5&?Ml@`{ zS;|r%)8Sb(HFcrhq|2$<*0wY0AyJ$CvA|tO)FJi8q2W|cyS5%HY0}8s2qmzigG6*O zLxIKn$$G4;b@Hg^`%Ji*x;XnMc|o5uc2~D~^DdoA@fo`Zqyhzjj$7pa{VR4<+;WH17k-6H@%NyPY7@D=AuNexCs z+;Ev}@x%c~wRi(Ke_=!rG{U9mA_Vdm}r?`fTyDY~0-Qs*GPnC$`9YmA`L$g=az}bS6H9im|850%)L1#-Xk{Q}$NDYa6;@l= zg%R#^VClSr$KwYRGTIcNNtv8ESORef2)g{{wAA(N+w_pX784*?5zxo0s6LeGiZ|K} z*~IAelgV=?L-#Smt+QuixW8$}f30x8$0O*?{2wepuJgij#>ov@p=}dfFdkN`^txY< z7)6b#E=!7pY4cuqOmH6_V2~%Kc0E7gArv9KEVCi*R2~4CoWn5xu;n-RrnV*tl(Z0R zGM5h=RcE48NYYr9M8bw_-Jh)w=a5zWh!Lq^R}Eiv0es`?DWW*eWC^xIC&)xV1Jl*m zyVH#cfN<<1R~<)-HjV*5H6BwxCNcYh44=w?x5FgT?=^a@Z{c815E zql0&_)vk7LkXaJ}rf{L5XdqUhpt<6Z5zANRXvYXq>$UGEzqSneZSfr`&o|jwYB(-O zp0`tLU0Xew`pvo3#CN&STj*Nx>8r;?GSBwk;$oA3htel2={U9N_k&+ zdait4u8zk8IDT769NnFAN=eXI(pOO+Nz@?dBK~5`XRRCe?XrXE#~t9pd_J7<$c%j} zqcf$2B|fr@G!CEH1PWyu-64JTxeJjzfS;nuHkz~gXl31>M#KdL8naij<(qg?ugyd6 zM4XbVgu+?M+lLQ|jmWI1VEzqtBU)ocF>19O`~fzlYF99+(jlw0L}3Vi*VnPd?}Exa zmm}#v8*G-wcd=mlm$p`TW!H(ktm)Qi90_V2E8^2IYE&%aDqAPa#Hu%6ndoaz@Q-vR zQ&ruq2)QkZBH}r|t#xD!Wlb1>$!k}IMM~&DGci${7@-1g_i98qlSb32)A#a}VoaHv z%Y2YTqEpANZw^mZTcWbov&OV1g09qDO9 zdPW4lSIcmDY2T7!hgwtd{DA2WF;uo_FV@g8r#{u%Ey;Ae7@+u;57C#X0aEj9w!Xyk zIG5PKc~Xvz0Kf-jyLjR@E99_DzO3^?T4nW0b{iT;buM>YcV^8Q?s+imJ@Yc?L@y3< zGMkFY%}gk4@Uaf%qtgRJ$CIn@hT_^N4`*`0m=!jz`Li0?%Z=ABGh;5Y?eww-D|S8K z#@F1EC)BKMbj)eu?~g3{M+OatW)Zz$bAlZ&o&=ItPEDTrq}i@_Mz}d>8n-K72cq@H z)0y#8^?cym?odG^_P$LaAf&if4`y8Ya{XIVb2l;G)WR|&GiTYB{w4NkC6>x%_PPiL z{kb|?ucw_K1?5AzlBGz_=9@8%b{aRgpK3>G18jkEY!b(+S7UAw_f9J0+^udoM%|Ke zRtuqVc)YztTNE2GFQllB1b4nC*5 z0}>oc25=KBIm;kCNKPbquwD-3vG}Zve@egEc18FhrKc?Y)1%wFf$#{MtHheVT;XS2 z|4+}>K8K(`Laf$6VDn;!KEDxY)L=9(%KD}h#N1e)Yw>F@FLCW6iZVNh)ibetI|LH( z;O@#0qy%xcAQKHOAeI9NN))}Kqxo(z2CR)d)K$_UF-h3H$O7xOwP>SXU^=&oafnl#yQfL zM}3Y;VP?xMfLtDwMSQCVzEJ(ec&nmOZp%p!EAz`Kya{3VNVhl@K|)r6 z-$AKf1T@_lWqYqZN?(~V>>CY4j9zHGiHWE6B&5XRY&BYH`GSYv7-L(Ciqw$ye36|7;}zf*m6*ih&0mA2x*BM{ zh&8fXd9d=*(jt%MAWO6NqqtkG^GTIp6yap9P5SW_2=<$5LFzFTG)x_gXw{jl(iy6H zd0Kkt0EW-|wO*}BI{p%_nk)0d3LP)D0~qhUrrCc)L|k-J<1TxLEEcoq0tU_5Y1PiYLOlrhjCYE&Dv%Ip4 z!{ChXWV|s1t?(O`EZKF2D<+R_RWLLleKju$Ps}bVl)VsbNfeD6N5~ZLRihiBFKufL z)o8jR-$Q117_Ib`SpxDRy>|J`jLwGYb6>>a#Q7FtKVPExlhaI0j$E4dh&IME)NSTB ziowW?CbXXR-tdrEb5vLLw*v+l;8**87rkoa2EQrYAYivsm5s>Q`^`;j)lPA4kZ>EYUgP%TzbeD+e-nw`9S(ZTZxq0aKIaM|axxm6LYoKyRbIYYI zlXI_2>1M-vtL4zstx@3zuE)&A-hoo$(Ik{Us; zZ2}RmbcK(Pb=M*88?{eY@)Bkw59nrx39aQExXVeq2r>Ks6v>lQ50Oj1siXN z(>3aieu?0h!ZuHi*t(%1W&oq-$1=JH$8c9~GZ+CZVD*j92hROJ6eLAoi+cwNkwQ9s z2DrS1LLc{L1u_*nyVE<)*UfsG^-WDb?pI?^NlF}EW>`r6PoWFPyy#w|T@v{A8xsS9 zIEUZgEqN`*&Z(l1@7Pz99=$0eQ$%v&Dr5tK$SEW@d4HDxZq|?@mY|)D*O4ErG8^j3 zmKS3w1Xh};qKv+1zDn1#)pyYswxq%Z7F3_WYwbB}x^9O24ljHJZF^kp90_Z94R>ZRtNLCOi_VZ|{X#F^Pw2cnoFs zLEsf{G}TDMKxDCjEtvE)(_ek=8(zE{*Lk=jvblr}(S~A8r?7+O#4&y6MXen0H{vr_ z`iuiaueJhwoywIDSR7!?z3Q5lGp)3sQ^@fw9k0!nlGTFskJK88ke2QHk2W4@efg1) zC7t^C@u$<8iEs<@94Zz^~y{?-%dMaAWE-bsD>KA5T@qYFhcC z1oczVyB&inzuohoD2mg>W`AMxtg-8wqv)RPEYtAuIR?lbwwf?zd}m7d!Hz0S_Jf|` zq5f}?8e3qVI#N}#81z0IsileIZV!{q^^L62Rey{t4gSi+rGOhW={-J|if++^U<3L- zXrFZ?>01Em`4wTwdKw1#o~jPxvBM6yQL%9a#w+<-i^&=kM+lfT(@Blr+Q$y&cKo8_m;acE)8>0ICR1GTg^?WhX0-lw9^FMG9pJf%nG)cQRSN<;L! z`v7b&kwsE!BjxQYbKom@k-Tl&7ulC0P)`FkS)d}r$&||5YyBMQVNG%KFn_NR8t;A6 z*%l}CET|{{n)Kkcl-y$x0pXkH@@tb=MhS!V6iw56dAG-w;YLD|$$gp74plo^3#%s1 z7o)r;apliSbX0anj*t!S6P;RI74WYQGJ!|)-1}x5ti6N6V(`RY;h^Y16movb@Rt6` zfirKIJdFhhz2qJ}9=L*|@gRoacY3&-4QMEEUt7lN@oSbqy0&Ydutn2)#>CJB;Ah9v zPDolu@y`;Kwx{YS`dio<|I~bPqBfSwBbERRl{QKU$g%G5d|&KE(v*XylksIbYyGq; zHDfrlxl)L8EonAE@;93_-Mh(5qdPT<*v%03_~6&%Zr7#MpebckOBgfIwBBIO3Jy1a zMs9R1K!u{x*bsX9!zDKWj{hTAa*?#!vmL0krUy4FGGBTJb+WFOgyi6WfLpcv(#9TE!p%@(D zx<0?_^gN#+8a$Db4{140yfihDI8xF8M0bGD46q&kf!>LJwJ9p_{fGdAYYc;z;p3&g zaAP|-^-Gr!O?#Icinb^#^7ssVl=C9xw;DZ1mB->8BA*V*XEQ&H&!f8M+ACMsz{>EZ zHlB>;UEf-bUm>0Yyw9oBL(suL$I+L`w3h{`!qpbO*HTtg2d%OLLj ztLdF7f3=-{A)_Eg(Usvf{$y*<9>egpl-AcmBt>qFaV&211E~^h{ipq@+B$g+4BU`D z>yo2Ca=(NxGHRw}^_*5z*K#`H3LlKWmq-vfcx>_|u*HiLtSQ^=X$ZH~sxJtq zmb;_#M=>37c=U8=sXcvGL4(9od!nR>E}GmZy*ITfMe;sq9MoU!Ie@-6$!;$lUPX1o(UuQ_C zf)E_I6VrJkYk8{H2UUNrI~i=V8nVwU*Bi=euFLN!a@|sUYthvaoc8237rqnMuPypK z2-2&W3L=#xZwGUS1FhFd=O3q})1Y=2*AJ&!q6aMjzeq|T$Lk8n?2L&cDXfp?5!+Wu zRyWq`l?s=Krn-PLUg(H5&DWGPRSxhfukb!)ryRxQL|!?zNQ>H8!P?<51JVnI0C|W{ z$)nUMlpU2C6q-$_6X8+(Fjkp19l%O)0^eD(tWl-Ev;xDr#{s*nm-U_HeDh zmfVe3HXzEcfZVg!pndzzX8ALM^ZD(0sjqxP`zMXS#J3l>>iSpIScePuOp?~EkHEn& zWtf+w?vhqGpviX`W6k1Gwe%umbpfCr`nyXU4PtZaARTJUb!QK3Th#Jyr5#ZaKZ4N7 zUq=tla&;jrw~mMa?BSi1Mm(CCCHkLqRpc(B@XcP}*@1R3?nLD{tnW=PL)fv&G$T!uR3W$wr3h&l!M>P9ThU==Y%? z4*P7a_Ilr;>>uJ{dp@6AVjKn9v=0+&HP4oxQ3&EuH@uPA}wYM z-{}+U^VO=o^G2ro&?)Q18zy4id1l7@psBE38S8zc+dQD^hmRBggOJ&6B1`6T2nOeoBd9% z(hHucgh67dS3Mf^`pX31d&8xE3W4=mU~B>gdS7MX`=rzdM%I#xd=*30BQ!71Wid0# zU^9+OB42TwCfQbzVHW-*eE=Z#_;f}0?gb|QTM)}2JdbkEQ;f^R&(j}7N+Y;S;(M5` z@J{lIsOtc=)!MZMtz?^n5={3{jfOK@hT$W_(or_w%R z!IEi^{`sVVtaRG*zVpLwx!Q($QB#Q&A#<5F7{5S}(XOEPZT+=hL;ibo#(Ycs0vVGK z2n`J@@6hi;-ceX*npz9sGi6@Zs3Z5e|(D`9KudXMIVv~J6b&8gvE*v zTW-G`up7-ad32ohVDnNzXB@aG=u08&w5zHrgK*=nmsYImyBOns1i~gb*aj)~@HGnK zNq~&Pm34jJnHq_%-bl2o6o!5%+2P-8eZg0TZ>K|N`aCB?I$2(Db?&y_b8}2<%9EiF z>N#DSpmv7&OzCCW`-6V=YScS~tyX02x3lcipgMZPGM%y>MFWu7{Pg|j3$fGEnbUimHZBlC9H3LD!T->!CO2xTmuoFfeAxf zs25grRg24gakWZM{=lN-L}{8;z>xK}dXWW9~E} zjYvWO`IfI1!R@KBc;M_}_u!Pr!z8Q+`2`2dn(^=G1gat6%R+InU4NdUh%rR7edcA= zwXnX-P_||{KKBbFx=u)j?_>DuVP7=v+%+d{aLiAbbHem?4WR3=ry%t)MIzqnrJh6H+;|6IwQ-&u_Eiiz*3ZOmZd56MVg+8L z9EGfdxH;p5 zH@_H8bP9h!L#|+A(p~&XdBIbT8rRypNCKwX%~AuL86urwOQ1rr4qapm)m+aWg@Ecq zFRe&bjW1`;HWv?a(%)G@xcC`&aE|nCpdO$n;#1GxZFbPvA%t8tgwpe{W0G_I68d0( zRanMhT%cV5R;;E9tH>kMjh4hG=dbbhGy-IPd~7=zF+H=CR%oSS^+De}OnROO;s?AR z!5lauD%n^Q^r%VSHMX5%gRdGmX?;d%<7VQ_(3>$BSCtu?+J_5c~ajt z3rmHkhfBN*&zp1~)~zEeaP|&D3y>LUpfNSa&gDpz&sp`(*ZS%(>hnEG7) z@#9IU(`lCtj=y&5XK43y1ZBq~inf;icZ1pPmx6N;BBqGw1wU*)mZ#=G5+^%kPL{Cq<%tF6? znj?e^U_m<_&RTdsB(GxBS;<$R->pY?nUfM4S<&lxv2OF>3nm6L-4p(jh|x(}N1DtI zAvqzhnxzrak*R}1bz+_((P|!|)6gP(h6U&Y5dnT49T#o1+e3I_`Tmefq)hf^3E_k( zeL%BkiHuS4#294`A6Cl`I=>NureGp2JJV4Sd{fnpPzu~sj}LXvF{-Xzy*n7WrCRsv zHu{-7F|US*o1eCF8y5mJE?-2i5cXCK#!NDxCM|HK(Q6;ek{#~?lA{Hkoo0t8r;Z;# z=}NRNM&E?_)sFeV z5vw1K6kcF;s=C9A%T;FfuNSAUW9#ILVxJl3#X?Muw5HisCljB?tVT+y?X(c*7LdYw zeF82tlHHSsIGc)BX&wO2y$>pUy?D6e>;k{^lyb*|H)B8^*9B=8WyI8PKEtaMoWlJP z8@!G*7v%irT08R+T~5}VZeK^ytj0&@me%Yg=dfO-a!hB1gd)zp+lGcti@2`*K1BDF zuy7F3sZ%!}YOS-@N4sI1@q)kZ)vaK?Y4ysOZIcKII+outt<{cqcu$oxUGf<{ofe@rIVgf` zSo>2hu;JwEoDH;9aa-^~7Nd5skgj4y)duRt)i{D_mm;#ZZc3)K0r$KR!@Yv1#qv2tq z8%#+#>{)$aeN@qIo}U3Zvkm)E$S$(d%akZjQ*hNKn$M0j-5x@f{Vq786BQ^7Z6>hg zHcUBE;f`(HTmQA~7$Dw~5(l|1bqZVPlvj{%iAo>qA71sE=Q3DbF9&MtON%GA4e@RC z4x#xCA8X5_k!b1gIXjy?_2i>I&O>;}z zs^fa1V?WgqkAz?o1h%AK@wf%`1Uw06nh~ehhYTxE=9+B)^<)%+p7JC@R$pAg0rJn& zWgTNO+$1pvScFp-zppb>a0kS<59;@T>LlfPWa5a$$>*vNbl?a9EVfs*>ac zjL+6WHD6dPqFUItwd4LEks>b z2X4Q49b#O9khi&Lj+4|4W8#QL25hxQbYye8T&M#=dht&ePFKd9parr0D{U3(E2V3k zk{(#+`A^g=_fBT@iDP5AJd=gowYV9k(i>1K#ZVDXmzHntG?k%Bmkrgt&qhhGEU;z=|>!ArjAz?GFY7ugI}M~vtU%tp*Dt$= O`Y1owkS~8`8vGy7IeF&* literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_user.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/create_user.png new file mode 100644 index 0000000000000000000000000000000000000000..81ec2b4b2ad16ba4376e855e2d9ad6b9e504418a GIT binary patch literal 37034 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 literal 0 HcmV?d00001 diff --git a/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png b/pages/manage_and_operate/observability/logs_data_platform/iam_access_management/images/local_user_control_panel.png new file mode 100644 index 0000000000000000000000000000000000000000..e2cb532b2e5349a4217c31d11a8660b706b73e27 GIT binary patch literal 80900 zcmeFZcQo8zw?8gL3PBP<5JZb0x=}_ay3uc9^Mw}U!C?tA#SLheJnp>{+> z-s3q*Fa*6S`OC9C&fRM}S6owll~%}h_m8qv+7niiuJx)=k3AC6A!dtG>FYh63GCfs z3PAK6#&L}o;XZ1WSfkyuzU>UI+uWFwp3Z<|H5fG($yfz@U~j7@EgbtQOe~8B6gA5H z+_)!Uw8NnQoPoc^!i{~TI8N*qan5Z4ERA5e!mdc%;BxrBNS~$4D?2WkTK?UM=E^Dh zE65S=hle|(jdj%TE4hw-#Cb-D|9rP~L^O6rh?SuEY}55Qd;^?lZpjU|x%|V+?eJJY z)8jaQu2R%rZf=V}Z#pckeH3h{x^A{vdB3uEVWwE7B*2d~a4jQXx_a@5%in^D_3cP# zgW}9tkBM(_uXn#X>(J`zP{^CTup@rmr!appQ_|0t%`Yb{XN}qks$7q5w8SCfS@Nk z5B);#K4;*g%x+=Qh~n!@qUY|#(!DL6zH;rBnGrdq(6wi#U4V+aZ0w=YvRp*Sh;)SN zrOVbBs9T#p!sSVJd*wXq?R5`z=xy;NW9H@7b@XSDsJrMO!d!&W9Lz$?CL%!HOgC5vBf5D44t_O9LIS~f`tnKlzKwTX;Kmi5*cfgeMc&+k%9!F z@u;jOr3_T>qp}_m2%&t;$kgW(Qz4H@jnfW;D7w6}xYl{B#(7VnAniC6L4YbpFiM3>>%u!?b$vz9 zy;7hZH_-aNv8Tq)7mAhiZTX?-Bcm!Q-G;9Tr<{mLg}sorldy?(ZL{g%dBqijSByhZ z=mu8c&r7e>km+LkQkALWJ5f>oYqSM{sXt$S0l#R)PmGrh<6ea6oA#*!jjn^&{Za)$ zn`3^%Y*LF4za@D`E!@l1TmOC?;RJ!s?#@JuJAmAUEmTPZdcpoe)^R^!mrUvLj4%3i zzxNsBtYi9qnAVPpd}MxS_ZSv+Pw5&Sc$H&$Eeqq6%bKq9%=c9uM8sHD%&19)*FC3V z%j1Wi3GnJt0f2n&W79Pg+8m{1wSk_-p8)}%D_;d39t&Q!XMON>a|j};`gNR$LDm-E zr%u?ZXmqMANaLBivyeBHqHLLoRTeqSR5fw`5d_?{5< z=_1Ii2?{HIf;ZQ?_n`1v%A;N8i~g>cOq2kLqa~k`Oe0e0`e*6evS7n43zn*7WnXIcc>S`^sS1?Q{}-xWlx3 z-Q|bR@Y!P_5S#D9v@Xe# zye*RhV0yf&jCEz$xA7}-JIPFWK5fwJmnR*rxlV)GDVRf~3cJtTK=qpD;BQBBTgW7{ zlITqbYBIfB@+_8@6L+^g+i%soJ3QbJ*@W-Xe?m(ei&YtJy`jh zJBE+iG{@!mg;R$~^BUbr-qqfZt#4S9x=a90$|hU+KZKFPA@{m&gguP*zFKUf$ZZkX zB4`~`|L`kko|bub1xcFoIGrofyh+M~czk!)MP2I|F9j`ee_}-A?FkFb%_h%)e1cr) zC!A0hLswX)EY4`(@LRvqr+b%tTj&#gQC}`^-=fbUnd}84W|rHlidJC@vUbUnf608gve(|s z$S0qz1CIUnNT`|gkZnABc&>BQ z6a6N-#ahKBP3g!x%olFn;@ySZzXG+K)}M59ZxwGVTU2V|)&_sd%z6}lna0P<(Qhos zszim@B}@7U(NKrJ-_1Kg<|C%zz~M9g?9%16WY$3O*#`R+sVBGX%E$tlI;t%%?tWz^ zYInMr?YDaPjTzY*{$^U;v@s_6osq*rou--q$RU9C`{M^a(SaMZQ~r&a*|(~QBR&0_ z$=F1%@ux+T(lo_yX$9x>_}mqrd%IHw`P$|(M)7pju$=PCk5WYHOMI~M8nl+6OqCuK zN5{9XVtOZK_65Cz6UkHb$Q6Q(A1Ao*_O;I|w-i-4eCDWq9^0ePb3}z&XQvOdnW+-X zLa4Xf9JUvur|AW|kBTATJ$IWwMK+mzKwU^`xF)u{cES7EA!A&fWPGuk&`1p#SUBgg z5M-hc(2gU2tL!K@P4!9OR>$_+ssx`82lt(yMH7klh3(*O3AlUwcx2MFK)rg+Le|QW zSX`LSfLN&Swx^^29zZ>eVkIRz-)lwqr8Z0K-OfH?ZHw+soI!`PAo0hV*wEkuSDpe# z_ow4m;$!6E2pM@prvV260C%%HlD9oOU$p0>nakxP>l7!2~XR*%hwBi>#w1eFq*pMe&M=2or{Ob#v|s$sbd9_*7ApIO7de$58ES` z9a(}Mw4MPYZ_==Y$v-=ZG}z6CD$!l(K9Hl+CcTlbqWP>3*g_T7Q1P zF?{oD+vI6@n=sp*VRa$-??OW)(ei2h+%am~zKgzP9dEDqf4!l=c<}RE=hhT06Okd^ zn_!Vjvs5VSZ3jcSIy=t4ki#POQ#@o_Pg2NqEim_)rYRcj1(1X8pArV(X~u-@hdCR~-fkmdsY4xtf2-;lmqd%9&OOvi=~J z$hy>b?Q*kfZ^5MC@E#Bb!@!Bcv`q$?=K#k(`x3>y-CL+Ca)m_wwu6BG& z(r~@{jJcoD{K=zj{)=!O>}&Xy4o6DWZCdEY_}U>sY@TVsyE0&!pvcF(f*!E(m)@*e8(pVThNAg zA*90^w`H(x2g`wb$M(VbqjP7-jX*inr$=*s1(%43F1&;)C}^uHDE#S%oO>Us{?Sq@ zO|tizE%kC(sBV#liP`3pTg&Nx(J9n^Ns?vgF#PGq07aInLd^H?538u}9UB(`tHhQG zU%9TmV7kBdBKG~8xcx>{A4^NnY(QP@UX|a~Yq;BkMHK?FgU&+nuiqrCgx&R3ye4%m zn}Sua?5&Ba+Gnq)Q>-6HYVY=L%IqyH>bg^3y2!F|Lr5dVJI&j1P(*B2CoZ8#&i$>o3Yt}E;S+C-$?G*J`)7c^lk~I(HTWsRDsO>TOR^fh| zG{NqNo3}@x*%j9};yZR2|e7&+^gg8W5$m}y6 zui-ni-ukJ26YD$uF2p+ul#ISHQ>PFy@{YhIjkaCJ3dw0rKKR)zcS$0pv)op4h zPUSCavt)6GjeGqfT)#={Flv3Gsp1x|r4t}(C=~7f~ag6B4Pt5%0nJa({FR$|5 z-Ss4;KpA%mMBe)PTd8w@kq&z97aD^!fHrVvUMpL;HH6pO+4bCSBqEZO@piScfk8a( zTSM%jE>bM(wT&$Ip|(;iMgR~$$W;O209EltK=gby^=*7%HsZD{GSVcH-oSGJXNZT@ zeQ#$c7k8ky6w7b8!1MC2YCe|xzma&rq*#nW+V>UU2*`b5USVE-9z}1cryz?o$$d$L ztsPMJvC9l{b%z zJL@lq-!UFT+-(q0R}U!M<^C^BD{DB?LyCpv{Qdnu`Ezy!f&PMbasNXL=lbCDwsPeY z;N|CYcINwg3wIAi&vTGJ82Xnj-1X1hYd&3wI~<9yfhc-HTs&C+4q_V_TPxlsX!p$W4I0S7kjFYrC5IT5445bKy87)6~)EGg&}r=VmuIQaef|Q zTTwwCaZ!LckFb~sM9hw#-`d97>Tgi0F76&yE;f)~Q0L&h&~qFSD}Hf1aUlU7h%iKm zN7!1-hR4drR*c75%oYL=0f-5USlj#!LJI*sw@NFgzjO5q%Jv*e*jgN5%WoyX!!Imu z%OfnvZ^t8UXDh@55E6sf2nY)ZSc{4O24!mlRDvU%tTG2X;d6Dd|Lw&ug#+cZ zRi#)2dHMfQqwQqnVRzm@ibVtJg7p5!3w@|FM9;(Omo^1N0fM3;q5@)~0s;bJVnY8Q zGK3)9&n@v6rT{;$(C@gvh6Q*o%(-H%e%a|cz;7+iWdSN6AXXl5ggzYZB*pTJrTf2H z{$}3yC4V0j6{!0;h0iaG|HJ0>Aa1{Z`+W*HL4SL7|Nd`g3$(KNy%TpUPl)Yr9i6xP z{gsV_m5V*(e1897P=D4#|HWX5iwX#fi;7zD@Y@PmpO3e&D32AuMwrLW+Q#l&c8Hx2 z|9?Pthue90Ss@^D_UDqGOLJ~Oze#id;cu$s{AXUg93a2+#4iZo;TPo*5Y-nD1qzD* z1x2~}1%dqhEPQ_m%=c?n|0%H~-+$7HwnetZ)xD)BK}|N`X5sl$v+$(h|BpY z$m`slsi^A>J9mYySgR{PCOZ4|$*j+dJ+Ha$s$$|!L_|vY>+b?la_Zgl%Bvo#AjPXo zS8q}9((|yrIUyptPo(--PTzZcWy<~umBHth4SSbv(0cew-uGWGa=m8Ix#M>U_4vDfg(w4dCEEbC9x^jzdYT46Pu0UXSG7 zk1rn{b>2Sj^tWdeD)NiZ-=1ebZ;tn#rEnS<@*}sVMG!(pa8v)2(Q{z2B7p^VF{0?vAu-84c@(oK;B`YK~T^iAgA-j z?f(|`%auU>!dz3<)}o=;6fZ~?v|L1riicEbigmw0tAS_ATaA9}b27`hR}In8j+4al zroaVI{f8dZ!{51k))*}#Y)dhpfS$=W0B-p$H*U|q^F77K3u=OyCpfvOL?M`nbOX#f z!E0r4Q)`n7fYY}O{#={uwn;Lkyzp=<<|*iGfNw@~`b1=;Qr>rN4pC1THo%aWyF3X# zo9cb+7|0oy9he}w9UDO!zm)f#jjYSDo*WaFf!ui+BJB7*o6ddSDJ^iS)%T=QX;p>I z^6X$DS)|f9%fdCKcGLWKE@kb%?wg%zTYTUCx};NzDIB>3r-pgEsF1=n2JYJ*wZ@OU zyt4+hQ8uh&OuLi4Evr2fXj+`Y_|UL&+5+kJB_hKnW!a3G%Fqw&s+atJX|IcZVySP_n5dquK|6R9t38JjqGpv82u9DR%Ky%Oeh6E+n%lHyop9rs{m z-l6h6J^k@GfXT*r!90OoJ@^LQ<=>h7S$k&E=7JX?^t7t)v}pwZn*D?w^^@1chS(!f zEp?6-`zo)%W|Z2_AH?}I@1^IE(NyiUq>?3XBpJ=|CPn}s7(~8}&^`2(HDb)3PnvuD%SBY-O)U50(>?@Nw(06oSTI{FwJ-l3rZ+MsI5B|yd5KB&H zkW5aFs-I#ydIEB1`$(&%h^HYU-qq z(0d6pm9r!3xiHc#q;qjjA3>-;xX*I~)taUC{%+hm97}>_-bM?-1(Nx4&so6_jx-epOXo zesRgBavw)k$fcz<)u>I1Kbq5A&J|c78=S6Ya&|A)nYXq$3{%c7!!I{Ci-gzBdx!tz z8Cl^7=<_1J(7er%52abbH0UH0B%Bp3fDcV(eu%VbtQ8OPF=S=ej^{i{XRKNgg{0m^ zLzos|7ND2p;(qV0%m?K8SSIFAj#(@m!`_i+Vt${{U-=dT%Q$MOh9*NukUM;y;o?#t zA>XSz+d;%N^P+l!{xy49x9e##@+sCj@Lkg)%{y8H3d)KPxAm%dkNHuz^h&ooPOmiX?U z)j0N8@s0%r_}5S8#%ijM%;x#(*L-+v#7B;67#JxZS_ByAtqw|%5^&@5`Wf5KaF zI{rCFE}`p&!mX3oo!y)b!iYXr9nRTb`269?QIRbJ1iw6B7Pg}_)e?JkdtV5r29#F7 zYP~kB>p#Z%tos4Hp9Z_o+Csk_%ZHy%7OV4V3|2kFuKAZJ!AuXHzoykA(C)(*7{$nn~I#7@D4hDE6A zkKbyA?lxt6m};fmu#}BHVl0?o5;uy}QXho(^7NN}q{e8&WXy}!YZ;48%JLS|-FNk| zkL?Q=Vo+bP>N|?xnQM+dQF=W6d_~G{{dQ7oDoVUeYovU|TrtNAirU*KM|zM+jP=zV!ik)&|0}H-Kuvr@m5%x*kK)?0 zVdG_m;K8iGm2dsBwQS9Vjb&>pryGk4sm~7m=*peKEk7wpjstngig*VzuR~(kn&yT| zC~Fo!YpCMP0%kNVWIkns8QU4x@mBs8o4j0uod&!XzK{Z50`%dK1WGZ{h!Dyo546(W zI`9kE7`ddZ)W+Ff5Y46#lA4+uxV8}08#XjNbLcURvJGElhCJdN5qfi}gH*M?!r^-E zWfP$+W~@n58XaW&-5)U5F5R&vIv}&>)t*JuUYeD?4#L7kEKm_bCQXbtQ*! z!qdtR?*imiCjsE0X*_D7pk-Xc_`tKcaHhk%VQ<5=2RC;Pal!^i+l%ktd9F24kEnBm ztHhbb1Rjw1$4hE^k%dM#MS02;RZ3D&6@1aqo0s-may8jBH0)ra=UJ$v;u0|nNNS2M z3JT8Q9OwVBlvFVESg+}dQm2bCVVD~nU%ew3ui^LmR{znm=j?$kmb{>?9O_V$?Za8$ zga)hXIzzN^?c+E2X_<(b=Q z9Q<1yl|5g~r_&U=xTKT{PIb6cqcM$s_Qj33u#U{9B6+?!A|W}ucM@wRc&Osw#OH8tJVAjGv*;sllK2=Iug8cUkK5MQ8TMvt(rzx`> z6m;_q-z@m&(j;CPhC~XR1gK|44HMu7#={4`&|M=_eadX9qnaN84dTjtTZJWMhMZ0e zc4y_Rdw8(^iX*`!Xo#;koIcdGeGsueU2tU>dt_2+nK3x|w&)pQ%KuK>&<97fozzJo ziOoQ{{d+CLHYa~%P1A#;bsl`wluInsRQS&CQ|6fcL`&Y&ELCAC7+v>0Q$rj=dZj#9 zKI|k!p~SPYg<@}UnnrC1UJ{4r0GDY-8m6+*dXh=;>ZwOuTMV}+5%$zfB4>!nX?JtB zEZnaJ`p;J`jW+O#7iFgVyf-d82|avjSh|ZY=sQh}gV*pWn7!-~U#D7*SzoC+i72iS zYsy=qDIPf%DYo%W9rvS%JS?xQ52G4#mvB45u(Jbyh@5or;7|?rwFOeL?Be*vP)@0=(Iog+Cak_)U|~8tc#G+gzaC zrKVC7eW`6@-&s69KXXVE_+Y-!&4-VVFwQA18q$l`1c^V=y~T{3uUj|3ep{-sg4f>j zOo@TC$7Pi^Hz)7o^z0ewm}{-tKF}j@rK95odrPxe819Kh8spPK%?4?7&C@85uF4Kr zU8IuP45Nkh*T>$|BQUE94zV{g8;B6vBMCod2D4v2P*3Q75J@{!NebJx8tysU4(`lV zQ8;wQ8PO|Md3`^O21>#@-J8kZ4x-&&`Ti`?&AGQU&=Fa%t?pD_Jk`o;L&JNy_yniD zdm2)4Mt^ZsAWQH>KMuugB5|waDjm+T->4?=xq7SlASk+2-+UofN?cP_lT%+O6Y`3l zds17Y$PA~>Z2-&V!rwp_^X7k%vYAWB8BcvWCt}hu`Te3C2K+()RsG%ovxStJI-;FR z2;%I|3!CusT&=DRmOiOYKj2bdV7STWheYFvV}>O93u{`gLGo%L#sPCY+&Z`<`IFz5 zi?8tY#+#)nrrUPW)VSk}LU=&}g~|}>O-=sFhOX46Q)u1BEuf8Qvdfx%?2iGflhvB# zdKQMggq%!vT9MiaU}ehuZkTp&hnmGxv+9c_x01az!<2BPy+~Ju@Z2er!hEsBV8)nY z@w`?TUkIBxz{TS|I51y6#L}S9>Z-D%Yux(Y?BNY9{HvKe%OxCPxa}X0c%%hQ^b!&l zHw!n1y|jyhJrkuT$CzYTbZsbH2}OK`JD-+JB#EN2KT(C?oB5WJKlZ=cgD@FTRRl%qNdixiTZ3JEc48%bJu& zmrUf~hEy_zhJ-7e!L>K>aG^1gi(OoCs+85NU{ZUt?>TU>j5rwx35|FstvMUPl;3OD z_&$l$CN3_mU}ea;3895D%9z9MqTr+zk>5|@&on=Nc(kmAqb)Tt#6%CmkSi7z zNYw&cU;mmV8J`+)X@wl4mWrdRbS0$wBTLb>9UhZi{_#^C-Ll#8k--z}=Nm zYBo?q1i&lNuhj^(*X4oUPxIQA?})DPc>Sh=_>aYlO#IYI)E02rfI#7B5}~CSO%5o= zjC|KsP#_O`aujp+;)zRxTFrWHmq_W4V%l2_FxLppa_MQuzFzKobgtJf{NXJA^xDZY zYv<)g5pTT#oSa<2lS{($OedNFIBn-qbRsO`S#+A}V&4jUiLuF$0EqZV zjGh7w&v@;G1TCx1&Yyrekm7#7dfNu;?Zl= zDHNVlUJmpO{Hxz*JVmFa<|6@=oxP+p9xc$JiR136p0&rAfpc$-7(C>YQd)=zHS&!$;tMp&=8Jf3xHq&L8NQTQ z)EXPT68Z89yt;#T)VQ(a+`=X5b#J=wkoY8bHfW-l5 zVI0D$WEwi!KX_%ktB&g=`7Somh46ktOS5l#gVyw^77a+lxnWI$q9|rL261vH#`X|- z)D^!uXJHNc>yHI_REHx(kUAqr( zRw0AVtl@N^2uT12 zrnmq&gpE!xwcmFWy;j50Qpm*Z`4bfmI(*nV;BvJY=3Q<}3>p@GsXz6kfcJy@p8fC$ z>@W@DD|#1Q_<$YyK{V6aeXtSh?HAP2KsnS`lH?l@r}rlP;lR`~+q%|V&CjMNC5`q0 z?pW&~p^n^l7Uh@ISFQh?Hi37`m{A>3ap{ZayWlrvVgjI0CxDiYzoNE5rW@C^P;geQ zgdGv{z;EB^Ua@~TDwH`AkneKZ8fCO4y~AZ?T(QP*3;jAuZzix@lZlsfakKbuM}LNr z<$wkY#?leIh{xi-QXuHptPz*+sDmV*PZ*|ao{RfGzEnlT2ZH=VBCv!fCnf=bArY0e z68M_fSZfK7s7X_-WCf%My{(Cp(p8cRJkRO}{OgN9u)vF1p2I$8d?J z*P9N;T1)j<$L+cHTR`D{jKcRv{ww%(=Gv(ToVL)}+tU?z`PSA^NaaN?Oc@G=aryFr zTWDIF;Id@uQKP(;z*j3tK1K#zbW1WtJeGw^>SdO=cX%vDJpx56dz<`Y!3!`lqt)NL zM2VZwQ>61q(nBMe#n(-;C)7}vB0vT+gl7%cRcIxA<(qQaZDs+>Eskjjkjet%iVi{{ z8_XSlFW9zCyV4_X+b1af1gNIS9`EZK&d%=aS1>A-jr>sfSgRM?|C2J!bk{Qt|878A zwX_zn+jnhh3sGI%t~OBR1nmYceVw(TGBz&?wUj{4XWc5L557^$oajFiNAuV9plnQ* z|8D3|yjJnxhbLQS6L<8h+2TzQqbT?cH~!nYdcOrFKnB^`o63LRfXQO6uMwP&&)y>Z z*b_s3%!1Y|-K|`S@nlLba&P1snBAixytxzun7xTDb{XH5tcVkndiq?;Uect%CeV%0 z7bG=4VQ_YIvL_*+$LFgqyoIx_w;mrpW7;6hupvRA|MBdhxc*+Z>`~`<{P2edUgwqu z-}Z9S+B(}wUy1H#m}t(+_A6b$@GSOiFlXBY>h571IQ;s9OUW5}|J+?<7p$|d{cdnX zMAs<(5}N3r?nM7uL(li3|B?OYA8Yr0jbMlgb@QJreC)CL_x2C*)3#XnsCIwWY#Oi8 z`3&pQ4vC;hVmM0q5PDreV&}xAGKl*6ALxP1|FHi18vjp)`X2$0wK7TAQBJGNwimg< z_2(%4TxeGNZ(nZz_u0A^_@kXH=;E*6*8F;o{Y(DZuKurQnE%2-aIOFU zcksY#{|GFUR-7siVpHsk^tUaLnC`J*|31PLB@h_;5`Ro4p{j(BP4(8r$j(dPg|AH?SO4zgA8@z#x_DxO7OTqIe zSYKT@Is0Z@y*&RW&5CefX4K&i$yt05_LVYx(*lL;~?LhH*S?DbM3S>|TYML-Fj2aO9o3B`$`9Ep>+@~GOn~|KIEknK< zLsRr;9OE|s$+yjEFvngyx2*&uN0QPVw~on4u1rr?^gk0noMZCouCh%$gowvInNj4J zY@WT33V$9Cv&%u;O*j=ZRB?y5N3X^i&<$$ZyElvBlq<}V7=r|1UXQL3nhxlNe@x!< z(KO3RH*)G@XuQ0mOp%6z6(Dy3us9K3<!uH!LY)|?ffYpMmh)SGBBD&GB3tDYkj?%gudkb9Oau}@$Tb^TUTK#2 zAlQBbUG6ec-+mrI89yU>bs08Ns=OGZE(EZDS|m7P1pSVC{olTN%2$JVzBfEnPl-BYH)PET!e+kfQ2Nvb)tv=%IlUZ_4SikCr5V=k82+cS8g~9 zoW$&`h0`Xd%0=UZZZ5vD-$H(_yE1kbou9(NwwNg!R9saeJ8}}8ap!;@x#P_4o7IDH zZ((09y)f{?t8m9)DzK!HRszp06r4+#TY}a&QK-XZVzEsbj{4y{BP+`ZI~;+h2XDdw zpWXwzd!0G;xlt4}l`|suOg57JK^4<=lAwj0qn)ppntjV{?ZJMjz}ff3zJcZ_>j|`I zi!>2Y-x_Q43?c72@y^;7F`dUQ7rTZ@;p_q)X3>ebIwMMdN3=xyY|k_LidK)#&<{zF z*$~Po9gJn1HRAH|EdldRc&9&`_9>RVl=tJI9U{GFzb~&v^RBAxDm6wgn4QoNXuq7i zCRZ=kXxf+@W3WD)%0VLhwdkH=YK2*syvc+f*~*@li8 z2hzl_0svx#&f-`nN6E5Wt)vp4-%(nQunJW&FIN+wL?HW$Oy{n!qgP>OfMGgu5u;cz zwr^40kkiq;I9SFK%SU|&witI$F%73F6i9eksO?NnHY%Ys8>!h38_8MvAe-&tQ>zo8 zxx#X4Pk9k28X#;gPfNXaX_zmN5zbD zftj#I{dTV$hlB|;l|=^QRR#n<_gB=z@J7B$AEsPO(cZTH=e;9~hx7<4iE5Q~V$^?d zCYJEyjc`IO4pFh~4m&Bu2xJYjvE);v^JzD#iX&17>NdOX;xxUeal@8ojduC$ps}9{ zXmS}ohS-x)5yy9~sK@6Ct9qR^#Nk9`C>wQTKgck`ZcrNE-uASO4CGIYs z&Jvt>!0ORKm;{fOD5i`pFq=2MMz^*bx}v`oc!J$I?4m-`wm#ne@|~_)|T^ zk1?lXp~5;-UCvceL6B%_R6Z=vbGYMZ5Gn6;WHZ~-g9$&t)$AYQ2!dG$(`y#aYkhT% z)%hNg5i<8Rh4|X=ZiLZ?QM^HJU1eSi9gP1FOQX-J2>zN4TdqKzMN zW~6xrfdt##;YTp7h;}u zJ+tKN0%N7^e>_Agm4JER>*At)=t`_(U{OgSoJJiUFlQheGu)SX&^R_Mib<=PHBo z)nJ6bZtW^w!FflAKu`3nXNixd^lFMcSJAbCOqTo?Tzb>p=^2TQ2Kj^FE%Z?|XU*2b z#DqqioDF#Ie0!_#V*f^;Mm!Z9-Z$#? zf(|I6*Bgm&?59+$@w4D?VJENDr2U>iQg>J^r`w0cj!bwAK$m=v^&{125*7)~%q9^k z7BW&gK`X(#671@vSam!zIa;z()u8@6a->{1Jk)6bQ^t+6eM8hf;02Fc?0H&QT+5