Tag: Azure

Azure Week Interview with Ahmed Nabil
Azure Week Interview with Ahmed Nabil
Blog Posts

Tell us a little bit about yourself and your Role   My name is Ahmed Nabil and I have around 17 years of experience in the field of Information Technology/Systems, Infrastructure, Solutions Architecture, Project Management, Information Security, Application development/Automation, IT management and holds several professional IT certifications from Microsoft, CISCO, ISACA, ISC2, PMI, CWNP, PECB… READ MORE

Demystifying Azure (un)security
Demystifying Azure (un)security
Webinars

One of the reasons why some companies are still reluctant to accept the Cloud is the thinking that data and infrastructure are more secure on-premises, between four walls, “on the ground”. Learn more with Mustafa why this may not be true…

Azure Week
Azure Week
Blog Posts

To help you excel with Microsoft Azure, and given the sheer number of possibilities and considerations, the European SharePoint, Office 365 & Azure Conference presents Azure Week – one unmissable week of free, online Azure Learning. ‘Azure Week’ will showcase key learnings and deep expertise from a selection of our ‘Azure @ ESPC19’ Expert Speakers,… READ MORE

Purge Azure CDN with Event Grid and Azure Automation
Purge Azure CDN with Event Grid and Azure Automation
Blog Posts

In this post, I demonstrate how to automatically purge content from an Azure Content Delivery Network (CDN) using Event Grid and Azure Automation.  I am writing this post with two audiences in mind.  First, if you have a CDN and need to purge old content every time content is updated or removed from a source,… READ MORE

How to configure an Azure CDN
How to configure an Azure CDN
Blog Posts

A Content Delivery Network, or CDN, is a globally distributed network for delivering, well, content.  Content can include images, videos, CSS and any other asset used for providing web services.  The advantages to a CDN include: caching data closer to the users to increase web site performance, improving reliability by leveraging a global caching network… READ MORE

What is Azure B-Series Compute?
What is Azure B-Series Compute?
Blog Posts

Back in 2017, Microsoft announced the introduction of B-Series compute. Since then, the service offering hasn’t changed a huge amount but it is one of the most consistently misunderstood VM SKUs available. Part of this is how they are displayed on the portal. Classed alongside the D series as “General purpose” but with a much… READ MORE

How to enable verbose logging for Azure Functions?
How to enable verbose logging for Azure Functions?
Blog Posts

This post describes how you can easily enable debug/verbose information for your Azure Functions for a lightweight and built-in way to extract just a bit more information out of your Azure Function executions. There’s different methods available for Azure and your local development environment. Problem Azure Functions are awesome. But by default, your tools on… READ MORE