How do I fix this error message?
no Authorizer could be configured, please check your configuration
I'm running with:
blocklist:
- "00000000-0000-0000-0000-000000000000" # Prevent accidental deletion in wrong subscription
regions:
- global
- ***
accounts:
"***":
.. as per the quick start.
I run like so:
${{ matrix.platform.binary_name }} run \
--config .github/workflows/nuke/${{ matrix.platform.config }} \
--tenant-id ${{ secrets.AZURE_TENANT_ID }} \
--client-id ${{ secrets.AZURE_CLIENT_ID }} \
${{ env.DRY_RUN_FLAG }} \
--force || true
I'm using azure-nuke version 1.2.3 Linux.
Also I'm logging into azure like this:
..but I get the same result on my MacBook logging in via the console
How do I fix this error message?
I'm running with:
.. as per the quick start.
I run like so:
I'm using azure-nuke version 1.2.3 Linux.
Also I'm logging into azure like this:
..but I get the same result on my MacBook logging in via the console