Microsoft
2023
Bicep - Enabling Malware Scanning & Sensitive Data Discovery in Storage Accounts
·888 words·5 mins·
100
views
·
5
likes
Microsoft’s Defender for Storage has recently unveiled a significant security update, with two standout features being near-real-time malware scanning and sensitive data discovery. In this article, I will guide you on how to enable these features across all your Azure storage accounts using Bicep.
Bicep - Deploying Microsoft Sentinel with Azure AD Connector
·995 words·5 mins·
100
views
·
5
likes
Hi there! As you know, Microsoft Sentinel is an advanced SIEM tool that provides a comprehensive view of your organization’s security landscape. One of its superpowers comes from its integration with Azure AD connector.
Bicep - Practical Use Cases of String Functions in Azure Deployments
·791 words·4 mins·
100
views
·
5
likes
Bicep is a language specifically designed for deploying Azure resources and offers a more user-friendly syntax than JSON. One of the cool features of Bicep is its built-in functions that allow performing a variety of operations and manipulations on data while creating Azure Resource Manager (ARM) templates.
Bicep - Deploy an Azure Active Directory B2C Tenant
·906 words·5 mins·
100
views
·
5
likes
Bicep promises more efficient resource management, but there are notable challenges when working with Azure B2C. From customizing certain tenant properties to retrieving detailed information, we must face limitations. This post will show you how to create an Azure B2C resource with Bicep, identify current limitations, and find potential solutions.
Terraform - Deploy and manage Subscription Budgets
·997 words·5 mins·
100
views
·
5
likes
Hi! Today, I’d like to share a helpful tip on how you can efficiently manage your Azure resources and services while keeping your cloud spending in check. With Azure Budgets, you can easily set budget thresholds and receive alerts to monitor your costs proactively.
Bicep - Deploy Azure Container Registry (ACR)
·864 words·5 mins·
100
views
·
5
likes
The use of Infrastructure as Code (IaC) has become vital in achieving successful and scalable implementations. Azure Bicep allows us to provision and manage resources in Azure with reliability and conciseness.
Bicep - Assigning Azure Policy Initiatives to Enforce Compliance
·800 words·4 mins·
100
views
·
5
likes
Hi all! Today I want to talk to you about “Policy as Code” Just as “Infrastructure as Code” changed how we handle infrastructure deployment, “Policy as Code” gives us consistency, traceability, and rapid implementation in policy management.
Bicep - Deploy a Subscription Budget using Azure CLI
·738 words·4 mins·
100
views
·
5
likes
Managing your resources and services costs is crucial to your Azure subscriptions’ governance. That’s where Azure Budgets comes in. Azure Budgets helps us manage our cloud costs by setting spending limits.
Terraform - Deploying Azure Hub-Spoke Networking
·1516 words·8 mins·
100
views
·
5
likes
In this blog post, I want to show you how to implement a hub-spoke network architecture on Azure using Terraform, one of my favorite infrastructure as code (IaC) tools. The hub-spoke model is a widely adopted networking strategy that allows you to simplify management, increase scalability, and improve the security of your Azure resources.
Bicep - Deploy Azure Storage Account using Azure CLI
·713 words·4 mins·
100
views
·
5
likes
Azure Storage is a core foundational PaaS (Platform as a Service) offering within Microsoft Azure, providing a versatile and scalable solution for storing files, blobs (binary large objects), and other data types.
Analyzing Azure Activity Logs with Command-Line Tools
·848 words·4 mins·
100
views
·
5
likes
As administrators of an Azure subscription, we are always interested in monitoring what is happening in our environment. To do this, Azure gives us a way to do this through activity logs, which record the actions that are performed on our subscription.
Setting Private Endpoint for Azure File Share using Azure PowerShell
·1597 words·8 mins·
views
·
likes
We continue with the series of articles on private endpoints. Today I want to show you how to create a private endpoint to privately and securely connect to an Azure file share using Azure PowerShell.
How to update the tenant ID in an Azure key vault
·832 words·4 mins·
100
views
·
5
likes
I recently migrated an Azure subscription to a new tenant, and in the key vault resources, I had to perform a few additional steps that I want to show you. So In this week’s article, we’ll look at updating the tenant ID and removing previous access policies and role assignments to the key vault resource once it’s moved to the new subscription.
Creating Restore Points for Azure VMs using Azure CLI
·1360 words·7 mins·
100
views
·
5
likes
If you need to perform a quick ad-hoc backup of your virtual machine before maintenance that allows you to take consistent snapshots of all managed disks attached to your virtual machine, you should try Azure restore points.
Setting Private Endpoint for Azure Key Vault using Azure PowerShell
·1647 words·8 mins·
100
views
·
5
likes
Hi everyone, and happy new year. In the first post of the year, I want to continue talking about Private Endpoints. In this post, I want to show you how to create a private endpoint to connect securely to an Azure Key Vault, and I’ll also show you how to use two features that Microsoft recently enabled support for Private Endpoint Static IP Configurations and support for customizing the name of the network interface assigned to the private Endpoint.
2022
Setting Private Endpoint for Azure SQL Server using Azure PowerShell
·1526 words·8 mins·
100
views
·
5
likes
I think that Private Endpoint is one of the trends that we should focus on and learn more about. For this reason, in the coming months I will publish more content about this simple but powerful technology.
How to manage Log Analytics tables using the Azure CLI
·907 words·5 mins·
100
views
·
5
likes
Microsoft last month announced the general availability of a new experience for managing Azure Log Analytics table metadata from the Azure portal. So I think it’s an excellent time to see how to view and edit table properties in Log Analytics workspaces using the Azure CLI and check how these changes are reflected in the Azure portal.
Setting Lifecycle Management Policy on Azure Storage using Azure PowerShell
·1185 words·6 mins·
100
views
·
5
likes
Following the thread of my last post, I want to show you how to take advantage of this functionality by configuring a data lifecycle management policy in your Azure storage account using Azure PowerShell.
Setting Lifecycle Management Policy on Azure Storage using Azure CLI
·948 words·5 mins·
100
views
·
5
likes
In my last article, I showed you how to enable access time tracking on the Azure Storage Blob service. Today I want to show you how to take advantage of this functionality by setting up a data lifecycle management policy in your Azure storage account using Azure CLI.
How to enable Access Time Tracking for the Azure Storage Blob service
·768 words·4 mins·
100
views
·
5
likes
To manage storage costs, it can help to organize your data based on how often it will be accessed. Azure offers us different levels of access to store blob data most cost-effectively, depending on how we use it.