Please note that this repository is currently archived, and is no longer being maintained.
- It may contain code, or reference dependencies, with known vulnerabilities
- It may contain out-dated advice, how-to's or other forms of documentation
The contents might still serve as a source of inspiration, but please review any contents before reusing elsewhere.
This is normally done from a pipeline, but during development it is easier to run it locally.
Create a local file called .env with the following content:
AZURE_SUBSCRIPTION_ID=<REDACTED>
AZURE_TENANT_ID=<REDACTED>
AZURE_CLIENT_ID=<REDACTED>
AZURE_CLIENT_SECRET=<REDACTED>
AZURE_GROUP_OBJECT_ID=<REDACTED>
Where is replaced with actual values. The .env file is already specified in .gitignore.
make
make run
make start