Azure
Posts about Microsoft Azure. Security, architecture, infrastructure and operations, development, compliance, and a lot more.
Processing data from SQLite hosted in an Azure File share, running in Azure Kubernetes Services Paid Members Public
In this post, I am talking about how we can practically make use of the Azure File share that is mounted to our containers in AKS. I'm examining a PoC of how you can query a SQLite [https://www.sqlite.org/index.html] database hosted on an Azure
How to: Mount an Azure Storage File Share to containers in Azure Kubernetes Services (AKS) Paid Members Public
In this article, I am talking about how to share a mounted Azure file share [https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?WT.mc_id=AZ-MVP-4021705] across multiple containers in your deployments in Microsoft's hosted Kubernetes [https://kubernetes.io/] offering, AKS [https://docs.microsoft.com/en-us/
Enable Azure Monitor for you Azure Kubernetes Services (AKS) cluster Paid Members Public
Learn how to quickly configure monitoring for your Azure Kubernetes Services (AKS) cluster with a few simple steps.
Building custom Data Collectors for Azure Log Analytics in C# Paid Members Public
Learn how to send logs to Azure Log Analytics using C# with this simple helper wrapper.
Getting Started with BYOK in Azure Storage - Encrypt data at rest with your own encryption keys Paid Members Public
Many people are using the offerings in Microsoft Azure and hold their data in some type of storage containers. In Azure, this can come in the form of an Azure Storage Account, which this article is focusing on. I'll discuss and walk through how to BYOK [https://en.
Secure your data in Azure Storage Accounts using RBAC (Role-Based Access Control) Paid Members Public
Security in the cloud is an essential part of any organization's long-term success. In this post we'll explore how to configure RBAC, or Role-Based Access Control, for resources in Azure.
Secure your Azure Storage Accounts with restrictions based on public IP addresses Paid Members Public
Hosting data in the cloud is easy. Click, click and done - you're ready to go and put all of your sensitive information in the cloud. But, don't forget about securing that data. In recent years, data breaches have become something of a phrase you see
Fixing issue related to Package is not compatible with netcoreapp2.1, supports netstandard2.0, when using Azure DevOps (VSTS) Paid Members Public
If you're using Azure DevOps [https://azure.microsoft.com/en-us/blog/introducing-azure-devops/] (also known as VSTS), and you work with dotnet core in any capacity, perhaps you're migrating from one version to the next - as I was for some of my projects. An error that
Recent comments