Post by: syed hussain in All Azure Functions Microsoft Azure
There are several methods you can use to secure an Azure Functions. This page particularly documents the security standards required by UK Government standards when deploying serverless code (Azure Functions…
Post by: syed hussain in All Microsoft Azure Reference Architecture
There are several container technologies that Microsoft Azure provides. Some of these I have tried to summarise below.
Post by: syed hussain in All Application Design Patterns C# Microsoft Azure
In Azure Functions 1.0, it was never possible to use Dependency Injection (DI). DI is a technique to achieve Inversion of Control (IoC) between classess and their methods. In Azure…
Post by: syed hussain in All Azure Functions
Here is a quick bit of code to help with connecting to the Dataverse API from within Azure Functions. The following steps need to be carried out: Register a new…
Post by: syed hussain in All Microsoft Azure
When setting up an Azure Virtual Network, it can be difficult to understand how to design the IP Address range. In this post I'll simplify what address space and CIDR…
Post by: syed hussain in All Microsoft Azure
Here are the instructions for creating a quick WordPress app and pushing the app to Azure Web App for Containers.
Post by: syed hussain in All Azure Networking Microsoft Azure
Azure VNet peering is a quick way to connect two Vnets together. In this post I'll demonstrate how this can be achieved.
Post by: syed hussain in All Azure Databricks Microsoft Azure
The Microsoft documentation contains instructions on connecting Databricks to several storage resources, when you directly create a Databricks resource in Azure. In this Post I’ll demonstrate how to connect Azure…
Post by: syed hussain in All Azure Networking Microsoft Azure
If you create Virtual Machines that are registered on a specific VNET, and if you allow auto-registration of the VNET in Azure Private DNS Zone, does both the Private and…
Post by: syed hussain in All Microsoft Azure Reference Architecture
This post is a quick summary comparing the three resources; Azure Load Balancer, Application Gateway and Traffic manager.