Blob Trigger function does not fire unless you visit the portal

I have seen many cases where the blob trigger functions do not fire unless you explicitly visit the portal (function app blade). There might be several reasons for this issue, but I am going to mention the most common one.
 
When a Function App is… Continue reading Blob Trigger function does not fire unless you visit the portal

Function App using Dependency Injection throwing “System.ArgumentNullException”

Introduction
 
This article shows you how to troubleshoot a specific symptom that you may encounter when you have Durable Function with Dependency Injection.
 
Durable Functions are an extension of Azure Functions that lets you… Continue reading Function App using Dependency Injection throwing “System.ArgumentNullException”

WebView2Browser: A rich sample for WebView2

At this year’s Build conference in May, we announced the Win32 preview of the WebView2 control powered by the Chromium-based Microsoft Edge. Since then, we have been engaging with the community and partners to collect a great deal of feedback, and delivering SDK updates every six-weeks. To demonstrate the new WebView’s capabilities, we built a […]

The post WebView2Browser: A rich sample for WebView2 appeared first on Microsoft Edge Blog.

Continue reading WebView2Browser: A rich sample for WebView2