Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inthemedium committed Apr 22, 2024
1 parent 5e10e4b commit f8516bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/client-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Additionally, Sleet supports configuration via [.netconfig](https://dotnetconfig

## Azure specific properties

By default, the sleet will use the credentials types specified by [DefaultAzureCredential](https://docs.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet).
If you need to use a service principal credential type, set the `AZURE_TENANT_ID`, `AZURE_CLIENT_ID`, and `AZURE_CLIENT_CERTIFICATE_PATH` environment variables for the [EnvironmentalCredential](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet).
More options can be found in the [Azure.Identity README](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md#environment-variables).


| Property | Description |
| --- | ------ |
| container | Name of an existing container in the storage account. *[Required]* |
Expand Down Expand Up @@ -57,7 +62,6 @@ Additionally, Sleet supports configuration via [.netconfig](https://dotnetconfig
path = https://yourStorageAccount.blob.core.windows.net/feed/
```


## Amazon s3 specific properties

| Property | Description |
Expand Down

0 comments on commit f8516bf

Please sign in to comment.