You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
1. Install all required libraries within the virtual environment.
67
+
68
+
```
69
+
pip install -r requirements
70
+
```
66
71
67
72
1. Create environment variables with the necessary IDs for Azure authentication.
68
73
You can learn where to find the first three IDs in the Azure portal in [this document](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal#get-application-id-and-authentication-key).
0 commit comments