Azure / Azure/azure-powershell

Az.Network | New-AzFirewallPolicyApplicationRule does not allow Mssql as the protocol

Open
#16,894 10 comments 0 reactions 1 assignee Claimed by @diogomaul View on GitHub
act-quality-productivity-squad bug customer-reported Network - Firewall question Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
3d 14h
Merged PRs (30d)
54

Description

### Description

Az.Network | New-AzFirewallPolicyApplicationRule does not allow Mssql as the protocol.

On Azure portal there are 3 supported protocols i.e. http, https, mssql.
![image](https://user-images.githubusercontent.com/94480537/150575154-932b1e0b-69d1-45b3-8c30-7a6d35051ad4.png)

### Issue script & Debug output

```PowerShell
New-AzFirewallPolicyApplicationRule -Name AR1 -SourceAddress "192.168.0.0/16" -Protocol "http:80","mssql:1443" -WebCategory "DatingAndPersonals", "Tasteless"
```

### Environment data

```PowerShell
NA
```

### Module versions

```PowerShell
Applicable to all the versions.
```

### Error output

```PowerShell
New-AzFirewallPolicyApplicationRule: Invalid protocol mssql:1443
```

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.