You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
21
+
22
22
Core cloud services from Microsoft Azure.
23
23
24
24
:::info Provider Summary (v24.10.00256)
@@ -32,25 +32,25 @@ Core cloud services from Microsoft Azure.
32
32
33
33
:::
34
34
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 <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
51
-
52
-
### Authenticating using an Azure Service Principal
53
-
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 <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
51
+
52
+
### Authenticating using an Azure Service Principal
53
+
54
54
To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCodecode="AZURE_TENANT_ID" />, <CopyableCodecode="AZURE_CLIENT_ID" /> and <CopyableCodecode="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).
55
55
56
56
## Services
@@ -260,4 +260,4 @@ To authenticate using an Azure Service Principal, set the following environment
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
-
* * *
36
-
37
-
## Installation
38
-
39
-
To pull the latest version of the `azure_extras` provider, run the following command:
40
-
41
-
```bash
42
-
REGISTRY PULL azure_extras;
43
-
```
44
-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
-
46
-
## Authentication
47
-
48
-
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
-
50
-
### Authenticating using an Azure Service Principal
51
-
33
+
See also:
34
+
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
+
* * *
36
+
37
+
## Installation
38
+
39
+
To pull the latest version of the `azure_extras` provider, run the following command:
40
+
41
+
```bash
42
+
REGISTRY PULL azure_extras;
43
+
```
44
+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
+
46
+
## Authentication
47
+
48
+
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
+
50
+
### Authenticating using an Azure Service Principal
51
+
52
52
To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCodecode="AZURE_TENANT_ID" />, <CopyableCodecode="AZURE_CLIENT_ID" /> and <CopyableCodecode="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).
53
53
54
54
## Services
@@ -97,4 +97,4 @@ To authenticate using an Azure Service Principal, set the following environment
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
19
+
20
20
Provision, manage, and integrate independent software vendor services on Azure.
21
21
22
22
:::info Provider Summary (v24.10.00256)
@@ -30,25 +30,25 @@ Provision, manage, and integrate independent software vendor services on Azure.
30
30
31
31
:::
32
32
33
-
See also:
34
-
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
-
* * *
36
-
37
-
## Installation
38
-
39
-
To pull the latest version of the `azure_isv` provider, run the following command:
40
-
41
-
```bash
42
-
REGISTRY PULL azure_isv;
43
-
```
44
-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
-
46
-
## Authentication
47
-
48
-
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
-
50
-
### Authenticating using an Azure Service Principal
51
-
33
+
See also:
34
+
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
+
* * *
36
+
37
+
## Installation
38
+
39
+
To pull the latest version of the `azure_isv` provider, run the following command:
40
+
41
+
```bash
42
+
REGISTRY PULL azure_isv;
43
+
```
44
+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
+
46
+
## Authentication
47
+
48
+
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
+
50
+
### Authenticating using an Azure Service Principal
51
+
52
52
To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCodecode="AZURE_TENANT_ID" />, <CopyableCodecode="AZURE_CLIENT_ID" /> and <CopyableCodecode="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).
53
53
54
54
## Services
@@ -80,4 +80,4 @@ To authenticate using an Azure Service Principal, set the following environment
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
19
+
20
20
Build and run hybrid apps across datacenters, edge locations, remote offices, and the cloud.
21
21
22
22
:::info Provider Summary (v24.10.00256)
@@ -30,25 +30,25 @@ Build and run hybrid apps across datacenters, edge locations, remote offices, an
30
30
31
31
:::
32
32
33
-
See also:
34
-
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
-
* * *
36
-
37
-
## Installation
38
-
39
-
To pull the latest version of the `azure_stack` provider, run the following command:
40
-
41
-
```bash
42
-
REGISTRY PULL azure_stack;
43
-
```
44
-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
-
46
-
## Authentication
47
-
48
-
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
-
50
-
### Authenticating using an Azure Service Principal
51
-
33
+
See also:
34
+
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
35
+
* * *
36
+
37
+
## Installation
38
+
39
+
To pull the latest version of the `azure_stack` provider, run the following command:
40
+
41
+
```bash
42
+
REGISTRY PULL azure_stack;
43
+
```
44
+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
45
+
46
+
## Authentication
47
+
48
+
StackQL uses Azure application credentials obtained using the <CopyableCodecode="az login" /> command from the Azure SDK. For more information, see <ahref="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.
49
+
50
+
### Authenticating using an Azure Service Principal
51
+
52
52
To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCodecode="AZURE_TENANT_ID" />, <CopyableCodecode="AZURE_CLIENT_ID" /> and <CopyableCodecode="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).
53
53
54
54
## Services
@@ -75,4 +75,4 @@ To authenticate using an Azure Service Principal, set the following environment
0 commit comments