library
turbot/azure
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get Storage Account

Show storage account properties.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run azure.pipeline.get_storage_account

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = azure.pipeline.get_storage_account
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.azure
subscription_idstringYesAzure Subscription Id. Examples: d46d7416-f95f-4771-bbb5-529d4c766.d46d7416-f95f-4771-bbb5-529d4c76659c
resource_groupstringYesAzure Resource Group. Examples: my-rg, my-rg-123.nist-test_group
account_namestringYesThe storage account name.testimmutablecontainer

Outputs

NameDescription
accountThe storage account details.