Skip to content

Commit b7b54ef

Browse files
authored
Merge pull request #189 from stackql/feature/doc-updates
azure doc updates
2 parents 8b358a9 + 2a026f0 commit b7b54ef

File tree

6,575 files changed

+533721
-101015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,575 files changed

+533721
-101015
lines changed

docs/azure-docs/index.md

Lines changed: 56 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,58 @@
1-
---
2-
title: azure
3-
hide_title: false
4-
hide_table_of_contents: false
5-
keywords:
6-
- azure
7-
- stackql
8-
- infrastructure-as-code
9-
- configuration-as-data
10-
- cloud inventory
11-
description: Query, deploy and manage Azure resources using SQL
12-
custom_edit_url: null
13-
image: /img/providers/azure/stackql-azure-provider-featured-image.png
14-
id: azure-doc
15-
slug: /providers/azure
16-
---
1+
---
2+
title: azure
3+
hide_title: false
4+
hide_table_of_contents: false
5+
keywords:
6+
- azure
7+
- microsoft azure
8+
- stackql
9+
- infrastructure-as-code
10+
- configuration-as-data
11+
- cloud inventory
12+
description: Query, deploy and manage Microsoft Azure resources using SQL
13+
custom_edit_url: null
14+
image: /img/providers/azure/stackql-azure-provider-featured-image.png
15+
id: azure-doc
16+
slug: /providers/azure
17+
18+
---
19+
20+
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
21+
22+
Core cloud services from Microsoft Azure.
1723

18-
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
19-
20-
Cloud computing services operated by Microsoft.
21-
22-
:::info Provider Summary (v24.06.00242)
24+
:::info Provider Summary (v24.10.00256)
2325

2426
<div class="row">
2527
<div class="providerDocColumn">
26-
<span>total services:&nbsp;<b>196</b></span><br />
27-
<span>total methods:&nbsp;<b>11160</b></span><br />
28-
</div>
29-
<div class="providerDocColumn">
30-
<span>total resources:&nbsp;<b>4020</b></span><br />
31-
<span>total selectable resources:&nbsp;<b>3581</b></span><br />
28+
<span>total services:&nbsp;<b>201</b></span><br />
29+
<span>total resources:&nbsp;<b>3919</b></span><br />
3230
</div>
3331
</div>
3432

3533
:::
3634

37-
See also:
38-
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
39-
* * *
40-
41-
## Installation
42-
43-
To pull the latest version of the `azure` provider, run the following command:
44-
45-
```bash
46-
REGISTRY PULL azure;
47-
```
48-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
49-
50-
## Authentication
51-
52-
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>.
53-
54-
### Authenticating using an Azure Service Principal
55-
35+
See also:
36+
[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37+
* * *
38+
39+
## Installation
40+
41+
To pull the latest version of the `azure` provider, run the following command:
42+
43+
```bash
44+
REGISTRY PULL azure;
45+
```
46+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47+
48+
## Authentication
49+
50+
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>.
51+
52+
### Authenticating using an Azure Service Principal
53+
5654
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).
5755

58-
5956
## Services
6057
<div class="row">
6158
<div class="providerDocColumn">
@@ -79,7 +76,7 @@ To authenticate using an Azure Service Principal, set the following environment
7976
<a href="/providers/azure/azure_active_directory/">azure_active_directory</a><br />
8077
<a href="/providers/azure/azure_arc_data/">azure_arc_data</a><br />
8178
<a href="/providers/azure/azure_data/">azure_data</a><br />
82-
<a href="/providers/azure/azurefleet/">azurefleet</a><br />
79+
<a href="/providers/azure/azure_fleet/">azure_fleet</a><br />
8380
<a href="/providers/azure/bare_metal_infrastructure/">bare_metal_infrastructure</a><br />
8481
<a href="/providers/azure/batch/">batch</a><br />
8582
<a href="/providers/azure/billing/">billing</a><br />
@@ -92,6 +89,7 @@ To authenticate using an Azure Service Principal, set the following environment
9289
<a href="/providers/azure/cognitive_services/">cognitive_services</a><br />
9390
<a href="/providers/azure/communication/">communication</a><br />
9491
<a href="/providers/azure/compute/">compute</a><br />
92+
<a href="/providers/azure/computeschedule/">computeschedule</a><br />
9593
<a href="/providers/azure/confidential_ledger/">confidential_ledger</a><br />
9694
<a href="/providers/azure/consumption/">consumption</a><br />
9795
<a href="/providers/azure/container_apps/">container_apps</a><br />
@@ -116,7 +114,7 @@ To authenticate using an Azure Service Principal, set the following environment
116114
<a href="/providers/azure/data_replication/">data_replication</a><br />
117115
<a href="/providers/azure/data_share/">data_share</a><br />
118116
<a href="/providers/azure/data_transfer/">data_transfer</a><br />
119-
<a href="/providers/azure/databasewatcher/">databasewatcher</a><br />
117+
<a href="/providers/azure/db_watcher/">db_watcher</a><br />
120118
<a href="/providers/azure/defender/">defender</a><br />
121119
<a href="/providers/azure/delegated_network/">delegated_network</a><br />
122120
<a href="/providers/azure/desktop_virtualization/">desktop_virtualization</a><br />
@@ -129,18 +127,20 @@ To authenticate using an Azure Service Principal, set the following environment
129127
<a href="/providers/azure/digital_twins/">digital_twins</a><br />
130128
<a href="/providers/azure/dns/">dns</a><br />
131129
<a href="/providers/azure/dns_resolver/">dns_resolver</a><br />
132-
<a href="/providers/azure/edgezones/">edgezones</a><br />
130+
<a href="/providers/azure/edge_zones/">edge_zones</a><br />
133131
<a href="/providers/azure/elastic_san/">elastic_san</a><br />
134132
<a href="/providers/azure/engagement_fabric/">engagement_fabric</a><br />
135133
<a href="/providers/azure/event_grid/">event_grid</a><br />
136134
<a href="/providers/azure/event_hubs/">event_hubs</a><br />
135+
<a href="/providers/azure/fabric/">fabric</a><br />
137136
<a href="/providers/azure/fleet/">fleet</a><br />
138137
<a href="/providers/azure/fluid_relay/">fluid_relay</a><br />
139138
<a href="/providers/azure/front_door/">front_door</a><br />
140139
<a href="/providers/azure/graph_services/">graph_services</a><br />
141140
<a href="/providers/azure/guest_configuration/">guest_configuration</a><br />
142141
<a href="/providers/azure/hardware_security_modules/">hardware_security_modules</a><br />
143142
<a href="/providers/azure/hdinsight/">hdinsight</a><br />
143+
<a href="/providers/azure/healthdataaiservices/">healthdataaiservices</a><br />
144144
<a href="/providers/azure/hybrid_aks/">hybrid_aks</a><br />
145145
<a href="/providers/azure/hybrid_cloud/">hybrid_cloud</a><br />
146146
<a href="/providers/azure/hybrid_compute/">hybrid_compute</a><br />
@@ -159,9 +159,10 @@ To authenticate using an Azure Service Principal, set the following environment
159159
<a href="/providers/azure/iot_orchestrator/">iot_orchestrator</a><br />
160160
</div>
161161
<div class="providerDocColumn">
162+
<a href="/providers/azure/iotoperations/">iotoperations</a><br />
163+
<a href="/providers/azure/k8s_runtime/">k8s_runtime</a><br />
162164
<a href="/providers/azure/key_vault/">key_vault</a><br />
163165
<a href="/providers/azure/kubernetes_configuration/">kubernetes_configuration</a><br />
164-
<a href="/providers/azure/kubernetesruntime/">kubernetesruntime</a><br />
165166
<a href="/providers/azure/lab_services/">lab_services</a><br />
166167
<a href="/providers/azure/large_instances/">large_instances</a><br />
167168
<a href="/providers/azure/load_testing/">load_testing</a><br />
@@ -203,6 +204,7 @@ To authenticate using an Azure Service Principal, set the following environment
203204
<a href="/providers/azure/powerbi_embedded/">powerbi_embedded</a><br />
204205
<a href="/providers/azure/powerbi_privatelinks/">powerbi_privatelinks</a><br />
205206
<a href="/providers/azure/private_dns/">private_dns</a><br />
207+
<a href="/providers/azure/programmableconnectivity/">programmableconnectivity</a><br />
206208
<a href="/providers/azure/provider_hub/">provider_hub</a><br />
207209
<a href="/providers/azure/purview/">purview</a><br />
208210
<a href="/providers/azure/purview_policy/">purview_policy</a><br />
@@ -222,7 +224,6 @@ To authenticate using an Azure Service Principal, set the following environment
222224
<a href="/providers/azure/search/">search</a><br />
223225
<a href="/providers/azure/security/">security</a><br />
224226
<a href="/providers/azure/security_and_compliance/">security_and_compliance</a><br />
225-
<a href="/providers/azure/security_devops/">security_devops</a><br />
226227
<a href="/providers/azure/sentinel/">sentinel</a><br />
227228
<a href="/providers/azure/serial_console/">serial_console</a><br />
228229
<a href="/providers/azure/service_bus/">service_bus</a><br />
@@ -237,7 +238,7 @@ To authenticate using an Azure Service Principal, set the following environment
237238
<a href="/providers/azure/spring_apps/">spring_apps</a><br />
238239
<a href="/providers/azure/sql/">sql</a><br />
239240
<a href="/providers/azure/sql_vm/">sql_vm</a><br />
240-
<a href="/providers/azure/standbypool/">standbypool</a><br />
241+
<a href="/providers/azure/standby_pools/">standby_pools</a><br />
241242
<a href="/providers/azure/storage/">storage</a><br />
242243
<a href="/providers/azure/storage_cache/">storage_cache</a><br />
243244
<a href="/providers/azure/storage_import_export/">storage_import_export</a><br />
@@ -250,9 +251,10 @@ To authenticate using an Azure Service Principal, set the following environment
250251
<a href="/providers/azure/support/">support</a><br />
251252
<a href="/providers/azure/synapse/">synapse</a><br />
252253
<a href="/providers/azure/system_center_vm_manager/">system_center_vm_manager</a><br />
254+
<a href="/providers/azure/terraform/">terraform</a><br />
253255
<a href="/providers/azure/time_series_insights/">time_series_insights</a><br />
254256
<a href="/providers/azure/traffic_manager/">traffic_manager</a><br />
255-
<a href="/providers/azure/verifiedid/">verifiedid</a><br />
257+
<a href="/providers/azure/verified_id/">verified_id</a><br />
256258
<a href="/providers/azure/video_analyzer/">video_analyzer</a><br />
257259
<a href="/providers/azure/voice_services/">voice_services</a><br />
258260
<a href="/providers/azure/web_pubsub/">web_pubsub</a><br />

0 commit comments

Comments
 (0)