Skip to main content
Jorge Bernhardt Jorge Bernhardt

Posts

2020

How to configure Azure Key Vault diagnostic settings
·778 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
One of the security recommendations established by Microsoft in Azure Security Center is to enable diagnostic logs in Key Vaults. This lets you know how, when, and by whom your key vaults are accessed.
How to deploy an Azure Bastion host in an existing VNet
·945 words·5 mins· 100 views · 5 likes
Add-AzVirtualNetworkSubnetConfig Azure CLI Azure Cloud Shell Azure PowerShell
Hello everyone, in this post, I want to show you how to deploy an Azure bastion host to connect securely, directly from the Azure portal, to all your virtual machines within your virtual network without the need to expose the RDP or SSH ports to the internet.
Passed Microsoft Exam AZ-301: Microsoft Azure Architect Design
·498 words·3 mins· 100 views · 5 likes
Certification Certifications Microsoft Microsoft Azure
The last Monday, I passed the Microsoft AZ-301 exam: Microsoft Azure Architect Design. And I can now finally call myself a Microsoft Certified for Azure Solutions Architect. I am really happy, it was hard work, but I think it was worth it.
How to enable the Azure DevOps CLI extension
·307 words·2 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure DevOps DevOps
Today I want to talk to you about Azure DevOps CLI. This extension of Azure CLI allows us to manage the Azure DevOps Services from the command line. The first step to using Azure DevOps CLI is to check that the extension for Azure CLI is installed.
How to Add a Public Domain UPN Suffix to Domain Users in Active Directory
·453 words·3 mins· 100 views · 5 likes
Active Directory Get-ADForest Microsoft Microsoft 365
A User Principal Name (UPN) is an attribute that is an internet communication standard for user accounts. A UPN consists of a UPN prefix (the user account name) and a UPN suffix (a DNS domain name).
How to enable Azure DDoS Protection for an existing VNet
·1022 words·5 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
In this post, I’ll show you how to create a standard DDoS plan and associate it with an existing virtual network using PowerShell and the Azure CLI. Distributed denial of service (DDoS) attacks are becoming more and more frequent and it is one of the main security problems that customers who have their resources in the cloud must face.
Passed Microsoft Exam AZ-300: Microsoft Azure Architect Technologies
·498 words·3 mins· 100 views · 5 likes
Certification Certifications Microsoft Microsoft Azure
Today, I passed the Microsoft AZ-300 exam: Microsoft Azure Architect Technologies. This is the first of the two exams that I am required to pass, in order to obtain the “Microsoft Certified for Azure Solutions Architect” again.
How to set Immutable storage for Azure Blob storage
·801 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Microsoft Microsoft Azure
Hi, today I want to talk to you about immutable storage. Immutable Storage is an Azure Blob Storage capability that allows you to store business-critical data in a WORM state (write once, read many).
Azure Management Groups
·884 words·5 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Hi, today I want to talk to you about Azure Management Groups. These groups help us create an effective and efficient hierarchy to manage our Azure subscriptions. If you have many subscriptions, at some point you will need a way to effectively manage access, policy, and compliance for those subscriptions.
Passed Microsoft Exam AZ-500: Microsoft Azure Security Technologies
·355 words·2 mins· 100 views · 5 likes
Certification Certifications Microsoft Microsoft Azure
Last Monday, I passed the Microsoft AZ-500 exam: Microsoft Azure Security Technologies. And I can now finally call myself a Microsoft Certified: Azure Security Engineer Associate. I am really happy it was hard work but I think it was worth it.
How to configure your Azure storage account to use TLS version 1.2
·650 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
By default, Azure Storage accounts allow clients to send and receive data with the oldest version of TLS (1.0). If you want to apply stricter security measures to your storage account, this article could be of interest to you.
How to enable Azure Network Watcher for your region
·509 words·3 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Today I want to talk to you about Azure Network Watcher, a handy tool to diagnose and repair the state of the IaaS network. Once this tool is enabled in our region, we can use various tools to check and repair the communication between the different resources of our virtual network, such as virtual machines, virtual networks, application gateways, load, etc.
How to implement the Azure Forced Tunneling via S2S VPN
·557 words·3 mins· 100 views · 5 likes
add-azrouteconfig Azure PowerShell Connect-AzAccount Get-AzLocalNetworkGateway
Hi, As you know, by default, resources deployed to an Azure virtual network that need access to the Internet will use the system-defined default routes to use the Azure backbone. Forced tunneling allows you to redirect all Internet-bound traffic to your on-premise location through a site-to-site VPN tunnel, thus allowing you to manage, inspect, and audit outgoing traffic on your Azure network.
How to become a Microsoft Azure DevOps Engineer Expert
·322 words·2 mins· 100 views · 5 likes
Azure DevOps Certification Certifications Microsoft
In the last weeks, I received many questions regarding how to prepare for the Microsoft Azure Exam AZ-400. That is why today I want to tell you in this post, my journey and tips to reach that goal.
Passed Microsoft Exam MS-100: Microsoft 365 Identity and Services
·336 words·2 mins· 100 views · 5 likes
Certification Certifications Microsoft Microsoft 365
The last Monday, I passed the Microsoft exam MS-100: Microsoft 365 Identity and Services. Again, due to the global pandemic, I have taken the exam using OnVUE’s online proctored modality. I am very excited to obtain a new Microsoft certification.
Passed Microsoft Exam AZ-400: Designing and Implementing Microsoft DevOps Solutions
·337 words·2 mins· 100 views · 5 likes
Azure DevOps Certification Certifications Microsoft
The last Friday, I passed the Microsoft exam AZ-400: Designing and Implementing Microsoft DevOps Solutions. For the first time, due to the global pandemic, I have taken the exam using OnVUE’s online proctored exam mode, and I must say it is a very convenient alternative.
How to enable boot diagnostics on Azure VMs
·645 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Hey, it’s Jorge. In this mini-post, I want to show you how to enable boot diagnostics on Azure virtual machines. This feature can be activated using the portal or command-line tools, but today, I will show you how to enable this debugging feature using PowerShell and Azure CLI.
How to redeploy Azure VMs using command-line tools
·384 words·2 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Get-AzSubscription
Today in this mini-post, I want to show you how to redeploy an Azure VM. This is normally a process that most people do from the Azure Portal, but it can also be done from the command line.
Azure Container Registry (ACR) - Part 3
·606 words·3 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
Hello everyone, as I mentioned in my previous post, today I want to show you how you can use a webhook to trigger events when certain actions are performed in your Azure container registry (ACR).
Azure Container Registry (ACR) - Part 2
·529 words·3 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
As I mentioned in my previous post today, I want to show you how to enable the geo-replication of your ACR. This feature will allow us to manage a single registry across all regions, push images to a single registry while the Azure service manages the replication, and last but not least, allows us to keep images very close to the application infrastructure.