If you’re used to working with Azure SQL Server without a private endpoint or virtual network, you might be used to adding your public IP to the Azure SQL Server Firewall rules each time your public IP changes. Luckily, there’s an easy option: use the Azure CLI to update the network firewall rules with your […]
Tag: jmes-path
Build your own cli because you can
I always admire the azure cli, my DevOps journey in the past few years was richfull with the usage of azure cli, and that made me curious on how to build my own, in a similar way to the Azure one. follow me in this blog post where I’m going to show you my exact, step-by-step, process for creating a cli using dotnet C#.