Skip to content

[Feature]: Changing the behavior of Get-AzAppServiceEnvironment #24148

Open
@gtedavid

Description

@gtedavid

Description of the new feature

When I use Get-AzWebApp, I don't have to necessarily put parameters like resource group and name of the web app example of command.
This also works for GetAzAppServicePlan

Whereas, for Get-AzAppServiceEnvironment, always asks for the resource group and the name of the resource.

For now the only equivalent I've found is using Get-AzResource -ResourceType Microsoft.Web/hostingEnvironments But when you put it to csv: Get-AzResource -ResourceType Microsoft.Web/hostingEnvironments| Select-Object <properties> | Export-Csv <path> -NoTypeInformation the output isn't formatted correctly to csv, especially if there are tags on the resources, unless you caracteries each tag I suppose.

Would it be possible to implement the beahvior of GetAzAppServicePlan and Get-AzWebApp on Get-AzAppServiceEnvironment please?

Proposed implementation details (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    App Servicesaka WebSitesService AttentionThis issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions