Skip to content

Commit 9674a3f

Browse files
authored
Merge pull request #174 from stackql/feature/doc-updates
updated azure
2 parents d6e091f + 16a59a6 commit 9674a3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/azure-docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ REGISTRY PULL azure;
4949
5050
## Authentication
5151

52-
5352
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>.
5453

54+
### Authenticating using an Azure Service Principal
55+
56+
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).
57+
58+
5559
## Services
5660
<div class="row">
5761
<div class="providerDocColumn">

0 commit comments

Comments
 (0)