Blog Posts Page 9
-
Getting Started with Serverless SignalR and Azure Functions
SignalR is a technology that allows for real-time communication between a server and a client. In this post we will look at how to get started with SignalR…
-
Keeping up to date on Azure with MS Teams
With hundreds of services in Azure across many data centres it can be hard to keep up when items are introduced or updated. In this post I wanted to share…
-
6 Sample SQL Databases for your Next Azure Project
Sample datasets are useful for many things, from quick proof of concepts to technical demos, however when you start searching for one to use on Azure it…
-
Building a MS Teams Status Cube with the Graph API Presence Subscriptions
Microsoft teams displays a small icon to show if you are busy, available, away and other statuses. Using the Microsoft Graph API we can be notified when…
-
Extending the Gatsby Novela Blog Theme
The Novela theme by narative is a great starting point for any Gatsby blog. Using component shadowing and a number of NPM packages it was easy to extend…
-
Azure Custom Roles Following Least Privilege Best Practices
Azure permissions are controlled through Role Based Access Control (RBAC) that can be applied at many levels through the use of users, groups and roles.…