From dc52643637edd24f3922975d9791fc442ca433d8 Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Tue, 6 Aug 2024 01:47:21 +0530 Subject: [PATCH] DEVOPS-272 azure policy exemption UI application updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c88892e..eb1d84b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ Use Azure python SDKs to create or update the policy exemption based on the prov * Click on Apply Exemption to apply exemption. +# Run code locally + +* Clone the repository and change direcctory into this + +* Install all dependancies using `poetry install` + +* Execute `poetry run streamlit run .\streamlit_app.py` + + # Azure Python SDKs used use azure-identity for auth