Azure / Azure/azure-powershell

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

Open
#28,005 0 comments 0 reactions 0 assignees View on GitHub
customer-reported needs-triage question
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

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

```PowerShell
$resourceGroupName = ""
$appName = ""
$webApp = Get-AzWebApp -ResourceGroupName $resourceGroupName -Name $appName
$webApp.SiteConfig.MinTlsCipherSuite
```

### Environment data

```PowerShell

```

### Module versions

```PowerShell
Get-AzWebApp Module
```

### Error output

```PowerShell
NULL
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.