Tag Archives: ai

How to fix Azure Function App Deployment Error with Flex Plan and Storage Key Restrictions?

Summary Deploying an Azure Function App on the Flex plan and attempting a deployment that writes blocks to a storage account can fail with the error: “Failed to upload the block to storage account: key based authentication is not permitted.” … Continue reading

Posted in Technical Stuff | Tagged , , , , , , | Leave a comment

How to Authenticate and Query Azure Digital Twins Using REST Client?

Summary Azure Digital Twins (ADT) is a powerful IoT platform for modeling and interacting with digital representations of real-world environments. Securely accessing ADT APIs requires Azure Active Directory (AAD) authentication, often using certificates for automation scenarios. This post explains how … Continue reading

Posted in Technical Stuff | Tagged , , , , | Leave a comment