| external help file | |
|---|---|
| Module Name | Az.AppConfiguration |
| online version | https://learn.microsoft.com/powershell/module/az.appconfiguration/get-azappconfigurationstore |
| schema | 2.0.0 |
Get or list app configuration stores.
Get-AzAppConfigurationStore [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzAppConfigurationStore -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzAppConfigurationStore -InputObject <IAppConfigurationIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzAppConfigurationStore -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get or list app configuration stores.
Get-AzAppConfigurationStoreLocation Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
eastus azpstestappstore azpstest-gp
This command lists all app configuration stores under a subscription.
Get-AzAppConfigurationStore -ResourceGroupName azpstest_gpLocation Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
This command lists all app configuration stores under a resource group.
Get-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gpLocation Name ResourceGroupName
-------- ---- -----------------
eastus azpstest-appstore azpstest_gp
This command gets an app configuration store by name.
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IAppConfigurationIdentity
Parameter Sets: GetViaIdentity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe name of the configuration store.
Type: System.String
Parameter Sets: Get
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe name of the resource group that contains the Azure App Configuration store.
Type: System.String
Parameter Sets: Get, List1
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe Microsoft Azure subscription ID.
Type: System.String[]
Parameter Sets: Get, List, List1
Aliases:
Required: False
Position: Named
Default value: (Get-AzContext).Subscription.Id
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.