Skip to content

Commit

Permalink
Add Section Links (#25455)
Browse files Browse the repository at this point in the history
  • Loading branch information
alai97 authored Sep 30, 2024
1 parent 3079a89 commit 742acc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions content/en/cloud_cost_management/saas_costs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ See the respective documentation for your cloud provider:

</br>

### 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%" >}}
Expand Down
16 changes: 8 additions & 8 deletions layouts/partials/cloud_cost/cost-integrations.html
Original file line number Diff line number Diff line change
@@ -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")
}}

<div class="saas-cost-integrations">
Expand Down

0 comments on commit 742acc8

Please sign in to comment.