Home
About
  • Test Your Azure Function Http Trigger Authorization Levels

    Dec 17, 2020 Unit test Azure Azure Functions

    If you are using HTTP trigger bindings and are relying on keys to secure them using AuthorizationLevel.Function, you might want a way verify that you haven’t accidentally left one of them exposed as AuthorizationLevel.Anonymous. With a bit of reflection you can accomplish this in a unit test (I’m using the …

    Read More
  • File Globbing in .NET

    Dec 7, 2020 Coding .NET C# Globbing

    If you’ve ever written entries in a .gitignore file, you’ve written a glob. They can be simple, e.g. *.so matching all files with the so file extension, or a more complex, e.g. **/bar/*.cs matching files with the cs extension in folders called bar anywhere in the search path. This is very different to the …

    Read More

Mike Goatly

Like a code monkey, but more goat-like. A code goat, if you like.
Microsoft Certified DevOps Engineer Expert Microsoft Certified Azure Developer Associate
Read More

Featured Posts

Recent Posts

  • Test Your Azure Function Http Trigger Authorization Levels
  • File Globbing in .NET
  • Blog Rebuild
  • Adding Application Insights to an existing Windows Store project using Visual Studio 2013 Update 3
  • Fixing NuGet errors after removing Microsoft.Bcl.Build
  • Using DynaCache with SimpleInjector
  • Customizing table names for IdentityDbContextWithCustomUser data contexts
  • PersistedFullTextIndexes with non-primitive types

categories

CODING 2 BLOG 1

tags

AZURE 2 .NET 1 APPLICATION-INSIGHTS 1 AZURE-FUNCTIONS 1 BLOG 1 C# 1 CODING 1 GLOBBING 1 HUGO 1 INDEX 1 STATIC-WEB-APPS 1 UNIT-TEST 1 VISUAL-STUDIO 1 WINRT 1

Copyright ©  Mike Goatly. All Rights Reserved