Azure-Sync

Azure-Sync: Sync your Azure App Settings to local

Azure-Sync is a handy shell script tool designed to help .NET developers working with Azure App Services. Inspired by the functionality provided by the Azure Functions Core Tools (func cli), Azure-Sync allows you to retrieve all environment variables from a specified Azure App Service, including any Azure KeyVault secrets, and add them to your local .NET secrets. Check the source code on GitHub: mhdbouk/azure-sync How to use Azure-Sync Using azure-sync is straightforward. Here are the steps ...

May 25, 2024 · 2 min · Mohamad Dbouk
Azure CLI Icon

Update Azure SQL Server Firewall rules using Azure CLI

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 new public IP. Get the Public IP using PowerShell Getting your public IP address is quick and easy with PowerShell. Just use the following command: ...

November 28, 2022 · 3 min · Mohamad Dbouk