2024-09-18 10:53:46 -04:00
2024-09-18 10:49:07 -04:00
2024-09-18 10:51:16 -04:00
2024-09-18 10:53:46 -04:00

azure-scripts

git clone https://git.hackanooga.com/mikeconrad/azure-scripts
cd azure-scripts
python -m venv .
source bin/activate
pip install requests

Some handy scripts for managing stuff in Azure

manage-appservice-firewall-rules.py

This is a simple script for locking down an App Service so that it is only accessible via Cloudflare IP's. It will prompt for an app name and resource group and then create/run the necessary Azure cli commands. You will need the Azure CLI installed and set up.

Description
Some handy scripts for managing stuff in Azure
Readme 31 KiB
Languages
PowerShell 61.5%
Shell 21.7%
Python 16.8%