We recommend using Azure Native.
Azure v6.31.0 published on Monday, Dec 29, 2025 by Pulumi
Use this data source to access information about an existing Cognitive Services Account.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const test = azure.cognitive.getAccount({
name: "example-account",
resourceGroupName: "cognitive_account_rg",
});
export const primaryAccessKey = test.then(test => test.primaryAccessKey);
import pulumi
import pulumi_azure as azure
test = azure.cognitive.get_account(name="example-account",
resource_group_name="cognitive_account_rg")
pulumi.export("primaryAccessKey", test.primary_access_key)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/cognitive"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
test, err := cognitive.LookupAccount(ctx, &cognitive.LookupAccountArgs{
Name: "example-account",
ResourceGroupName: "cognitive_account_rg",
}, nil)
if err != nil {
return err
}
ctx.Export("primaryAccessKey", test.PrimaryAccessKey)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var test = Azure.Cognitive.GetAccount.Invoke(new()
{
Name = "example-account",
ResourceGroupName = "cognitive_account_rg",
});
return new Dictionary<string, object?>
{
["primaryAccessKey"] = test.Apply(getAccountResult => getAccountResult.PrimaryAccessKey),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.cognitive.CognitiveFunctions;
import com.pulumi.azure.cognitive.inputs.GetAccountArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = CognitiveFunctions.getAccount(GetAccountArgs.builder()
.name("example-account")
.resourceGroupName("cognitive_account_rg")
.build());
ctx.export("primaryAccessKey", test.primaryAccessKey());
}
}
variables:
test:
fn::invoke:
function: azure:cognitive:getAccount
arguments:
name: example-account
resourceGroupName: cognitive_account_rg
outputs:
primaryAccessKey: ${test.primaryAccessKey}
API Providers
This data source uses the following Azure API Providers:
Microsoft.CognitiveServices- 2025-06-01
Using getAccount
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccount(args: GetAccountArgs, opts?: InvokeOptions): Promise<GetAccountResult>
function getAccountOutput(args: GetAccountOutputArgs, opts?: InvokeOptions): Output<GetAccountResult>def get_account(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountResult
def get_account_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountResult]func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput> Note: This function is named LookupAccount in the Go SDK.
public static class GetAccount
{
public static Task<GetAccountResult> InvokeAsync(GetAccountArgs args, InvokeOptions? opts = null)
public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
public static Output<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
fn::invoke:
function: azure:cognitive/getAccount:getAccount
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Specifies the name of the Cognitive Services Account.
- Resource
Group stringName - Specifies the name of the resource group where the Cognitive Services Account resides.
- Dictionary<string, string>
- A mapping of tags to assigned to the resource.
- Name string
- Specifies the name of the Cognitive Services Account.
- Resource
Group stringName - Specifies the name of the resource group where the Cognitive Services Account resides.
- map[string]string
- A mapping of tags to assigned to the resource.
- name String
- Specifies the name of the Cognitive Services Account.
- resource
Group StringName - Specifies the name of the resource group where the Cognitive Services Account resides.
- Map<String,String>
- A mapping of tags to assigned to the resource.
- name string
- Specifies the name of the Cognitive Services Account.
- resource
Group stringName - Specifies the name of the resource group where the Cognitive Services Account resides.
- {[key: string]: string}
- A mapping of tags to assigned to the resource.
- name str
- Specifies the name of the Cognitive Services Account.
- resource_
group_ strname - Specifies the name of the resource group where the Cognitive Services Account resides.
- Mapping[str, str]
- A mapping of tags to assigned to the resource.
- name String
- Specifies the name of the Cognitive Services Account.
- resource
Group StringName - Specifies the name of the resource group where the Cognitive Services Account resides.
- Map<String>
- A mapping of tags to assigned to the resource.
getAccount Result
The following output properties are available:
- Custom
Question stringAnswering Search Service Id - The ID of the search service.
- Custom
Subdomain stringName - The subdomain name used for Entra ID token-based authentication.
- Customer
Managed List<GetKeys Account Customer Managed Key> - A
customer_managed_keyblock as defined below. - Dynamic
Throttling boolEnabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- Endpoint string
- The endpoint of the Cognitive Services Account.
- Fqdns List<string>
- List of FQDNs allowed for the Cognitive Services Account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<Get
Account Identity> - A
identityblock as defined below. - Kind string
- The type of the Cognitive Services Account.
- Local
Auth boolEnabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- Location string
- The Azure location where the Cognitive Services Account exists.
- Metrics
Advisor stringAad Client Id - The Microsoft Entra Application (client) ID.
- Metrics
Advisor stringAad Tenant Id - The Microsoft Entra Tenant ID.
- Metrics
Advisor stringSuper User Name - The super user of Metrics Advisor.
- Metrics
Advisor stringWebsite Name - The website name of Metrics Advisor.
- Name string
- Network
Acls List<GetAccount Network Acl> - A
network_aclsblock as defined below. - Network
Injections List<GetAccount Network Injection> - A
network_injectionblock as defined below. - Outbound
Network boolAccess Restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- Primary
Access stringKey - The primary access key of the Cognitive Services Account.
- Project
Management boolEnabled - Whether project management is enabled.
- Public
Network boolAccess Enabled - Whether public network access is allowed for the Cognitive Services Account.
- Qna
Runtime stringEndpoint - The link to the QNA runtime.
- Resource
Group stringName - Secondary
Access stringKey - The secondary access key of the Cognitive Services Account.
- Sku
Name string - The SKU name of the Cognitive Services Account.
- Storages
List<Get
Account Storage> - A
storageblock as defined below. - Dictionary<string, string>
- A mapping of tags to assigned to the resource.
- Custom
Question stringAnswering Search Service Id - The ID of the search service.
- Custom
Subdomain stringName - The subdomain name used for Entra ID token-based authentication.
- Customer
Managed []GetKeys Account Customer Managed Key Type - A
customer_managed_keyblock as defined below. - Dynamic
Throttling boolEnabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- Endpoint string
- The endpoint of the Cognitive Services Account.
- Fqdns []string
- List of FQDNs allowed for the Cognitive Services Account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]Get
Account Identity - A
identityblock as defined below. - Kind string
- The type of the Cognitive Services Account.
- Local
Auth boolEnabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- Location string
- The Azure location where the Cognitive Services Account exists.
- Metrics
Advisor stringAad Client Id - The Microsoft Entra Application (client) ID.
- Metrics
Advisor stringAad Tenant Id - The Microsoft Entra Tenant ID.
- Metrics
Advisor stringSuper User Name - The super user of Metrics Advisor.
- Metrics
Advisor stringWebsite Name - The website name of Metrics Advisor.
- Name string
- Network
Acls []GetAccount Network Acl - A
network_aclsblock as defined below. - Network
Injections []GetAccount Network Injection - A
network_injectionblock as defined below. - Outbound
Network boolAccess Restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- Primary
Access stringKey - The primary access key of the Cognitive Services Account.
- Project
Management boolEnabled - Whether project management is enabled.
- Public
Network boolAccess Enabled - Whether public network access is allowed for the Cognitive Services Account.
- Qna
Runtime stringEndpoint - The link to the QNA runtime.
- Resource
Group stringName - Secondary
Access stringKey - The secondary access key of the Cognitive Services Account.
- Sku
Name string - The SKU name of the Cognitive Services Account.
- Storages
[]Get
Account Storage - A
storageblock as defined below. - map[string]string
- A mapping of tags to assigned to the resource.
- custom
Question StringAnswering Search Service Id - The ID of the search service.
- custom
Subdomain StringName - The subdomain name used for Entra ID token-based authentication.
- customer
Managed List<GetKeys Account Customer Managed Key> - A
customer_managed_keyblock as defined below. - dynamic
Throttling BooleanEnabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- endpoint String
- The endpoint of the Cognitive Services Account.
- fqdns List<String>
- List of FQDNs allowed for the Cognitive Services Account.
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<Get
Account Identity> - A
identityblock as defined below. - kind String
- The type of the Cognitive Services Account.
- local
Auth BooleanEnabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- location String
- The Azure location where the Cognitive Services Account exists.
- metrics
Advisor StringAad Client Id - The Microsoft Entra Application (client) ID.
- metrics
Advisor StringAad Tenant Id - The Microsoft Entra Tenant ID.
- metrics
Advisor StringSuper User Name - The super user of Metrics Advisor.
- metrics
Advisor StringWebsite Name - The website name of Metrics Advisor.
- name String
- network
Acls List<GetAccount Network Acl> - A
network_aclsblock as defined below. - network
Injections List<GetAccount Network Injection> - A
network_injectionblock as defined below. - outbound
Network BooleanAccess Restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- primary
Access StringKey - The primary access key of the Cognitive Services Account.
- project
Management BooleanEnabled - Whether project management is enabled.
- public
Network BooleanAccess Enabled - Whether public network access is allowed for the Cognitive Services Account.
- qna
Runtime StringEndpoint - The link to the QNA runtime.
- resource
Group StringName - secondary
Access StringKey - The secondary access key of the Cognitive Services Account.
- sku
Name String - The SKU name of the Cognitive Services Account.
- storages
List<Get
Account Storage> - A
storageblock as defined below. - Map<String,String>
- A mapping of tags to assigned to the resource.
- custom
Question stringAnswering Search Service Id - The ID of the search service.
- custom
Subdomain stringName - The subdomain name used for Entra ID token-based authentication.
- customer
Managed GetKeys Account Customer Managed Key[] - A
customer_managed_keyblock as defined below. - dynamic
Throttling booleanEnabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- endpoint string
- The endpoint of the Cognitive Services Account.
- fqdns string[]
- List of FQDNs allowed for the Cognitive Services Account.
- id string
- The provider-assigned unique ID for this managed resource.
- identities
Get
Account Identity[] - A
identityblock as defined below. - kind string
- The type of the Cognitive Services Account.
- local
Auth booleanEnabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- location string
- The Azure location where the Cognitive Services Account exists.
- metrics
Advisor stringAad Client Id - The Microsoft Entra Application (client) ID.
- metrics
Advisor stringAad Tenant Id - The Microsoft Entra Tenant ID.
- metrics
Advisor stringSuper User Name - The super user of Metrics Advisor.
- metrics
Advisor stringWebsite Name - The website name of Metrics Advisor.
- name string
- network
Acls GetAccount Network Acl[] - A
network_aclsblock as defined below. - network
Injections GetAccount Network Injection[] - A
network_injectionblock as defined below. - outbound
Network booleanAccess Restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- primary
Access stringKey - The primary access key of the Cognitive Services Account.
- project
Management booleanEnabled - Whether project management is enabled.
- public
Network booleanAccess Enabled - Whether public network access is allowed for the Cognitive Services Account.
- qna
Runtime stringEndpoint - The link to the QNA runtime.
- resource
Group stringName - secondary
Access stringKey - The secondary access key of the Cognitive Services Account.
- sku
Name string - The SKU name of the Cognitive Services Account.
- storages
Get
Account Storage[] - A
storageblock as defined below. - {[key: string]: string}
- A mapping of tags to assigned to the resource.
- custom_
question_ stranswering_ search_ service_ id - The ID of the search service.
- custom_
subdomain_ strname - The subdomain name used for Entra ID token-based authentication.
- customer_
managed_ Sequence[Getkeys Account Customer Managed Key] - A
customer_managed_keyblock as defined below. - dynamic_
throttling_ boolenabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- endpoint str
- The endpoint of the Cognitive Services Account.
- fqdns Sequence[str]
- List of FQDNs allowed for the Cognitive Services Account.
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[Get
Account Identity] - A
identityblock as defined below. - kind str
- The type of the Cognitive Services Account.
- local_
auth_ boolenabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- location str
- The Azure location where the Cognitive Services Account exists.
- metrics_
advisor_ straad_ client_ id - The Microsoft Entra Application (client) ID.
- metrics_
advisor_ straad_ tenant_ id - The Microsoft Entra Tenant ID.
- metrics_
advisor_ strsuper_ user_ name - The super user of Metrics Advisor.
- metrics_
advisor_ strwebsite_ name - The website name of Metrics Advisor.
- name str
- network_
acls Sequence[GetAccount Network Acl] - A
network_aclsblock as defined below. - network_
injections Sequence[GetAccount Network Injection] - A
network_injectionblock as defined below. - outbound_
network_ boolaccess_ restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- primary_
access_ strkey - The primary access key of the Cognitive Services Account.
- project_
management_ boolenabled - Whether project management is enabled.
- public_
network_ boolaccess_ enabled - Whether public network access is allowed for the Cognitive Services Account.
- qna_
runtime_ strendpoint - The link to the QNA runtime.
- resource_
group_ strname - secondary_
access_ strkey - The secondary access key of the Cognitive Services Account.
- sku_
name str - The SKU name of the Cognitive Services Account.
- storages
Sequence[Get
Account Storage] - A
storageblock as defined below. - Mapping[str, str]
- A mapping of tags to assigned to the resource.
- custom
Question StringAnswering Search Service Id - The ID of the search service.
- custom
Subdomain StringName - The subdomain name used for Entra ID token-based authentication.
- customer
Managed List<Property Map>Keys - A
customer_managed_keyblock as defined below. - dynamic
Throttling BooleanEnabled - Whether dynamic throttling is enabled for this Cognitive Services Account.
- endpoint String
- The endpoint of the Cognitive Services Account.
- fqdns List<String>
- List of FQDNs allowed for the Cognitive Services Account.
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- A
identityblock as defined below. - kind String
- The type of the Cognitive Services Account.
- local
Auth BooleanEnabled - Whether local authentication methods are enabled for the Cognitive Services Account.
- location String
- The Azure location where the Cognitive Services Account exists.
- metrics
Advisor StringAad Client Id - The Microsoft Entra Application (client) ID.
- metrics
Advisor StringAad Tenant Id - The Microsoft Entra Tenant ID.
- metrics
Advisor StringSuper User Name - The super user of Metrics Advisor.
- metrics
Advisor StringWebsite Name - The website name of Metrics Advisor.
- name String
- network
Acls List<Property Map> - A
network_aclsblock as defined below. - network
Injections List<Property Map> - A
network_injectionblock as defined below. - outbound
Network BooleanAccess Restricted - Whether outbound network access is restricted for the Cognitive Services Account.
- primary
Access StringKey - The primary access key of the Cognitive Services Account.
- project
Management BooleanEnabled - Whether project management is enabled.
- public
Network BooleanAccess Enabled - Whether public network access is allowed for the Cognitive Services Account.
- qna
Runtime StringEndpoint - The link to the QNA runtime.
- resource
Group StringName - secondary
Access StringKey - The secondary access key of the Cognitive Services Account.
- sku
Name String - The SKU name of the Cognitive Services Account.
- storages List<Property Map>
- A
storageblock as defined below. - Map<String>
- A mapping of tags to assigned to the resource.
Supporting Types
GetAccountCustomerManagedKey
- Identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- Key
Vault stringKey Id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
- Identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- Key
Vault stringKey Id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
- identity
Client StringId - The client ID of the managed identity associated with the storage resource.
- key
Vault StringKey Id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
- identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- key
Vault stringKey Id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
- identity_
client_ strid - The client ID of the managed identity associated with the storage resource.
- key_
vault_ strkey_ id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
- identity
Client StringId - The client ID of the managed identity associated with the storage resource.
- key
Vault StringKey Id - The ID of the Key Vault Key which is used to encrypt the data in this Cognitive Services Account.
GetAccountIdentity
- Identity
Ids List<string> - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- Principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- Tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- Type string
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
- Identity
Ids []string - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- Principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- Tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- Type string
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
- identity
Ids List<String> - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- principal
Id String - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- tenant
Id String - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- type String
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
- identity
Ids string[] - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- principal
Id string - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- tenant
Id string - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- type string
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
- identity_
ids Sequence[str] - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- principal_
id str - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- tenant_
id str - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- type str
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
- identity
Ids List<String> - The list of User Assigned Managed Identity IDs assigned to this Cognitive Services Account.
- principal
Id String - The Principal ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- tenant
Id String - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Cognitive Services Account.
- type String
- The type of Managed Service Identity that is configured on this Cognitive Services Account.
GetAccountNetworkAcl
- Bypass string
- Whether trusted Azure Services are allowed to access the service.
- Default
Action string - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - Ip
Rules List<string> - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- Virtual
Network List<GetRules Account Network Acl Virtual Network Rule> - A
virtual_network_rulesblock as defined below.
- Bypass string
- Whether trusted Azure Services are allowed to access the service.
- Default
Action string - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - Ip
Rules []string - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- Virtual
Network []GetRules Account Network Acl Virtual Network Rule - A
virtual_network_rulesblock as defined below.
- bypass String
- Whether trusted Azure Services are allowed to access the service.
- default
Action String - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - ip
Rules List<String> - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- virtual
Network List<GetRules Account Network Acl Virtual Network Rule> - A
virtual_network_rulesblock as defined below.
- bypass string
- Whether trusted Azure Services are allowed to access the service.
- default
Action string - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - ip
Rules string[] - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- virtual
Network GetRules Account Network Acl Virtual Network Rule[] - A
virtual_network_rulesblock as defined below.
- bypass str
- Whether trusted Azure Services are allowed to access the service.
- default_
action str - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - ip_
rules Sequence[str] - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- virtual_
network_ Sequence[Getrules Account Network Acl Virtual Network Rule] - A
virtual_network_rulesblock as defined below.
- bypass String
- Whether trusted Azure Services are allowed to access the service.
- default
Action String - The Default Action to use when no rules match from
ip_rules/virtual_network_rules. - ip
Rules List<String> - One or more IP Addresses, or CIDR Blocks that are able to access the Cognitive Services Account.
- virtual
Network List<Property Map>Rules - A
virtual_network_rulesblock as defined below.
GetAccountNetworkAclVirtualNetworkRule
- Ignore
Missing boolVnet Service Endpoint - Whether missing vnet service endpoint is ignored or not.
- Subnet
Id string - The ID of the subnet which is able to access this Cognitive Services Account.
- Ignore
Missing boolVnet Service Endpoint - Whether missing vnet service endpoint is ignored or not.
- Subnet
Id string - The ID of the subnet which is able to access this Cognitive Services Account.
- ignore
Missing BooleanVnet Service Endpoint - Whether missing vnet service endpoint is ignored or not.
- subnet
Id String - The ID of the subnet which is able to access this Cognitive Services Account.
- ignore
Missing booleanVnet Service Endpoint - Whether missing vnet service endpoint is ignored or not.
- subnet
Id string - The ID of the subnet which is able to access this Cognitive Services Account.
- ignore_
missing_ boolvnet_ service_ endpoint - Whether missing vnet service endpoint is ignored or not.
- subnet_
id str - The ID of the subnet which is able to access this Cognitive Services Account.
- ignore
Missing BooleanVnet Service Endpoint - Whether missing vnet service endpoint is ignored or not.
- subnet
Id String - The ID of the subnet which is able to access this Cognitive Services Account.
GetAccountNetworkInjection
GetAccountStorage
- Identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- Storage
Account stringId - The ID of the Storage Account resource associated with this Cognitive Services Account.
- Identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- Storage
Account stringId - The ID of the Storage Account resource associated with this Cognitive Services Account.
- identity
Client StringId - The client ID of the managed identity associated with the storage resource.
- storage
Account StringId - The ID of the Storage Account resource associated with this Cognitive Services Account.
- identity
Client stringId - The client ID of the managed identity associated with the storage resource.
- storage
Account stringId - The ID of the Storage Account resource associated with this Cognitive Services Account.
- identity_
client_ strid - The client ID of the managed identity associated with the storage resource.
- storage_
account_ strid - The ID of the Storage Account resource associated with this Cognitive Services Account.
- identity
Client StringId - The client ID of the managed identity associated with the storage resource.
- storage
Account StringId - The ID of the Storage Account resource associated with this Cognitive Services Account.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
