Warning
In the example code, the certificate password is stored as plain text in the appsettings.json file.
The $CREDENTIAL_PLACEHOLDER$ token is used as a placeholder for the certificate password.
To store certificate passwords securely in development environments, see Protect secrets in development.
To store certificate passwords securely in production environments, see Azure Key Vault configuration provider.
It's a best practice to not use development secrets for production or testing.