by Azalio tdshpsk | Jul 17, 2025 | Cloud
When building Durable Functions apps, it’s inevitable that orchestrations need to be changed. You might need to modify or remove activity functions, or maybe even completely rewrite the orchestration logic. Without any functionality built around...
by Azalio tdshpsk | Jul 17, 2025 | Cloud
Kafka Extension for Azure Functions in Consumption plan is now in public preview. This extension enables you to detect and respond to real time messages streaming into Kafka Topics, or write to a Kafka Topic through the output binding. You can now...
by Azalio tdshpsk | Jul 17, 2025 | Cloud
For customers requiring NFS 3.0 protocol support or POSIX compliance, Azure Blob Storage natively supports NFSv3 (aka BlobNFS). BlobNFS is accessed via the Linux NFS client with our AZNFS mount helper package, which streamlines mounting and reliably...
by Azalio tdshpsk | Jul 17, 2025 | Cloud
In the fast-evolving landscape of enterprise data management, the integration of artificial intelligence (AI) into data pipelines has become a game-changer. In “Designing a metadata-driven ETL framework with Azure ADF: An architectural perspective,” I laid the...
by Azalio tdshpsk | Jul 17, 2025 | Cloud
AWS has previewed Kiro, a new agentic AI-driven integrated development environment (IDE) that the hyperscaler claims is better suited for structured, large-scale software development workflows, favored mostly by enterprise engineering teams seeking automation,...
by Azalio tdshpsk | Jul 17, 2025 | Cloud
One of the handiest tasks large language models can do for us is answer questions about a specific collection of information. This is often done using a technique called RAG, or retrieval augmented generation. Instead of relying on what the model knows from its...