Showing results for CSE - ISE Developer Blog

Jan 11, 2024
Post likes count2

Automate the capturing of test results from Application Insights

David Lee
David Lee

This post provides instructions on how to automate querying application insights test results using a script. It explains how to format the datetime, install the application insights extension, set the offset, and handle the query results. The script can be adapted to other scripting languages. The result is a reusable script that can output result...

CSEISE
Dec 14, 2023
Post likes count1

Debugging Java Dapr-enabled Apps in GitHub Codespaces

Nico Jimenez
Nico Jimenez

To simplify the development and debugging of complex Java Dapr-enabled microservices we recommend leveraging Docker Compose to define all services including the Java Apps, each with its own Dapr sidecar, plus infrastructure/dependent services all these running in individual containers. Using a VS Code devcontainer with Docker-in-Docker support, ena...

CSEContainersFrameworks
Dec 7, 2023
Post likes count2

Centralizing Data with Delta Lake and Azure Databricks

Dor Lugasi-Gal
Dor Lugasi-Gal

In this post, we delve into a real-world case study on centralizing data with the power of Azure Databricks. Learn about the challenges, solutions, and decision-making processes that shaped this data centralization project.

CSEISE
Nov 30, 2023
Post likes count1

Serving Swagger UI from a Golang Azure Function Custom Handler

Dexter Williams
Dexter Williams

Our team used Swaggo, a Golang Swagger tool, to expose an OpenAPI spec for a Azure Function hosted Golang API. This post describes what lead to the decision along with guidance on how to expose an OpenAPI spec for an Azure Function hosted Golang API.

CSEISE
Nov 16, 2023
Post likes count1

ACI for jobs

Peter Lasne
Peter Lasne

This post shows using Azure Container Instances for job processing such as data generation and ingestion.

CSEISE
Oct 26, 2023
Post likes count2

Multi-Cluster Application Deployments to Kubernetes at Scale at Edge

Kshitij Sharma Pankaj Tiwari
Kshitij,
Pankaj

An innovative solution has been developed to address challenges in deploying applications in distributed environments with multiple clusters. These challenges encompass scenarios like edge deployments across regions and distributing components across numerous co-located clusters. While Kubernetes is commonly used for orchestrating deployments throu...

CSEKubernetes
Oct 19, 2023
Post likes count2

Build a robust transaction processing solutions to improve payment experience of retail end customers

Shinoj Zacharias
Shinoj Zacharias

In this post, we will describe how to build a data ingestion framework that receives payment transaction events from internal or external payment service providers and process the events in real-time. The ingested payment data can be used to provide the real time view of the payment transactions to merchants to improve the payment experience of the...

CSEISE