Hello @Yashas Manjunath,
Thank you for connecting offline over the team's call.
During our discussion, we observed that you were unable to add a certificate from Azure Key Vault to your App Service. Initially, you imported an elliptic curve cryptography (ECC) certificate into the Key Vault and tried to add that into your App service.
To determine whether this issue was specific to the imported certificate or related to permissions affecting all certificates in Azure Key Vault, we conducted a test by generating a certificate directly from AKV. This certificate was successfully imported into your App Service without any issues.
Since Azure Key Vault is a global service that follows industry standards, it's important to note that elliptic curve (EC) keys are not typically used directly for encryption operations. ECC is primarily designed for key exchange (e.g., Elliptic Curve Diffie-Hellman, ECDH) and digital signatures (e.g., Elliptic Curve Digital Signature Algorithm, ECDSA).
As discussed, to resolve this issue, please switch the format of your certificate to a supported type, and you should be able to use it successfully in your App Service.
I hope this information is helpful. Please feel free to reach out if you have any further questions.