Get-AzAppConfigurationStore
Get or list app configuration stores.
Syntax
List (Default)
Get-AzAppConfigurationStore
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get
Get-AzAppConfigurationStore
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
List1
Get-AzAppConfigurationStore
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetViaIdentity
Get-AzAppConfigurationStore
-InputObject <IAppConfigurationIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get or list app configuration stores.
Examples
Example 1: List all app configuration stores under a subscription
Get-AzAppConfigurationStore
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
eastus azpstestappstore azpstest-gp
This command lists all app configuration stores under a subscription.
Example 2: List all app configuration stores under a resource group
Get-AzAppConfigurationStore -ResourceGroupName azpstest_gp
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
This command lists all app configuration stores under a resource group.
Example 3: Get an app configuration store by name
Get-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gp
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
This command gets an app configuration store by name.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Parameter properties
Type: PSObject
Default value: None
Supports wildcards: False
DontShow: False
Aliases: AzureRMContext, AzureCredential
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
Identity Parameter
GetViaIdentity
Position: Named
Mandatory: True
Value from pipeline: True
Value from pipeline by property name: False
Value from remaining arguments: False
-Name
The name of the configuration store.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
Get
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ResourceGroupName
The name of the resource group to which the container registry belongs.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
Get
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
List1
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-SubscriptionId
The Microsoft Azure subscription ID.
Parameter properties
Type: String [ ]
Default value: (Get-AzContext).Subscription.Id
Supports wildcards: False
DontShow: False
Parameter sets
List
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
Get
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
List1
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs