From 742acc8b9d59a1426a470bae49c965f4c5d52cde Mon Sep 17 00:00:00 2001 From: Austin Lai <76412946+alai97@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:22:42 -0600 Subject: [PATCH] Add Section Links (#25455) --- content/en/cloud_cost_management/saas_costs.md | 2 ++ .../partials/cloud_cost/cost-integrations.html | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/content/en/cloud_cost_management/saas_costs.md b/content/en/cloud_cost_management/saas_costs.md index 438c9b2d2965c..b1ee1f447ee68 100644 --- a/content/en/cloud_cost_management/saas_costs.md +++ b/content/en/cloud_cost_management/saas_costs.md @@ -48,6 +48,8 @@ See the respective documentation for your cloud provider:
+### Configure your SaaS accounts + Navigate to [**Infrastructure > Cloud Costs > Settings > Accounts**][8] and click **Configure** on a provider to collect cost data. {{< img src="cloud_cost/saas_costs/all_accounts.png" alt="Add your accounts with AWS, Azure, Google Cloud to collect cost data. You can also add your accounts for Fastly, Snowflake, Confluent Cloud, MongoDB, Databricks, OpenAI, and Twilio" style="width:100%" >}} diff --git a/layouts/partials/cloud_cost/cost-integrations.html b/layouts/partials/cloud_cost/cost-integrations.html index bf5d14ac899ce..9fee8944a37ba 100644 --- a/layouts/partials/cloud_cost/cost-integrations.html +++ b/layouts/partials/cloud_cost/cost-integrations.html @@ -1,13 +1,13 @@ {{ $root := . }} {{ $saas_cost_integrations := slice - (dict "name" "databricks" "href" "/cloud_cost_management/saas_costs/?tab=databricks#setup" "src" "integrations_logos/databricks_small.svg") - (dict "name" "confluent cloud" "href" "/cloud_cost_management/saas_costs/?tab=confluentcloud#setup" "src" "integrations_logos/confluent-cloud_small.svg") - (dict "name" "mongodb" "href" "/cloud_cost_management/saas_costs/?tab=mongodb#setup" "src" "integrations_logos/mongodb_small.svg") - (dict "name" "snowflake" "href" "/cloud_cost_management/saas_costs/?tab=snowflake#setup" "src" "integrations_logos/snowflake_small.svg") - (dict "name" "elastic cloud" "href" "/cloud_cost_management/saas_costs/?tab=elasticcloud#setup" "src" "integrations_logos/elastic-cloud_small.svg") - (dict "name" "openai" "href" "/cloud_cost_management/saas_costs/?tab=openai#setup" "src" "integrations_logos/openai_small.svg") - (dict "name" "fastly" "href" "/cloud_cost_management/saas_costs/?tab=fastly#setup" "src" "integrations_logos/fastly_small.svg") - (dict "name" "twilio" "href" "/cloud_cost_management/saas_costs/?tab=twilio#setup" "src" "integrations_logos/twilio_small.svg") + (dict "name" "databricks" "href" "/cloud_cost_management/saas_costs/?tab=databricks#configure-your-saas-accounts" "src" "integrations_logos/databricks_small.svg") + (dict "name" "confluent cloud" "href" "/cloud_cost_management/saas_costs/?tab=confluentcloud#configure-your-saas-accounts" "src" "integrations_logos/confluent-cloud_small.svg") + (dict "name" "mongodb" "href" "/cloud_cost_management/saas_costs/?tab=mongodb#configure-your-saas-accounts" "src" "integrations_logos/mongodb_small.svg") + (dict "name" "snowflake" "href" "/cloud_cost_management/saas_costs/?tab=snowflake#configure-your-saas-accounts" "src" "integrations_logos/snowflake_small.svg") + (dict "name" "elastic cloud" "href" "/cloud_cost_management/saas_costs/?tab=elasticcloud#configure-your-saas-accounts" "src" "integrations_logos/elastic-cloud_small.svg") + (dict "name" "openai" "href" "/cloud_cost_management/saas_costs/?tab=openai#configure-your-saas-accounts" "src" "integrations_logos/openai_small.svg") + (dict "name" "fastly" "href" "/cloud_cost_management/saas_costs/?tab=fastly#configure-your-saas-accounts" "src" "integrations_logos/fastly_small.svg") + (dict "name" "twilio" "href" "/cloud_cost_management/saas_costs/?tab=twilio#configure-your-saas-accounts" "src" "integrations_logos/twilio_small.svg") }}