Tag: Azure

Site 2 Site VPN FortiGate to Azure Stack
Site 2 Site VPN FortiGate to Azure Stack
Blog Posts

Connecting Azure Stack to my FortiGate Firewall I wanted to connect my new local Firewall to my Azure Stack vNet. As I described later this year I did it with my old firewall which was a virtual pfSense Firewall. It was very good to learn the real parameters and to proof that against a commercial product. Things… READ MORE

Azure Function to Store csv Data in Cosmos DB
Azure Function to Store csv Data in Cosmos DB
Blog Posts

This is a http trigger function written in C# – .NET Core 3.1. It processed a csv file and store the data on Cosmos DB GitHub repo : https://github.com/hansamaligamage/fncsvdatastore Technology stack .NET Core 3.1 on Visual Studio 2019 Azure functions v3 and Azure Cosmos DB table API Some code snippets Retrieve the database storage account Create… READ MORE

Use Azure to Store SQL Server Backups Offsite
Use Azure to Store SQL Server Backups Offsite
Blog Posts

You always think your environment is setup correctly and that you’re able to recover in case of a disaster. You make backups, test your backups, setup DR solutions and in the end test the DR plan (very important). But, is your SQL Server Backups usable? But have you ever considered a situation where all your… READ MORE

Identity and Access Management
Identity and Access Management
Blog Posts

In non-cloud environments with static configurations, the focus has often been on firewalls and a traffic-centric approach for security. However, in the cloud, resources become dynamic, infrastructure and networking are shared, and users expect access to applications and data from any location at any time. Trying to manage your cloud security with firewall rules alone… READ MORE

Serverless in the Wild: Azure Functions Production Usage Statistics
Serverless in the Wild: Azure Functions Production Usage Statistics
Blog Posts

Microsoft Azure and Microsoft Research released a paper called “Serverless in the Wild: Characterizing and Optimizing the Serverless Workload at a Large Cloud Provider”. In part 1 of the paper, they revealed some insightful statistics about the actual production usage of Azure Functions for two weeks in summer 2019. This blog post is my summary and highlights… READ MORE

Microsoft Cloud Adoption Framework for Azure - Governance (Part V)
Microsoft Cloud Adoption Framework for Azure – Governance (Part V)
Blog Posts

Governance The guidance in this section of the Cloud Adoption Framework provides examples of actionable governance guides that represent common experiences often encountered by customers. Each example encapsulates business risks, corporate policies for risk mitigation, and design guidance for implementing technical solutions. It can help you to create personalized governance solutions that meet a variety… READ MORE

Build a Strong Cloud Perimeter with Conditional Access
Build a Strong Cloud Perimeter with Conditional Access
Blog Posts

Phew, another article about Conditional Access. That’s right, there a quite a few already. Fortunately, this topic never gets old. Here’s why: In the cloud there are no traditional network perimeters anymore. On-prem appliances are rendered useless as cloud services can be accessed world-wide. All you need is a valid set of credentials to sign-in.… READ MORE