We recommend using Azure Native.
Viewing docs for Azure v4.42.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend using Azure Native.
Viewing docs for Azure v4.42.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Use this data source to access information about an existing Storage Account.
Example Usage
using Pulumi;
using Azure = Pulumi.Azure;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Azure.Storage.GetAccount.InvokeAsync(new Azure.Storage.GetAccountArgs
{
Name = "packerimages",
ResourceGroupName = "packer-storage",
}));
this.StorageAccountTier = example.Apply(example => example.AccountTier);
}
[Output("storageAccountTier")]
public Output<string> StorageAccountTier { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v4/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
})
}
Example coming soon!
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)
Example coming soon!
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
- Min
Tls stringVersion - The minimum supported TLS version for this storage account.
- Resource
Group stringName - Specifies the name of the resource group the Storage Account is located in.
- Name string
- Specifies the name of the Storage Account
- Min
Tls stringVersion - The minimum supported TLS version for this storage account.
- Resource
Group stringName - Specifies the name of the resource group the Storage Account is located in.
- name String
- Specifies the name of the Storage Account
- min
Tls StringVersion - The minimum supported TLS version for this storage account.
- resource
Group StringName - Specifies the name of the resource group the Storage Account is located in.
- name string
- Specifies the name of the Storage Account
- min
Tls stringVersion - The minimum supported TLS version for this storage account.
- resource
Group 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
- min
Tls StringVersion - The minimum supported TLS version for this storage account.
- resource
Group StringName - Specifies the name of the resource group the Storage Account is located in.
getAccount Result
The following output properties are available:
- Access
Tier string - The access tier for
BlobStorageaccounts. - Account
Kind string - The Kind of account.
- Account
Replication stringType - The type of replication used for this storage account.
- Account
Tier string - The Tier of this storage account.
- Allow
Blob boolPublic Access - Is public access allowed to all blobs or containers in the storage account?
- Custom
Domains List<GetAccount Custom Domain> - A
custom_domainblock as documented below. - Enable
Https boolTraffic Only - Is traffic only allowed via HTTPS? See here for more information.
- Id string
- The provider-assigned unique ID for this managed resource.
- Infrastructure
Encryption boolEnabled Is infrastructure encryption enabled? See here for more information.
- Is
Hns 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.
- Primary
Access stringKey - The primary access key for the Storage Account.
- Primary
Blob stringConnection String - The connection string associated with the primary blob location
- Primary
Blob stringEndpoint - The endpoint URL for blob storage in the primary location.
- Primary
Blob stringHost - The hostname with port if applicable for blob storage in the primary location.
- Primary
Connection stringString - The connection string associated with the primary location
- Primary
Dfs stringEndpoint - The endpoint URL for DFS storage in the primary location.
- Primary
Dfs stringHost - The hostname with port if applicable for DFS storage in the primary location.
- Primary
File stringEndpoint - The endpoint URL for file storage in the primary location.
- Primary
File stringHost - The hostname with port if applicable for file storage in the primary location.
- Primary
Location string - The primary location of the Storage Account.
- Primary
Queue stringEndpoint - The endpoint URL for queue storage in the primary location.
- Primary
Queue stringHost - The hostname with port if applicable for queue storage in the primary location.
- Primary
Table stringEndpoint - The endpoint URL for table storage in the primary location.
- Primary
Table stringHost - The hostname with port if applicable for table storage in the primary location.
- Primary
Web stringEndpoint - The endpoint URL for web storage in the primary location.
- Primary
Web stringHost - The hostname with port if applicable for web storage in the primary location.
- Queue
Encryption stringKey Type - The encryption key type of the queue.
- Resource
Group stringName - Secondary
Access stringKey - The secondary access key for the Storage Account.
- Secondary
Blob stringConnection String - The connection string associated with the secondary blob location
- Secondary
Blob stringEndpoint - The endpoint URL for blob storage in the secondary location.
- Secondary
Blob stringHost - The hostname with port if applicable for blob storage in the secondary location.
- Secondary
Connection stringString - The connection string associated with the secondary location
- Secondary
Dfs stringEndpoint - The endpoint URL for DFS storage in the secondary location.
- Secondary
Dfs stringHost - The hostname with port if applicable for DFS storage in the secondary location.
- Secondary
File stringEndpoint - The endpoint URL for file storage in the secondary location.
- Secondary
File stringHost - The hostname with port if applicable for file storage in the secondary location.
- Secondary
Location string - The secondary location of the Storage Account.
- Secondary
Queue stringEndpoint - The endpoint URL for queue storage in the secondary location.
- Secondary
Queue stringHost - The hostname with port if applicable for queue storage in the secondary location.
- Secondary
Table stringEndpoint - The endpoint URL for table storage in the secondary location.
- Secondary
Table stringHost - The hostname with port if applicable for table storage in the secondary location.
- Secondary
Web stringEndpoint - The endpoint URL for web storage in the secondary location.
- Secondary
Web stringHost - The hostname with port if applicable for web storage in the secondary location.
- Table
Encryption stringKey Type - The encryption key type of the table.
- Dictionary<string, string>
- A mapping of tags to assigned to the resource.
- Min
Tls stringVersion - The minimum supported TLS version for this storage account.
- Access
Tier string - The access tier for
BlobStorageaccounts. - Account
Kind string - The Kind of account.
- Account
Replication stringType - The type of replication used for this storage account.
- Account
Tier string - The Tier of this storage account.
- Allow
Blob boolPublic Access - Is public access allowed to all blobs or containers in the storage account?
- Custom
Domains []GetAccount Custom Domain - A
custom_domainblock as documented below. - Enable
Https boolTraffic Only - Is traffic only allowed via HTTPS? See here for more information.
- Id string
- The provider-assigned unique ID for this managed resource.
- Infrastructure
Encryption boolEnabled Is infrastructure encryption enabled? See here for more information.
- Is
Hns 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.
- Primary
Access stringKey - The primary access key for the Storage Account.
- Primary
Blob stringConnection String - The connection string associated with the primary blob location
- Primary
Blob stringEndpoint - The endpoint URL for blob storage in the primary location.
- Primary
Blob stringHost - The hostname with port if applicable for blob storage in the primary location.
- Primary
Connection stringString - The connection string associated with the primary location
- Primary
Dfs stringEndpoint - The endpoint URL for DFS storage in the primary location.
- Primary
Dfs stringHost - The hostname with port if applicable for DFS storage in the primary location.
- Primary
File stringEndpoint - The endpoint URL for file storage in the primary location.
- Primary
File stringHost - The hostname with port if applicable for file storage in the primary location.
- Primary
Location string - The primary location of the Storage Account.
- Primary
Queue stringEndpoint - The endpoint URL for queue storage in the primary location.
- Primary
Queue stringHost - The hostname with port if applicable for queue storage in the primary location.
- Primary
Table stringEndpoint - The endpoint URL for table storage in the primary location.
- Primary
Table stringHost - The hostname with port if applicable for table storage in the primary location.
- Primary
Web stringEndpoint - The endpoint URL for web storage in the primary location.
- Primary
Web stringHost - The hostname with port if applicable for web storage in the primary location.
- Queue
Encryption stringKey Type - The encryption key type of the queue.
- Resource
Group stringName - Secondary
Access stringKey - The secondary access key for the Storage Account.
- Secondary
Blob stringConnection String - The connection string associated with the secondary blob location
- Secondary
Blob stringEndpoint - The endpoint URL for blob storage in the secondary location.
- Secondary
Blob stringHost - The hostname with port if applicable for blob storage in the secondary location.
- Secondary
Connection stringString - The connection string associated with the secondary location
- Secondary
Dfs stringEndpoint - The endpoint URL for DFS storage in the secondary location.
- Secondary
Dfs stringHost - The hostname with port if applicable for DFS storage in the secondary location.
- Secondary
File stringEndpoint - The endpoint URL for file storage in the secondary location.
- Secondary
File stringHost - The hostname with port if applicable for file storage in the secondary location.
- Secondary
Location string - The secondary location of the Storage Account.
- Secondary
Queue stringEndpoint - The endpoint URL for queue storage in the secondary location.
- Secondary
Queue stringHost - The hostname with port if applicable for queue storage in the secondary location.
- Secondary
Table stringEndpoint - The endpoint URL for table storage in the secondary location.
- Secondary
Table stringHost - The hostname with port if applicable for table storage in the secondary location.
- Secondary
Web stringEndpoint - The endpoint URL for web storage in the secondary location.
- Secondary
Web stringHost - The hostname with port if applicable for web storage in the secondary location.
- Table
Encryption stringKey Type - The encryption key type of the table.
- map[string]string
- A mapping of tags to assigned to the resource.
- Min
Tls stringVersion - The minimum supported TLS version for this storage account.
- access
Tier String - The access tier for
BlobStorageaccounts. - account
Kind String - The Kind of account.
- account
Replication StringType - The type of replication used for this storage account.
- account
Tier String - The Tier of this storage account.
- allow
Blob BooleanPublic Access - Is public access allowed to all blobs or containers in the storage account?
- custom
Domains List<GetAccount Custom Domain> - A
custom_domainblock as documented below. - enable
Https BooleanTraffic Only - Is traffic only allowed via HTTPS? See here for more information.
- id String
- The provider-assigned unique ID for this managed resource.
- infrastructure
Encryption BooleanEnabled Is infrastructure encryption enabled? See here for more information.
- is
Hns 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.
- primary
Access StringKey - The primary access key for the Storage Account.
- primary
Blob StringConnection String - The connection string associated with the primary blob location
- primary
Blob StringEndpoint - The endpoint URL for blob storage in the primary location.
- primary
Blob StringHost - The hostname with port if applicable for blob storage in the primary location.
- primary
Connection StringString - The connection string associated with the primary location
- primary
Dfs StringEndpoint - The endpoint URL for DFS storage in the primary location.
- primary
Dfs StringHost - The hostname with port if applicable for DFS storage in the primary location.
- primary
File StringEndpoint - The endpoint URL for file storage in the primary location.
- primary
File StringHost - The hostname with port if applicable for file storage in the primary location.
- primary
Location String - The primary location of the Storage Account.
- primary
Queue StringEndpoint - The endpoint URL for queue storage in the primary location.
- primary
Queue StringHost - The hostname with port if applicable for queue storage in the primary location.
- primary
Table StringEndpoint - The endpoint URL for table storage in the primary location.
- primary
Table StringHost - The hostname with port if applicable for table storage in the primary location.
- primary
Web StringEndpoint - The endpoint URL for web storage in the primary location.
- primary
Web StringHost - The hostname with port if applicable for web storage in the primary location.
- queue
Encryption StringKey Type - The encryption key type of the queue.
- resource
Group StringName - secondary
Access StringKey - The secondary access key for the Storage Account.
- secondary
Blob StringConnection String - The connection string associated with the secondary blob location
- secondary
Blob StringEndpoint - The endpoint URL for blob storage in the secondary location.
- secondary
Blob StringHost - The hostname with port if applicable for blob storage in the secondary location.
- secondary
Connection StringString - The connection string associated with the secondary location
- secondary
Dfs StringEndpoint - The endpoint URL for DFS storage in the secondary location.
- secondary
Dfs StringHost - The hostname with port if applicable for DFS storage in the secondary location.
- secondary
File StringEndpoint - The endpoint URL for file storage in the secondary location.
- secondary
File StringHost - The hostname with port if applicable for file storage in the secondary location.
- secondary
Location String - The secondary location of the Storage Account.
- secondary
Queue StringEndpoint - The endpoint URL for queue storage in the secondary location.
- secondary
Queue StringHost - The hostname with port if applicable for queue storage in the secondary location.
- secondary
Table StringEndpoint - The endpoint URL for table storage in the secondary location.
- secondary
Table StringHost - The hostname with port if applicable for table storage in the secondary location.
- secondary
Web StringEndpoint - The endpoint URL for web storage in the secondary location.
- secondary
Web StringHost - The hostname with port if applicable for web storage in the secondary location.
- table
Encryption StringKey Type - The encryption key type of the table.
- Map<String,String>
- A mapping of tags to assigned to the resource.
- min
Tls StringVersion - The minimum supported TLS version for this storage account.
- access
Tier string - The access tier for
BlobStorageaccounts. - account
Kind string - The Kind of account.
- account
Replication stringType - The type of replication used for this storage account.
- account
Tier string - The Tier of this storage account.
- allow
Blob booleanPublic Access - Is public access allowed to all blobs or containers in the storage account?
- custom
Domains GetAccount Custom Domain[] - A
custom_domainblock as documented below. - enable
Https booleanTraffic Only - Is traffic only allowed via HTTPS? See here for more information.
- id string
- The provider-assigned unique ID for this managed resource.
- infrastructure
Encryption booleanEnabled Is infrastructure encryption enabled? See here for more information.
- is
Hns 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.
- primary
Access stringKey - The primary access key for the Storage Account.
- primary
Blob stringConnection String - The connection string associated with the primary blob location
- primary
Blob stringEndpoint - The endpoint URL for blob storage in the primary location.
- primary
Blob stringHost - The hostname with port if applicable for blob storage in the primary location.
- primary
Connection stringString - The connection string associated with the primary location
- primary
Dfs stringEndpoint - The endpoint URL for DFS storage in the primary location.
- primary
Dfs stringHost - The hostname with port if applicable for DFS storage in the primary location.
- primary
File stringEndpoint - The endpoint URL for file storage in the primary location.
- primary
File stringHost - The hostname with port if applicable for file storage in the primary location.
- primary
Location string - The primary location of the Storage Account.
- primary
Queue stringEndpoint - The endpoint URL for queue storage in the primary location.
- primary
Queue stringHost - The hostname with port if applicable for queue storage in the primary location.
- primary
Table stringEndpoint - The endpoint URL for table storage in the primary location.
- primary
Table stringHost - The hostname with port if applicable for table storage in the primary location.
- primary
Web stringEndpoint - The endpoint URL for web storage in the primary location.
- primary
Web stringHost - The hostname with port if applicable for web storage in the primary location.
- queue
Encryption stringKey Type - The encryption key type of the queue.
- resource
Group stringName - secondary
Access stringKey - The secondary access key for the Storage Account.
- secondary
Blob stringConnection String - The connection string associated with the secondary blob location
- secondary
Blob stringEndpoint - The endpoint URL for blob storage in the secondary location.
- secondary
Blob stringHost - The hostname with port if applicable for blob storage in the secondary location.
- secondary
Connection stringString - The connection string associated with the secondary location
- secondary
Dfs stringEndpoint - The endpoint URL for DFS storage in the secondary location.
- secondary
Dfs stringHost - The hostname with port if applicable for DFS storage in the secondary location.
- secondary
File stringEndpoint - The endpoint URL for file storage in the secondary location.
- secondary
File stringHost - The hostname with port if applicable for file storage in the secondary location.
- secondary
Location string - The secondary location of the Storage Account.
- secondary
Queue stringEndpoint - The endpoint URL for queue storage in the secondary location.
- secondary
Queue stringHost - The hostname with port if applicable for queue storage in the secondary location.
- secondary
Table stringEndpoint - The endpoint URL for table storage in the secondary location.
- secondary
Table stringHost - The hostname with port if applicable for table storage in the secondary location.
- secondary
Web stringEndpoint - The endpoint URL for web storage in the secondary location.
- secondary
Web stringHost - The hostname with port if applicable for web storage in the secondary location.
- table
Encryption stringKey Type - The encryption key type of the table.
- {[key: string]: string}
- A mapping of tags to assigned to the resource.
- min
Tls stringVersion - The minimum supported TLS version for this storage account.
- 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_
blob_ boolpublic_ access - Is public access allowed to all blobs or containers in the storage account?
- custom_
domains Sequence[GetAccount Custom Domain] - A
custom_domainblock as documented below. - enable_
https_ booltraffic_ only - Is traffic only allowed via HTTPS? See here for more information.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- 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_
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_
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_
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_
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_
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.
- queue_
encryption_ strkey_ type - The encryption key type of the queue.
- resource_
group_ strname - 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_
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_
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_
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_
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_
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.
- 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.
- access
Tier String - The access tier for
BlobStorageaccounts. - account
Kind String - The Kind of account.
- account
Replication StringType - The type of replication used for this storage account.
- account
Tier String - The Tier of this storage account.
- allow
Blob BooleanPublic Access - Is public access allowed to all blobs or containers in the storage account?
- custom
Domains List<Property Map> - A
custom_domainblock as documented below. - enable
Https BooleanTraffic Only - Is traffic only allowed via HTTPS? See here for more information.
- id String
- The provider-assigned unique ID for this managed resource.
- infrastructure
Encryption BooleanEnabled Is infrastructure encryption enabled? See here for more information.
- is
Hns 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.
- primary
Access StringKey - The primary access key for the Storage Account.
- primary
Blob StringConnection String - The connection string associated with the primary blob location
- primary
Blob StringEndpoint - The endpoint URL for blob storage in the primary location.
- primary
Blob StringHost - The hostname with port if applicable for blob storage in the primary location.
- primary
Connection StringString - The connection string associated with the primary location
- primary
Dfs StringEndpoint - The endpoint URL for DFS storage in the primary location.
- primary
Dfs StringHost - The hostname with port if applicable for DFS storage in the primary location.
- primary
File StringEndpoint - The endpoint URL for file storage in the primary location.
- primary
File StringHost - The hostname with port if applicable for file storage in the primary location.
- primary
Location String - The primary location of the Storage Account.
- primary
Queue StringEndpoint - The endpoint URL for queue storage in the primary location.
- primary
Queue StringHost - The hostname with port if applicable for queue storage in the primary location.
- primary
Table StringEndpoint - The endpoint URL for table storage in the primary location.
- primary
Table StringHost - The hostname with port if applicable for table storage in the primary location.
- primary
Web StringEndpoint - The endpoint URL for web storage in the primary location.
- primary
Web StringHost - The hostname with port if applicable for web storage in the primary location.
- queue
Encryption StringKey Type - The encryption key type of the queue.
- resource
Group StringName - secondary
Access StringKey - The secondary access key for the Storage Account.
- secondary
Blob StringConnection String - The connection string associated with the secondary blob location
- secondary
Blob StringEndpoint - The endpoint URL for blob storage in the secondary location.
- secondary
Blob StringHost - The hostname with port if applicable for blob storage in the secondary location.
- secondary
Connection StringString - The connection string associated with the secondary location
- secondary
Dfs StringEndpoint - The endpoint URL for DFS storage in the secondary location.
- secondary
Dfs StringHost - The hostname with port if applicable for DFS storage in the secondary location.
- secondary
File StringEndpoint - The endpoint URL for file storage in the secondary location.
- secondary
File StringHost - The hostname with port if applicable for file storage in the secondary location.
- secondary
Location String - The secondary location of the Storage Account.
- secondary
Queue StringEndpoint - The endpoint URL for queue storage in the secondary location.
- secondary
Queue StringHost - The hostname with port if applicable for queue storage in the secondary location.
- secondary
Table StringEndpoint - The endpoint URL for table storage in the secondary location.
- secondary
Table StringHost - The hostname with port if applicable for table storage in the secondary location.
- secondary
Web StringEndpoint - The endpoint URL for web storage in the secondary location.
- secondary
Web StringHost - The hostname with port if applicable for web storage in the secondary location.
- table
Encryption StringKey Type - The encryption key type of the table.
- Map<String>
- A mapping of tags to assigned to the resource.
- min
Tls StringVersion - The minimum supported TLS version for this storage account.
Supporting Types
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
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
We recommend using Azure Native.
Viewing docs for Azure v4.42.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi