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
description="(Required) Specifies the resource group name"
3
2
type=string
4
3
}
5
4
6
5
variable"location" {
7
-
description="(Required) Specifies the location of the Azure OpenAI Service"
8
6
type=string
9
7
}
10
8
11
9
variable"name" {
12
-
description="(Required) Specifies the name of the Azure OpenAI Service"
13
10
type=string
14
-
default="BashScript"
11
+
}
12
+
13
+
variable"aks_cluster_id" {
14
+
type=string
15
15
}
16
16
17
17
variable"azure_cli_version" {
18
-
description="(Required) Azure CLI module version to be used."
19
18
type=string
20
-
default="2.9.1"
21
19
}
22
20
23
21
variable"managed_identity_name" {
24
-
description="Specifies the name of the user-defined managed identity used by the deployment script."
25
22
type=string
26
-
default="ScriptManagedIdentity"
27
23
}
28
24
29
25
variable"primary_script_uri" {
30
-
description="(Optional) Uri for the script. This is the entry point for the external script. Changing this forces a new Resource Deployment Script to be created."
31
26
type=string
32
27
}
33
28
34
29
variable"aks_cluster_name" {
35
-
description="Specifies the name of the AKS cluster."
36
30
type=string
37
31
}
38
32
39
33
variable"tenant_id" {
40
-
description="Specifies the Azure AD tenant id."
41
34
type=string
42
35
}
43
36
44
37
variable"subscription_id" {
45
-
description="Specifies the Azure subscription id."
46
38
type=string
47
39
}
48
40
49
41
variable"hostname" {
50
-
description="Specifies the hostname of the application."
51
42
type=string
52
43
}
53
44
54
45
variable"namespace" {
55
-
description="Specifies the namespace of the application."
56
46
type=string
57
47
}
58
48
59
49
variable"service_account_name" {
60
-
description="Specifies the service account of the application."
61
50
type=string
62
51
}
63
52
64
53
variable"workload_managed_identity_client_id" {
65
-
description="Specifies the client id of the workload user-defined managed identity."
66
54
type=string
67
55
}
68
56
69
57
variable"email" {
70
58
description="Specifies the email address for the cert-manager cluster issuer."
71
59
type=string
72
-
}
73
-
74
-
variable"tags" {
75
-
description="(Optional) Specifies the tags of the Azure OpenAI Service"
0 commit comments