From 5fab155815ed321df019e9c6bf206c2be406f25b Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Tue, 12 Dec 2023 13:37:51 +0530 Subject: [PATCH] Update the docs to use latest Steampipe definition (#701) --- docs/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5cdb56ce..57716fa9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,9 +13,9 @@ engines: ["steampipe", "sqlite", "postgres", "export"] # Azure + Steampipe -[Azure](https://azure.microsoft.com) provides on-demand cloud computing platforms and APIs to authenticated customers on a metered pay-as-you-go basis. +[Steampipe](https://steampipe.io) is an open-source zero-ETL engine to instantly query cloud APIs using SQL. -[Steampipe](https://steampipe.io) is an open source CLI to instantly query cloud APIs using SQL. +[Azure](https://azure.microsoft.com) provides on-demand cloud computing platforms and APIs to authenticated customers on a metered pay-as-you-go basis. For example: @@ -326,5 +326,3 @@ connection "azure" { plugin = "azure" } ``` - -