Azure Static Web App – Function App API – How to load IOptions?
Everything is working locally still using storage in Azure. The local settings file to load the IOptions are: "StorageOptions": { "ConnectionString": "...xxx..." } The static web app is hitting the API and getting a 500 error due to not being…