This recipe describes how to configure Azure Cognitve Service – Speech to Text service. The first part of this recipe involves no end device coding and allows you to quickly and easily test the Speech Service locally in the Azure Portal. Option 1 – Azure Portal testing of Speech Services Option 1 – Azure Portal… Continue reading Speech Service
Author: allen.visser
Azure Monitor: Free Disk Space % Alerts
This recipe shows how to quickly create Azure Alerts that will be triggered for both Linux and Windows virtual machines, by configuring Free Space % alerts using simple and customizable KQL queries. Step 1 – DCR Rules Make sure that your source vms are all reporting to your destination LAW as Resources in your AMA… Continue reading Azure Monitor: Free Disk Space % Alerts
Ingestion Time Transformation
The aim of this blog is to help you build a simple Azure Monitor Ingestion Time Transformation solution. By using Ingestion Time Transformation you have the ability to apply an ETL concept to modify or filter out irrelevant or sensitive data before it is stored in your Log Analytics workspace. Components: Advantages of Ingestion Time… Continue reading Ingestion Time Transformation
Create an Azure metric alert
This recipe explains how to create an Azure Monitor Metric Alert in 5 minutes using the Powershell script below. The alert is scoped across an entire subscription and will trigger for any vm cpu average exceeding a predefined threshold. This powershell is broken into 2 parts, along with what components you need to consider during… Continue reading Create an Azure metric alert
Deployment of Azure Virtual Desktop
The aim of this post is to quickly deploy an Azure-Joined AVD solution in 10 minutes as a POT. This post will deploy the following components: Step 1 – Virtual NetworkStep 2 – Log Analytics WorkspaceStep 3 – Create a host poolStep 4 – Add Virtual Machines (Hosts)Step 5 – Create a WorkspaceStep 6 –… Continue reading Deployment of Azure Virtual Desktop
Microsoft Purview: Registration of a Self-hosted integration runtime (SHIR)
Microsoft Purview is designed to connect to data sources to help you manage sensitive data, simplify data discovery, and ensure correct usage of data. Microsoft Purview can connect to sources across your entire landscape, including multi-cloud and on-premises. The integration runtime (IR) is the compute infrastructure that Microsoft Purview uses to power data scan across… Continue reading Microsoft Purview: Registration of a Self-hosted integration runtime (SHIR)
Microsoft Purview – Data Catalog (Post 3)
1 – Microsoft Purview: Creating a service principal Synopsis: In this post we will be creating a service principal with a client secret Components: App registrationAdding a secret to the client credentialsAdding the secret to your Azure Key VaultCreate a credential for your secret in Microsoft Purview 2 – Microsoft Purview: App registration Deployment steps:… Continue reading Microsoft Purview – Data Catalog (Post 3)
Microsoft Purview – Landing Zone (Post 1)
Synopsis: In this post we will deploy the initial building blocks of Microsoft Purview. What will we deploy in this post? What is Microsoft Purview? Microsoft Purview is a unified data-governance service that helps you manage and govern your on-premises, multicloud, and software-as-a-service (SaaS) data. You can easily create a holistic, up-to-date map of your… Continue reading Microsoft Purview – Landing Zone (Post 1)
Azure Monitor Agent: Filtering virtual machine event logs using XPath
The aim of this post is to easily apply XPath filtering to your virtual machine event logs being collected. This is great for collecting relevant and useful Event ID logs from your virtual machines. The components of this post: Step 1 – Create the DCE (Data collection endpoints) Step 2 – Create a Data Collection… Continue reading Azure Monitor Agent: Filtering virtual machine event logs using XPath
Azure Logic Apps: How to send an email with an attachment
Synopsis This post is a short, simple 20 minute recipe on how to automate the sending of emails, attaching any files that have been uploaded to a storage account container. Components: 1. Azure Storage Account Provsision or select an existing Azure Storage Account in which will we provision a container for the storage of the… Continue reading Azure Logic Apps: How to send an email with an attachment