From c569e417c9a909f523d11a03236d45e03860f3f3 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Wed, 18 Sep 2024 10:53:46 -0400 Subject: [PATCH] Updated README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 462ddf0..03a14c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # azure-scripts -Some handy scripts for managing stuff in Azure \ No newline at end of file +```shell +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. \ No newline at end of file