# Get storage keys

If you set the env var:

```
az storage account keys list -n $AZURE_STORAGE_ACCOUNT
```

You can assign one of the keys to an env var if you’d like:

```
export AZURE_STORAGE_KEY='<your key from the output of the previous command>'
```