Trying to import certificate (with 1024 Bits key size) into Azure KeyVault using Import-AzureKeyVaultCertificate command. Getting errors :
Microsoft.Azure.KeyVault.Models.KeyVaultErrorException, Microsoft.Azure.Commands.KeyVault.ImportAzureKeyVaultCertificate
Import-AzureKeyVaultCertificate : Unsupported key size (1024). Supported sizes are [2048, 3072, 4096]
How to overcome this limitation when it is a requirement of application to use 1024 bits for key size?