I have a standalone ServiceFabric cluster (3 nodes). I created SSL certificate for server and client authorization. Then I assign certificate thumbprint to a cluster config. Everything work okey( cluster health is Ok and my applications works as well. But there are a lot of errors in Microsoft-ServiceFabric/Admin log. Following [...] read more
I'm trying to create a regex in Python to capture all the Last Errors, HRESULT and NTSTATUS defenitions from winerror.h & ntstatus.h: * http://www.carrona.org/winerror.html * http://www.codemachine.com/downloads/win71/ntstatus.h For example, for this text: // // MessageId: NTE_BAD_PROV_TYPE // // MessageText: // // Invalid provider type specified. // More data is avaiable on [...] read more
I have a 5 node service fabric cluster running a single application. I have my app settings encrypted using a self signed certificate. This certificate is uploaded to keyvault, and I have fed this URL into my application. I can see the cert is being installed on my VM, and [...] read more