Skip to content

[BUG] Application gateway deprecated TLS version #280

@dimxyp

Description

@dimxyp

Is there an existing issue for this?

  • I have searched the existing issues

Microhack

03-Azure/01-03-Infrastructure/07_Azure_Monitor

Current Behavior

Receiving the following error:

_The TLS policy AppGwSslPolicy20150501 for Application Gateway /subscriptions/xxxxx/resourceGroups/mh-azmonitor/providers/Microsoft.Network/applicationGateways/appgw-microhack is using a deprecated TLS version. Update it to a supported version. Learn more https://aka.ms/appgw-oldtlsversions (Code: ApplicationGatewayDeprecatedTlsVersionUsedInSslPolicy)_

Please review the following change to ensure compliance with current security standards.
At Line 826, the sslPolicy property under Microsoft.Network/applicationGateways should be updated to use a supported TLS policy.

from
"policyName": "AppGwSslPolicy20150501"
to
"policyName": "AppGwSslPolicy20220101"

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds triageneeds to go through triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions