Example 1: List the properties of a Container App.
Get-AzContainerApp
Location Name ResourceGroupName
-------- ---- -----------------
East US azps-containerapp-1 azps_test_group_app
East US azps-containerapp-2 azps_test_group_app
List the properties of a Container App.
Example 2: Get the properties of a Container App by Resource Group.
Location Name ResourceGroupName
-------- ---- -----------------
East US azps-containerapp-1 azps_test_group_app
East US azps-containerapp-2 azps_test_group_app
Get the properties of a Container App by Resource Group.
Example 3: Get the properties of a Container App by name.
Location Name ResourceGroupName
-------- ---- -----------------
East US azps-containerapp-1 azps_test_group_app
Get the properties of a Container App by name.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
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.