# AzureStorageOperationOptions.ConfigureTableServiceClient(Uri, AzureSasCredential)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs#L109-L110)

```csharp
[System.Obsolete(Set the TableServiceClient property directly.)]
public void ConfigureTableServiceClient(Uri serviceUri, AzureSasCredential azureSasCredential)
```

Configures the [AzureStorageOperationOptions](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/) using an authenticated service URI and a `Azure.AzureSasCredential`.

### Parameters

- `serviceUri` (`Uri`)
- `azureSasCredential` (`AzureSasCredential`)
