-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
customer-reportedneeds-triageThis is a new issue that needs to be triaged to the appropriate team.This 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
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
Labels
customer-reportedneeds-triageThis is a new issue that needs to be triaged to the appropriate team.This 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that