Expand description
Manages a Container within an Azure Storage Account.
§Example Usage
resources:
example:
type: azure:core:ResourceGroup
properties:
name: example-resources
location: West Europe
exampleAccount:
type: azure:storage:Account
name: example
properties:
name: examplestoraccount
resourceGroupName: ${example.name}
location: ${example.location}
accountTier: Standard
accountReplicationType: LRS
tags:
environment: staging
exampleContainer:
type: azure:storage:Container
name: example
properties:
name: vhds
storageAccountId: ${exampleAccount.id}
containerAccessType: private
§Import
Storage Containers can be imported using the resource id
, e.g.
$ pulumi import azure:storage/container:Container container1 https://example.blob.core.windows.net/container
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments