bitScry

  • Home
  • Blog
  • Contact
  • GitHub

SAS Token

About This Site

This is a blog to help me remember some of the coding challenges I’ve faced and hopefully help others out if they’re suffering the same problems.

Recent Posts
  • Inspecting Data in SQL Tables 4th December 2020
  • RestSharp Response Character Encoding 24th September 2020
  • RestSharp AWS S3 Authentication 18th September 2020
  • Grouping Azure Table Storage Entities 17th September 2020
  • Best Practices for Using Azure SDK with ASP.NET Core 9th September 2020
Tag Cloud
.NET .NET Core API appsettings.json ASP.NET Core Authentication Authorization Azure Azure Active Directory Azure AD Azure Function Azure Storage Blob Bootstrap C# Console Application CSS CSV DataTable Dependency Injection Dictionary Enum Extension GZip HTML Image JavaScript jQuery JSON List Middleware MVC MVC 6 Random Serilog SFTP SQL Stored Procedure Stream String Table Table Storage Tag Helper Web Application WordPress
Reading List
  • Build a Wi-Fi Scanner
  • IoT Weather Station
  • User accounts made easy with Azure
  • Install macOS High Sierra in VirtualBox
Programming

Generating Event Hub Shared Action Signature

It’s easy enough to send messages to an Event Hub using the EventHubs NuGet package as specified here, but if you want to test it by making you’re own HTTP POST requests to the endpoint then it becomes a bit trickier. There’s some Microsoft documentation here about manually sending HTTP Read more…

By Shinigami, 2 years2 years ago
Programming

Creating .NET Core 2.0 Azure Functions

Creating .NET Core 2.0 Azure Functions If you want to create an Azure Function in .NET Core 2.0 rather than a .NET Framework 4.6.1 function you’ll first need to install the “Azure development” workload into Visual Studio if you haven’t done so already as part of the initial installation. You Read more…

By Shinigami, 3 years3 years ago
Hestia | Developed by ThemeIsle