Skip to content

Commit

Permalink
Merge pull request #174 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
updated azure
  • Loading branch information
jeffreyaven authored Jun 16, 2024
2 parents d6e091f + 16a59a6 commit 9674a3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/azure-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ REGISTRY PULL azure;
## Authentication


StackQL uses Azure application credentials obtained using the <CopyableCode code="az login" /> command from the Azure SDK. For more information, see <a href="https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli">here</a>.

### Authenticating using an Azure Service Principal

To authenticate using an Azure Service Principal, set the following environment variables: <CopyableCode code="AZURE_TENANT_ID" />, <CopyableCode code="AZURE_CLIENT_ID" /> and <CopyableCode code="AZURE_CLIENT_SECRET" />, see [__creating-an-azure-service-principal__](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication-service-principal?tabs=azure-cli#2-create-an-azure-service-principal).


## Services
<div class="row">
<div class="providerDocColumn">
Expand Down

0 comments on commit 9674a3f

Please sign in to comment.