Get-AzContainerAppDiagnosticDetector
Get a diagnostics result of a Container App.
Syntax
Get-AzContainerAppDiagnosticDetector
-ContainerAppName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerAppDiagnosticDetector
-ContainerAppName <String>
-DetectorName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerAppDiagnosticDetector
-DetectorName <String>
-ContainerAppInputObject <IAppIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerAppDiagnosticDetector
-InputObject <IAppIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a diagnostics result of a Container App.
Examples
Example 1: Get a diagnostics result of a Container App.
Get-AzContainerAppDiagnosticDetector -ContainerAppName azps-containerapp-1 -ResourceGroupName azps_test_group_app
Name ResourceGroupName
---- -----------------
AutoScalingErrors azps_test_group_app
clustersubnet azps_test_group_app
cappconfigandmanagement azps_test_group_app
cappContainerAppAvailabilityDetector azps_test_group_app
cappcontainerappcpu azps_test_group_app
cappContainerAppAvailabilityMetrics azps_test_group_app
cappcontainerappclustercreation azps_test_group_app
cappcontainerappmemory azps_test_group_app
cappcontainerappnetworkusage azps_test_group_app
ContainerAppsRevisionComparsion azps_test_group_app
ContainerAppEnvironmentEvents azps_test_group_app
containerenvinsights azps_test_group_app
DaprInsights azps_test_group_app
cappdeploymentFailures azps_test_group_app
EasyAuthConfigurationErrors azps_test_group_app
cappcontainerapprevisions azps_test_group_app
snatusage azps_test_group_app
cappcertificates azps_test_group_app
Get a diagnostics result of a Container App.
Parameters
-ContainerAppInputObject
Identity Parameter
Type: | IAppIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ContainerAppName
Name of the Container App.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DetectorName
Name of the Container App Detector.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | IAppIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell