Skip to content

Commit b1979bb

Browse files
Merge pull request #279816 from pauljewellmsft/client-dotnet
Add client object information .NET
2 parents fce014d + 580cdf9 commit b1979bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/storage-dev-guides/storage-dev-guide-project-setup-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ public BlobServiceClient GetBlobServiceClient(string accountName)
4949
}
5050
```
5151

52-
You can also register a service client for [dependency injection](/dotnet/azure/sdk/dependency-injection) in a .NET app. To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
52+
You can register a service client for [dependency injection](/dotnet/azure/sdk/dependency-injection) in a .NET app.
53+
54+
You can also create client objects for specific [containers](../../articles/storage/blobs/storage-blob-client-management.md#create-a-blobcontainerclient-object) or [blobs](../../articles/storage/blobs/storage-blob-client-management.md#create-a-blobclient-object). To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
5355

0 commit comments

Comments
 (0)