skip to Main Content

Can we use self-signed certification for our azure function which run on timer schedule/trigger

I developed an Azure Function which is timer triggered. For this I created a self-signed certification : New-SelfSignedCertificate -certstorelocation cert:localmachinemy -dnsname "SP Az Func 3" $pwd =ConvertT-SecureString -String "**************" -Force -AsPlainText Export-PfxCertificate -cert cert:localMachinemyEB7D9E53BA1DF88AEDE1EA8CA3488CD794E0A9E9 -FilePath "c:SPAzFunc2.pfx" -Password $pwd Export-Certificate -cert…

VIEW QUESTION

Building an Azure Application Gateway with SSL termination using PowerShell – Can anyone get this to work? Listener SSL resource reference error

Trying to build an Azure Application Gateway using the following instructions and cannot get it to build without an exception stating that the certificate referenced by the listener cannot be found https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-ssl-powershell Can anyone get this to work? I have…

VIEW QUESTION
Back To Top
Search