Skip to main content
Jorge Bernhardt Jorge Bernhardt

Posts

2020

Azure Container Registry (ACR) - Part 1
·859 words·5 mins· 100 views · 5 likes
ACR Azure PowerShell Connect-AzAccount Containers
This is the first post in a series of articles where I will show you how to manage an Azure Container Registry (ACR) with Azure PowerShell. In this first post, I want to show you how to create an ACR and use basic Docker commands with your ACR.
How to deploy a VPN S2S in an existing VNet
·803 words·4 mins· 100 views · 5 likes
Add-AzVirtualNetworkSubnetConfig Azure PowerShell Connect-AzAccount Get-AzLocalNetworkGateway
Some time ago, I wrote a post showing how to deploy an Azure VPN S2S (site-to-site) from scratch. But this time, I will use the new PowerShell Az module and show you how to deploy it in an existing Azure virtual network.
How to deploy an Azure Application Gateway
·941 words·5 mins· 100 views · 5 likes
Add-AzVirtualNetworkSubnetConfig Azure PowerShell Connect-AzAccount Get-AzApplicationGateway
Hi, today I want to talk to you about Azure Application Gateway. This Azure resource is a web traffic load balancer that redirects traffic (HTTP or HTTPS) to specific resources in a back-end group.
First steps in Terraform - Azure Setup
·465 words·3 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure DevOps Azure service principal
Today I want to talk to you about terraform, this open-source tool that allows us to define, preview and deploy infrastructure on a multitude of cloud providers such as Azure, AWS, and google, using the HashiCorp Configuration Language (HCL).
How to create snapshots for Azure managed disks
·1068 words·6 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Azure PowerShell Connect-AzAccount Get-AzDisk
Azure managed disks have a long list of benefits that make them the ideal choice to use with your virtual machines. One of those benefits is the ability to take snapshots of your virtual disks.
How to deploy an Azure NAT Gateway
·1052 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 Virtual Network NAT, this functionality allows us to simplify and unify the outgoing Internet connectivity for virtual networks in Azure. it is configured at the subnet level and all outbound connectivity uses a single specified IP or a range of public IPs.
Speaking at Coders Cantabria about Azure Fundamentals
·210 words·1 min· 100 views · 5 likes
AZ-900 Microsoft Microsoft Azure News
At the last monthly meeting of the “Coders Cantabria” group, in the facilities of the “Espacio Joven” in the city of Santander. I made a talk about Azure Fundamentals. The talk was held in a very comfortable environment and it was a great experience for me to be able to share and disseminate the essential characteristics of Azure.
How to enable SMB encryption on Windows Server
·378 words·2 mins· 100 views · 5 likes
Get-SmbConnection Get-SmbServerConfiguration Get-SmbShare Microsoft
Since Windows Server 2012 and Windows 8, we have version 3.0 of the SMB protocol. This version includes several SMB security enhancements, one of which is encryption. Implementation of this enhancement enables us to encrypt data transferred over the network between the SMB file server and the client.
How to Enable Azure Web App diagnostic logs
·721 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Azure Application Service web applications provide diagnostic functionality to logging information from the web server on which the web application runs and the web application itself. These logs provide an excellent way to detect problems and analyze how your application works but this functionality is disabled by default.
Azure Web Apps Deployments
·1255 words·6 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Connect-AzAccount Get-AzSubscription
In this post, I want to show you how to create the infrastructure to host a web application. To do this, you will need to at least create two resources: a web application and an App Service plan.
Network Security Groups (NSGs)
·942 words·5 mins· 100 views · 5 likes
Azure CLI Azure PowerShell Connect-AzAccount Get-AzNetworkInterface
Hi everyone. In this post, I want to show you how to create a network security group (NSG) and security rules using Azure PowerShell and how to associate these security groups with the different available Azure resources.
How to manage DNS records in the Azure Private Zone
·801 words·4 mins· 100 views · 5 likes
Add-AzPrivateDnsRecordConfig Azure CLI Azure Cloud Shell Azure PowerShell
In a previous post, I showed you how to create a private DNS zone in Azure using PowerShell and Azure CLI. Today I will show you how to manage the DNS records of that area using PowerShell and Azure CLI.
How to reserve an Azure Public IP Range
·863 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 the Azure public IP prefix. This functionality allows us to have a range of continuous public IPs and thereby simplify the administration of our public endpoints in Azure.
How to create an Azure Private DNS Zone
·691 words·4 mins· 100 views · 5 likes
Azure CLI Azure PowerShell Connect-AzAccount Get-AzPrivateDnsVirtualNetworkLink
I recently published an article on how to connect VNets using VNet peering; today, I want to show you how to create Azure private DNS zones. These DNS zones can be shared between virtual networks and simplify cross-network and service-discovery scenarios, such as VNet peering.
How to check the size of the Active Directory Database
·303 words·2 mins· 100 views · 5 likes
Active Directory Active Directory Database Microsoft Microsoft Windows
The size of the active directory database on a domain controller is the size of the NTDS.dit file. This size may vary between domain controllers in the same domain, due to non-replicated changes, differences with non-replicated data, and white-space from purge objects.
Azure Spot VMs Explained
·906 words·5 mins· 100 views · 5 likes
Add-AzVMNetworkInterface Azure PowerShell Connect-AzAccount Get-AzSubscription
Hello, I want to talk to you about Azure Spot virtual machines. Although this functionality is currently in a public preview, I find it an exciting alternative to save money in dev/test environments but not in production environments.
Connect Azure VNets using VNet Peering
·442 words·3 mins· 100 views · 5 likes
Add-AzVirtualNetworkPeering Azure PowerShell Connect-AzAccount Get-AzSubscription
Hello everyone, and happy new year. In the year’s first post, I want to show you how to interconnect Azure Virtual Networks using VNet Peering. Once peered, the VNets appear as one network, and all VMs in the peered VNets can communicate with each other directly.

2019

Azure Storage: Managing containers and blobs
·762 words·4 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzStorageAccountKey Get-AzStorageBlob
Hello everyone, in this post, I want to show you the Azure PowerShell commands that I have been collecting to manage containers and blobs in the Azure Storage service. Prerequisites
How to change the attribute ms-DS-MachineAccountQuota
·308 words·2 mins· 100 views · 5 likes
Active Directory ADSIEDIT Get-ADObject Microsoft
By default, In the Microsoft Active Directory, members of the authenticated user group can join up to 10 computer accounts in the domain. This value is defined in the attribute ms-DS-MachineAccountQuota on the domain-DNS object for a domain.
How to create an Azure Availability Set
·528 words·3 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
An Azure availability set is a group with two or more virtual machines in the same data center, their implementation ensures that at least one of the virtual machines hosted in the availability set will be available during a host update event or a failure in the host’s physical hardware.