Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions docs/azure-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
title: azure
hide_title: false
hide_table_of_contents: false
keywords:
- azure
- microsoft azure
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Microsoft Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure-doc
slug: /providers/azure
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
---
title: azure
hide_title: false
hide_table_of_contents: false
keywords:
- azure
- microsoft azure
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Microsoft Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure-doc
slug: /providers/azure

---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

Core cloud services from Microsoft Azure.

:::info Provider Summary (v24.10.00256)
Expand All @@ -32,25 +32,25 @@ Core cloud services from Microsoft Azure.

:::

See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *
## Installation
To pull the latest version of the `azure` provider, run the following command:
```bash
REGISTRY PULL azure;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
## Authentication
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
### Authenticating using an Azure Service Principal
See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *

## Installation

To pull the latest version of the `azure` provider, run the following command:

```bash
REGISTRY PULL azure;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).

## Authentication

StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.

### Authenticating using an Azure Service Principal

To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).

## Services
Expand Down Expand Up @@ -260,4 +260,4 @@ To authenticate using an Azure Service Principal, set the following environment
<a href="/providers/azure/web_pubsub/">web_pubsub</a><br />
<a href="/providers/azure/workload_monitor/">workload_monitor</a><br />
</div>
</div>
</div>
78 changes: 39 additions & 39 deletions docs/azure_extras-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: azure_extras
hide_title: false
hide_table_of_contents: false
keywords:
- azure_extras
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_extras-doc
slug: /providers/azure_extras
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
---
title: azure_extras
hide_title: false
hide_table_of_contents: false
keywords:
- azure_extras
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_extras-doc
slug: /providers/azure_extras
---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

Additional Azure cloud computing services by Microsoft.

:::info Provider Summary (v24.10.00256)
Expand All @@ -30,25 +30,25 @@ Additional Azure cloud computing services by Microsoft.

:::

See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *
## Installation
To pull the latest version of the `azure_extras` provider, run the following command:
```bash
REGISTRY PULL azure_extras;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
## Authentication
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
### Authenticating using an Azure Service Principal
See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *

## Installation

To pull the latest version of the `azure_extras` provider, run the following command:

```bash
REGISTRY PULL azure_extras;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).

## Authentication

StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.

### Authenticating using an Azure Service Principal

To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).

## Services
Expand Down Expand Up @@ -97,4 +97,4 @@ To authenticate using an Azure Service Principal, set the following environment
<a href="/providers/azure_extras/windows_extended_security_updates/">windows_extended_security_updates</a><br />
<a href="/providers/azure_extras/windows_iot/">windows_iot</a><br />
</div>
</div>
</div>
78 changes: 39 additions & 39 deletions docs/azure_isv-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: azure_isv
hide_title: false
hide_table_of_contents: false
keywords:
- azure_isv
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_isv-doc
slug: /providers/azure_isv
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
---
title: azure_isv
hide_title: false
hide_table_of_contents: false
keywords:
- azure_isv
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_isv-doc
slug: /providers/azure_isv
---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

Provision, manage, and integrate independent software vendor services on Azure.

:::info Provider Summary (v24.10.00256)
Expand All @@ -30,25 +30,25 @@ Provision, manage, and integrate independent software vendor services on Azure.

:::

See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *
## Installation
To pull the latest version of the `azure_isv` provider, run the following command:
```bash
REGISTRY PULL azure_isv;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
## Authentication
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
### Authenticating using an Azure Service Principal
See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *

## Installation

To pull the latest version of the `azure_isv` provider, run the following command:

```bash
REGISTRY PULL azure_isv;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).

## Authentication

StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.

### Authenticating using an Azure Service Principal

To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).

## Services
Expand Down Expand Up @@ -80,4 +80,4 @@ To authenticate using an Azure Service Principal, set the following environment
<a href="/providers/azure_isv/vmware/">vmware</a><br />
<a href="/providers/azure_isv/vmware_cloud_simple/">vmware_cloud_simple</a><br />
</div>
</div>
</div>
78 changes: 39 additions & 39 deletions docs/azure_stack-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: azure_stack
hide_title: false
hide_table_of_contents: false
keywords:
- azure_stack
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_stack-doc
slug: /providers/azure_stack
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
---
title: azure_stack
hide_title: false
hide_table_of_contents: false
keywords:
- azure_stack
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage Azure resources using SQL
custom_edit_url: null
image: /img/providers/azure/stackql-azure-provider-featured-image.png
id: azure_stack-doc
slug: /providers/azure_stack
---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

Build and run hybrid apps across datacenters, edge locations, remote offices, and the cloud.

:::info Provider Summary (v24.10.00256)
Expand All @@ -30,25 +30,25 @@ Build and run hybrid apps across datacenters, edge locations, remote offices, an

:::

See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *
## Installation
To pull the latest version of the `azure_stack` provider, run the following command:
```bash
REGISTRY PULL azure_stack;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
## Authentication
StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
### Authenticating using an Azure Service Principal
See also:
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
* * *

## Installation

To pull the latest version of the `azure_stack` provider, run the following command:

```bash
REGISTRY PULL azure_stack;
```
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).

## Authentication

StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.

### Authenticating using an Azure Service Principal

To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).

## Services
Expand All @@ -75,4 +75,4 @@ To authenticate using an Azure Service Principal, set the following environment
<a href="/providers/azure_stack/update_admin/">update_admin</a><br />
<a href="/providers/azure_stack/user_subscriptions/">user_subscriptions</a><br />
</div>
</div>
</div>