I am trying to configure azure application gateway. I provided .pfx file for https listener configuration. But when i tried to create Azure application gateway, I am getting below error
{
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'Microsoft.ApplicationGateway-20210324165226' is not valid according to the validation procedure. The tracking id is '808d9e19-ad0c-4a8a-a09f-df7c0bc38399'. See inner errors for details.",
"details": [
{
"code": "ApplicationGatewaySslCertificateDataTooBig",
"message": "Data too big for certificate /subscriptions/yyy/resourceGroups/xxx-resources/providers/Microsoft.Network/applicationGateways/app-gateway/sslCertificates/my-pfx. Max data length supported is 16384.",
"details": []
}
]
}
Could anyone help here?