-
Notifications
You must be signed in to change notification settings - Fork 119
Description
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