Skip to content

Instantly share code, notes, and snippets.

View paulyuk's full-sized avatar

Paul Yuknewicz paulyuk

View GitHub Profile
@paulyuk
paulyuk / azure-functions-host-analysis.md
Created August 27, 2025 23:38
Azure Functions Host Repository Analysis (360-Day Strategic Assessment)

Azure Functions Host Repository Analysis

Repository: Azure/azure-functions-host
Analysis Scope: 360-day comprehensive assessment (Aug 2024 - Aug 2025)
Generated: August 27, 2025
Source Methodology: Enhanced Analysis Framework

Executive Summary

The Azure Functions Host repository represents the core runtime infrastructure powering serverless compute at enterprise scale. This analysis reveals a sophisticated multi-layer architecture undergoing significant modernization initiatives while maintaining operational stability across diverse deployment environments.

@paulyuk
paulyuk / azure-functions-host-comprehensive-analysis.md
Last active August 27, 2025 23:46
Comprehensive Repository Analysis: Azure Functions Host - Strategic Insights & Evidence-Based Recommendations

Comprehensive Repository Analysis: Azure Functions Host

Repository: Azure/azure-functions-host
Analysis Date: January 2025
Total Issues Analyzed: 250+ (50 open, 200+ closed)
Methodology: Evidence-based thematic analysis with strategic insights


Executive Summary

@paulyuk
paulyuk / batch-pr-azd-functions-chores.md
Last active August 7, 2025 20:10
MCP Batch PR Propagation Spec for AZD Functions Templates

MCP Batch PR Propagation Spec for AZD Functions Templates

Purpose

  • Propagate a change from a source PR in an Azure Functions AZD sample to related AZD Gallery templates (Functions service templates) via batch PRs.
  • Ensure user-in-the-loop validation of targets and dry-run previews before creating PRs.

Scope

@paulyuk
paulyuk / bundlerepro.txt
Created March 28, 2025 18:17
Bundles repro
 javascript  func start --verbose
Selected out-of-process host.
%%%%%%
%%%%%%
@ %%%%%% @
@@ %%%%%% @@
@@@ %%%%%%%%%%% @@@
@@ %%%%%%%%%% @@
@@ %%%% @@
@paulyuk
paulyuk / porche.cs
Last active February 5, 2025 20:00
Porche ai model challenge
// Project: DashcamImporter (Console Application, will be converted to Tray App)
// Target Framework: net9.0-windows
// NuGet Packages:
// - Microsoft.Extensions.Hosting
// - Microsoft.Extensions.Configuration
// - Microsoft.Extensions.Logging
// - System.IO.FileSystem.Watcher (Implicitly part of .NET)
// - WindowsAPICodePack-Shell (For taskbar notifications - from NuGet)
// - NAudio (For MP4 demuxing and audio/video handling - from NuGet)
@paulyuk
paulyuk / securing-cloud-apps-ndclondon2025.md
Created January 29, 2025 18:16
Session: Securing Cloud Apps with Managed Identity and Networking @ NDC London 2025

Session: Securing Cloud Apps with Managed Identity and Networking @ NDC London 2025

Paul Yuknewicz

@paulyuk
paulyuk / cosmos_document_with_embeddings.json
Created January 10, 2025 20:59
CosmosDb Embeddings Debugging
{
"id": "foo",
"customerId": "1",
"text": "Cosmos DB is a fully managed NoSQL, relational, and vector database. It offers single-digit millisecond response times, automatic and instant scalability, along with guaranteed speed at any scale. Business continuity is assured with SLA-backed availability and enterprise-grade security.",
"hash": "ce13da7c7cdd911e90d846b66c58ac4db6e964c8c8ff1fef1c90d6695ae7e083",
"vectors": [
-0.004219152,
0.04899512,
0.06557241,
0.016116815,
@paulyuk
paulyuk / localsettings.md
Created November 13, 2024 05:18
local.settings.json

RAG

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
    "AZURE_OPENAI_ENDPOINT": "https://cog-c33gk4hhzykak.openai.azure.com/",
 "CHAT_MODEL_DEPLOYMENT_NAME": "chat",
@paulyuk
paulyuk / dotnetconf2024-samples.md
Last active December 2, 2024 09:24
Samples - .NET Conf 2024 Building and Scaling Intelligent Apps

Samples for Building and Deploying Cloud Native Intelligent Apps

.NET Conf 2024

by Scott Hunter @coolcsh and Paul Yuknewicz @paulyuk

Here are all the demos shown in our session with full repos, azd templates, and a few notes. Enjoy, and let us know what you think! -- Scott and Paul

Part 1 - Aspire 9 & Functions

@paulyuk
paulyuk / devdays-snippets.md
Last active October 23, 2024 11:35
Developer Days 2024

Configuring scale

General command to set

az functionapp scale config set --resource-group <RESOURCE_GROUP> --name <APP_NAME> --trigger-type http --trigger-settings perInstanceConcurrency=10

e.g. set to 2 events per instance