Skip to content

Get-AzWebApp limited command to retrieve App Service Settings for "Minimum Inbound TLS Cipher Suite" #28005

Open
@Alrubaye87

Description

@Alrubaye87

Description

Limitation: Does not expose all nested or preview properties, such as minTlsCipherSuite. However, Get-AResource Use Case: Useful when you need to access advanced or preview settings not exposed by Get-AzWebApp, such as minTlsCipherSuite.

Is there a way to allow Get-AzWebApp to retrieve Cipher Suites settings of the App? The return is NULL

Script or Debug output

$resourceGroupName = "<your-resource-group>"
$appName = "<your-app-name>"
$webApp = Get-AzWebApp -ResourceGroupName $resourceGroupName -Name $appName
$webApp.SiteConfig.MinTlsCipherSuite

Environment data

Module versions

Get-AzWebApp Module

Error output

NULL

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-reportedneeds-triageThis is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions