colossal-carpenter-63998
08/16/2024, 12:17 PMWebAppHostnameBinding
and a Certificate
and it works, but I have to go into the portal to assign the certificate to the binding. How can I do this with pulumi?little-library-54601
08/16/2024, 1:07 PMcolossal-carpenter-63998
08/16/2024, 1:12 PMlittle-library-54601
08/16/2024, 1:12 PMadventurous-butcher-54166
08/16/2024, 5:29 PMcert.thumbprint
output should be available so now you can pass in the required parameters for enabling the SSL binding on the WebAppHostnameBinding
resource
ssl_state=web.SslState.SNI_ENABLED if cert.thumbprint else web.SslState.DISABLED
ssl_thumbprint=cert.thumbprint