We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941c2ba commit dc52643Copy full SHA for dc52643
README.md
@@ -75,6 +75,15 @@ Use Azure python SDKs to create or update the policy exemption based on the prov
75
76
* Click on Apply Exemption to apply exemption.
77
78
+# Run code locally
79
+
80
+* Clone the repository and change direcctory into this
81
82
+* Install all dependancies using `poetry install`
83
84
+* Execute `poetry run streamlit run .\streamlit_app.py`
85
86
87
# Azure Python SDKs used
88
use azure-identity for auth
89
0 commit comments