?Creating an Azure Machine Learning Workspace and Datastores using Bicep | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

You leverage Machine Learning in Azure as a cloud service for accelerating and managing the machine learning project lifecycle. In previous articles, I referred to the core components of the Azure Machine Learning service: Workspace: This is the core component. Check how you can create an Azure Machine Learning Workspace. Managed resources: These are Azure … Read more

?Deploying Progress Sitefinity CMS in Azure using Bicep | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

Progress Sitefinity is a modern CMS in a PaaS model that delivers intuitive web content management for business professionals, a robust CMS development environment, and a rich end-user experience. This article will review how we can deploy this platform in Azure using Bicep, the new domain-specific language (DSL) that uses declarative syntax to deploy Azure … Read more

Three best practices when moving from ARM templates to Bicep files

In previous articles, we’ve been working on deploying solutions using Bicep, the Domain Specific Language (DSL) for deploying Azure resources declaratively. This article will review three best practices you can adopt when transitioning from ARM templates into Bicep files. While there’s some familiar syntax in ARM templates and Bicep, I strongly recommend you check the … Read more

?Using Infrastructure-As-Code to deploy Azure Sentinel + Watchlists to lower IP false positives | by Dave R – Microsoft Azure MVP☁️ | CodeX | Oct, 2021

This article intends to show you how to deploy the resources needed to deploy Azure Sentinel and a Watchlist using Infrastructure-As-Code so that you can investigate threats and respond to incidents. Azure Sentinel is a cloud-native security information and event manager (SIEM) platform that uses built-in AI to help analyze large volumes of data across … Read more

How to Save Custom Data in Image Files

An image is worth a thousand words, but what happens if you have custom data that doesn’t fit into an image model? Can that data be part of an image file? It sure can! And in this blog post, I’ll introduce the common data you find in images and then show how you can embed … Read more

What Is Text Shaping and Why Do We Do It?

Rendering text on a screen seems straightforward at first glance. You just put one character after the next one and ? — you have text! If only it were this simple. Where does the next character actually go? This is easy to answer for monospaced fonts: Each glyph is the same width. But what about … Read more