avatar
Maximilian Riegler

Posts tagged: cloud

View all tags

Loading Certificates in Azure Functions from Key Vault

Posted on azurecloudcsharpkeyvault
I was working on an Azure Function that needed to sign documents with a certificate. I stored the certificate and private key in Azure Key Vault, but when I tried to use it, I got a CryptographicException: Keyset does not exist. This error is frustrating because the key is definitely there. The ...[more]

Hosting a SPA on Azure Static Web Apps

Posted on azurespacloudhosting
I'm currently dabbling a little with React and also Azure to learn some new things. In this case how to set up a single page application on Azure's Static Web Apps service. This is mostly very straight forward if you have dedicated files for a...[more]