We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.storage.getAccount
Explore with Pulumi AI
Use this data source to access information about an existing Storage Account.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.storage.getAccount({
    name: "packerimages",
    resourceGroupName: "packer-storage",
});
export const storageAccountTier = example.then(example => example.accountTier);
import pulumi
import pulumi_azure as azure
example = azure.storage.get_account(name="packerimages",
    resource_group_name="packer-storage")
pulumi.export("storageAccountTier", example.account_tier)
package main
import (
	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/storage"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := storage.LookupAccount(ctx, &storage.LookupAccountArgs{
			Name:              "packerimages",
			ResourceGroupName: pulumi.StringRef("packer-storage"),
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("storageAccountTier", example.AccountTier)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() => 
{
    var example = Azure.Storage.GetAccount.Invoke(new()
    {
        Name = "packerimages",
        ResourceGroupName = "packer-storage",
    });
    return new Dictionary<string, object?>
    {
        ["storageAccountTier"] = example.Apply(getAccountResult => getAccountResult.AccountTier),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.storage.StorageFunctions;
import com.pulumi.azure.storage.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 example = StorageFunctions.getAccount(GetAccountArgs.builder()
            .name("packerimages")
            .resourceGroupName("packer-storage")
            .build());
        ctx.export("storageAccountTier", example.applyValue(getAccountResult -> getAccountResult.accountTier()));
    }
}
variables:
  example:
    fn::invoke:
      function: azure:storage:getAccount
      arguments:
        name: packerimages
        resourceGroupName: packer-storage
outputs:
  storageAccountTier: ${example.accountTier}
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(min_tls_version: Optional[str] = None,
                name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetAccountResult
def get_account_output(min_tls_version: Optional[pulumi.Input[str]] = None,
                name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[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:storage/getAccount:getAccount
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- Specifies the name of the Storage Account
- MinTls stringVersion 
- The minimum supported TLS version for this storage account.
- ResourceGroup stringName 
- Specifies the name of the resource group the Storage Account is located in.
- Name string
- Specifies the name of the Storage Account
- MinTls stringVersion 
- The minimum supported TLS version for this storage account.
- ResourceGroup stringName 
- Specifies the name of the resource group the Storage Account is located in.
- name String
- Specifies the name of the Storage Account
- minTls StringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup StringName 
- Specifies the name of the resource group the Storage Account is located in.
- name string
- Specifies the name of the Storage Account
- minTls stringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup stringName 
- Specifies the name of the resource group the Storage Account is located in.
- name str
- Specifies the name of the Storage Account
- min_tls_ strversion 
- The minimum supported TLS version for this storage account.
- resource_group_ strname 
- Specifies the name of the resource group the Storage Account is located in.
- name String
- Specifies the name of the Storage Account
- minTls StringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup StringName 
- Specifies the name of the resource group the Storage Account is located in.
getAccount Result
The following output properties are available:
- AccessTier string
- The access tier for BlobStorageaccounts.
- AccountKind string
- The Kind of account.
- AccountReplication stringType 
- The type of replication used for this storage account.
- AccountTier string
- The Tier of this storage account.
- AllowNested boolItems To Be Public 
- Can nested items in the storage account opt into allowing public access?
- AzureFiles List<GetAuthentications Account Azure Files Authentication> 
- A azure_files_authenticationblock as documented below.
- CustomDomains List<GetAccount Custom Domain> 
- supports the following:
- DnsEndpoint stringType 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- HttpsTraffic boolOnly Enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<GetAccount Identity> 
- An identityblock as documented below.
- InfrastructureEncryption boolEnabled 
- Is infrastructure encryption enabled? See here for more information.
- IsHns boolEnabled 
- Is Hierarchical Namespace enabled?
- Location string
- The Azure location where the Storage Account exists
- Name string
- The Custom Domain Name used for the Storage Account.
- Nfsv3Enabled bool
- Is NFSv3 protocol enabled?
- PrimaryAccess stringKey 
- The primary access key for the Storage Account.
- PrimaryBlob stringConnection String 
- The connection string associated with the primary blob location
- PrimaryBlob stringEndpoint 
- The endpoint URL for blob storage in the primary location.
- PrimaryBlob stringHost 
- The hostname with port if applicable for blob storage in the primary location.
- PrimaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- PrimaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- PrimaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- PrimaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- PrimaryConnection stringString 
- The connection string associated with the primary location
- PrimaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the primary location.
- PrimaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- PrimaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- PrimaryFile stringEndpoint 
- The endpoint URL for file storage in the primary location.
- PrimaryFile stringHost 
- The hostname with port if applicable for file storage in the primary location.
- PrimaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- PrimaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- PrimaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- PrimaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- PrimaryLocation string
- The primary location of the Storage Account.
- PrimaryQueue stringEndpoint 
- The endpoint URL for queue storage in the primary location.
- PrimaryQueue stringHost 
- The hostname with port if applicable for queue storage in the primary location.
- PrimaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- PrimaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- PrimaryTable stringEndpoint 
- The endpoint URL for table storage in the primary location.
- PrimaryTable stringHost 
- The hostname with port if applicable for table storage in the primary location.
- PrimaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- PrimaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- PrimaryWeb stringEndpoint 
- The endpoint URL for web storage in the primary location.
- PrimaryWeb stringHost 
- The hostname with port if applicable for web storage in the primary location.
- PrimaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- PrimaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- PrimaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- PrimaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- QueueEncryption stringKey Type 
- The encryption key type of the queue.
- SecondaryAccess stringKey 
- The secondary access key for the Storage Account.
- SecondaryBlob stringConnection String 
- The connection string associated with the secondary blob location
- SecondaryBlob stringEndpoint 
- The endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringHost 
- The hostname with port if applicable for blob storage in the secondary location.
- SecondaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- SecondaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- SecondaryConnection stringString 
- The connection string associated with the secondary location
- SecondaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the secondary location.
- SecondaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- SecondaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- SecondaryFile stringEndpoint 
- The endpoint URL for file storage in the secondary location.
- SecondaryFile stringHost 
- The hostname with port if applicable for file storage in the secondary location.
- SecondaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- SecondaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- SecondaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- SecondaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- SecondaryLocation string
- The secondary location of the Storage Account.
- SecondaryQueue stringEndpoint 
- The endpoint URL for queue storage in the secondary location.
- SecondaryQueue stringHost 
- The hostname with port if applicable for queue storage in the secondary location.
- SecondaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- SecondaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- SecondaryTable stringEndpoint 
- The endpoint URL for table storage in the secondary location.
- SecondaryTable stringHost 
- The hostname with port if applicable for table storage in the secondary location.
- SecondaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- SecondaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- SecondaryWeb stringEndpoint 
- The endpoint URL for web storage in the secondary location.
- SecondaryWeb stringHost 
- The hostname with port if applicable for web storage in the secondary location.
- SecondaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- SecondaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- SecondaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- SecondaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- TableEncryption stringKey Type 
- The encryption key type of the table.
- Dictionary<string, string>
- A mapping of tags to assigned to the resource.
- MinTls stringVersion 
- The minimum supported TLS version for this storage account.
- ResourceGroup stringName 
- AccessTier string
- The access tier for BlobStorageaccounts.
- AccountKind string
- The Kind of account.
- AccountReplication stringType 
- The type of replication used for this storage account.
- AccountTier string
- The Tier of this storage account.
- AllowNested boolItems To Be Public 
- Can nested items in the storage account opt into allowing public access?
- AzureFiles []GetAuthentications Account Azure Files Authentication 
- A azure_files_authenticationblock as documented below.
- CustomDomains []GetAccount Custom Domain 
- supports the following:
- DnsEndpoint stringType 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- HttpsTraffic boolOnly Enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]GetAccount Identity 
- An identityblock as documented below.
- InfrastructureEncryption boolEnabled 
- Is infrastructure encryption enabled? See here for more information.
- IsHns boolEnabled 
- Is Hierarchical Namespace enabled?
- Location string
- The Azure location where the Storage Account exists
- Name string
- The Custom Domain Name used for the Storage Account.
- Nfsv3Enabled bool
- Is NFSv3 protocol enabled?
- PrimaryAccess stringKey 
- The primary access key for the Storage Account.
- PrimaryBlob stringConnection String 
- The connection string associated with the primary blob location
- PrimaryBlob stringEndpoint 
- The endpoint URL for blob storage in the primary location.
- PrimaryBlob stringHost 
- The hostname with port if applicable for blob storage in the primary location.
- PrimaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- PrimaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- PrimaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- PrimaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- PrimaryConnection stringString 
- The connection string associated with the primary location
- PrimaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the primary location.
- PrimaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- PrimaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- PrimaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- PrimaryFile stringEndpoint 
- The endpoint URL for file storage in the primary location.
- PrimaryFile stringHost 
- The hostname with port if applicable for file storage in the primary location.
- PrimaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- PrimaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- PrimaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- PrimaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- PrimaryLocation string
- The primary location of the Storage Account.
- PrimaryQueue stringEndpoint 
- The endpoint URL for queue storage in the primary location.
- PrimaryQueue stringHost 
- The hostname with port if applicable for queue storage in the primary location.
- PrimaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- PrimaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- PrimaryTable stringEndpoint 
- The endpoint URL for table storage in the primary location.
- PrimaryTable stringHost 
- The hostname with port if applicable for table storage in the primary location.
- PrimaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- PrimaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- PrimaryWeb stringEndpoint 
- The endpoint URL for web storage in the primary location.
- PrimaryWeb stringHost 
- The hostname with port if applicable for web storage in the primary location.
- PrimaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- PrimaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- PrimaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- PrimaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- QueueEncryption stringKey Type 
- The encryption key type of the queue.
- SecondaryAccess stringKey 
- The secondary access key for the Storage Account.
- SecondaryBlob stringConnection String 
- The connection string associated with the secondary blob location
- SecondaryBlob stringEndpoint 
- The endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringHost 
- The hostname with port if applicable for blob storage in the secondary location.
- SecondaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- SecondaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- SecondaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- SecondaryConnection stringString 
- The connection string associated with the secondary location
- SecondaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the secondary location.
- SecondaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- SecondaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- SecondaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- SecondaryFile stringEndpoint 
- The endpoint URL for file storage in the secondary location.
- SecondaryFile stringHost 
- The hostname with port if applicable for file storage in the secondary location.
- SecondaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- SecondaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- SecondaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- SecondaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- SecondaryLocation string
- The secondary location of the Storage Account.
- SecondaryQueue stringEndpoint 
- The endpoint URL for queue storage in the secondary location.
- SecondaryQueue stringHost 
- The hostname with port if applicable for queue storage in the secondary location.
- SecondaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- SecondaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- SecondaryTable stringEndpoint 
- The endpoint URL for table storage in the secondary location.
- SecondaryTable stringHost 
- The hostname with port if applicable for table storage in the secondary location.
- SecondaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- SecondaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- SecondaryWeb stringEndpoint 
- The endpoint URL for web storage in the secondary location.
- SecondaryWeb stringHost 
- The hostname with port if applicable for web storage in the secondary location.
- SecondaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- SecondaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- SecondaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- SecondaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- TableEncryption stringKey Type 
- The encryption key type of the table.
- map[string]string
- A mapping of tags to assigned to the resource.
- MinTls stringVersion 
- The minimum supported TLS version for this storage account.
- ResourceGroup stringName 
- accessTier String
- The access tier for BlobStorageaccounts.
- accountKind String
- The Kind of account.
- accountReplication StringType 
- The type of replication used for this storage account.
- accountTier String
- The Tier of this storage account.
- allowNested BooleanItems To Be Public 
- Can nested items in the storage account opt into allowing public access?
- azureFiles List<GetAuthentications Account Azure Files Authentication> 
- A azure_files_authenticationblock as documented below.
- customDomains List<GetAccount Custom Domain> 
- supports the following:
- dnsEndpoint StringType 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- httpsTraffic BooleanOnly Enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<GetAccount Identity> 
- An identityblock as documented below.
- infrastructureEncryption BooleanEnabled 
- Is infrastructure encryption enabled? See here for more information.
- isHns BooleanEnabled 
- Is Hierarchical Namespace enabled?
- location String
- The Azure location where the Storage Account exists
- name String
- The Custom Domain Name used for the Storage Account.
- nfsv3Enabled Boolean
- Is NFSv3 protocol enabled?
- primaryAccess StringKey 
- The primary access key for the Storage Account.
- primaryBlob StringConnection String 
- The connection string associated with the primary blob location
- primaryBlob StringEndpoint 
- The endpoint URL for blob storage in the primary location.
- primaryBlob StringHost 
- The hostname with port if applicable for blob storage in the primary location.
- primaryBlob StringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- primaryBlob StringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- primaryBlob StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- primaryBlob StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- primaryConnection StringString 
- The connection string associated with the primary location
- primaryDfs StringEndpoint 
- The endpoint URL for DFS storage in the primary location.
- primaryDfs StringHost 
- The hostname with port if applicable for DFS storage in the primary location.
- primaryDfs StringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- primaryDfs StringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- primaryDfs StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- primaryDfs StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- primaryFile StringEndpoint 
- The endpoint URL for file storage in the primary location.
- primaryFile StringHost 
- The hostname with port if applicable for file storage in the primary location.
- primaryFile StringInternet Endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- primaryFile StringInternet Host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- primaryFile StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- primaryFile StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- primaryLocation String
- The primary location of the Storage Account.
- primaryQueue StringEndpoint 
- The endpoint URL for queue storage in the primary location.
- primaryQueue StringHost 
- The hostname with port if applicable for queue storage in the primary location.
- primaryQueue StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- primaryQueue StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- primaryTable StringEndpoint 
- The endpoint URL for table storage in the primary location.
- primaryTable StringHost 
- The hostname with port if applicable for table storage in the primary location.
- primaryTable StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- primaryTable StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- primaryWeb StringEndpoint 
- The endpoint URL for web storage in the primary location.
- primaryWeb StringHost 
- The hostname with port if applicable for web storage in the primary location.
- primaryWeb StringInternet Endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- primaryWeb StringInternet Host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- primaryWeb StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- primaryWeb StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- queueEncryption StringKey Type 
- The encryption key type of the queue.
- secondaryAccess StringKey 
- The secondary access key for the Storage Account.
- secondaryBlob StringConnection String 
- The connection string associated with the secondary blob location
- secondaryBlob StringEndpoint 
- The endpoint URL for blob storage in the secondary location.
- secondaryBlob StringHost 
- The hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob StringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- secondaryBlob StringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- secondaryBlob StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- secondaryConnection StringString 
- The connection string associated with the secondary location
- secondaryDfs StringEndpoint 
- The endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringHost 
- The hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs StringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryFile StringEndpoint 
- The endpoint URL for file storage in the secondary location.
- secondaryFile StringHost 
- The hostname with port if applicable for file storage in the secondary location.
- secondaryFile StringInternet Endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- secondaryFile StringInternet Host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- secondaryFile StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- secondaryFile StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- secondaryLocation String
- The secondary location of the Storage Account.
- secondaryQueue StringEndpoint 
- The endpoint URL for queue storage in the secondary location.
- secondaryQueue StringHost 
- The hostname with port if applicable for queue storage in the secondary location.
- secondaryQueue StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- secondaryQueue StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- secondaryTable StringEndpoint 
- The endpoint URL for table storage in the secondary location.
- secondaryTable StringHost 
- The hostname with port if applicable for table storage in the secondary location.
- secondaryTable StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- secondaryTable StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- secondaryWeb StringEndpoint 
- The endpoint URL for web storage in the secondary location.
- secondaryWeb StringHost 
- The hostname with port if applicable for web storage in the secondary location.
- secondaryWeb StringInternet Endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- secondaryWeb StringInternet Host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- secondaryWeb StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- secondaryWeb StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- tableEncryption StringKey Type 
- The encryption key type of the table.
- Map<String,String>
- A mapping of tags to assigned to the resource.
- minTls StringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup StringName 
- accessTier string
- The access tier for BlobStorageaccounts.
- accountKind string
- The Kind of account.
- accountReplication stringType 
- The type of replication used for this storage account.
- accountTier string
- The Tier of this storage account.
- allowNested booleanItems To Be Public 
- Can nested items in the storage account opt into allowing public access?
- azureFiles GetAuthentications Account Azure Files Authentication[] 
- A azure_files_authenticationblock as documented below.
- customDomains GetAccount Custom Domain[] 
- supports the following:
- dnsEndpoint stringType 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- httpsTraffic booleanOnly Enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- id string
- The provider-assigned unique ID for this managed resource.
- identities
GetAccount Identity[] 
- An identityblock as documented below.
- infrastructureEncryption booleanEnabled 
- Is infrastructure encryption enabled? See here for more information.
- isHns booleanEnabled 
- Is Hierarchical Namespace enabled?
- location string
- The Azure location where the Storage Account exists
- name string
- The Custom Domain Name used for the Storage Account.
- nfsv3Enabled boolean
- Is NFSv3 protocol enabled?
- primaryAccess stringKey 
- The primary access key for the Storage Account.
- primaryBlob stringConnection String 
- The connection string associated with the primary blob location
- primaryBlob stringEndpoint 
- The endpoint URL for blob storage in the primary location.
- primaryBlob stringHost 
- The hostname with port if applicable for blob storage in the primary location.
- primaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- primaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- primaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- primaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- primaryConnection stringString 
- The connection string associated with the primary location
- primaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the primary location.
- primaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the primary location.
- primaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- primaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- primaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- primaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- primaryFile stringEndpoint 
- The endpoint URL for file storage in the primary location.
- primaryFile stringHost 
- The hostname with port if applicable for file storage in the primary location.
- primaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- primaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- primaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- primaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- primaryLocation string
- The primary location of the Storage Account.
- primaryQueue stringEndpoint 
- The endpoint URL for queue storage in the primary location.
- primaryQueue stringHost 
- The hostname with port if applicable for queue storage in the primary location.
- primaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- primaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- primaryTable stringEndpoint 
- The endpoint URL for table storage in the primary location.
- primaryTable stringHost 
- The hostname with port if applicable for table storage in the primary location.
- primaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- primaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- primaryWeb stringEndpoint 
- The endpoint URL for web storage in the primary location.
- primaryWeb stringHost 
- The hostname with port if applicable for web storage in the primary location.
- primaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- primaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- primaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- primaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- queueEncryption stringKey Type 
- The encryption key type of the queue.
- secondaryAccess stringKey 
- The secondary access key for the Storage Account.
- secondaryBlob stringConnection String 
- The connection string associated with the secondary blob location
- secondaryBlob stringEndpoint 
- The endpoint URL for blob storage in the secondary location.
- secondaryBlob stringHost 
- The hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob stringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- secondaryBlob stringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- secondaryBlob stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- secondaryConnection stringString 
- The connection string associated with the secondary location
- secondaryDfs stringEndpoint 
- The endpoint URL for DFS storage in the secondary location.
- secondaryDfs stringHost 
- The hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs stringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs stringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryFile stringEndpoint 
- The endpoint URL for file storage in the secondary location.
- secondaryFile stringHost 
- The hostname with port if applicable for file storage in the secondary location.
- secondaryFile stringInternet Endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- secondaryFile stringInternet Host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- secondaryFile stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- secondaryFile stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- secondaryLocation string
- The secondary location of the Storage Account.
- secondaryQueue stringEndpoint 
- The endpoint URL for queue storage in the secondary location.
- secondaryQueue stringHost 
- The hostname with port if applicable for queue storage in the secondary location.
- secondaryQueue stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- secondaryQueue stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- secondaryTable stringEndpoint 
- The endpoint URL for table storage in the secondary location.
- secondaryTable stringHost 
- The hostname with port if applicable for table storage in the secondary location.
- secondaryTable stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- secondaryTable stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- secondaryWeb stringEndpoint 
- The endpoint URL for web storage in the secondary location.
- secondaryWeb stringHost 
- The hostname with port if applicable for web storage in the secondary location.
- secondaryWeb stringInternet Endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- secondaryWeb stringInternet Host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- secondaryWeb stringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- secondaryWeb stringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- tableEncryption stringKey Type 
- The encryption key type of the table.
- {[key: string]: string}
- A mapping of tags to assigned to the resource.
- minTls stringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup stringName 
- access_tier str
- The access tier for BlobStorageaccounts.
- account_kind str
- The Kind of account.
- account_replication_ strtype 
- The type of replication used for this storage account.
- account_tier str
- The Tier of this storage account.
- allow_nested_ boolitems_ to_ be_ public 
- Can nested items in the storage account opt into allowing public access?
- azure_files_ Sequence[Getauthentications Account Azure Files Authentication] 
- A azure_files_authenticationblock as documented below.
- custom_domains Sequence[GetAccount Custom Domain] 
- supports the following:
- dns_endpoint_ strtype 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- https_traffic_ boolonly_ enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[GetAccount Identity] 
- An identityblock as documented below.
- infrastructure_encryption_ boolenabled 
- Is infrastructure encryption enabled? See here for more information.
- is_hns_ boolenabled 
- Is Hierarchical Namespace enabled?
- location str
- The Azure location where the Storage Account exists
- name str
- The Custom Domain Name used for the Storage Account.
- nfsv3_enabled bool
- Is NFSv3 protocol enabled?
- primary_access_ strkey 
- The primary access key for the Storage Account.
- primary_blob_ strconnection_ string 
- The connection string associated with the primary blob location
- primary_blob_ strendpoint 
- The endpoint URL for blob storage in the primary location.
- primary_blob_ strhost 
- The hostname with port if applicable for blob storage in the primary location.
- primary_blob_ strinternet_ endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- primary_blob_ strinternet_ host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- primary_blob_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- primary_blob_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- primary_connection_ strstring 
- The connection string associated with the primary location
- primary_dfs_ strendpoint 
- The endpoint URL for DFS storage in the primary location.
- primary_dfs_ strhost 
- The hostname with port if applicable for DFS storage in the primary location.
- primary_dfs_ strinternet_ endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- primary_dfs_ strinternet_ host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- primary_dfs_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- primary_dfs_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- primary_file_ strendpoint 
- The endpoint URL for file storage in the primary location.
- primary_file_ strhost 
- The hostname with port if applicable for file storage in the primary location.
- primary_file_ strinternet_ endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- primary_file_ strinternet_ host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- primary_file_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- primary_file_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- primary_location str
- The primary location of the Storage Account.
- primary_queue_ strendpoint 
- The endpoint URL for queue storage in the primary location.
- primary_queue_ strhost 
- The hostname with port if applicable for queue storage in the primary location.
- primary_queue_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- primary_queue_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- primary_table_ strendpoint 
- The endpoint URL for table storage in the primary location.
- primary_table_ strhost 
- The hostname with port if applicable for table storage in the primary location.
- primary_table_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- primary_table_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- primary_web_ strendpoint 
- The endpoint URL for web storage in the primary location.
- primary_web_ strhost 
- The hostname with port if applicable for web storage in the primary location.
- primary_web_ strinternet_ endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- primary_web_ strinternet_ host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- primary_web_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- primary_web_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- queue_encryption_ strkey_ type 
- The encryption key type of the queue.
- secondary_access_ strkey 
- The secondary access key for the Storage Account.
- secondary_blob_ strconnection_ string 
- The connection string associated with the secondary blob location
- secondary_blob_ strendpoint 
- The endpoint URL for blob storage in the secondary location.
- secondary_blob_ strhost 
- The hostname with port if applicable for blob storage in the secondary location.
- secondary_blob_ strinternet_ endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- secondary_blob_ strinternet_ host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- secondary_blob_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- secondary_blob_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- secondary_connection_ strstring 
- The connection string associated with the secondary location
- secondary_dfs_ strendpoint 
- The endpoint URL for DFS storage in the secondary location.
- secondary_dfs_ strhost 
- The hostname with port if applicable for DFS storage in the secondary location.
- secondary_dfs_ strinternet_ endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- secondary_dfs_ strinternet_ host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- secondary_dfs_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- secondary_dfs_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- secondary_file_ strendpoint 
- The endpoint URL for file storage in the secondary location.
- secondary_file_ strhost 
- The hostname with port if applicable for file storage in the secondary location.
- secondary_file_ strinternet_ endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- secondary_file_ strinternet_ host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- secondary_file_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- secondary_file_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- secondary_location str
- The secondary location of the Storage Account.
- secondary_queue_ strendpoint 
- The endpoint URL for queue storage in the secondary location.
- secondary_queue_ strhost 
- The hostname with port if applicable for queue storage in the secondary location.
- secondary_queue_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- secondary_queue_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- secondary_table_ strendpoint 
- The endpoint URL for table storage in the secondary location.
- secondary_table_ strhost 
- The hostname with port if applicable for table storage in the secondary location.
- secondary_table_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- secondary_table_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- secondary_web_ strendpoint 
- The endpoint URL for web storage in the secondary location.
- secondary_web_ strhost 
- The hostname with port if applicable for web storage in the secondary location.
- secondary_web_ strinternet_ endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- secondary_web_ strinternet_ host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- secondary_web_ strmicrosoft_ endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- secondary_web_ strmicrosoft_ host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- table_encryption_ strkey_ type 
- The encryption key type of the table.
- Mapping[str, str]
- A mapping of tags to assigned to the resource.
- min_tls_ strversion 
- The minimum supported TLS version for this storage account.
- resource_group_ strname 
- accessTier String
- The access tier for BlobStorageaccounts.
- accountKind String
- The Kind of account.
- accountReplication StringType 
- The type of replication used for this storage account.
- accountTier String
- The Tier of this storage account.
- allowNested BooleanItems To Be Public 
- Can nested items in the storage account opt into allowing public access?
- azureFiles List<Property Map>Authentications 
- A azure_files_authenticationblock as documented below.
- customDomains List<Property Map>
- supports the following:
- dnsEndpoint StringType 
- Which DNS endpoint type is used - either StandardorAzureDnsZone.
- httpsTraffic BooleanOnly Enabled 
- Is traffic only allowed via HTTPS? See here for more information.
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- An identityblock as documented below.
- infrastructureEncryption BooleanEnabled 
- Is infrastructure encryption enabled? See here for more information.
- isHns BooleanEnabled 
- Is Hierarchical Namespace enabled?
- location String
- The Azure location where the Storage Account exists
- name String
- The Custom Domain Name used for the Storage Account.
- nfsv3Enabled Boolean
- Is NFSv3 protocol enabled?
- primaryAccess StringKey 
- The primary access key for the Storage Account.
- primaryBlob StringConnection String 
- The connection string associated with the primary blob location
- primaryBlob StringEndpoint 
- The endpoint URL for blob storage in the primary location.
- primaryBlob StringHost 
- The hostname with port if applicable for blob storage in the primary location.
- primaryBlob StringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the primary location.
- primaryBlob StringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the primary location.
- primaryBlob StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the primary location.
- primaryBlob StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the primary location.
- primaryConnection StringString 
- The connection string associated with the primary location
- primaryDfs StringEndpoint 
- The endpoint URL for DFS storage in the primary location.
- primaryDfs StringHost 
- The hostname with port if applicable for DFS storage in the primary location.
- primaryDfs StringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the primary location.
- primaryDfs StringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the primary location.
- primaryDfs StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the primary location.
- primaryDfs StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the primary location.
- primaryFile StringEndpoint 
- The endpoint URL for file storage in the primary location.
- primaryFile StringHost 
- The hostname with port if applicable for file storage in the primary location.
- primaryFile StringInternet Endpoint 
- The internet routing endpoint URL for file storage in the primary location.
- primaryFile StringInternet Host 
- The internet routing hostname with port if applicable for file storage in the primary location.
- primaryFile StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the primary location.
- primaryFile StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the primary location.
- primaryLocation String
- The primary location of the Storage Account.
- primaryQueue StringEndpoint 
- The endpoint URL for queue storage in the primary location.
- primaryQueue StringHost 
- The hostname with port if applicable for queue storage in the primary location.
- primaryQueue StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the primary location.
- primaryQueue StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the primary location.
- primaryTable StringEndpoint 
- The endpoint URL for table storage in the primary location.
- primaryTable StringHost 
- The hostname with port if applicable for table storage in the primary location.
- primaryTable StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the primary location.
- primaryTable StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the primary location.
- primaryWeb StringEndpoint 
- The endpoint URL for web storage in the primary location.
- primaryWeb StringHost 
- The hostname with port if applicable for web storage in the primary location.
- primaryWeb StringInternet Endpoint 
- The internet routing endpoint URL for web storage in the primary location.
- primaryWeb StringInternet Host 
- The internet routing hostname with port if applicable for web storage in the primary location.
- primaryWeb StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the primary location.
- primaryWeb StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the primary location.
- queueEncryption StringKey Type 
- The encryption key type of the queue.
- secondaryAccess StringKey 
- The secondary access key for the Storage Account.
- secondaryBlob StringConnection String 
- The connection string associated with the secondary blob location
- secondaryBlob StringEndpoint 
- The endpoint URL for blob storage in the secondary location.
- secondaryBlob StringHost 
- The hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob StringInternet Endpoint 
- The internet routing endpoint URL for blob storage in the secondary location.
- secondaryBlob StringInternet Host 
- The internet routing hostname with port if applicable for blob storage in the secondary location.
- secondaryBlob StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for blob storage in the secondary location.
- secondaryBlob StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for blob storage in the secondary location.
- secondaryConnection StringString 
- The connection string associated with the secondary location
- secondaryDfs StringEndpoint 
- The endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringHost 
- The hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs StringInternet Endpoint 
- The internet routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringInternet Host 
- The internet routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryDfs StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for DFS storage in the secondary location.
- secondaryDfs StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for DFS storage in the secondary location.
- secondaryFile StringEndpoint 
- The endpoint URL for file storage in the secondary location.
- secondaryFile StringHost 
- The hostname with port if applicable for file storage in the secondary location.
- secondaryFile StringInternet Endpoint 
- The internet routing endpoint URL for file storage in the secondary location.
- secondaryFile StringInternet Host 
- The internet routing hostname with port if applicable for file storage in the secondary location.
- secondaryFile StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for file storage in the secondary location.
- secondaryFile StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for file storage in the secondary location.
- secondaryLocation String
- The secondary location of the Storage Account.
- secondaryQueue StringEndpoint 
- The endpoint URL for queue storage in the secondary location.
- secondaryQueue StringHost 
- The hostname with port if applicable for queue storage in the secondary location.
- secondaryQueue StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for queue storage in the secondary location.
- secondaryQueue StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for queue storage in the secondary location.
- secondaryTable StringEndpoint 
- The endpoint URL for table storage in the secondary location.
- secondaryTable StringHost 
- The hostname with port if applicable for table storage in the secondary location.
- secondaryTable StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for table storage in the secondary location.
- secondaryTable StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for table storage in the secondary location.
- secondaryWeb StringEndpoint 
- The endpoint URL for web storage in the secondary location.
- secondaryWeb StringHost 
- The hostname with port if applicable for web storage in the secondary location.
- secondaryWeb StringInternet Endpoint 
- The internet routing endpoint URL for web storage in the secondary location.
- secondaryWeb StringInternet Host 
- The internet routing hostname with port if applicable for web storage in the secondary location.
- secondaryWeb StringMicrosoft Endpoint 
- The microsoft routing endpoint URL for web storage in the secondary location.
- secondaryWeb StringMicrosoft Host 
- The microsoft routing hostname with port if applicable for web storage in the secondary location.
- tableEncryption StringKey Type 
- The encryption key type of the table.
- Map<String>
- A mapping of tags to assigned to the resource.
- minTls StringVersion 
- The minimum supported TLS version for this storage account.
- resourceGroup StringName 
Supporting Types
GetAccountAzureFilesAuthentication    
- ActiveDirectories List<GetAccount Azure Files Authentication Active Directory> 
- An active_directoryblock as documented below.
- string
- The default share level permissions applied to all users.
- DirectoryType string
- The directory service used for this Storage Account.
- ActiveDirectories []GetAccount Azure Files Authentication Active Directory 
- An active_directoryblock as documented below.
- string
- The default share level permissions applied to all users.
- DirectoryType string
- The directory service used for this Storage Account.
- activeDirectories List<GetAccount Azure Files Authentication Active Directory> 
- An active_directoryblock as documented below.
- String
- The default share level permissions applied to all users.
- directoryType String
- The directory service used for this Storage Account.
- activeDirectories GetAccount Azure Files Authentication Active Directory[] 
- An active_directoryblock as documented below.
- string
- The default share level permissions applied to all users.
- directoryType string
- The directory service used for this Storage Account.
- active_directories Sequence[GetAccount Azure Files Authentication Active Directory] 
- An active_directoryblock as documented below.
- str
- The default share level permissions applied to all users.
- directory_type str
- The directory service used for this Storage Account.
- activeDirectories List<Property Map>
- An active_directoryblock as documented below.
- String
- The default share level permissions applied to all users.
- directoryType String
- The directory service used for this Storage Account.
GetAccountAzureFilesAuthenticationActiveDirectory      
- DomainGuid string
- The domain GUID.
- DomainName string
- The primary domain that the AD DNS server is authoritative for.
- DomainSid string
- The domain security identifier.
- ForestName string
- The name of the Active Directory forest.
- NetbiosDomain stringName 
- The NetBIOS domain name.
- StorageSid string
- The security identifier for Azure Storage.
- DomainGuid string
- The domain GUID.
- DomainName string
- The primary domain that the AD DNS server is authoritative for.
- DomainSid string
- The domain security identifier.
- ForestName string
- The name of the Active Directory forest.
- NetbiosDomain stringName 
- The NetBIOS domain name.
- StorageSid string
- The security identifier for Azure Storage.
- domainGuid String
- The domain GUID.
- domainName String
- The primary domain that the AD DNS server is authoritative for.
- domainSid String
- The domain security identifier.
- forestName String
- The name of the Active Directory forest.
- netbiosDomain StringName 
- The NetBIOS domain name.
- storageSid String
- The security identifier for Azure Storage.
- domainGuid string
- The domain GUID.
- domainName string
- The primary domain that the AD DNS server is authoritative for.
- domainSid string
- The domain security identifier.
- forestName string
- The name of the Active Directory forest.
- netbiosDomain stringName 
- The NetBIOS domain name.
- storageSid string
- The security identifier for Azure Storage.
- domain_guid str
- The domain GUID.
- domain_name str
- The primary domain that the AD DNS server is authoritative for.
- domain_sid str
- The domain security identifier.
- forest_name str
- The name of the Active Directory forest.
- netbios_domain_ strname 
- The NetBIOS domain name.
- storage_sid str
- The security identifier for Azure Storage.
- domainGuid String
- The domain GUID.
- domainName String
- The primary domain that the AD DNS server is authoritative for.
- domainSid String
- The domain security identifier.
- forestName String
- The name of the Active Directory forest.
- netbiosDomain StringName 
- The NetBIOS domain name.
- storageSid String
- The security identifier for Azure Storage.
GetAccountCustomDomain   
- Name string
- Specifies the name of the Storage Account
- Name string
- Specifies the name of the Storage Account
- name String
- Specifies the name of the Storage Account
- name string
- Specifies the name of the Storage Account
- name str
- Specifies the name of the Storage Account
- name String
- Specifies the name of the Storage Account
GetAccountIdentity  
- IdentityIds List<string>
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- PrincipalId string
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- TenantId string
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- Type string
- The type of Managed Service Identity that is configured on this Storage Account
- IdentityIds []string
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- PrincipalId string
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- TenantId string
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- Type string
- The type of Managed Service Identity that is configured on this Storage Account
- identityIds List<String>
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- principalId String
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- tenantId String
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- type String
- The type of Managed Service Identity that is configured on this Storage Account
- identityIds string[]
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- principalId string
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- tenantId string
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- type string
- The type of Managed Service Identity that is configured on this Storage Account
- identity_ids Sequence[str]
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- principal_id str
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- tenant_id str
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- type str
- The type of Managed Service Identity that is configured on this Storage Account
- identityIds List<String>
- A list of User Assigned Managed Identity IDs assigned with the Identity of this Storage Account.
- principalId String
- The Principal ID for the Service Principal associated with the Identity of this Storage Account.
- tenantId String
- The Tenant ID for the Service Principal associated with the Identity of this Storage Account.
- type String
- The type of Managed Service Identity that is configured on this Storage Account
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.