I am aware that I can Base64 encode a certificate and then import it as a txt file to an Azure KeyVault as a "Secret" of type "application/x-pkcs12" using Bicep or ARM templates.
However when I try to connect to my Key Vault from Application Gateway to use this certificate it doesn't show up in the dropdown of available certificates. I cannot find anything in the MS documentation to show this is supported?
I would like to do a fully automated deployment using bicep without having to use any Powershell or CLI scripts.