Creating Application Rules for Azure Firewall with Powershell

Hey guys,
in this blog post I’m going to show you how to create application rules for Azure Firewall with Powershell. Application rules are used to control outbound access to specific FQDNs or IP addresses on a per-application basis. They are useful when you want to restrict or allow traffic based on the application identity, rather than the network identity.

Continue reading “Creating Application Rules for Azure Firewall with Powershell”

Creating DNAT Rules for Azure Firewall with Powershell

Hey guys, today I’m going to show you how to create DNAT rules for Azure Firewall with Powershell. DNAT stands for Destination Network Address Translation, and it allows you to redirect traffic from a public IP address to a private IP address on your virtual network. This is useful if you want to expose some services or applications to the internet without exposing your entire network.

Continue reading “Creating DNAT Rules for Azure Firewall with Powershell”

Creating Network Rules for Azure Firewall with Powershell

Hey everyone,

today I’m going to show you how to create network rules for Azure Firewall with Powershell. Network rules allow you to control the traffic between your virtual networks and the internet based on source and destination IP addresses, ports and protocols. They are useful for scenarios where you need granular control over specific network flows.

Continue reading “Creating Network Rules for Azure Firewall with Powershell”

Finally SFTP on Azure Blob

Hey everyone,

I have some exciting news to share with you today. Microsoft has finally announced the support for SFTP on Azure Blob storage! This means you can now securely transfer files to and from your Azure Blob containers using the standard SFTP protocol. No more hassle with third-party solutions or custom scripts. Just use your favorite SFTP client and connect to your Azure Blob endpoint with your credentials. You can also use Azure role-based access control (RBAC) to manage permissions and access levels for your SFTP users.

Continue reading “Finally SFTP on Azure Blob”

Autoscale for Azure Virtual Desktop

Hey everyone, in this post I’m going to show you how to use Autoscale for Azure Virtual Desktop (AVD) to optimize your costs and performance. Autoscale is a feature that automatically adjusts the number of session hosts in your AVD host pool based on the demand and schedule. This way, you can ensure that you always have enough capacity for your users without wasting resources or money.

Continue reading “Autoscale for Azure Virtual Desktop”

Enabling Zone redundant storage (ZRS) for your Managed Disks

Hey there, welcome to my blog where I share some tips and tricks on how to use Azure Managed Disks. Today I want to talk about how to enable Zone redundant storage (ZRS) for your disks and why you should do it.

Continue reading “Enabling Zone redundant storage (ZRS) for your Managed Disks”

Changing the Performance of Azure Premium SSDs without downtime

Hey everyone, in this blog post I’m going to show you how to change the performance of Azure Premium SSDs without downtime. This is a great feature that allows you to scale up or down your disk performance based on your workload needs.

Continue reading “Changing the Performance of Azure Premium SSDs without downtime”

Azure Virtual Desktop – Start your Virtual Machine on connect

Hey there, welcome to my blog! Today I’m going to show you how to use Azure Virtual Desktop to start your virtual machine on connect. This is a cool feature that lets you save money and resources by only running your VM when you need it.

Continue reading “Azure Virtual Desktop – Start your Virtual Machine on connect”