Get D365ActiveAzureStorageConfig - FH-Inway/d365fo.tools GitHub Wiki
Get active Azure Storage Account configuration
Get-D365ActiveAzureStorageConfig [-OutputAsPsCustomObject] [<CommonParameters>]
Get active Azure Storage Account configuration object from the configuration store
Get-D365ActiveAzureStorageConfig
This will get the active Azure Storage configuration.
Get-D365ActiveAzureStorageConfig -OutputAsPsCustomObject
This will get the active Azure Storage configuration. The object will be output as a PsCustomObject, for you to utilize across your scripts.
Instruct the cmdlet to return a PsCustomObject object
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Azure, Azure Storage, Config, Configuration, Token, Blob, Container
Author: Mötz Jensen (@Splaxi)