Skip to main content
Jorge Bernhardt Jorge Bernhardt
Jorge Bernhardt

Jorge Bernhardt

Welcome to my website! My goal is to help you optimize your IT infrastructure with expert advice and timely updates. If you find my content valuable, share it with your colleagues and friends!

Latest Posts

Setting Private Endpoint for Azure Key Vault using Azure PowerShell
·1647 words·8 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzPrivateEndpoint Get-AzPrivateLinkResource
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.
Setting Private Endpoint for Azure SQL Server using Azure PowerShell
·1526 words·8 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzPrivateEndpoint Get-AzPrivateLinkResource
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
Azure CLI Azure Cloud Shell Azure Monitor Microsoft
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
Add-AzStorageAccountManagementPolicyAction Azure PowerShell Connect-AzAccount Get-AzStorageAccountManagementPolicy
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
Azure CLI Azure Cloud Shell Microsoft Microsoft Azure
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.