How can I use the Options pattern (IOptions) with Azure Functions Premium? (it does not allow colons in app setting names)

Use double underscore to replace colons:

'OidcApiAuthSettings__Audience'