Skip to content

Commit

Permalink
Add Reader and Data Access role assignment info to index.md (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 authored Jul 24, 2024
1 parent 28efe52 commit bfb7928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steampipe plugin install azure
| Item | Description |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Credentials | Use the `az login` command to setup your [Azure Default Connection](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli). |
| Permissions | Assign the `Reader` role to your user or service principal in the subscription. |
| Permissions | Assign the `Reader` and `Reader and Data Access` (if listing storage account keys) roles to your user or service principal in the subscription. |
| Radius | Each connection represents a single Azure subscription. |
| Resolution | 1. Credentials explicitly set in a steampipe config file (`~/.steampipe/config/azure.spc`).<br />2. Credentials specified in [environment variables](#credentials-from-environment-variables), e.g., `AZURE_SUBSCRIPTION_ID`.<br />3. Credentials from the Azure CLI. |

Expand Down

0 comments on commit bfb7928

Please sign in to comment.