Problem Statement: In C# code, if an exception or error occurs while adding operations to an Operation Set, it remains in an Open state. Since each user has a limit of 10 open Operation Sets, exceeding this limit causes other Operation Sets to fail. To address this issue, the Disposable Interface can be used to... Continue Reading →
Set Key Vault Reference to Azure Function
Problem Statement: We cannot store secure values like client ids/secrets, connection strings, references, credentials, etc. directly in Azure Function configuration or code. We can use Key Vault to store these values needed in Azure Function. Azure Key Vault is a cloud-based service provided by Microsoft Azure that allows users to securely store and manage cryptographic... Continue Reading →