George Kosmidis

Microsoft MVP | Speaks of Azure, AI & .NET | Founder of Munich .NET
Building tomorrow @
slalom
slalom
Deploy an Azure Logic Apps Workflow in Standard Plan with Azure DevOps

Deploy an Azure Logic Apps Workflow in Standard Plan with Azure DevOps

This article provides a step-by-step guide on how to automate the deployment of workflows in Azure Logic Apps (Standard Plan) using the Azure CLI. It explains how to organize workflows, zip them, and deploy them to Azure through a Bash script, making it ideal for developers looking to streamline Logic App deployments in CI/CD pipelines.

Published 2 years ago
Variables in Bash and Azure Pipelines

Variables in Bash and Azure Pipelines

In this article, we'll explore the basics of variables in Bash, focusing on the role of symbols like $, (, [, and {. Each of these symbols has a specific function in Bash scripting, from referencing variables to grouping commands and conditions. Understanding these will not only enhance your scripting skills but will also give you a better grasp of how similar concepts are applied in Azure Pipelines

Published 2 years ago
Microsoft MVP - George Kosmidis
How to Build and Customize the Azure SDK for JavaScript

How to Build and Customize the Azure SDK for JavaScript

The Azure Document Intelligence API offers powerful capabilities for form recognition and document analysis. However, the client library for JavaScript that offers ease of usage might not always align with your needs, especially when it comes to using preview versions of the API. In this blog post, we'll explore how to override the default API version used by the Azure Document Intelligence SDK to leverage the latest preview features.

Published 2 years ago
Azure Architecture Icons - SVGs, PNGs and draw.io libraries
Infinity: The Cosmology God

Infinity: The Cosmology God

This -way out of line- article explores the parallel between infinity and the concept of a god in scientific inquiry. Much like a divine entity, infinity serves as a placeholder for the unknown and a tool for pushing the boundaries of exploration, offering both insights and convenient escapes from the limitations of human understanding.

Published 2 years ago
An Introduction to Semantic Kernel and Semantic Understanding

An Introduction to Semantic Kernel and Semantic Understanding

Semantic Kernel is an SDK that integrates Large Language Models (LLMs) like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C#, Python, and Java. Semantic Kernel achieves this by allowing you to define plugins that can be chained together in just a few lines of code.

Published 2 years ago
.NET Aspire

.NET Aspire

.NET Aspire significantly simplifies the development of observable, production-ready, microservice architected applications. Its design incorporates best practices and patterns that enable developers to focus on building their application's core functionality while benefiting from the framework's robust support for observability and production readiness. This approach reduces complexity and accelerates the development process, allowing teams to deliver high-quality, cloud-native applications more efficiently.

Modified 2 years ago
Building Real-Time Apps with SignalR in .NET

Building Real-Time Apps with SignalR in .NET

SignalR is an open-source library that simplifies the process of adding real-time web functionality to applications. It enables two-way communication between the server and the client in real-time. As a part of the .NET ecosystem, SignalR seamlessly integrates with existing .NET applications, offering a robust solution for developing real-time features.

Published 3 years ago