Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Azure Application Insights - Live Metrics Stream Sample Telemetry
Azure Application Insights – Live Metrics Stream Sample Telemetry
Blog Posts

Hello everyone, One of the best features of Azure Application Insights is the [Live Metrics Stream]( https://docs.microsoft.com/en-us/azure/azure-monitor/app/live-stream ) which allows us to get an insight in time real data from our servers.Some time ago the Azure team decided to implement mandatory authentication for viewing metrics in Live Stream. Today’s post is about enabling telemetry again since the… READ MORE

Working with CosmosClient in Azure Functions
Working with CosmosClient in Azure Functions
Blog Posts

Azure Functions allows you to inject an instance of the DocumentClient class to perform, read or write operations on your CosmosDB. This concept is known as input binding and there are multiple bindings available for various Azure resources (See Azure Functions triggers and bindings concepts). Unfortunately, there is no input binding for the new CosmosClient class that is part of the .NET SDK v3. In… READ MORE

Auditing and Security Monitoring of Azure Active Directory
Auditing and Security Monitoring of Azure Active Directory
Blog Posts

In a cloud-based world, both for end-users and operator access to management layers the identity provider plays an important part to provide authentication/authorization/accounting and secure authentication mechanisms. Many organizations today use Azure Active Directory to provide these identity mechanisms for both end-users such as accessing Office 365 but also other SaaS based applications. Many also… READ MORE

Symbolic Link to an Azure File Share
Symbolic Link to an Azure File Share
Blog Posts

We recently used a symbolic link to an Azure file share to transparently replace a local folder in which data sets are cached for download. That means that the existing service transparently copies the data sets to an Azure file share without having to change anything in the code to do so. With a small… READ MORE

An Introduction to Kubernetes
An Introduction to Kubernetes
Blog Posts

Deploying ASP.NET Core applications to Kubernetes – Part 1 This is the first post in the series: Deploying ASP.NET Core applications to Kubernetes. Part 1 – An Introduction to Kubernetes (this post) Part 2 – Configuring resources with YAML manifests Part 3 – An introduction to deploying applications with Helm Part 4 – Creating a Helm… READ MORE

Storing your Data in Azure
Storing your Data in Azure
Webinars

Tailwind Traders deals with gigantic amounts of data, continually pouring in from sources such as sales, marketing, and fulfillment. In the past, the only choice they had was to put it all into a relational database in a data center. However, by moving to Microsoft Azure, they can now optimize their data storage with increased… READ MORE